From d8db1698c125618c1b5f62b009204ddc5d4eed5a Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期三, 19 三月 2025 20:34:08 +0800 Subject: [PATCH] 成品代码更新.... --- 代码管理/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue" index c4538b3..6ab9ba1 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue" @@ -57,6 +57,9 @@ { title: "鐩爣鍦板潃", field: "targetAddress", type: "like" }, { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" }, ], + [ + { title: "鎵�灞炰粨搴�", field: "warehouseId",type: "selectList",dataKey: "warehouses",data: [],} + ], ]); const columns = ref([ { @@ -77,6 +80,14 @@ align: "left", }, { + field: "warehouseId", + title: "鎵�灞炰粨搴�", + type: "string", + width: 100, + align: "left", + bind: { key: "warehouses", data: [] }, + }, + { field: "palletCode", title: "鎵樼洏缂栧彿", type: "string", -- Gitblit v1.9.3