From bc43fe34a67fa68bcfb3a51b79308fad0be11c08 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 31 十月 2025 09:18:11 +0800
Subject: [PATCH] 优化定时器时长
---
新建文件夹/WMS/src/views/stock/Dt_Inventory_Batch.vue | 39 ++++++++++++++++++++++++++-------------
1 files changed, 26 insertions(+), 13 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 0b6cda6..977958c 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([
[
@@ -70,6 +71,12 @@
required: true,
field: "outboundQuantity",
type: "number",
+ },
+ {
+ title: "鍙敤搴撳瓨鏁�",
+ required: true,
+ field: "availableQuantity",
+ type: "number",
}
],
[
@@ -93,12 +100,12 @@
}
],
[
- {
- title: "鐢熶骇鏃ユ湡",
- field: "productionDate",
- type: "date",
- span: 12
- },
+ // {
+ // title: "鐢熶骇鏃ユ湡",
+ // field: "productionDate",
+ // type: "date",
+ // span: 12
+ // },
{
title: "鏈夋晥鏈熻嚦",
field: "validityPeriod",
@@ -187,6 +194,12 @@
width: 100,
align: "left",
},
+ {
+ title: "鍙敤搴撳瓨鏁�",
+ required: true,
+ field: "availableQuantity",
+ type: "number",
+ },
{
field: "erpStockQuantity",
title: "ERP瀹為檯搴撳瓨鏁�",
@@ -202,13 +215,13 @@
align: "left",
bind: { key: "stockDifference", data: [] },
},
- {
- field: "productionDate",
- title: "鐢熶骇鏃ユ湡",
- type: "date",
- width: 120,
- align: "left",
- },
+ // {
+ // field: "productionDate",
+ // title: "鐢熶骇鏃ユ湡",
+ // type: "date",
+ // width: 120,
+ // align: "left",
+ // },
{
field: "validityPeriod",
title: "鏈夋晥鏈熻嚦",
--
Gitblit v1.9.3