|
@@ -13,20 +13,20 @@ const profitableRouter = {
|
|
},
|
|
},
|
|
children: [
|
|
children: [
|
|
// 盈收概览
|
|
// 盈收概览
|
|
- {
|
|
|
|
- path: 'earningsLook',
|
|
|
|
- component: () =>
|
|
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/profitable/earningsLook'),
|
|
|
|
- name: 'earningsLook',
|
|
|
|
- meta: {
|
|
|
|
- title: 'earningsLook',
|
|
|
|
- shortcutEntrance: 'profitable',
|
|
|
|
- module: 'contractManagement.exContract.exContractInfo.view',
|
|
|
|
- permissicon: [],
|
|
|
|
- keepAlive: true
|
|
|
|
- // module: 'procurement.sparepart.applDetail'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // path: 'earningsLook',
|
|
|
|
+ // component: () =>
|
|
|
|
+ // import(/* webpackChunkName: "applDetail" */ '@/views/profitable/earningsLook'),
|
|
|
|
+ // name: 'earningsLook',
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: 'earningsLook',
|
|
|
|
+ // shortcutEntrance: 'profitable',
|
|
|
|
+ // module: 'contractManagement.exContract.exContractInfo.view',
|
|
|
|
+ // permissicon: [],
|
|
|
|
+ // keepAlive: true
|
|
|
|
+ // // module: 'procurement.sparepart.applDetail'
|
|
|
|
+ // }
|
|
|
|
+ // },
|
|
// 合同利润
|
|
// 合同利润
|
|
{
|
|
{
|
|
path: 'contractprofits',
|
|
path: 'contractprofits',
|
|
@@ -345,36 +345,36 @@ const profitableRouter = {
|
|
},
|
|
},
|
|
hidden:true,
|
|
hidden:true,
|
|
},
|
|
},
|
|
- // 收支明细
|
|
|
|
- {
|
|
|
|
- path: 'inOutDetailed',
|
|
|
|
- component: () =>
|
|
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/profitable/inOutDetailed'),
|
|
|
|
- name: 'inOutDetailed',
|
|
|
|
- meta: {
|
|
|
|
- title: 'inOutDetailed',
|
|
|
|
- shortcutEntrance: 'profitable',
|
|
|
|
- module: 'contractManagement.exContract.exContractInfo.view',
|
|
|
|
- permissicon: [],
|
|
|
|
- keepAlive: true
|
|
|
|
- // module: 'procurement.sparepart.applDetail'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+ // // 收支明细
|
|
|
|
+ // {
|
|
|
|
+ // path: 'inOutDetailed',
|
|
|
|
+ // component: () =>
|
|
|
|
+ // import(/* webpackChunkName: "applDetail" */ '@/views/profitable/inOutDetailed'),
|
|
|
|
+ // name: 'inOutDetailed',
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: 'inOutDetailed',
|
|
|
|
+ // shortcutEntrance: 'profitable',
|
|
|
|
+ // module: 'contractManagement.exContract.exContractInfo.view',
|
|
|
|
+ // permissicon: [],
|
|
|
|
+ // keepAlive: true
|
|
|
|
+ // // module: 'procurement.sparepart.applDetail'
|
|
|
|
+ // }
|
|
|
|
+ // },
|
|
// 合同外费用
|
|
// 合同外费用
|
|
- {
|
|
|
|
- path: 'contractOtherMoney',
|
|
|
|
- component: () =>
|
|
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/profitable/contractOtherMoney'),
|
|
|
|
- name: 'contractOtherMoney',
|
|
|
|
- meta: {
|
|
|
|
- title: 'contractOtherMoney',
|
|
|
|
- shortcutEntrance: 'profitable',
|
|
|
|
- module: 'contractManagement.exContract.exContractInfo.view',
|
|
|
|
- permissicon: [],
|
|
|
|
- keepAlive: true
|
|
|
|
- // module: 'procurement.sparepart.applDetail'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // path: 'contractOtherMoney',
|
|
|
|
+ // component: () =>
|
|
|
|
+ // import(/* webpackChunkName: "applDetail" */ '@/views/profitable/contractOtherMoney'),
|
|
|
|
+ // name: 'contractOtherMoney',
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: 'contractOtherMoney',
|
|
|
|
+ // shortcutEntrance: 'profitable',
|
|
|
|
+ // module: 'contractManagement.exContract.exContractInfo.view',
|
|
|
|
+ // permissicon: [],
|
|
|
|
+ // keepAlive: true
|
|
|
|
+ // // module: 'procurement.sparepart.applDetail'
|
|
|
|
+ // }
|
|
|
|
+ // },
|
|
],
|
|
],
|
|
|
|
|
|
};
|
|
};
|