From 4f39dcc195f28fa275fc2d065fbf1bf6a46c21b7 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 17 六月 2025 00:41:18 +0800
Subject: [PATCH] 优化出入库逻辑

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 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 af1dad8..0e18099 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"
@@ -36,12 +36,12 @@
     });
     const editFormOptions = ref([
       [
-        {
-          title: "鍖哄煙",
-          required: true,
-          field: "areaId",
-          type: "string",
-        },
+        // {
+        //   title: "鍖哄煙",
+        //   required: true,
+        //   field: "areaId",
+        //   type: "string",
+        // },
         {
           title: "鐗╂枡缂栧彿",
           required: true,
@@ -54,12 +54,12 @@
           field: "materielName",
           type: "string",
         },
-        {
-          title: "璁¢噺鍗曚綅",
-          required: true,
-          field: "unit",
-          type: "string",
-        },
+        // {
+        //   title: "璁¢噺鍗曚綅",
+        //   required: true,
+        //   field: "unit",
+        //   type: "string",
+        // },
       ],
       [
         {
@@ -146,13 +146,13 @@
         hidden: true,
         align: "left",
       },
-      {
-        field: "unit",
-        title: "璁¢噺鍗曚綅",
-        type: "string",
-        width: 180,
-        align: "left",
-      },
+      // {
+      //   field: "unit",
+      //   title: "璁¢噺鍗曚綅",
+      //   type: "string",
+      //   width: 180,
+      //   align: "left",
+      // },
       {
         field: "validity",
         title: "鏈夋晥鏈�",

--
Gitblit v1.9.3