From 91ead18d0e92b6e1ed916c5159f3431bf2071a56 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期五, 12 十二月 2025 13:59:40 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhongRui/ALDbanyunxiangmu

---
 项目代码/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue |   36 +++++++++++++++++++++++++++++++++---
 1 files changed, 33 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 0b94c04..88df97e 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"
@@ -60,12 +60,14 @@
       materielCode: "",
       materielName: "",
       orderNo: "",
+      palletCode:""
     });
     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'},
+        { title: "鎵樼洏鍙�", field: "palletCode" ,type:'like'},
       ],
     ]);
     const columns = ref([
@@ -84,6 +86,13 @@
         title: "搴撳瓨淇℃伅涓婚敭",
         type: "string",
         width: 90,
+        align: "left",
+      },
+      {
+        field: "palletCode",
+        title: "鎵樼洏缂栧彿",    
+        type: "string",
+        width: 150,
         align: "left",
       },
       {
@@ -122,6 +131,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