From 4f9b729dac1bc53bb1d0ddf43cf8c60ff5cdd8b7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 07 九月 2023 16:28:35 +0800
Subject: [PATCH] 11
---
src/views/project/fund/officeExpenseApply/index.vue | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/src/views/project/fund/officeExpenseApply/index.vue b/src/views/project/fund/officeExpenseApply/index.vue
index 91215ec..3a5efc5 100644
--- a/src/views/project/fund/officeExpenseApply/index.vue
+++ b/src/views/project/fund/officeExpenseApply/index.vue
@@ -66,7 +66,7 @@
scope.row.recordstatus == 1
" size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
v-hasPermi="['project:medicalfund:edit']">淇敼</el-button>
- <el-button size="mini" type="text" icon="el-icon-edit" @click="handleDetail(scope.row)">鏌ョ湅</el-button>
+ <el-button size="mini" type="text" icon="el-icon-view" @click="handleDetail(scope.row)">鏌ョ湅</el-button>
<el-button v-if="scope.row.recordstatus == -1 ||
scope.row.recordstatus == 1
" size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)"
@@ -666,13 +666,11 @@
});
} else if (this.detailInfoDialogShowType == "unit") {
singleDetail.unitno = this.funddetailForm.unitno;
- console.log("this.funddetailForm", this.funddetailForm);
try {
let unitIndex = this.bankaccountlist.findIndex(
(item) => singleDetail.unitno == item.reportNo
);
- console.log("this.bankaccountlist[unitIndex]", this.bankaccountlist[unitIndex]);
if (unitIndex > -1) {
singleDetail.unitname = this.bankaccountlist[unitIndex].reportName;
singleDetail.depositbank = this.bankaccountlist[unitIndex].depositbank;
@@ -684,7 +682,7 @@
singleDetail.unitname = singleDetail.unitno;
}
}
- console.log("singleDetail", singleDetail);
+
this.fundDetails[tempIndex] = singleDetail;
this.detailInfoDialogShow = false;
},
@@ -1190,7 +1188,6 @@
//鑾峰彇閾惰璐﹀彿鍒楄〃锛岀被鍨嬫槸鏈烘瀯
listReportname("org").then((res) => {
this.bankaccountlist = res.data;
- console.log("this.bankaccountlist", this.bankaccountlist);
});
},
@@ -1346,7 +1343,6 @@
getUnitList() {
listOrganization(3).then((res) => {
- console.log("listOrganization", res);
for (let i = 0; i < res.rows.length; i++) {
this.unitList.push({
organizationid: res.rows[i].organizationid,
@@ -1439,9 +1435,6 @@
},
//鏂囦欢涓婁紶鎴愬姛鍥炶皟
uploadSccess(response, file, fileList) {
- console.log("response", response);
- console.log("file", file);
- console.log("fileList", fileList);
//鑾峰彇闄勪欢淇℃伅浣嶇疆
if (response.code == 200) {
this.form.filename = file.raw.name;
@@ -1464,9 +1457,7 @@
// 鐐瑰嚮鏂囦欢
Filepopup(index, rows, row) {
- console.log(index, rows, row);
this.atpresent = index;
- console.log(this.atpresent);
this.pdfVisible = true;
if (this.fundDetails[index].annexfilesList) {
this.fileListto = this.rbDetails[index].annexfilesList;
--
Gitblit v1.9.3