From 35bc44ab49de4d4f667f6661a79f94e04751f0da Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期二, 10 十二月 2024 21:01:42 +0800 Subject: [PATCH] 1 --- Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue b/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue index 755c6ff..d8aba2a 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue +++ b/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue @@ -45,6 +45,8 @@ { "title": "鐢熶骇浜х嚎", "field": "productionLine", type: "text" }, { "title": "搴撳尯", "field": "areaCode", type: "select", dataKey: "AreaType", data: [] }, { "title": "搴撳瓨绫诲瀷", "field": "isFull", type: "select", dataKey: "isFull", data: [] }, + ],[ + { "title": "搴撲綅鍙�", "field": "locationCode", type: "text" }, ] ]); const columns = ref( -- Gitblit v1.9.3