From 644cbe3e4eba765affa25454d69fee6286bb6094 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 30 十月 2025 13:06:35 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue | 46 +++++++++++++++++++++++++++++++---------------
1 files changed, 31 insertions(+), 15 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue"
index 0a0a715..7ea47c8 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue"
@@ -25,7 +25,9 @@
sortName: "createDate"
});
const editFormFields = ref({
-
+ palletCode:"",
+ locationCode:"",
+ stockStatus:"",
});
const editFormOptions = ref([
@@ -34,13 +36,14 @@
const searchFormOptions = ref([
[
{ "title": "鎵樼洏鏉$爜", "field": "palletCode", type: "text" },
- { "title": "鐢熶骇浜х嚎", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] },
- { "title": "搴撳尯", "field": "areaCode", type: "select", dataKey: "AreaType", data: [] },
- { "title": "搴撳瓨绫诲瀷", "field": "isFull", type: "select", dataKey: "isFull", data: [] },
+ { "title": "妤煎眰", "field": "floor", type: "select", dataKey: "Floor", data: [] },
+ { "title": "搴撳瓨鐘舵��", "field": "stockStatus", type: "select", dataKey: "StockStateEmun", data: [] },
], [
{ "title": "搴撲綅鍙�", "field": "locationCode", type: "text" },
- { "title": "宸烽亾", "field": "roadwayNo", type: "text" },
{ "title": "璐т綅鐘舵��", "field": "locationStatus", type: "select", dataKey: "LocationState", data: [] },
+ { "title": "鍖哄煙", "field": "areaId", type: "select", dataKey: "AreaType", data: []},
+ ]
+ , [
{ "title": "鐗╂枡缂栫爜", "field": "materielCode", type: "text" },
]
]);
@@ -50,10 +53,12 @@
{ field: 'locationCode', title: '搴撲綅', type: 'string', width: 100, align: 'left', },
{ field: 'locationStatus', title: '璐т綅鐘舵��', type: 'int', width: 60, align: 'left', bind: { key: "LocationState", data: [] } },
{ field: 'floor', title: '妤煎眰', type: 'int', width: 60, align: 'left', bind: { key: "Floor", data: [] } },
+ { field: 'areaId', title: '鍖哄煙', type: 'int', width: 120, align: 'left', bind: { key: "AreaType", data: [] } },
+ { field: 'stockStatus', title: '搴撳瓨鐘舵��', type: 'int', width: 90, align: 'left', bind: { key: "StockStateEmun", data: [] } },
{ field: 'remark', title: '澶囨敞', type: 'string', width: 60, align: 'left', },
{ field: 'creater', title: '鍒涘缓浜�', type: 'string', sort: true, width: 110, align: 'left', hidden: true },
{ field: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 150, align: 'left', },
- { field: 'modifier', title: '鏈�鍚庝慨鏀逛汉', type: 'string', sort: true, width: 100, hidden: true, align: 'left' },
+ { field: 'modifier', title: '鏈�鍚庝慨鏀逛汉', type: 'string', sort: true, width: 100, align: 'left' },
]
);
const detail = ref({
@@ -112,6 +117,25 @@
type: "int",
width: 90,
align: "left",
+ },
+ {
+ field: "outboundQuantity",
+ title: "鍑哄簱鏁伴噺",
+ type: "int",
+ width: 90,
+ align: "left",
+ edit: { type: "int" },
+ required: true,
+ },
+ {
+ field: "remark",
+ title: "璋冩嫧浠撳簱",
+ type: "string",
+ width: 100,
+ align: "left",
+ edit: { type: "int" },
+ required: true,
+
},
{
field: "unit",
@@ -185,15 +209,7 @@
width: 160,
align: "left",
hidden:true,
- },
- {
- field: "remark",
- title: "澶囨敞",
- type: "string",
- width: 100,
- align: "left",
- hidden:true,
- },
+ }
],
sortName: "id",
key: "id",
--
Gitblit v1.9.3