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 |   67 ++++++++++++++++++++++-----------
 1 files changed, 44 insertions(+), 23 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 31b4a04..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"
@@ -44,10 +44,19 @@
       shelfLife: "",
       validityPeriod: "",
       remark: "",
+      warehouseCode: "",
     });
     
     const editFormOptions = ref([
       [
+        {
+          field: "warehouseCode",
+          title: "搴撴埧缂栧彿",
+          type: "string",
+          required: true,
+            data: [],
+           dataKey: "warehouseNuber",
+        },
         {
           field: "palletCode",
           title: "鎵樼洏缂栧彿",
@@ -67,15 +76,8 @@
           title: "搴撳瓨鐘舵��",
           type: "select",
           data: [],
-          bind: { key: "stockStatus", data: [] }
+          dataKey: "StockStatusEmun",
         },
-        {
-          field: "warehouseId",
-          title: "浠撳簱",
-          type: "select", 
-          data: [],
-          bind: { key: "warehouses", data: [] }
-        }
       ],
       [
         {
@@ -126,7 +128,7 @@
         },
         {
           field: "supplyQuantity",
-          title: "鐩樼偣鏁�",
+          title: "鐩樼偣宸紓鏁�",
           type: "number",
           span: 8
         },
@@ -177,6 +179,7 @@
       materielCode: "",
       materielName: "",
       batchNo: "",
+      warehouseCode:''
     });
     
     const searchFormOptions = ref([
@@ -191,12 +194,19 @@
           field: "locationCode",
           type: "string"
         },
-        { 
-          title: "浠撳簱", 
-          field: "warehouseId", 
+        // { 
+        //   title: "浠撳簱", 
+        //   field: "warehouseId", 
+        //   type: "select", 
+        //   data: [],
+        //   bind: { key: "warehouses", data: [] } 
+        // },
+          { 
+          title: "搴撴埧缂栧彿", 
+          field: "warehouseCode", 
           type: "select", 
           data: [],
-          bind: { key: "warehouses", data: [] } 
+          dataKey: "warehouseNuber",
         },
       ],
       [
@@ -233,6 +243,7 @@
         field: "palletCode",
         title: "鎵樼洏缂栧彿",
         type: "string",
+        hidden: true,
         width: 90,
         align: "left",
       },
@@ -249,16 +260,23 @@
         type: "select",
         width: 100,
         align: "left",
-        bind: { key: "stockStatus", data: [] },
+        bind: { key: "StockStatusEmun", data: [] },
       },
-      {
-        field: "warehouseId",
-        title: "浠撳簱",
-        type: "select",
-        width: 100,
-        align: "left",
-        bind: { key: "warehouses", data: [] },
-      },
+      // {
+      //   field: "warehouseId",
+      //   title: "浠撳簱",
+      //   type: "select",
+      //   width: 100,
+      //   align: "left",
+      //   bind: { key: "warehouses", data: [] },
+      // },
+            { 
+          title: "搴撴埧缂栧彿", 
+          field: "warehouseCode", 
+          type: "select", 
+          data: [],
+          bind: { key: "warehouseNuber", data: [] } 
+        },
       {
         field: "materielCode",
         title: "鐗╂枡缂栫爜",
@@ -309,7 +327,7 @@
         },
       {
         field: "supplyQuantity",
-        title: "鐩樼偣鏁�",
+        title: "鐩樼偣宸紓鏁�",
         type: "number",
         width: 100,
         align: "left",
@@ -325,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",
@@ -346,6 +366,7 @@
         field: "alarmInformation",
         title: "鎶ヨ淇℃伅",
         type: "string",
+        hidden: true,
         width: 120,
         align: "left",
       },

--
Gitblit v1.9.3