From b0ed419ede8bd1829e670891ffe878630ba517e2 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期一, 03 十一月 2025 17:57:32 +0800
Subject: [PATCH] 优化
---
新建文件夹/WMS/src/views/stock/stockInfo.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/stockInfo.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/stockInfo.vue"
index 62b29fc..ddff682 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/stockInfo.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/stockInfo.vue"
@@ -128,7 +128,7 @@
},
{
field: "supplyQuantity",
- title: "鐩樼偣鏁�",
+ title: "鐩樼偣宸紓鏁�",
type: "number",
span: 8
},
@@ -243,6 +243,7 @@
field: "palletCode",
title: "鎵樼洏缂栧彿",
type: "string",
+ hidden: true,
width: 90,
align: "left",
},
@@ -326,7 +327,7 @@
},
{
field: "supplyQuantity",
- title: "鐩樼偣鏁�",
+ title: "鐩樼偣宸紓鏁�",
type: "number",
width: 100,
align: "left",
@@ -342,12 +343,14 @@
field: "productionDate",
title: "鐢熶骇鏃ユ湡",
type: "date",
+ hidden: true,
width: 120,
align: "left",
},
{
field: "shelfLife",
title: "淇濊川鏈熷ぉ鏁�",
+ hidden: true,
type: "number",
width: 120,
align: "left",
@@ -363,6 +366,7 @@
field: "alarmInformation",
title: "鎶ヨ淇℃伅",
type: "string",
+ hidden: true,
width: 120,
align: "left",
},
--
Gitblit v1.9.3