From 60a50d7a976f33a172421546fd891f33a21043e5 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期三, 29 十月 2025 11:50:22 +0800
Subject: [PATCH] 优化

---
 新建文件夹/WMS/src/views/stock/Dt_Inventory_Batch.vue |   43 ++++++++++++++++++++++++++++---------------
 1 files changed, 28 insertions(+), 15 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/Dt_Inventory_Batch.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/Dt_Inventory_Batch.vue"
index a3a84a3..977958c 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/Dt_Inventory_Batch.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/Dt_Inventory_Batch.vue"
@@ -30,6 +30,7 @@
       productionDate: "",
       validityPeriod: "",
       remark: "",
+      AvailableQuantity: "",
     });
     const editFormOptions = ref([
       [
@@ -66,9 +67,15 @@
           type: "number",
         },
         {
-          title: "鍑哄簱鏁�",
+          title: "寰呭嚭搴撴暟閲�",
           required: true,
           field: "outboundQuantity",
+          type: "number",
+        },
+          {
+          title: "鍙敤搴撳瓨鏁�",
+          required: true,
+          field: "availableQuantity",
           type: "number",
         }
       ],
@@ -93,12 +100,12 @@
         }
       ],
       [
-        {
-          title: "鐢熶骇鏃ユ湡",
-          field: "productionDate",
-          type: "date",
-          span: 12
-        },
+        // {
+        //   title: "鐢熶骇鏃ユ湡",
+        //   field: "productionDate",
+        //   type: "date",
+        //   span: 12
+        // },
         {
           title: "鏈夋晥鏈熻嚦",
           field: "validityPeriod",
@@ -175,7 +182,7 @@
       },
       {
         field: "outboundQuantity",
-        title: "鍑哄簱鏁�",
+        title: "寰呭嚭搴撴暟鏁伴噺",
         type: "number",
         width: 100,
         align: "left",
@@ -187,6 +194,12 @@
         width: 100,
         align: "left",
       },
+         {
+          title: "鍙敤搴撳瓨鏁�",
+          required: true,
+          field: "availableQuantity",
+          type: "number",
+        },
       {
         field: "erpStockQuantity",
         title: "ERP瀹為檯搴撳瓨鏁�",
@@ -202,13 +215,13 @@
         align: "left",
         bind: { key: "stockDifference", data: [] },
       },
-      {
-        field: "productionDate",
-        title: "鐢熶骇鏃ユ湡",
-        type: "date",
-        width: 120,
-        align: "left",
-      },
+      // {
+      //   field: "productionDate",
+      //   title: "鐢熶骇鏃ユ湡",
+      //   type: "date",
+      //   width: 120,
+      //   align: "left",
+      // },
       {
         field: "validityPeriod",
         title: "鏈夋晥鏈熻嚦",

--
Gitblit v1.9.3