diff --git a/anrui-riskcenter-ui/src/router/index.js b/anrui-riskcenter-ui/src/router/index.js index b535b7c4f0..3299b7f449 100644 --- a/anrui-riskcenter-ui/src/router/index.js +++ b/anrui-riskcenter-ui/src/router/index.js @@ -1616,6 +1616,27 @@ export const constantRoutes = [{ import('@/views/workFlow/buzhuichangFlow/secondarysalesnotrecoveryYiBan.vue'), name: 'SecondarySalesNotRecoveryYiBan' }, + // 二次销售车辆不追偿--编辑 + { + path: '/zhuansusongFlow/transferToLitigationEdit', + component: () => + import('@/views/workFlow/zhuansusongFlow/transferToLitigationEdit.vue'), + name: 'TransferToLitigationEdit' + }, + // 二次销售车辆不追偿--待办 + { + path: '/zhuansusongFlow/transferToLitigationDaiBan', + component: () => + import('@/views/workFlow/zhuansusongFlow/transferToLitigationDaiBan.vue'), + name: 'TransferToLitigationDaiBan' + }, + // 二次销售车辆不追偿--已办 + { + path: '/zhuansusongFlow/transferToLitigationYiBan', + component: () => + import('@/views/workFlow/zhuansusongFlow/transferToLitigationYiBan.vue'), + name: 'TransferToLitigationYiBan' + }, // 404 page must be placed at the end !!! // { path: '*', redirect: '/404', hidden: true } ] diff --git a/anrui-riskcenter-ui/src/views/workFlow/zhuansusongFlow/transferToLitigationDaiBan.vue b/anrui-riskcenter-ui/src/views/workFlow/zhuansusongFlow/transferToLitigationDaiBan.vue new file mode 100644 index 0000000000..ebedb3c4c7 --- /dev/null +++ b/anrui-riskcenter-ui/src/views/workFlow/zhuansusongFlow/transferToLitigationDaiBan.vue @@ -0,0 +1,458 @@ + + + + + diff --git a/anrui-riskcenter-ui/src/views/workFlow/zhuansusongFlow/transferToLitigationEdit.vue b/anrui-riskcenter-ui/src/views/workFlow/zhuansusongFlow/transferToLitigationEdit.vue new file mode 100644 index 0000000000..924f881c24 --- /dev/null +++ b/anrui-riskcenter-ui/src/views/workFlow/zhuansusongFlow/transferToLitigationEdit.vue @@ -0,0 +1,244 @@ + + + + + diff --git a/anrui-riskcenter-ui/src/views/workFlow/zhuansusongFlow/transferToLitigationYiBan.vue b/anrui-riskcenter-ui/src/views/workFlow/zhuansusongFlow/transferToLitigationYiBan.vue new file mode 100644 index 0000000000..d27120ff0c --- /dev/null +++ b/anrui-riskcenter-ui/src/views/workFlow/zhuansusongFlow/transferToLitigationYiBan.vue @@ -0,0 +1,244 @@ + + + + +