From f3f75b0c60a3ab2edcbb24a071a68f0c932f8b94 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期一, 26 二月 2024 16:39:06 +0800 Subject: [PATCH] yxh --- src/views/project/fund/applyDetail/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue index 46b670c..135ae8b 100644 --- a/src/views/project/fund/applyDetail/index.vue +++ b/src/views/project/fund/applyDetail/index.vue @@ -1760,7 +1760,7 @@ bankcardno: res.rows[j].bankcardno, unitno: res.rows[j].unitno, unitname: res.rows[j].unitname, - userid: res.rows[j].username + userid: res.rows[j].username + '锛�' + res.rows[j].bankcardno + '锛�' }); } else { @@ -2822,11 +2822,11 @@ if (this.selectionType == "account") { //榛樿浠庤处鎴峰簱閫夋嫨锛�1,璐︽埛搴擄紱2锛屾柊寤鸿处鎴� this.accountfrom = "1"; - if (scope.row.idcardno == undefined || scope.row.idcardno == null) { - this.accountselectform.accountname = scope.row.beneficiaryname; + if (scope.row.idcardno) { + this.accountselectform.accountname = scope.row.beneficiaryname + '锛�' + scope.row.idcardno + '锛�'; } else { - this.accountselectform.accountname = scope.row.beneficiaryname + '锛�' + scope.row.idcardno + '锛�'; + this.accountselectform.accountname = scope.row.beneficiaryname+ '锛�' + scope.row.bankcardno + '锛�'; } this.accountselectform.accountno = scope.row.beneficiaryno; this.accountselectform.expertunitname = ""; @@ -2937,7 +2937,7 @@ bankcardno: this.accountform.bankcardno, unitno: this.accountform.unitno, unitname: this.accountform.unitname, - userid: this.accountform.username + userid: this.accountform.username+ '锛�' + this.accountform.bankcardno + '锛�' }); this.$modal.msgSuccess("鎮ㄥ凡娣诲姞鎴愬姛鏂拌处鎴蜂俊鎭紒"); } else { -- Gitblit v1.9.3