| | |
| | | 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 { |
| | |
| | | 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 = ""; |
| | |
| | | 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 { |