From a769c0d917420accf86a202391f65a801a15c7f7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 10 十一月 2023 18:03:38 +0800
Subject: [PATCH] 11
---
src/views/project/fund/applyDetail/index.vue | 32 ++++++++++++++++++--------------
1 files changed, 18 insertions(+), 14 deletions(-)
diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue
index 2ae752b..5bbcfa4 100644
--- a/src/views/project/fund/applyDetail/index.vue
+++ b/src/views/project/fund/applyDetail/index.vue
@@ -150,7 +150,7 @@
<div
style="margin-bottom: 15px;"
v-if="
- userprofile.nickName == '闄堟厱鍗�' && operationType == 'check'
+ userprofile.nickName == '闄堟厱鍗�'&&(businessType=='1'||businessType=='2')
"
>
<el-button
@@ -2887,20 +2887,22 @@
);
sessionStorage.setItem("apiform", JSON.stringify(this.form));
// this.$router.go(0);
- this.$router.push({
- path: "/finance/applyDetail/",
- query: {
- id: this.curId,
- businessType: this.businessType,
- operationType: this.operationType,
- curCase: this.curCase
- }
- });
- } else {
- // this.$message({
- // type: "error",
- // message: "鐢宠澶辫触"
+ // this.$router.push({
+ // path: "/finance/applyDetail/",
+ // query: {
+ // id: this.curId,
+ // businessType: this.businessType,
+ // operationType: this.operationType,
+ // curCase: this.curCase
+ // }
// });
+ this.$modal.msgSuccess("璁$畻鎴愬姛");
+ this.handleCheck()
+ } else {
+ this.$message({
+ type: "error",
+ message: "璁$畻閿欒"
+ });
}
});
},
@@ -3188,6 +3190,8 @@
uploadSccess(response, file, fileList) {
this.rbDetails;
//鑾峰彇绁ㄦ嵁淇℃伅浣嶇疆
+ console.log(response);
+ console.log(file);
if (this.activeName == 1) {
if (response.code == 200) {
// this.form.filename = file.raw.name;
--
Gitblit v1.9.3