|
@@ -13,20 +13,20 @@ const purchasingManagementRouter = {
|
|
|
},
|
|
|
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.procurementPlanList',
|
|
|
+ // permissicon: [],
|
|
|
+ // keepAlive: true
|
|
|
+ // // module: 'procurement.sparepart.applDetail'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
// // 采购计划添加
|
|
|
// {
|
|
|
// path: 'procurementPlanAdd',
|
|
@@ -57,37 +57,37 @@ const purchasingManagementRouter = {
|
|
|
// },
|
|
|
// hidden: true
|
|
|
// },
|
|
|
- // {
|
|
|
- // path: 'procurementPlanLook',
|
|
|
- // component: () =>
|
|
|
- // import(/* webpackChunkName: "applDetail" */ '@/views/contractManagement/procurementPlanLook'),
|
|
|
- // name: 'procurementPlanLook',
|
|
|
- // meta: {
|
|
|
- // title: 'procurementPlanLook',
|
|
|
- // shortcutEntrance: 'purchasingManagement',
|
|
|
- // module: 'purchasingManagement.buyContract.buyContractInfo.edit',
|
|
|
- // permissicon: [],
|
|
|
- // keepAlive: true
|
|
|
- // // module: 'procurement.sparepart.applDetail'
|
|
|
- // },
|
|
|
- // hidden: true
|
|
|
- // },
|
|
|
+ {
|
|
|
+ path: 'procurementPlanLook',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/purchasingManagement/procurementPlanLook'),
|
|
|
+ name: 'procurementPlanLook',
|
|
|
+ meta: {
|
|
|
+ title: 'procurementPlanLook',
|
|
|
+ shortcutEntrance: 'purchasingManagement',
|
|
|
+ module: 'contractManagement.salesContract',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ // module: 'procurement.sparepart.applDetail'
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
//采购订单列表
|
|
|
- // {
|
|
|
- // path: 'purchaseOrderList',
|
|
|
- // component: () =>
|
|
|
- // import(/* webpackChunkName: "applDetail" */ '@/views/contractManagement/purchaseOrderList'),
|
|
|
- // name: 'purchaseOrderList',
|
|
|
- // meta: {
|
|
|
- // title: 'purchaseOrderList',
|
|
|
- // shortcutEntrance: 'purchasingManagement',
|
|
|
- // module: 'purchasingManagement.buyContract.buyContractInfo.add',
|
|
|
- // permissicon: [],
|
|
|
- // keepAlive: true
|
|
|
- // // module: 'procurement.sparepart.applDetail'
|
|
|
- // },
|
|
|
- // // hidden: true
|
|
|
- // },
|
|
|
+ {
|
|
|
+ path: 'purchaseOrderList',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/purchasingManagement/purchaseOrderList'),
|
|
|
+ name: 'purchaseOrderList',
|
|
|
+ meta: {
|
|
|
+ title: 'purchaseOrderList',
|
|
|
+ shortcutEntrance: 'purchasingManagement',
|
|
|
+ module: 'contractManagement.salesContract',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ // module: 'procurement.sparepart.applDetail'
|
|
|
+ },
|
|
|
+ // hidden: true
|
|
|
+ },
|
|
|
|
|
|
],
|
|
|
|