From a8756c3526832332db4ef5685348d9b188c2bf2b Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期六, 13 九月 2025 08:36:44 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn --- 代码管理/WMS/WIDESEA_WMSClient/src/views/outbound/outStockLockInfo.vue | 35 +++++++++++++++++++++++++++++++++-- 1 files changed, 33 insertions(+), 2 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/outStockLockInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/outStockLockInfo.vue" index 48e7735..f2d294f 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/outStockLockInfo.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/outStockLockInfo.vue" @@ -113,6 +113,9 @@ { title: "浠诲姟鍙�", field: "taskNum", type: "like" }, { title: "鐘舵��", field: "status", type: "select",dataKey:"outLockStockStatusEnum", data:[]}, ], + [ + { title: "鍑哄簱鏃堕棿",field: "createDate",type: "datetime"}, + ], ]); const columns = ref([ { @@ -129,7 +132,7 @@ field: "orderNo", title: "鍗曟嵁缂栧彿", type: "string", - width: 150, + width: 180, align: "left", }, @@ -189,7 +192,7 @@ field: "locationCode", title: "璐т綅缂栧彿", type: "datetime", - width: 160, + width: 220, align: "left", }, { @@ -207,6 +210,20 @@ align: "left", }, { + field: "productionDate", + title: "鐢熶骇鏃ユ湡", + type: "string", + width: 160, + align: "left", + }, + { + field: "effectiveDate", + title: "鏈夋晥鏈�", + type: "string", + width: 160, + align: "left", + }, + { field: "taskNum", title: "浠诲姟鍙�", type: "string", @@ -221,6 +238,20 @@ align: "left", bind:{key:"outLockStockStatusEnum", data: []} }, + { + field: "creater", + title: "鍒涘缓浜�", + type: "string", + width: 90, + align: "left", + }, + { + field: "createDate", + title: "鍒涘缓鏃堕棿", + type: "datetime", + width: 160, + align: "left", + }, ]); const detail = ref({ cnName: "#detailCnName", -- Gitblit v1.9.3