From 32898366256ac7a99c4ecdd094e05e54f8a7e621 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期五, 26 十二月 2025 09:28:58 +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 |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 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 8db255e..9106f80 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"
@@ -54,22 +54,22 @@
           type: "string",
         },
       ],
-      
+
     ]);
     const searchFormFields = ref({
       materielCode: "",
       materielName: "",
       batchNo: "",
-      supplyCode:"",
-      warehouseCode:""
+      supplyCode: "",
+      warehouseCode: ""
     });
     const searchFormOptions = ref([
       [
-        { title: "鐗╂枡缂栧彿", field: "materielCode" ,type:'like'},
-        { title: "鐗╂枡鍚嶇О", field: "materielName" ,type:'like'},
-        { title: "鎵规鍙�", field: "batchNo" ,type:'like'},
-        { title: "渚涘簲鍟嗙紪鍙�", field: "supplyCode" ,type:'like'},
-        { title: "浠撳簱鍙�", field: "warehouseCode" ,type:'like'},
+        { title: "鐗╂枡缂栧彿", field: "materielCode", type: 'like' },
+        { title: "鐗╂枡鍚嶇О", field: "materielName", type: 'like' },
+        { title: "鎵规鍙�", field: "batchNo", type: 'like' },
+        { title: "渚涘簲鍟嗙紪鍙�", field: "supplyCode", type: 'like' },
+        { title: "浠撳簱鍙�", field: "warehouseCode", type: 'like' },
       ],
     ]);
     const columns = ref([
@@ -96,6 +96,7 @@
         type: "string",
         width: 150,
         align: "left",
+        bind: { key: "materielInfo", data: [] },
       },
       {
         field: "batchNo",
@@ -117,7 +118,7 @@
         type: "string",
         width: 120,
         align: "left",
-      },        
+      },
       {
         field: "stockQuantity",
         title: "搴撳瓨鏁伴噺",

--
Gitblit v1.9.3