From 96238debbfdccb7de084ab09a8c33201d0050fd2 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期五, 24 十月 2025 22:05:57 +0800
Subject: [PATCH] 前端

---
 新建文件夹/WMS/src/views/stock/Dt_Inventory_Batch.vue |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 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 0b6cda6..a7c5809 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([
       [
@@ -69,6 +70,12 @@
           title: "寰呭嚭搴撴暟閲�",
           required: true,
           field: "outboundQuantity",
+          type: "number",
+        },
+          {
+          title: "鍙敤搴撳瓨鏁�",
+          required: true,
+          field: "availableQuantity",
           type: "number",
         }
       ],
@@ -187,6 +194,12 @@
         width: 100,
         align: "left",
       },
+         {
+          title: "鍙敤搴撳瓨鏁�",
+          required: true,
+          field: "availableQuantity",
+          type: "number",
+        },
       {
         field: "erpStockQuantity",
         title: "ERP瀹為檯搴撳瓨鏁�",

--
Gitblit v1.9.3