From 26cfbb7b192feb0fd73f40553c279c096c35954d Mon Sep 17 00:00:00 2001
From: pan <antony1029@163.com>
Date: 星期三, 12 十一月 2025 08:53:41 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhongRui/ALDbanyunxiangmu

---
 项目代码/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
index 064906a..9287497 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
@@ -63,9 +63,9 @@
     });
     const searchFormOptions = ref([
       [
-        { title: "鐗╂枡缂栧彿", field: "materielCode" },
-        { title: "鐗╂枡鍚嶇О", field: "materielName" },
-        { title: "鍗曟嵁缂栧彿", field: "orderNo" },
+        { title: "鐗╂枡缂栧彿", field: "materielCode" ,type:'like'},
+        { title: "鐗╂枡鍚嶇О", field: "materielName" ,type:'like'},
+        { title: "鍗曟嵁缂栧彿", field: "orderNo" ,type:'like'},
       ],
     ]);
     const columns = ref([
@@ -129,6 +129,27 @@
         align: "left",
       },
       {
+        field: "supplyCode",
+        title: "渚涘簲鍟嗙紪鍙�",
+        type: "string",
+        width: 120,
+        align: "left",
+      },
+      {
+        field: "warehouseCode",
+        title: "浠撳簱鍙�",
+        type: "string",
+        width: 120,
+        align: "left",
+      },
+      {
+        field: "barcode",
+        title: "鏉$爜",
+        type: "string",
+        width: 120,
+        align: "left",
+      },
+      {
         field: "stockQuantity",
         title: "搴撳瓨鏁伴噺",
         type: "string",

--
Gitblit v1.9.3