From 4babfcfde8b26c755850e0066f1c07fac38e96a2 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期三, 29 十月 2025 01:22:41 +0800
Subject: [PATCH] 重新优化上报erp出入库完成接口
---
新建文件夹/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