|
@@ -12,6 +12,7 @@ const contractManagementRouter = {
|
|
icon: '-hetongguanli'
|
|
icon: '-hetongguanli'
|
|
},
|
|
},
|
|
children: [
|
|
children: [
|
|
|
|
+
|
|
// 现货采购合同
|
|
// 现货采购合同
|
|
{
|
|
{
|
|
path: 'buyContract',
|
|
path: 'buyContract',
|
|
@@ -94,72 +95,7 @@ const contractManagementRouter = {
|
|
},
|
|
},
|
|
hidden: true
|
|
hidden: true
|
|
},
|
|
},
|
|
- // 收购合同
|
|
|
|
- {
|
|
|
|
- path: 'acquisitionContract',
|
|
|
|
- component: () =>
|
|
|
|
- import(/* webpackChunkName: "sparepartList" */ '@/views/contractManagement/acquisitionContract'),
|
|
|
|
- name: 'acquisitionContract',
|
|
|
|
- meta: {
|
|
|
|
- title: 'acquisitionContract',
|
|
|
|
- shortcutEntrance: 'contractManagement',
|
|
|
|
- module: 'contractManagement.buyContract',
|
|
|
|
- permissicon: [],
|
|
|
|
- keepAlive: true,
|
|
|
|
- _title:'收购合同'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- //收购合同查看
|
|
|
|
- {
|
|
|
|
- path: 'acquisitionContractExamine',
|
|
|
|
- component: () =>
|
|
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/contractManagement/acquisitionContractExamine'),
|
|
|
|
- name: 'acquisitionContractExamine',
|
|
|
|
- meta: {
|
|
|
|
- title: 'acquisitionContractExamine',
|
|
|
|
- shortcutEntrance: 'contractManagement',
|
|
|
|
- module: 'contractManagement.buyContract.buyContractInfo.view',
|
|
|
|
- permissicon: [],
|
|
|
|
- keepAlive: true,
|
|
|
|
- _title:'收购合同查看'
|
|
|
|
- // module: 'procurement.sparepart.applDetail'
|
|
|
|
- },
|
|
|
|
- hidden: true
|
|
|
|
- },
|
|
|
|
- //收购合同编辑
|
|
|
|
- {
|
|
|
|
- path: 'acquisitionContractEdit',
|
|
|
|
- component: () =>
|
|
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/contractManagement/acquisitionContractEdit'),
|
|
|
|
- name: 'acquisitionContractEdit',
|
|
|
|
- meta: {
|
|
|
|
- title: 'acquisitionContractEdit',
|
|
|
|
- shortcutEntrance: 'contractManagement',
|
|
|
|
- module: 'contractManagement.buyContract.buyContractInfo.edit',
|
|
|
|
- permissicon: [],
|
|
|
|
- keepAlive: true,
|
|
|
|
- _title:'收购合同编辑'
|
|
|
|
- // module: 'procurement.sparepart.applDetail'
|
|
|
|
- },
|
|
|
|
- hidden: true
|
|
|
|
- },
|
|
|
|
- //收购合同添加
|
|
|
|
- {
|
|
|
|
- path: 'acquisitionContractAdd',
|
|
|
|
- component: () =>
|
|
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/contractManagement/acquisitionContractAdd'),
|
|
|
|
- name: 'acquisitionContractAdd',
|
|
|
|
- meta: {
|
|
|
|
- title: 'acquisitionContractAdd',
|
|
|
|
- shortcutEntrance: 'contractManagement',
|
|
|
|
- module: 'contractManagement.buyContract.buyContractInfo.add',
|
|
|
|
- permissicon: [],
|
|
|
|
- keepAlive: true,
|
|
|
|
- _title:'收购合同添加'
|
|
|
|
- // module: 'procurement.sparepart.applDetail'
|
|
|
|
- },
|
|
|
|
- hidden: true
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
|
|
|
|
// 期货采购合同
|
|
// 期货采购合同
|
|
// {
|
|
// {
|
|
@@ -311,7 +247,72 @@ const contractManagementRouter = {
|
|
},
|
|
},
|
|
hidden: true
|
|
hidden: true
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+ // 收购合同
|
|
|
|
+ {
|
|
|
|
+ path: 'acquisitionContract',
|
|
|
|
+ component: () =>
|
|
|
|
+ import(/* webpackChunkName: "sparepartList" */ '@/views/contractManagement/acquisitionContract'),
|
|
|
|
+ name: 'acquisitionContract',
|
|
|
|
+ meta: {
|
|
|
|
+ title: 'acquisitionContract',
|
|
|
|
+ shortcutEntrance: 'contractManagement',
|
|
|
|
+ module: 'contractManagement.buyContract',
|
|
|
|
+ permissicon: [],
|
|
|
|
+ keepAlive: true,
|
|
|
|
+ _title:'收购合同'
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ //收购合同查看
|
|
|
|
+ {
|
|
|
|
+ path: 'acquisitionContractExamine',
|
|
|
|
+ component: () =>
|
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/contractManagement/acquisitionContractExamine'),
|
|
|
|
+ name: 'acquisitionContractExamine',
|
|
|
|
+ meta: {
|
|
|
|
+ title: 'acquisitionContractExamine',
|
|
|
|
+ shortcutEntrance: 'contractManagement',
|
|
|
|
+ module: 'contractManagement.buyContract.buyContractInfo.view',
|
|
|
|
+ permissicon: [],
|
|
|
|
+ keepAlive: true,
|
|
|
|
+ _title:'收购合同查看'
|
|
|
|
+ // module: 'procurement.sparepart.applDetail'
|
|
|
|
+ },
|
|
|
|
+ hidden: true
|
|
|
|
+ },
|
|
|
|
+ //收购合同编辑
|
|
|
|
+ {
|
|
|
|
+ path: 'acquisitionContractEdit',
|
|
|
|
+ component: () =>
|
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/contractManagement/acquisitionContractEdit'),
|
|
|
|
+ name: 'acquisitionContractEdit',
|
|
|
|
+ meta: {
|
|
|
|
+ title: 'acquisitionContractEdit',
|
|
|
|
+ shortcutEntrance: 'contractManagement',
|
|
|
|
+ module: 'contractManagement.buyContract.buyContractInfo.edit',
|
|
|
|
+ permissicon: [],
|
|
|
|
+ keepAlive: true,
|
|
|
|
+ _title:'收购合同编辑'
|
|
|
|
+ // module: 'procurement.sparepart.applDetail'
|
|
|
|
+ },
|
|
|
|
+ hidden: true
|
|
|
|
+ },
|
|
|
|
+ //收购合同添加
|
|
|
|
+ {
|
|
|
|
+ path: 'acquisitionContractAdd',
|
|
|
|
+ component: () =>
|
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/contractManagement/acquisitionContractAdd'),
|
|
|
|
+ name: 'acquisitionContractAdd',
|
|
|
|
+ meta: {
|
|
|
|
+ title: 'acquisitionContractAdd',
|
|
|
|
+ shortcutEntrance: 'contractManagement',
|
|
|
|
+ module: 'contractManagement.buyContract.buyContractInfo.add',
|
|
|
|
+ permissicon: [],
|
|
|
|
+ keepAlive: true,
|
|
|
|
+ _title:'收购合同添加'
|
|
|
|
+ // module: 'procurement.sparepart.applDetail'
|
|
|
|
+ },
|
|
|
|
+ hidden: true
|
|
|
|
+ },
|
|
//期货销售合同
|
|
//期货销售合同
|
|
// {
|
|
// {
|
|
// path: 'futuresSalesContract',
|
|
// path: 'futuresSalesContract',
|