From 7195016afc472307e4db0b415e45c9d4275bdb02 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 30 十月 2025 17:27:32 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue |   33 +++++++++++++++++++++++----------
 1 files changed, 23 insertions(+), 10 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..7ea47c8 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"
@@ -25,7 +25,9 @@
             sortName: "createDate"
         });
         const editFormFields = ref({
-
+            palletCode:"",
+            locationCode:"",
+            stockStatus:"",
         });
         const editFormOptions = ref([
 
@@ -117,6 +119,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 +209,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