From 0ea40a1592de878592b2872b9c3005014233a136 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期一, 08 十二月 2025 21:24:11 +0800
Subject: [PATCH] 提交

---
 项目代码/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