From af5847927931d3f491d7be5e0178cff3c37ac6f9 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 06 十一月 2025 17:20:44 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 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 d46f4f5..61b7749 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([
 
@@ -131,9 +133,9 @@
                     type: "string",
                     width: 100,
                     align: "left",
-                    edit: { type: "int" },
+                    edit: { type: "select" },
                     required: true,
-                    
+                    bind: { key: "AreaType", data: [] }
                 },
                 {
                     field: "unit",

--
Gitblit v1.9.3