From d3e49d3dceb3953c7bc4e6d0fd7e6258ebccaff1 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期日, 26 十月 2025 20:25:20 +0800
Subject: [PATCH] 修改前端和优化盘点
---
新建文件夹/WMS/src/views/stock/Dt_Inventory_Batch.vue | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/Dt_Inventory_Batch.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/Dt_Inventory_Batch.vue"
index a3a84a3..a7c5809 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/Dt_Inventory_Batch.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/Dt_Inventory_Batch.vue"
@@ -30,6 +30,7 @@
productionDate: "",
validityPeriod: "",
remark: "",
+ AvailableQuantity: "",
});
const editFormOptions = ref([
[
@@ -66,9 +67,15 @@
type: "number",
},
{
- title: "鍑哄簱鏁�",
+ title: "寰呭嚭搴撴暟閲�",
required: true,
field: "outboundQuantity",
+ type: "number",
+ },
+ {
+ title: "鍙敤搴撳瓨鏁�",
+ required: true,
+ field: "availableQuantity",
type: "number",
}
],
@@ -175,7 +182,7 @@
},
{
field: "outboundQuantity",
- title: "鍑哄簱鏁�",
+ title: "寰呭嚭搴撴暟鏁伴噺",
type: "number",
width: 100,
align: "left",
@@ -187,6 +194,12 @@
width: 100,
align: "left",
},
+ {
+ title: "鍙敤搴撳瓨鏁�",
+ required: true,
+ field: "availableQuantity",
+ type: "number",
+ },
{
field: "erpStockQuantity",
title: "ERP瀹為檯搴撳瓨鏁�",
--
Gitblit v1.9.3