|
@@ -4,12 +4,14 @@ const tradeServicesManagementRouter = {
|
|
|
|
|
|
path: '/tradeServicesManagement',
|
|
path: '/tradeServicesManagement',
|
|
component: Layout,
|
|
component: Layout,
|
|
- redirect: {name : 'warehouseReceiptRegulation'},
|
|
|
|
|
|
+ redirect: {
|
|
|
|
+ name: 'warehouseReceiptRegulation'
|
|
|
|
+ },
|
|
name: 'warehouseReceiptRegulation',
|
|
name: 'warehouseReceiptRegulation',
|
|
alwaysShow: true, // will always show the root menu
|
|
alwaysShow: true, // will always show the root menu
|
|
meta: {
|
|
meta: {
|
|
title: 'warehouseReceiptRegulation',
|
|
title: 'warehouseReceiptRegulation',
|
|
- module: 'transportationTask.transportation.transportationInfo',
|
|
|
|
|
|
+ module: 'tradeServicesManagement',
|
|
icon: '-renwuguanli'
|
|
icon: '-renwuguanli'
|
|
},
|
|
},
|
|
children: [
|
|
children: [
|
|
@@ -17,12 +19,12 @@ const tradeServicesManagementRouter = {
|
|
{
|
|
{
|
|
path: 'warehouseReceiptRegulation',
|
|
path: 'warehouseReceiptRegulation',
|
|
component: () =>
|
|
component: () =>
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/warehouseReceiptRegulation'),
|
|
|
|
|
|
+ import( /* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/warehouseReceiptRegulation'),
|
|
name: 'stockWarehouseReceiptRegulation',
|
|
name: 'stockWarehouseReceiptRegulation',
|
|
meta: {
|
|
meta: {
|
|
title: 'stockWarehouseReceiptRegulation',
|
|
title: 'stockWarehouseReceiptRegulation',
|
|
- shortcutEntrance: 'tradeServicesManagement',
|
|
|
|
- module: 'transportationTask.transportation.transportationInfo',
|
|
|
|
|
|
+ shortcutEntrance: 'warehouseReceiptRegulation',
|
|
|
|
+ module: 'tradeServicesManagement.tradeService.view',
|
|
permissicon: [],
|
|
permissicon: [],
|
|
keepAlive: true
|
|
keepAlive: true
|
|
},
|
|
},
|
|
@@ -32,12 +34,13 @@ const tradeServicesManagementRouter = {
|
|
{
|
|
{
|
|
path: 'onWaywarehouseReceiptRegulation',
|
|
path: 'onWaywarehouseReceiptRegulation',
|
|
component: () =>
|
|
component: () =>
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/onWaywarehouseReceiptRegulation'),
|
|
|
|
|
|
+ import( /* webpackChunkName: "applDetail" */
|
|
|
|
+ '@/views/tradeServicesManagement/onWaywarehouseReceiptRegulation'),
|
|
name: 'onWaywarehouseReceiptRegulation',
|
|
name: 'onWaywarehouseReceiptRegulation',
|
|
meta: {
|
|
meta: {
|
|
title: 'onWaywarehouseReceiptRegulation',
|
|
title: 'onWaywarehouseReceiptRegulation',
|
|
- shortcutEntrance: 'tradeServicesManagement',
|
|
|
|
- module: 'transportationTask.transportation.transportationInfo',
|
|
|
|
|
|
+ shortcutEntrance: 'warehouseReceiptRegulation',
|
|
|
|
+ module: 'tradeServicesManagement.tradeService.view',
|
|
permissicon: [],
|
|
permissicon: [],
|
|
keepAlive: true
|
|
keepAlive: true
|
|
},
|
|
},
|
|
@@ -47,12 +50,12 @@ const tradeServicesManagementRouter = {
|
|
{
|
|
{
|
|
path: 'warehouseReceiptAdd',
|
|
path: 'warehouseReceiptAdd',
|
|
component: () =>
|
|
component: () =>
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/warehouseReceiptAdd'),
|
|
|
|
|
|
+ import( /* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/warehouseReceiptAdd'),
|
|
name: 'warehouseReceiptAdd',
|
|
name: 'warehouseReceiptAdd',
|
|
meta: {
|
|
meta: {
|
|
title: 'warehouseReceiptAdd',
|
|
title: 'warehouseReceiptAdd',
|
|
- shortcutEntrance: 'tradeServicesManagement',
|
|
|
|
- module: 'transportationTask.transportation.transportationInfo',
|
|
|
|
|
|
+ shortcutEntrance: 'warehouseReceiptRegulation',
|
|
|
|
+ module: 'tradeServicesManagement.tradeService.add',
|
|
permissicon: [],
|
|
permissicon: [],
|
|
keepAlive: true
|
|
keepAlive: true
|
|
},
|
|
},
|
|
@@ -62,27 +65,27 @@ const tradeServicesManagementRouter = {
|
|
{
|
|
{
|
|
path: 'reviewWarehouseReceipt',
|
|
path: 'reviewWarehouseReceipt',
|
|
component: () =>
|
|
component: () =>
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/reviewWarehouseReceipt'),
|
|
|
|
|
|
+ import( /* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/reviewWarehouseReceipt'),
|
|
name: 'reviewWarehouseReceipt',
|
|
name: 'reviewWarehouseReceipt',
|
|
meta: {
|
|
meta: {
|
|
title: 'reviewWarehouseReceipt',
|
|
title: 'reviewWarehouseReceipt',
|
|
- shortcutEntrance: 'tradeServicesManagement',
|
|
|
|
- module: 'transportationTask.transportation.transportationInfo',
|
|
|
|
|
|
+ shortcutEntrance: 'warehouseReceiptRegulation',
|
|
|
|
+ module: 'tradeServicesManagement.tradeService.view',
|
|
permissicon: [],
|
|
permissicon: [],
|
|
keepAlive: true
|
|
keepAlive: true
|
|
},
|
|
},
|
|
hidden: true
|
|
hidden: true
|
|
},
|
|
},
|
|
- //审批仓单
|
|
|
|
- {
|
|
|
|
|
|
+ //审批仓单
|
|
|
|
+ {
|
|
path: 'approveWarehouseReceipt',
|
|
path: 'approveWarehouseReceipt',
|
|
component: () =>
|
|
component: () =>
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/approveWarehouseReceipt'),
|
|
|
|
|
|
+ import( /* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/approveWarehouseReceipt'),
|
|
name: 'approveWarehouseReceipt',
|
|
name: 'approveWarehouseReceipt',
|
|
meta: {
|
|
meta: {
|
|
title: 'approveWarehouseReceipt',
|
|
title: 'approveWarehouseReceipt',
|
|
- shortcutEntrance: 'tradeServicesManagement',
|
|
|
|
- module: 'transportationTask.transportation.transportationInfo',
|
|
|
|
|
|
+ shortcutEntrance: 'warehouseReceiptRegulation',
|
|
|
|
+ module: 'tradeServicesManagement.tradeService.view',
|
|
permissicon: [],
|
|
permissicon: [],
|
|
keepAlive: true
|
|
keepAlive: true
|
|
},
|
|
},
|
|
@@ -92,57 +95,57 @@ const tradeServicesManagementRouter = {
|
|
{
|
|
{
|
|
path: 'inOutRecord',
|
|
path: 'inOutRecord',
|
|
component: () =>
|
|
component: () =>
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/inOutRecord'),
|
|
|
|
|
|
+ import( /* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/inOutRecord'),
|
|
name: 'inOutRecord',
|
|
name: 'inOutRecord',
|
|
meta: {
|
|
meta: {
|
|
title: 'inOutRecord',
|
|
title: 'inOutRecord',
|
|
- shortcutEntrance: 'tradeServicesManagement',
|
|
|
|
- module: 'transportationTask.transportation.transportationInfo',
|
|
|
|
|
|
+ shortcutEntrance: 'warehouseReceiptRegulation',
|
|
|
|
+ module: 'tradeServicesManagement.tradeService.view',
|
|
permissicon: [],
|
|
permissicon: [],
|
|
keepAlive: true
|
|
keepAlive: true
|
|
},
|
|
},
|
|
hidden: true
|
|
hidden: true
|
|
},
|
|
},
|
|
- //修改仓单
|
|
|
|
- {
|
|
|
|
|
|
+ //修改仓单
|
|
|
|
+ {
|
|
path: 'warehouseReceiptEdit',
|
|
path: 'warehouseReceiptEdit',
|
|
component: () =>
|
|
component: () =>
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/warehouseReceiptEdit'),
|
|
|
|
|
|
+ import( /* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/warehouseReceiptEdit'),
|
|
name: 'warehouseReceiptEdit',
|
|
name: 'warehouseReceiptEdit',
|
|
meta: {
|
|
meta: {
|
|
title: 'warehouseReceiptEdit',
|
|
title: 'warehouseReceiptEdit',
|
|
- shortcutEntrance: 'tradeServicesManagement',
|
|
|
|
- module: 'transportationTask.transportation.transportationInfo',
|
|
|
|
|
|
+ shortcutEntrance: 'warehouseReceiptRegulation',
|
|
|
|
+ module: 'tradeServicesManagement.tradeService.edit',
|
|
permissicon: [],
|
|
permissicon: [],
|
|
keepAlive: true
|
|
keepAlive: true
|
|
},
|
|
},
|
|
hidden: true
|
|
hidden: true
|
|
},
|
|
},
|
|
- //查看仓单
|
|
|
|
- {
|
|
|
|
|
|
+ //查看仓单
|
|
|
|
+ {
|
|
path: 'warehouseReceiptLook',
|
|
path: 'warehouseReceiptLook',
|
|
component: () =>
|
|
component: () =>
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/warehouseReceiptLook'),
|
|
|
|
|
|
+ import( /* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/warehouseReceiptLook'),
|
|
name: 'warehouseReceiptLook',
|
|
name: 'warehouseReceiptLook',
|
|
meta: {
|
|
meta: {
|
|
title: 'warehouseReceiptLook',
|
|
title: 'warehouseReceiptLook',
|
|
- shortcutEntrance: 'tradeServicesManagement',
|
|
|
|
- module: 'transportationTask.transportation.transportationInfo',
|
|
|
|
|
|
+ shortcutEntrance: 'warehouseReceiptRegulation',
|
|
|
|
+ module: 'tradeServicesManagement.tradeService.view',
|
|
permissicon: [],
|
|
permissicon: [],
|
|
keepAlive: true
|
|
keepAlive: true
|
|
},
|
|
},
|
|
hidden: true
|
|
hidden: true
|
|
},
|
|
},
|
|
- //还款
|
|
|
|
- {
|
|
|
|
|
|
+ //还款
|
|
|
|
+ {
|
|
path: 'repayment',
|
|
path: 'repayment',
|
|
component: () =>
|
|
component: () =>
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/repayment'),
|
|
|
|
|
|
+ import( /* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/repayment'),
|
|
name: 'repayment',
|
|
name: 'repayment',
|
|
meta: {
|
|
meta: {
|
|
title: 'repayment',
|
|
title: 'repayment',
|
|
- shortcutEntrance: 'tradeServicesManagement',
|
|
|
|
- module: 'transportationTask.transportation.transportationInfo',
|
|
|
|
|
|
+ shortcutEntrance: 'warehouseReceiptRegulation',
|
|
|
|
+ module: 'tradeServicesManagement.tradeService.view',
|
|
permissicon: [],
|
|
permissicon: [],
|
|
keepAlive: true
|
|
keepAlive: true
|
|
},
|
|
},
|