|
@@ -391,7 +391,7 @@ const contractManagementRouter = {
|
|
|
// module: 'procurement.sparepart.applDetail'
|
|
|
},
|
|
|
hidden: true
|
|
|
- },// 代收合同
|
|
|
+ },// 代储合同
|
|
|
{
|
|
|
path: 'storageContract',
|
|
|
component: () =>
|
|
@@ -400,12 +400,12 @@ const contractManagementRouter = {
|
|
|
meta: {
|
|
|
title: 'storageContract',
|
|
|
shortcutEntrance: 'contractManagement',
|
|
|
- module: 'contractManagement.dsContract',
|
|
|
+ module: 'contractManagement.dcContract',
|
|
|
permissicon: [],
|
|
|
keepAlive: true
|
|
|
}
|
|
|
},
|
|
|
- //代收合同添加
|
|
|
+ //代储合同添加
|
|
|
{
|
|
|
path: 'storageContractAdd',
|
|
|
component: () =>
|
|
@@ -414,14 +414,14 @@ const contractManagementRouter = {
|
|
|
meta: {
|
|
|
title: 'storageContractAdd',
|
|
|
shortcutEntrance: 'contractManagement',
|
|
|
- module: 'contractManagement.dsContract.dsContractInfo.add',
|
|
|
+ module: 'contractManagement.dcContract.dcContractInfo.add',
|
|
|
permissicon: [],
|
|
|
keepAlive: true
|
|
|
// module: 'procurement.sparepart.applDetail'
|
|
|
},
|
|
|
hidden: true
|
|
|
},
|
|
|
- //代收合同编辑
|
|
|
+ //代储合同编辑
|
|
|
{
|
|
|
path: 'storageContractEdit',
|
|
|
component: () =>
|
|
@@ -430,14 +430,14 @@ const contractManagementRouter = {
|
|
|
meta: {
|
|
|
title: 'storageContractEdit',
|
|
|
shortcutEntrance: 'contractManagement',
|
|
|
- module: 'contractManagement.dsContract.dsContractInfo.edit',
|
|
|
+ module: 'contractManagement.dcContract.dcContractInfo.edit',
|
|
|
permissicon: [],
|
|
|
keepAlive: true
|
|
|
// module: 'procurement.sparepart.applDetail'
|
|
|
},
|
|
|
hidden: true
|
|
|
},
|
|
|
- //代收合同查看
|
|
|
+ //代储合同查看
|
|
|
{
|
|
|
path: 'storageContractExamine',
|
|
|
component: () =>
|
|
@@ -446,14 +446,14 @@ const contractManagementRouter = {
|
|
|
meta: {
|
|
|
title: 'storageContractExamine',
|
|
|
shortcutEntrance: 'contractManagement',
|
|
|
- module: 'contractManagement.dsContract.dsContractInfo.view',
|
|
|
+ module: 'contractManagement.dcContract.dcContractInfo.view',
|
|
|
permissicon: [],
|
|
|
keepAlive: true
|
|
|
// module: 'procurement.sparepart.applDetail'
|
|
|
},
|
|
|
hidden: true
|
|
|
},
|
|
|
- //代收合同记录
|
|
|
+ //代储合同记录
|
|
|
{
|
|
|
path: 'storageContractRecord',
|
|
|
component: () =>
|
|
@@ -462,7 +462,7 @@ const contractManagementRouter = {
|
|
|
meta: {
|
|
|
title: 'storageContractRecord',
|
|
|
shortcutEntrance: 'contractManagement',
|
|
|
- module: 'contractManagement.dsContract.dsContractInfo.list',
|
|
|
+ module: 'contractManagement.dcContract.dcContractInfo.list',
|
|
|
permissicon: [],
|
|
|
keepAlive: false
|
|
|
// module: 'procurement.sparepart.applDetail'
|