From 798a97899b961baf7099bc3421d3ad926b1298da Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期一, 23 九月 2024 16:18:17 +0800 Subject: [PATCH] 添加组盘,明细数据VUE组件 --- Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js index d361047..985e379 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js +++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js @@ -200,6 +200,14 @@ meta: { keepAlive: false } + }, + { + path: '/DtBoxing', + name: 'DtBoxing', + component: () => import('@/views/widesea_wms/stock/DtBoxing.vue'), + meta: { + keepAlive: false + } } ] export default tables -- Gitblit v1.9.3