From 96b7df5c86df57e5b1bb92c377d5e41e0d4355b9 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期一, 02 三月 2026 14:56:53 +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