From dda095e27b535d5748340f127c5f83c0d1324226 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期三, 29 十月 2025 17:30:58 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue | 29 ++++++++++++++++++++---------
1 files changed, 20 insertions(+), 9 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue"
index dab4e3c..d46f4f5 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue"
@@ -117,6 +117,25 @@
align: "left",
},
{
+ field: "outboundQuantity",
+ title: "鍑哄簱鏁伴噺",
+ type: "int",
+ width: 90,
+ align: "left",
+ edit: { type: "int" },
+ required: true,
+ },
+ {
+ field: "remark",
+ title: "璋冩嫧浠撳簱",
+ type: "string",
+ width: 100,
+ align: "left",
+ edit: { type: "int" },
+ required: true,
+
+ },
+ {
field: "unit",
title: "鍗曚綅",
type: "int",
@@ -188,15 +207,7 @@
width: 160,
align: "left",
hidden:true,
- },
- {
- field: "remark",
- title: "澶囨敞",
- type: "string",
- width: 100,
- align: "left",
- hidden:true,
- },
+ }
],
sortName: "id",
key: "id",
--
Gitblit v1.9.3