From c906272c0905b1309503de92affbdb06ec9d4268 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期五, 01 五月 2026 09:48:41 +0800
Subject: [PATCH] 1

---
 Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
index 789e395..b35bd72 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
+++ b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -77,6 +77,7 @@
 
     const searchFormFields = ref({
       palletCode: "",
+      warehouseId: "",
       stockStatus: "",
       locationCode: "",
     });
@@ -84,6 +85,7 @@
     const searchFormOptions = ref([
       [
         { title: TEXT.palletCode, field: "palletCode", type: "like" },
+        { title: TEXT.warehouse, field: "warehouseId", type: "selectList", dataKey: "warehouseEnum", data: []  },
         { title: TEXT.stockStatus, field: "stockStatus", type: "selectList", dataKey: "stockStatusEmun", data: [] },
         { title: TEXT.locationCode, field: "locationCode", type: "like" },
       ],

--
Gitblit v1.9.3