申请进货单
This commit is contained in:
@@ -397,6 +397,18 @@ export const constantRoutes = [
|
||||
name: 'LbDepartmentUser',
|
||||
component: () => import('@/views/lb-business/department-user/index'),
|
||||
meta: { title: '部门人员', icon: 'el-icon-user-solid' }
|
||||
},
|
||||
{
|
||||
path: 'purchase-apply',
|
||||
name: 'LbPurchaseApply',
|
||||
component: () => import('@/views/lb-business/purchase-apply/index'),
|
||||
meta: { title: '进货申请', icon: 'el-icon-tickets' }
|
||||
},
|
||||
{
|
||||
path: 'assessment-apply',
|
||||
name: 'LbAssessmentApply',
|
||||
component: () => import('@/views/lb-business/assessment-apply/index'),
|
||||
meta: { title: '评估申请', icon: 'el-icon-edit-outline' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user