From 37b9d305fa159d523143d41ac1b2e498cb3cf18c Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期二, 08 八月 2023 17:35:58 +0800
Subject: [PATCH] yxh
---
src/views/project/fund/fundApply/index.vue | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/src/views/project/fund/fundApply/index.vue b/src/views/project/fund/fundApply/index.vue
index dfee463..b96886a 100644
--- a/src/views/project/fund/fundApply/index.vue
+++ b/src/views/project/fund/fundApply/index.vue
@@ -369,7 +369,7 @@
<el-row>
<el-col :span="24">
<el-form-item label="鐢宠闄勪欢锛�" align="left" prop="annexbankcard">
- <el-upload size="mini" class="upload-demo" :action="uploadFileUrl" :file-list="fileList" multiple :limit="5"
+ <el-upload size="mini" class="upload-demo" :action="uploadFileUrl" :file-list="fileList" multiple :limit="20"
:headers="headers" :on-success="(response, file, fileList) =>
uploadSccess(response, file, fileList)
" :on-preview="downFile" :disabled='dialogType == "detail"' :on-error="handleUploadError"
@@ -447,7 +447,7 @@
getdownloadSS,
getdownloadYX,
getdownloadBX,
- batchUploadFund,
+ addorupdateFund,
getdownloadLL,
getdetailsByItemId,
} from "@/api/project/fund";
@@ -558,9 +558,6 @@
deptmentname: [
{ required: true, message: "璇疯緭鍏ユ墍灞炵粍鍒�", trigger: "blur" },
],
- amountrequested: [
- { required: true, message: "璇疯緭鍏ョ敵璇烽噾棰�", trigger: "blur" },
- ],
},
//鎹愮尞妗堜緥鍒楄〃鏁版嵁
// donationCaseTableData:[],
@@ -627,14 +624,12 @@
this.detailInfoDialogShowType = showType;
},
ConfirmDetailDialog() {
- debugger;
let tempIndex = this.funddetailForm.index;
let tempName = this.funddetailForm.beneficiaryname;
let tempUnitname = this.funddetailForm.unitname;
let singleDetail = this.fundDetailArr[tempIndex];
if (this.detailInfoDialogShowType == "name") {
this.personlist.map((res) => {
- debugger;
if (tempName == res.username) {
singleDetail.beneficiaryno = res.userno;
singleDetail.beneficiaryname = res.username;
@@ -666,7 +661,6 @@
singleDetail.unitname = singleDetail.unitno;
}
}
- debugger;
this.fundDetailArr[tempIndex] = singleDetail;
this.detailInfoDialogShow = false;
},
@@ -1056,7 +1050,7 @@
}
this.form.serviceFunddetails = this.fundDetailArr;
- batchUploadFund(this.form).then((response) => {
+ addorupdateFund(this.form).then((response) => {
if (response.code === 200) {
this.$modal.msgSuccess("鏂板鎴愬姛");
this.loading = false;
--
Gitblit v1.9.3