|
|
@@ -558,6 +558,30 @@ export const settlement = [ |
|
|
|
), |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
path: "/views/settlement/businessManagement/mobilePayment/inpConsumFundSettle", |
|
|
|
name: "inpConsumFundSettle", |
|
|
|
meta: { title: "移动支付省内消费资金结算表(新)", isAuth: true }, // |
|
|
|
components: { |
|
|
|
key: () => |
|
|
|
import( |
|
|
|
"@/views/settlement/businessManagement/mobilePayment/inpConsumFundSettle/index.vue" |
|
|
|
), |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "/views/settlement/businessManagement/mobilePayment/summaryComparisonReport", |
|
|
|
name: "summaryComparisonReport", |
|
|
|
meta: { title: "移动支付总对比表(新)", isAuth: true }, // |
|
|
|
components: { |
|
|
|
key: () => |
|
|
|
import( |
|
|
|
"@/views/settlement/businessManagement/mobilePayment/summaryComparisonReport/index.vue" |
|
|
|
), |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
/* -------------业务管理 结算通知书------------- */ |
|
|
|
{ |
|
|
|
path: "/views/settlement/businessManagement/settlementNotice/etcProvincialNotificationMonth", |
|
|
@@ -614,6 +638,7 @@ export const settlement = [ |
|
|
|
), |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
path: "/views/settlement/businessManagement/settlementNotice/clearingPushingAccumulating", |
|
|
|
name: "clearingPushingAccumulating", |
|
|
@@ -626,6 +651,63 @@ export const settlement = [ |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
path: "/views/settlement/businessManagement/settlementNotice/inpTransNotice", |
|
|
|
name: "inpTransNotice", |
|
|
|
meta: { title: "省内划拨台账汇总比对表(新)", isAuth: true }, // |
|
|
|
components: { |
|
|
|
key: () => |
|
|
|
import( |
|
|
|
"@/views/settlement/businessManagement/settlementNotice/inpTransNotice/index.vue" |
|
|
|
), |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "/views/settlement/businessManagement/settlementNotice/inpTransPayBill", |
|
|
|
name: "inpTransPayBill", |
|
|
|
meta: { title: "ETC省内通行费付款单", isAuth: true }, // |
|
|
|
components: { |
|
|
|
key: () => |
|
|
|
import( |
|
|
|
"@/views/settlement/businessManagement/settlementNotice/inpTransPayBill/index.vue" |
|
|
|
), |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "/views/settlement/businessManagement/settlementNotice/outTransNotice", |
|
|
|
name: "outTransNotice", |
|
|
|
meta: { title: "省外划拨台账汇总比对表(新)", isAuth: true }, // |
|
|
|
components: { |
|
|
|
key: () => |
|
|
|
import( |
|
|
|
"@/views/settlement/businessManagement/settlementNotice/outTransNotice/index.vue" |
|
|
|
), |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "/views/settlement/businessManagement/settlementNotice/clearPushCredit", |
|
|
|
name: "clearPushCredit", |
|
|
|
meta: { title: "清分-推送-到账对比样表(新)", isAuth: true }, |
|
|
|
components: { |
|
|
|
key: () => |
|
|
|
import( |
|
|
|
"@/views/settlement/businessManagement/settlementNotice/clearPushCredit/index.vue" |
|
|
|
), |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "/views/settlement/businessManagement/settlementNotice/outTransPayBill", |
|
|
|
name: "outTransPayBill", |
|
|
|
meta: { title: "ETC省外通行费付款单", isAuth: true }, // |
|
|
|
components: { |
|
|
|
key: () => |
|
|
|
import( |
|
|
|
"@/views/settlement/businessManagement/settlementNotice/outTransPayBill/index.vue" |
|
|
|
), |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
/* -------------业务管理 争议管理------------- */ |
|
|
|
{ |
|
|
|
path: "/views/settlement/businessManagement/disputeStatisticsProcessedAcrossProvinces", |
|
|
@@ -1077,6 +1159,20 @@ export const settlement = [ |
|
|
|
), |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
path: "/views/settlement/functionManagement/payBillConfigManager", |
|
|
|
name: "notificationInformation", |
|
|
|
meta: { title: "付款单配置管理", isAuth: true }, |
|
|
|
components: { |
|
|
|
key: () => |
|
|
|
import( |
|
|
|
"@/views/settlement/functionManagement/payBillConfigManager/index.vue" |
|
|
|
), |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
/* -------------审批管理------------ */ |
|
|
|
{ |
|
|
|
path: "/views/settlement/examinationApprovalManagement/reportFlowManagement", |