From 4c308eab6106324bd40e6ad7fd9e769a5cedcedf Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期一, 25 八月 2025 15:46:58 +0800 Subject: [PATCH] 代码同步 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/DtBoxingInfo.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/DtBoxingInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/DtBoxingInfo.vue" index ec05a42..0e8b4af 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/DtBoxingInfo.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/DtBoxingInfo.vue" @@ -29,18 +29,20 @@ const editFormOptions = ref([ ]); - const searchFormFields = ref({}); + const searchFormFields = ref({ + palletCode:"" + }); const searchFormOptions = ref([ [ { "title": "鎵樼洏鏉$爜", "field": "palletCode", type: "text" }, - { "title": "鐗╂枡缂栧彿", "field": "materielCode", type: "text" }, - { "title": "搴撳瓨鐘舵��", "field": "status", type: "select", dataKey: "StockState", data: [] }, - { "title": "缁勭洏绫诲瀷", "field": "groupType", type: "select", dataKey: "GroupType", data: [] }, + //{ "title": "鐗╂枡缂栧彿", "field": "materielCode", type: "text" }, + //{ "title": "搴撳瓨鐘舵��", "field": "status", type: "select", dataKey: "StockState", data: [] }, + //{ "title": "缁勭洏绫诲瀷", "field": "groupType", type: "select", dataKey: "GroupType", data: [] }, ] ]); const columns = ref([ { field: 'id', title: '搴撳瓨ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' }, - { field: 'palletCode', title: '鎵樼洏鏉$爜', type: 'string', width: 110, align: 'left', sort: true, link: true, }, + { field: 'palletCode', title: '鏉$爜', type: 'string', width: 110, align: 'left', sort: true, link: true, }, //{ field: 'locationCode', title: '搴撲綅', type: 'string', width: 110, align: 'left' }, //{ field: 'isFull', title: '鏄惁婊$洏', type: 'bool', width: 110, align: 'left' }, { field: 'currentStatue', title: '褰撳墠鐘舵��', type: 'int', width: 110, align: 'left', bind: { key: "StockState", data: [] } }, -- Gitblit v1.9.3