|
@@ -12,51 +12,51 @@ const purchasingManagementRouter = {
|
|
|
icon: '-caigouyewuguanli'
|
|
|
},
|
|
|
children: [
|
|
|
- //采购计划列表
|
|
|
- // {
|
|
|
- // path: 'procurementPlanList',
|
|
|
- // component: () =>
|
|
|
- // import(/* webpackChunkName: "applDetail" */ '@/views/purchasingManagement/procurementPlanList'),
|
|
|
- // name: 'procurementPlanList',
|
|
|
- // meta: {
|
|
|
- // title: 'procurementPlanList',
|
|
|
- // shortcutEntrance: 'purchasingManagement',
|
|
|
- // module: 'contractManagement.procurementPlanList',
|
|
|
- // permissicon: [],
|
|
|
- // keepAlive: true
|
|
|
- // // module: 'procurement.sparepart.applDetail'
|
|
|
- // }
|
|
|
- // },
|
|
|
+ // 采购计划列表
|
|
|
+ {
|
|
|
+ path: 'procurementPlanList',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/purchasingManagement/procurementPlanList'),
|
|
|
+ name: 'procurementPlanList',
|
|
|
+ meta: {
|
|
|
+ title: 'procurementPlanList',
|
|
|
+ shortcutEntrance: 'purchasingManagement',
|
|
|
+ module: 'contractManagement.salesContract',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ // module: 'procurement.sparepart.applDetail'
|
|
|
+ }
|
|
|
+ },
|
|
|
// // 采购计划添加
|
|
|
- // {
|
|
|
- // path: 'procurementPlanAdd',
|
|
|
- // component: () =>
|
|
|
- // import(/* webpackChunkName: "sparepartList" */ '@/views/purchasingManagement/procurementPlanAdd'),
|
|
|
- // name: 'procurementPlanAdd',
|
|
|
- // meta: {
|
|
|
- // title: 'procurementPlanAdd',
|
|
|
- // shortcutEntrance: 'purchasingManagement',
|
|
|
- // module: 'purchasingManagement.procurementPlanAdd',
|
|
|
- // permissicon: [],
|
|
|
- // keepAlive: true
|
|
|
- // }
|
|
|
- // },
|
|
|
+ {
|
|
|
+ path: 'procurementPlanAdd',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "sparepartList" */ '@/views/purchasingManagement/procurementPlanAdd'),
|
|
|
+ name: 'procurementPlanAdd',
|
|
|
+ meta: {
|
|
|
+ title: 'procurementPlanAdd',
|
|
|
+ shortcutEntrance: 'purchasingManagement',
|
|
|
+ module: 'contractManagement.salesContract',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ }
|
|
|
+ },
|
|
|
// //采购修改
|
|
|
- // {
|
|
|
- // path: 'procurementPlanEdit',
|
|
|
- // component: () =>
|
|
|
- // import(/* webpackChunkName: "applDetail" */ '@/views/contractManagement/procurementPlanEdit'),
|
|
|
- // name: 'procurementPlanEdit',
|
|
|
- // meta: {
|
|
|
- // title: 'procurementPlanEdit',
|
|
|
- // shortcutEntrance: 'purchasingManagement',
|
|
|
- // module: 'purchasingManagement.buyContract.buyContractInfo.view',
|
|
|
- // permissicon: [],
|
|
|
- // keepAlive: true
|
|
|
- // // module: 'procurement.sparepart.applDetail'
|
|
|
- // },
|
|
|
- // hidden: true
|
|
|
- // },
|
|
|
+ {
|
|
|
+ path: 'procurementPlanEdit',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/purchasingManagement/procurementPlanEdit'),
|
|
|
+ name: 'procurementPlanEdit',
|
|
|
+ meta: {
|
|
|
+ title: 'procurementPlanEdit',
|
|
|
+ shortcutEntrance: 'purchasingManagement',
|
|
|
+ module: 'contractManagement.salesContract',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ // module: 'procurement.sparepart.applDetail'
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
{
|
|
|
path: 'procurementPlanLook',
|
|
|
component: () =>
|
|
@@ -70,7 +70,7 @@ const purchasingManagementRouter = {
|
|
|
keepAlive: true
|
|
|
// module: 'procurement.sparepart.applDetail'
|
|
|
},
|
|
|
- hidden: true
|
|
|
+ // hidden: true
|
|
|
},
|
|
|
//采购订单列表
|
|
|
{
|