From 334a54bbc1300ef0556732b2ea624291a120d07b Mon Sep 17 00:00:00 2001
From: 肖洋 <cathay_xy@163.com>
Date: 星期三, 11 十二月 2024 14:52:18 +0800
Subject: [PATCH] 添加SignalR及事件总线支持
---
Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue b/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue
index 755c6ff..d8aba2a 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue
@@ -45,6 +45,8 @@
{ "title": "鐢熶骇浜х嚎", "field": "productionLine", type: "text" },
{ "title": "搴撳尯", "field": "areaCode", type: "select", dataKey: "AreaType", data: [] },
{ "title": "搴撳瓨绫诲瀷", "field": "isFull", type: "select", dataKey: "isFull", data: [] },
+ ],[
+ { "title": "搴撲綅鍙�", "field": "locationCode", type: "text" },
]
]);
const columns = ref(
--
Gitblit v1.9.3