From 7bf2fb0fe59ca062ff4bf20688474ffae9856ce0 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 26 二月 2024 17:02:19 +0800
Subject: [PATCH] 11
---
src/views/project/fund/applyDetail/index.vue | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue
index 8b17f43..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 {
@@ -2188,8 +2188,10 @@
flowconclusion: this.checkObj.flowlevelone,
flowcontent: this.checkObj.flowconclusion
};
+ this.$modal.loading("姝e湪鎻愪氦瀹℃牳锛岃绋嶅�欙紒");
checkfund(checkFundObj).then(res => {
//鍏抽棴绐楀彛
+ this.$modal.closeLoading();
this.$modal.msgSuccess("瀹℃牳瀹屾垚!");
this.$store.dispatch("tagsView/delView", this.$route);
this.$router.go(-1);
@@ -2820,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 = "";
@@ -2935,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