From 1f1b9ac010b7ef6a055bdf22c022868c9033712f Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 03 十一月 2025 10:00:35 +0800
Subject: [PATCH] 1
---
新建文件夹/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 a2233b5..6f8f0ce 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"
@@ -76,7 +76,7 @@
title: "搴撳瓨鐘舵��",
type: "select",
data: [],
- bind: { key: "stockStatus", data: [] }
+ dataKey: "StockStatusEmun",
},
],
[
@@ -243,6 +243,7 @@
field: "palletCode",
title: "鎵樼洏缂栧彿",
type: "string",
+ hidden: true,
width: 90,
align: "left",
},
@@ -259,7 +260,7 @@
type: "select",
width: 100,
align: "left",
- bind: { key: "stockStatus", data: [] },
+ bind: { key: "StockStatusEmun", data: [] },
},
// {
// field: "warehouseId",
@@ -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