From fcf41ef46e3b54f28955e336e10aac2897e4d2ca Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 16 Jan 2024 15:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=BF=98=E6=AC=BE=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repaymentschedule/repaymentschedule.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anrui-riskcenter-ui/src/views/repaymentschedule/repaymentschedule.vue b/anrui-riskcenter-ui/src/views/repaymentschedule/repaymentschedule.vue index 2f5b054bca..f926c610fd 100644 --- a/anrui-riskcenter-ui/src/views/repaymentschedule/repaymentschedule.vue +++ b/anrui-riskcenter-ui/src/views/repaymentschedule/repaymentschedule.vue @@ -251,11 +251,11 @@ export default { }, toEdit() { if (this.sids.length === 1) { - if (this.multipleSelection[0].bankContractNo !== '' && this.multipleSelection[0].builded === '否') { + if (this.multipleSelection[0].bankContractNo !== '' && (this.multipleSelection[0].builded === '否' && this.multipleSelection[0].handleBtn)) { this.viewState = 2 this.$refs['divAdd'].showEdit(this.sids[0]) } else { - this.$message({ showClose: true, type: 'error', message: '该记录资方合同号为空或已生成还款计划表' }) + this.$message({ showClose: true, type: 'error', message: '该记录资方合同号为空或已生成还款计划表且已存在还款记录' }) } } else { this.$message({ showClose: true, type: 'error', message: '请选择一条记录进行操作' })