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 | 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