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/stockInfo.vue |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 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 3e0b753..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"
@@ -118,12 +118,19 @@
           type: "number",
           span: 8
         },
+         {
+          title: "鍙敤搴撳瓨鏁�",
+          required: true,
+          field: "availableQuantity",
+          type: "number",
+        },
         {
           field: "supplyQuantity",
           title: "鐩樼偣鏁�",
           type: "number",
           span: 8
-        }
+        },
+        
       ],
       [
         {
@@ -295,6 +302,12 @@
         align: "left",
       },
       {
+          title: "鍙敤搴撳瓨鏁�",
+          required: true,
+          field: "availableQuantity",
+          type: "number",
+        },
+      {
         field: "supplyQuantity",
         title: "鐩樼偣鏁�",
         type: "number",
@@ -329,6 +342,13 @@
         width: 120,
         align: "left",
       },
+       {
+        field: "alarmInformation",
+        title: "鎶ヨ淇℃伅",
+        type: "string",
+        width: 120,
+        align: "left",
+      },
       {
         field: "creater",
         title: "鍒涘缓浜�",

--
Gitblit v1.9.3