From d9c99e0480b4910cdb134778dd5c314b35ec4cf2 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期一, 29 九月 2025 10:05:23 +0800 Subject: [PATCH] 1 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/stock/inventoryInfo.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/inventoryInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/inventoryInfo.vue" index 7151187..ab11ba2 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/inventoryInfo.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/inventoryInfo.vue" @@ -36,7 +36,10 @@ }); const searchFormOptions = ref([ [ + { title: "鎵瑰彿", field: "batchNo", type: "like" }, { title: "鎵樼洏缂栧彿", field: "palletCode", type: "like" }, + ], + [ { title: "璐т綅缂栧彿", field: "locationCode", type: "like" }, { title: "搴撳瓨鐘舵��", -- Gitblit v1.9.3