From bf20edf7ef0764a1354de67773af5e466a374e9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com>
Date: Fri, 25 Oct 2024 09:53:16 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=BF=9B=E9=94=80?=
=?UTF-8?q?=E5=AD=98=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/home/data_forms.vue | 14 +++--
.../invoicing/consumable/information.vue | 56 ++++++++++---------
src/views/product/add_shop.vue | 6 +-
3 files changed, 42 insertions(+), 34 deletions(-)
diff --git a/src/views/home/data_forms.vue b/src/views/home/data_forms.vue
index 4de0dd0..c7d4330 100644
--- a/src/views/home/data_forms.vue
+++ b/src/views/home/data_forms.vue
@@ -114,17 +114,19 @@
-->
-
-
-
- ¥{{ scope.row.refAmount }}
-
-
¥{{ scope.row.salesAmount }}
+
+
+ ¥{{ scope.row.refAmount }}
+
+
+
+
+
diff --git a/src/views/invoicing/consumable/information.vue b/src/views/invoicing/consumable/information.vue
index 7d35b21..0969ec0 100644
--- a/src/views/invoicing/consumable/information.vue
+++ b/src/views/invoicing/consumable/information.vue
@@ -30,35 +30,40 @@
-
+
查询
重置
- 添加
+
-
-
-
+ 导入耗材 -->
+
+
+
+
+
+ 添加
+ 入库
+ 出库
+ 耗材记录
+ 分类管理
+ 供应商管理
+
+
@@ -162,7 +167,8 @@
{{ scope.row.balance > 0 ? (scope.row.balance + (scope.row.bizType == '-' ?
- scope.row.amount : -scope.row.amount)) : Number(scope.row.balance) + Number(scope.row.amount) }}
+ scope.row.amount : -scope.row.amount)).toFixed(2) : (Number(scope.row.balance) +
+ Number(scope.row.amount)).toFixed(2) }}
@@ -249,7 +255,7 @@
-->
-
+
@@ -297,7 +303,7 @@
-
+
@@ -774,7 +774,7 @@ export default {
});
return false;
}
-
+
let arr = [];
this.imgList.forEach((ele) => {
arr.push(ele.url);
From 486733b788dd31f1154d8d01dda153a47beb5c84 Mon Sep 17 00:00:00 2001
From: gyq <875626088@qq.com>
Date: Fri, 25 Oct 2024 09:58:48 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/home/home.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/home/home.vue b/src/views/home/home.vue
index ce5e0eb..8bbbde9 100644
--- a/src/views/home/home.vue
+++ b/src/views/home/home.vue
@@ -194,9 +194,9 @@
30天
-
@@ -213,13 +213,13 @@