From ebeafb0c6bced532987b369dda9ee60373007b3e Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 26 May 2025 14:18:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=BD=AC=E8=AF=89=E8=AE=BC?= =?UTF-8?q?=E7=A7=91=E7=9B=AE=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anrui-riskcenter-ui/src/router/index.js | 21 + .../transferToLitigationDaiBan.vue | 458 ++++++++++++++++++ .../transferToLitigationEdit.vue | 244 ++++++++++ .../transferToLitigationYiBan.vue | 244 ++++++++++ 4 files changed, 967 insertions(+) create mode 100644 anrui-riskcenter-ui/src/views/workFlow/zhuansusongFlow/transferToLitigationDaiBan.vue create mode 100644 anrui-riskcenter-ui/src/views/workFlow/zhuansusongFlow/transferToLitigationEdit.vue create mode 100644 anrui-riskcenter-ui/src/views/workFlow/zhuansusongFlow/transferToLitigationYiBan.vue 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 @@ + + + + +