From d55ef610a530c2ab0a30d6ecdc1e7e4ab54cc896 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 24 十月 2025 23:16:42 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhiHuiQiCe/FangCangZhiNeng

---
 新建文件夹/WMS/src/views/stock/stockInfo.vue |   30 +++++++++++++++++++++++++-----
 1 files changed, 25 insertions(+), 5 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 f32f961..31b4a04 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"
@@ -114,16 +114,23 @@
         },
         {
           field: "outboundQuantity",
-          title: "鍑哄簱鏁伴噺",
+          title: "寰呭嚭搴撴暟閲�",
           type: "number",
           span: 8
         },
+         {
+          title: "鍙敤搴撳瓨鏁�",
+          required: true,
+          field: "availableQuantity",
+          type: "number",
+        },
         {
           field: "supplyQuantity",
-          title: "鍙敤鏁伴噺",
+          title: "鐩樼偣鏁�",
           type: "number",
           span: 8
-        }
+        },
+        
       ],
       [
         {
@@ -289,14 +296,20 @@
       },
       {
         field: "outboundQuantity",
-        title: "鍑哄簱鏁伴噺",
+        title: "寰呭嚭搴撴暟閲�",
         type: "number",
         width: 100,
         align: "left",
       },
       {
+          title: "鍙敤搴撳瓨鏁�",
+          required: true,
+          field: "availableQuantity",
+          type: "number",
+        },
+      {
         field: "supplyQuantity",
-        title: "鍙敤鏁伴噺",
+        title: "鐩樼偣鏁�",
         type: "number",
         width: 100,
         align: "left",
@@ -329,6 +342,13 @@
         width: 120,
         align: "left",
       },
+       {
+        field: "alarmInformation",
+        title: "鎶ヨ淇℃伅",
+        type: "string",
+        width: 120,
+        align: "left",
+      },
       {
         field: "creater",
         title: "鍒涘缓浜�",

--
Gitblit v1.9.3