From 7bad25978911ef2750e4bc50d473ca529cf5273a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com>
Date: Sat, 12 Oct 2024 10:08:27 +0800
Subject: [PATCH] =?UTF-8?q?=E8=80=97=E6=9D=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../invoicing/consumable/information.vue | 62 +++++++++++++------
src/views/invoicing/operation_in.vue | 9 +--
src/views/product/unit.vue | 7 ++-
3 files changed, 55 insertions(+), 23 deletions(-)
diff --git a/src/views/invoicing/consumable/information.vue b/src/views/invoicing/consumable/information.vue
index 59014ab..97b3e32 100644
--- a/src/views/invoicing/consumable/information.vue
+++ b/src/views/invoicing/consumable/information.vue
@@ -50,7 +50,7 @@
-
+
@@ -151,16 +151,31 @@
+
-
+
+
+ {{ 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.bizType }}{{ scope.row.amount }}
-
+
+
+
+
+
+
+
+
+
-
+ -->
@@ -183,25 +198,31 @@
-
-
-
-
+
+
{{ scope.row.conName }}
-
+
+
-
+
+
+ {{ scope.row.conUnit }}
+
+
@@ -250,13 +271,18 @@
-
+
+
+ {{ scope.row.conWarning }}
+
+
+
@@ -269,7 +295,7 @@
编辑
- 耗材记录
+
耗材盘点
@@ -414,9 +440,9 @@
placeholder="请输入耗材信息代码"
>
-->
-
+
@@ -1104,7 +1130,7 @@ export default {
// consId: this.consRecordItem.consId,
// conName: this.consRecordItem.conName,
shopId: localStorage.getItem("shopId"),
- sort:'createTime,desc'
+ sort: 'createTime,desc'
});
this.clickseetableData.loading = false;
this.clickseetableData.data = res.content;
diff --git a/src/views/invoicing/operation_in.vue b/src/views/invoicing/operation_in.vue
index fea184d..ef538a1 100644
--- a/src/views/invoicing/operation_in.vue
+++ b/src/views/invoicing/operation_in.vue
@@ -2,7 +2,7 @@