From 801ddd3be4d6bf8553cac870435bb5092eca6b60 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 06 一月 2025 18:50:38 +0800
Subject: [PATCH] 更新前端代码

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue"
index c0490f8..5b61bdc 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue"
@@ -94,7 +94,7 @@
         align: "left",
       },
       {
-        field: "areaId",
+        field: "warehouseId",
         title: "鍖哄煙涓婚敭",
         type: "string",
         width: 90,
@@ -127,6 +127,7 @@
         type: "string",
         width: 90,
         align: "left",
+        hidden:true
       },
       {
         field: "packspes",
@@ -134,6 +135,7 @@
         type: "int",
         width: 120,
         align: "left",
+        hidden:true
       },
       {
         field: "attribute",
@@ -141,6 +143,7 @@
         type: "string",
         width: 200,
         align: "left",
+        hidden:true
       },
       {
         field: "unit",
@@ -162,6 +165,7 @@
         type: "string",
         width: 120,
         align: "left",
+        hidden:true
       },
       {
         field: "creater",
@@ -183,6 +187,7 @@
         type: "string",
         width: 100,
         align: "left",
+        hidden:true
       },
       {
         field: "modifyDate",
@@ -190,6 +195,7 @@
         type: "datetime",
         width: 160,
         align: "left",
+        hidden:true
       },
       {
         field: "remark",

--
Gitblit v1.9.3