diff --git a/anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasures.vue b/anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasures.vue
index 6483b6137a..e5f7eb1746 100644
--- a/anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasures.vue
+++ b/anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasures.vue
@@ -23,6 +23,11 @@
至
+
+
+ 至
+
+
查询
@@ -72,6 +77,11 @@
{{ scope.row.createTime }}
+
+
+ {{ scope.row.createTime }}
+
+
{{ scope.row.collMeasure }}
@@ -166,7 +176,9 @@ export default {
menuUrl: '',
orgPath: '',
useOrgName: '',
- userSid: ''
+ userSid: '',
+ modifyStartTime: '',
+ modifyEndTime: ''
}
}
}
@@ -282,7 +294,9 @@ export default {
menuUrl: '',
orgPath: '',
useOrgName: '',
- userSid: ''
+ userSid: '',
+ modifyStartTime: '',
+ modifyEndTime: ''
}
}
this.getList()
diff --git a/anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasuresAdd.vue b/anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasuresAdd.vue
index f2d32c287a..d0eda30b5b 100644
--- a/anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasuresAdd.vue
+++ b/anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasuresAdd.vue
@@ -31,7 +31,7 @@
-
+
@@ -57,16 +57,20 @@
+
+
+
-
-
+
-
+
+
+
编辑
@@ -158,6 +162,7 @@ export default {
dialogVisible: false,
hkxyVisible: false,
dbrVisible: false,
+ yckzVisible: false,
list: [],
tableKey: 0,
index: 0,
@@ -217,9 +222,18 @@ export default {
collMeasuresChange(val) {
if (val.includes('签订还款协议')) {
this.hkxyVisible = true
+ } else {
+ this.hkxyVisible = false
}
if (val.includes('增加担保人')) {
this.dbrVisible = true
+ } else {
+ this.dbrVisible = false
+ }
+ if (val.includes('远程控制')) {
+ this.yckzVisible = true
+ } else {
+ this.yckzVisible = false
}
},
cautionerEdit(row) {
@@ -346,6 +360,7 @@ export default {
this.list = []
this.hkxyVisible = false
this.dbrVisible = false
+ this.yckzVisible = false
this.submitdisabled = false
this.$emit('doback')
}
diff --git a/anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasuresInfo.vue b/anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasuresInfo.vue
index 77847e82e1..58562d1fae 100644
--- a/anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasuresInfo.vue
+++ b/anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasuresInfo.vue
@@ -48,16 +48,20 @@
+
+
+
-
-
+
-
+
+
+
查看
@@ -128,6 +132,8 @@ export default {
dialogVisible: false,
hkxyVisible: false,
dbrVisible: false,
+ yckzVisible: false,
+ yckzState: false,
list: [],
tableKey: 0,
index: 0,
@@ -171,6 +177,10 @@ export default {
if (this.formobj.collMeasures.indexOf('增加担保人') !== -1) {
this.dbrVisible = true
}
+ if (this.formobj.collMeasures.indexOf('远程控制') !== -1) {
+ this.yckzVisible = true
+ this.yckzState = true
+ }
if (this.formobj.files.length > 0) {
const aa = []
this.formobj.files.forEach((e) => {
@@ -251,6 +261,8 @@ export default {
this.list = []
this.hkxyVisible = false
this.dbrVisible = false
+ this.yckzVisible = false
+ this.yckzState = false
this.submitdisabled = false
this.$emit('doback')
}
diff --git a/anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresDaiBan.vue b/anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresDaiBan.vue
index 4279b707a5..1473709dcc 100644
--- a/anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresDaiBan.vue
+++ b/anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresDaiBan.vue
@@ -51,16 +51,20 @@
+
+
+
-
-
+
-
+
+
+
查看
@@ -169,6 +173,7 @@ export default {
dialogVisible: false,
hkxyVisible: false,
dbrVisible: false,
+ yckzVisible: false,
list: [],
tableKey: 0,
index: 0,
@@ -276,6 +281,9 @@ export default {
if (this.formobj.collMeasures.indexOf('增加担保人') !== -1) {
this.dbrVisible = true
}
+ if (this.formobj.collMeasures.indexOf('远程控制') !== -1) {
+ this.yckzVisible = true
+ }
if (this.formobj.files.length > 0) {
const aa = []
this.formobj.files.forEach((e) => {
diff --git a/anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresEdit.vue b/anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresEdit.vue
index 9a8206da95..5a24eaa362 100644
--- a/anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresEdit.vue
+++ b/anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresEdit.vue
@@ -30,7 +30,7 @@
-
+
@@ -56,16 +56,20 @@
+
+
+
-
-
+
-
+
+
+
编辑
@@ -157,6 +161,7 @@ export default {
dialogVisible: false,
hkxyVisible: false,
dbrVisible: false,
+ yckzVisible: false,
list: [],
tableKey: 0,
index: 0,
@@ -222,9 +227,18 @@ export default {
collMeasuresChange(val) {
if (val.includes('签订还款协议')) {
this.hkxyVisible = true
+ } else {
+ this.hkxyVisible = false
}
if (val.includes('增加担保人')) {
this.dbrVisible = true
+ } else {
+ this.dbrVisible = false
+ }
+ if (val.includes('远程控制')) {
+ this.yckzVisible = true
+ } else {
+ this.yckzVisible = false
}
},
cautionerEdit(row) {
diff --git a/anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresYiBan.vue b/anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresYiBan.vue
index c1d98afa04..5e68b6f1a7 100644
--- a/anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresYiBan.vue
+++ b/anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresYiBan.vue
@@ -48,16 +48,20 @@
+
+
+
-
-
+
-
+
+
+
查看
@@ -128,6 +132,8 @@ export default {
dialogVisible: false,
hkxyVisible: false,
dbrVisible: false,
+ yckzVisible: false,
+ yckzState: false,
list: [],
tableKey: 0,
index: 0,
@@ -206,6 +212,10 @@ export default {
if (this.formobj.collMeasures.indexOf('增加担保人') !== -1) {
this.dbrVisible = true
}
+ if (this.formobj.collMeasures.indexOf('远程控制') !== -1) {
+ this.yckzVisible = true
+ this.yckzState = true
+ }
if (this.formobj.files.length > 0) {
const aa = []
this.formobj.files.forEach((e) => {