From cb25acc46bf41863e068b6f968f1592b7a14d1c9 Mon Sep 17 00:00:00 2001 From: helongyang <647556386@qq.com> Date: 星期六, 13 九月 2025 08:12:14 +0800 Subject: [PATCH] 功能更新优化 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/outbound/outStockLockInfo.vue | 21 +++++++++++++++++++-- 1 files changed, 19 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 1bcf0d6..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", }, { @@ -235,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