From 93ec15196294abce031a86e24f4cee643b3b1c8a Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期四, 22 一月 2026 15:45:29 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
index 9fd1442..fbad817 100644
--- a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -98,13 +98,14 @@
           dataKey: "stockStatusEmun",
           data: [],
         },
-        { title: "搴撳瓨缂栧彿",
+        { title: "鍏宠仈搴撳瓨缂栧彿",
             field: "id",
             type: "like",
         },
+        { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
         ],
         [
-        { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
+        
         ]
       ]);
       const columns = ref([
@@ -131,7 +132,7 @@
           field: "palletCode",
           title: "鎵樼洏缂栧彿",
           type: "string",
-          width: 90,
+          width: 150,
           align: "left",
           //sort:true,
         },
@@ -148,7 +149,7 @@
           field: "locationCode",
           title: "璐т綅缂栧彿",
           type: "string",
-          width: 150,
+          width: 200,
           align: "left",
           //sort:true,
         },
@@ -193,6 +194,7 @@
           width: 150,
           align: "left",
         //  sort:true,
+          hidden:true,
         },{
           field: "remark",
           title: "澶囨敞",

--
Gitblit v1.9.3