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 @@