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);