Browse Source

完善催收措施申请--远程控制费用

master
yunuo970428 1 year ago
parent
commit
78451f8a53
  1. 4
      anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasures.vue
  2. 7
      anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasuresAdd.vue
  3. 7
      anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasuresInfo.vue
  4. 6
      anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresDaiBan.vue
  5. 6
      anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresEdit.vue
  6. 6
      anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresYiBan.vue

4
anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasures.vue

@ -103,9 +103,9 @@
<!--End查询列表部分-->
</div>
</div>
<!--款项结转新增及修改 -->
<!--新增及修改 -->
<collectionmeasuresAdd v-show="viewState == 2 || viewState == 3" ref="divAdd" @doback="resetState" @reloadlist="getList"/>
<!--款项结转申请详情-->
<!--详情-->
<collectionmeasuresInfo v-show="viewState == 4" ref="divInfo" @doback="resetState" />
<!-- 流程审批记录 -->
<el-dialog title="" :visible.sync="centerDialogVisible" width="78%" height="1%" :before-close="closeIt" center>

7
anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasuresAdd.vue

@ -90,6 +90,11 @@
</template>
</el-table-column>
</el-table>
<el-row v-if="formobj.lockCarRemarks !== '' && yckzVisible">
<el-col :span="24">
<span style="color: red;font-weight: bold">{{ formobj.lockCarRemarks }}</span>
</el-col>
</el-row>
</el-form>
</div>
</div>
@ -176,6 +181,7 @@ export default {
deptSid: '',
files: [],
loanBeCollectionVehDetails: [],
lockCarRemarks: '',
nodeSid: '',
nodeState: '',
orgPath: '',
@ -346,6 +352,7 @@ export default {
deptSid: '',
files: [],
loanBeCollectionVehDetails: [],
lockCarRemarks: '',
nodeSid: '',
nodeState: '',
orgPath: '',

7
anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasuresInfo.vue

@ -85,6 +85,11 @@
</template>
</el-table-column>
</el-table>
<el-row v-if="formobj.lockCarRemarks !== '' && yckzVisible">
<el-col :span="24">
<span style="color: red;font-weight: bold">{{ formobj.lockCarRemarks }}</span>
</el-col>
</el-row>
</el-form>
</div>
</div>
@ -156,6 +161,7 @@ export default {
deptSid: '',
files: [],
loanBeCollectionVehDetails: [],
lockCarRemarks: '',
nodeSid: '',
nodeState: '',
orgPath: '',
@ -286,6 +292,7 @@ export default {
deptSid: '',
files: [],
loanBeCollectionVehDetails: [],
lockCarRemarks: '',
nodeSid: '',
nodeState: '',
orgPath: '',

6
anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresDaiBan.vue

@ -83,6 +83,11 @@
</template>
</el-table-column>
</el-table>
<el-row v-if="formobj.lockCarRemarks !== '' && yckzVisible">
<el-col :span="24">
<span style="color: red;font-weight: bold">{{ formobj.lockCarRemarks }}</span>
</el-col>
</el-row>
</el-form>
</div>
</div>
@ -187,6 +192,7 @@ export default {
deptSid: '',
files: [],
loanBeCollectionVehDetails: [],
lockCarRemarks: '',
nodeSid: '',
nodeState: '',
orgPath: '',

6
anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresEdit.vue

@ -89,6 +89,11 @@
</template>
</el-table-column>
</el-table>
<el-row v-if="formobj.lockCarRemarks !== '' && yckzVisible">
<el-col :span="24">
<span style="color: red;font-weight: bold">{{ formobj.lockCarRemarks }}</span>
</el-col>
</el-row>
</el-form>
</div>
</div>
@ -175,6 +180,7 @@ export default {
deptSid: '',
files: [],
loanBeCollectionVehDetails: [],
lockCarRemarks: '',
nodeSid: '',
nodeState: '',
orgPath: '',

6
anrui-riskcenter-ui/src/views/workFlow/cuishoucuoshiFlow/collectionmeasuresYiBan.vue

@ -80,6 +80,11 @@
</template>
</el-table-column>
</el-table>
<el-row v-if="formobj.lockCarRemarks !== '' && yckzVisible">
<el-col :span="24">
<span style="color: red;font-weight: bold">{{ formobj.lockCarRemarks }}</span>
</el-col>
</el-row>
</el-form>
</div>
</div>
@ -147,6 +152,7 @@ export default {
deptSid: '',
files: [],
loanBeCollectionVehDetails: [],
lockCarRemarks: '',
nodeSid: '',
nodeState: '',
orgPath: '',

Loading…
Cancel
Save