From b8328b804700cd91547f480670fd50e50b4396dc Mon Sep 17 00:00:00 2001
From: zzyuan <781948537@qq.com>
Date: Thu, 11 Sep 2025 16:40:38 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../foodManage/stockManage/inventoryCount/edit.vue | 2 +-
.../stockManage/inventoryCount/index.vue | 12 ++++++------
.../foodManage/stockManage/warehouseIn/edit.vue | 1 +
.../foodManage/stockManage/warehouseOut/edit.vue | 14 +++++++-------
4 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/src/views/foodManage/stockManage/inventoryCount/edit.vue b/src/views/foodManage/stockManage/inventoryCount/edit.vue
index e2e31a32..b3f715e0 100644
--- a/src/views/foodManage/stockManage/inventoryCount/edit.vue
+++ b/src/views/foodManage/stockManage/inventoryCount/edit.vue
@@ -90,7 +90,7 @@
- {{ scope.row.actualNum-scope.row.bookNum }}
+ {{ (scope.row.actualNum-scope.row.bookNum).toFixed(2) }}
+
+
+
+ {{ (scope.row.totalProfitLoss/100).toFixed(2) }}
+
diff --git a/src/views/foodManage/stockManage/warehouseIn/edit.vue b/src/views/foodManage/stockManage/warehouseIn/edit.vue
index 82929b22..820f3710 100644
--- a/src/views/foodManage/stockManage/warehouseIn/edit.vue
+++ b/src/views/foodManage/stockManage/warehouseIn/edit.vue
@@ -265,6 +265,7 @@ export default {
contractType:undefined,
areaId:undefined,
canteenId:undefined,
+ intoDate:new Date()
},
// 表单校验
baseRules: {
diff --git a/src/views/foodManage/stockManage/warehouseOut/edit.vue b/src/views/foodManage/stockManage/warehouseOut/edit.vue
index a6c802df..60ca41f1 100644
--- a/src/views/foodManage/stockManage/warehouseOut/edit.vue
+++ b/src/views/foodManage/stockManage/warehouseOut/edit.vue
@@ -69,11 +69,11 @@
-
-
+
@@ -81,7 +81,7 @@
{{ scope.row.fetchNum }}
-
+
@@ -135,11 +135,11 @@
称重
-->
-
+
@@ -265,7 +265,7 @@ export default {
disabledDate(v) {
return v.getTime() > (new Date().getTime() + 86400000);// - 86400000是否包括当天
}
- },
+ },
materialList:[],//货品信息-表格数据
batchIds:[],//货品信息-表格数据-多选
openDialog:false,