From bf95c0628ffd05e5e26ca796102f1e453821936d Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期四, 18 十二月 2025 15:59:57 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue | 9 +++++++++
1 files changed, 9 insertions(+), 0 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 113fd9a..41263a9 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"
@@ -47,6 +47,7 @@
, [
{ "title": "鐗╂枡缂栫爜", "field": "materielCode", type: "text" },
{ "title": "鐗╂枡鍚嶇О", "field": "materielName", type: "text" },
+ { "title": "椤圭洰鍚嶇О", "field": "demandClassification", type: "text" },
]
]);
const columns = ref(
@@ -141,6 +142,14 @@
required: true,
bind: { key: "WareAreaType", data: [] }
},
+ {
+ field: "demandClassification",
+ title: "椤圭洰鍚嶇О",
+ type: "string",
+ width: 120,
+ align: "left",
+ edit: { type: "string" },
+ },
{
field: "remark",
title: "澶囨敞",
--
Gitblit v1.9.3