From 770b80efd437680e84a674ddf3db90037a833f47 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 23 十月 2025 12:34:54 +0800
Subject: [PATCH] 添加库存信息和批次信息的可用库存数量
---
新建文件夹/WMS/src/views/stock/stockInfo.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 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..3e0b753 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,13 +114,13 @@
},
{
field: "outboundQuantity",
- title: "鍑哄簱鏁伴噺",
+ title: "寰呭嚭搴撴暟閲�",
type: "number",
span: 8
},
{
field: "supplyQuantity",
- title: "鍙敤鏁伴噺",
+ title: "鐩樼偣鏁�",
type: "number",
span: 8
}
@@ -289,14 +289,14 @@
},
{
field: "outboundQuantity",
- title: "鍑哄簱鏁伴噺",
+ title: "寰呭嚭搴撴暟閲�",
type: "number",
width: 100,
align: "left",
},
{
field: "supplyQuantity",
- title: "鍙敤鏁伴噺",
+ title: "鐩樼偣鏁�",
type: "number",
width: 100,
align: "left",
--
Gitblit v1.9.3