From dc1a2cac65d1abadabda8b5fb3977199100d2cb3 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期四, 25 十二月 2025 08:55:24 +0800
Subject: [PATCH] 1

---
 项目代码/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 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 88df97e..6aee2bd 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"
@@ -54,20 +54,20 @@
           type: "string",
         },
       ],
-      
+
     ]);
     const searchFormFields = ref({
       materielCode: "",
       materielName: "",
       orderNo: "",
-      palletCode:""
+      palletCode: ""
     });
     const searchFormOptions = ref([
       [
-        { title: "鐗╂枡缂栧彿", field: "materielCode" ,type:'like'},
-        { title: "鐗╂枡鍚嶇О", field: "materielName" ,type:'like'},
-        { title: "鍗曟嵁缂栧彿", field: "orderNo" ,type:'like'},
-        { title: "鎵樼洏鍙�", field: "palletCode" ,type:'like'},
+        { title: "鐗╂枡缂栧彿", field: "materielCode", type: 'like' },
+        { title: "鐗╂枡鍚嶇О", field: "materielName", type: 'like' },
+        { title: "鍗曟嵁缂栧彿", field: "orderNo", type: 'like' },
+        { title: "鎵樼洏鍙�", field: "palletCode", type: 'like' },
       ],
     ]);
     const columns = ref([
@@ -90,7 +90,7 @@
       },
       {
         field: "palletCode",
-        title: "鎵樼洏缂栧彿",    
+        title: "鎵樼洏缂栧彿",
         type: "string",
         width: 150,
         align: "left",
@@ -108,19 +108,20 @@
         type: "string",
         width: 150,
         align: "left",
+        bind: { key: "materielInfo", data: [] },
       },
       {
         field: "orderNo",
         title: "鍗曟嵁缂栧彿",
         type: "decimal",
-        width: 90,
+        width: 150,
         align: "left",
       },
       {
         field: "batchNo",
         title: "鎵规鍙�",
         type: "string",
-        width: 90,
+        width: 150,
         align: "left",
       },
       {
@@ -129,6 +130,7 @@
         type: "int",
         width: 120,
         align: "left",
+        hidden: true,
       },
       {
         field: "supplyCode",
@@ -162,7 +164,7 @@
         field: "outboundQuantity",
         title: "鍑哄簱鏁伴噺",
         type: "string",
-        width: 180,
+        width: 120,
         align: "left",
       },
       {
@@ -207,6 +209,7 @@
         type: "string",
         width: 100,
         align: "left",
+        hidden: true,
       },
     ]);
     const detail = ref({

--
Gitblit v1.9.3