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 @@
+
+
+
+
+
+
+
+
+ 申请部门
+ {{ formobj.createDept }}
+
+
+ 申请人
+ {{ formobj.createByName }}
+
+
+ 申请日期
+ {{ formobj.createTime }}
+
+
+
+
+ 客户名称
+ {{ formobj.customerName }}
+
+
+ 贷款人
+ {{ formobj.loanName }}
+
+
+ 贷款合同编号
+ {{ formobj.loanContractNo }}
+
+
+
+
+ 资方
+ {{ formobj.bankName }}
+
+
+ 资方合同编号
+ {{ formobj.bankContractNo }}
+
+
+ 转诉讼科目金额合计
+ {{ formobj.amount }}
+
+
+
+
+ 备注
+ {{ formobj.remarks }}
+
+
+
+
+
+
+
+
+ {{ scope.row.riskState == '0' ? '正常' : scope.row.riskState == '1' ? '交回' : scope.row.riskState == '2' ? '赎回' : scope.row.riskState == '3' ? '转租' : '' }}
+
+
+
+
+ {{ scope.row.repo == '1' ? '是' : scope.row.repo == '0' ? '否' : '' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ *加签人员:
+
+
+
+
+
+
+
+
+
+
+
+
+ 当前环节:
+
+
+ {{ current.taskName }}->{{ nextNode.name }}
+
+
+
+
+ 意见:
+
+
+
+
+
+
+ 确 定
+ 取 消
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+ 申请部门
+ {{ formobj.createDept }}
+
+
+ 申请人
+ {{ formobj.createByName }}
+
+
+ 申请日期
+ {{ formobj.createTime }}
+
+
+
+
+ 客户名称
+ {{ formobj.customerName }}
+
+
+ 贷款人
+ {{ formobj.loanName }}
+
+
+ 贷款合同编号
+ {{ formobj.loanContractNo }}
+
+
+
+
+ 资方
+ {{ formobj.bankName }}
+
+
+ 资方合同编号
+ {{ formobj.bankContractNo }}
+
+
+ 转诉讼科目金额合计
+ {{ formobj.amount }}
+
+
+
+
+ 备注
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.repo == '1' ? '1' : scope.row.repo == '0' ? '否' : '' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+ 申请部门
+ {{ formobj.createDept }}
+
+
+ 申请人
+ {{ formobj.createByName }}
+
+
+ 申请日期
+ {{ formobj.createTime }}
+
+
+
+
+ 客户名称
+ {{ formobj.customerName }}
+
+
+ 贷款人
+ {{ formobj.loanName }}
+
+
+ 贷款合同编号
+ {{ formobj.loanContractNo }}
+
+
+
+
+ 资方
+ {{ formobj.bankName }}
+
+
+ 资方合同编号
+ {{ formobj.bankContractNo }}
+
+
+ 转诉讼科目金额合计
+ {{ formobj.amount }}
+
+
+
+
+ 备注
+ {{ formobj.remarks }}
+
+
+
+
+
+
+
+
+ {{ scope.row.riskState == '0' ? '正常' : scope.row.riskState == '1' ? '交回' : scope.row.riskState == '2' ? '赎回' : scope.row.riskState == '3' ? '转租' : '' }}
+
+
+
+
+ {{ scope.row.repo == '1' ? '是' : scope.row.repo == '0' ? '否' : '' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+