refactor(wms/delivery/waybill): 替换订单编号手动输入为下拉选择组件

重构运单页面的订单编号选择模块,将原有的自动补全输入框+弹窗选择的方式改为远程搜索下拉选择器,移除冗余的订单选择对话框、绑定解绑切换相关逻辑,优化代码结构并统一订单数据处理流程
This commit is contained in:
2026-06-24 13:30:17 +08:00
parent 74f7866986
commit 7eda414846
2 changed files with 54 additions and 177 deletions

View File

@@ -151,19 +151,6 @@ export const constantRoutes = [
}
],
},
// {
// path: '/wms/seal',
// component: Layout,
// hidden: true,
// children: [
// {
// path: 'sealDetail/:bizId',
// component: () => import('@/views/wms/seal/sealDetail'),
// name: 'WmsSealDetail',
// meta: { title: '用印详情' }
// }
// ]
// }
]
// 动态路由,基于用户权限动态去加载
@@ -182,18 +169,6 @@ export const dynamicRoutes = [
}
]
},
{
path: '/ems/assisted/statistics',
component: Layout,
children: [
{
path: '',
component: () => import('@/views/ems/assisted/statistics.vue'),
name: 'AuxiliaryStatistics',
meta: { title: '公辅消耗统计', icon: 'chart' }
}
]
},
{
path: '/system/role-auth',
component: Layout,