From 64840e4e6d97d177b8a765ba8c53888abcf86d16 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期二, 13 一月 2026 18:48:20 +0800
Subject: [PATCH] Merge branch 'htq20251215' of http://115.159.85.185:8098/r/ZhongRui/ALDbanyunxiangmu into htq20251215

---
 项目代码/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue"
index 9106f80..dfab069 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue"
@@ -69,8 +69,10 @@
         { title: "鐗╂枡鍚嶇О", field: "materielName", type: 'like' },
         { title: "鎵规鍙�", field: "batchNo", type: 'like' },
         { title: "渚涘簲鍟嗙紪鍙�", field: "supplyCode", type: 'like' },
-        { title: "浠撳簱鍙�", field: "warehouseCode", type: 'like' },
       ],
+      [
+        { title: "浠撳簱", field: "warehouseCode", type: 'select', dataKey: "wareHouse", data: [] },
+      ]
     ]);
     const columns = ref([
       {
@@ -87,7 +89,7 @@
         field: "materielCode",
         title: "鐗╂枡缂栧彿",
         type: "string",
-        width: 150,
+        width: 120,
         align: "left",
       },
       {
@@ -102,7 +104,7 @@
         field: "batchNo",
         title: "鎵规鍙�",
         type: "string",
-        width: 90,
+        width: 120,
         align: "left",
       },
       {
@@ -118,6 +120,7 @@
         type: "string",
         width: 120,
         align: "left",
+        bind: { key: "wareHouse", data: [] },
       },
       {
         field: "stockQuantity",

--
Gitblit v1.9.3