From 9b139ce92aa09f466c01111dd66af9347a34d865 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期三, 02 七月 2025 17:23:51 +0800 Subject: [PATCH] 1 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_Stock.vue | 10 +++------- 1 files changed, 3 insertions(+), 7 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_Stock.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_Stock.vue" index e916ca9..52a33e6 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_Stock.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_Stock.vue" @@ -25,11 +25,12 @@ }); const editFormFields = ref({ "palletCode": "", + "locationCode": "", }); const editFormOptions = ref([ [ { "title": "鎵樼洏鏉$爜", "field": "palletCode", type: "text" }, - + { "title": "搴撲綅鍙�", "field": "locationCode", type: "text" }, ] ]); const searchFormFields = ref({}); @@ -52,12 +53,7 @@ cnName: "缁勭洏鏄庣粏淇℃伅", table: "DtBoxingInfoDetail", columns: [ - { title: "鐢佃姱搴忓垪鍙�", field: "serialNumber", type: "text"}, - { title: "鐗╂枡缂栧彿", field: "materielCode",type: "text" }, - { title: "鐗╂枡鍚嶇О", field: "materielName", type: "text" }, - { title: "搴撳瓨鐘舵��", field: "status", type: "text" }, - { title: "缁勭洏鏁伴噺", field: "stockQuantity", type: "text" }, - { title: "鍒涘缓鏃堕棿", field: "createDate", type: "text" }, + ], sortName: "id", key: "BoxingInfoId" -- Gitblit v1.9.3