From 5b8bf171b9afda52fa366a72e54eedbd9e6d4d17 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期六, 01 十一月 2025 19:54:25 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhiHuiQiCe/FangCangZhiNeng
---
新建文件夹/WMS/src/views/stock/Dt_Inventory_Batch.vue | 77 ++++++++++++++++++++++----------------
1 files changed, 45 insertions(+), 32 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..cef7d24 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",
}
],
@@ -85,20 +92,20 @@
field: "erpStockQuantity",
type: "number",
},
- {
- title: "搴撳瓨宸紓",
- field: "status",
- type: "select",
- bind: { key: "stockDifference", data: [] }
- }
+ // {
+ // title: "搴撳瓨宸紓",
+ // field: "status",
+ // type: "select",
+ // bind: { key: "stockDifference", data: [] }
+ // }
],
[
- {
- title: "鐢熶骇鏃ユ湡",
- field: "productionDate",
- type: "date",
- span: 12
- },
+ // {
+ // title: "鐢熶骇鏃ユ湡",
+ // field: "productionDate",
+ // type: "date",
+ // span: 12
+ // },
{
title: "鏈夋晥鏈熻嚦",
field: "validityPeriod",
@@ -122,9 +129,9 @@
});
const searchFormOptions = ref([
[
- { title: "鐗╂枡缂栧彿", field: "materielCode" },
- { title: "鐗╂枡鍚嶇О", field: "materielName" },
- { title: "鎵规鍙�", field: "batchNo" },
+ { title: "鐗╂枡缂栧彿", field: "materielCode" ,type: "like" },
+ { title: "鐗╂枡鍚嶇О", field: "materielName" ,type: "like"},
+ { title: "鎵规鍙�", field: "batchNo" ,type: "like"},
],
]);
const columns = ref([
@@ -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瀹為檯搴撳瓨鏁�",
@@ -194,21 +207,21 @@
width: 120,
align: "left",
},
- {
- field: "status",
- title: "搴撳瓨宸紓",
- type: "select",
- width: 100,
- align: "left",
- bind: { key: "stockDifference", data: [] },
- },
- {
- field: "productionDate",
- title: "鐢熶骇鏃ユ湡",
- type: "date",
- width: 120,
- align: "left",
- },
+ // {
+ // field: "status",
+ // title: "搴撳瓨宸紓",
+ // type: "select",
+ // width: 100,
+ // align: "left",
+ // bind: { key: "stockDifference", data: [] },
+ // },
+ // {
+ // field: "productionDate",
+ // title: "鐢熶骇鏃ユ湡",
+ // type: "date",
+ // width: 120,
+ // align: "left",
+ // },
{
field: "validityPeriod",
title: "鏈夋晥鏈熻嚦",
--
Gitblit v1.9.3