From 78cbeb0c6e136b8cf3116264c546cfd320813d4c Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 08 十二月 2023 15:49:37 +0800 Subject: [PATCH] 11 --- src/views/project/fund/applyDetail/index.vue | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue index 2145bf1..361efb0 100644 --- a/src/views/project/fund/applyDetail/index.vue +++ b/src/views/project/fund/applyDetail/index.vue @@ -2359,6 +2359,19 @@ }, 500), //瀹℃壒鎻愪氦 + // checksubmit() { + // console.log(this.checkObj.flowlevelone); + // if ( + // this.form.checkstatus != 3 && + // this.userprofile.nickName == "闄堟厱鍗�" && + // this.checkObj.flowlevelone == 1 + // ) { + // this.$modal.msgError("璇烽�夌‘璁ゆ潗鏂欑姸鎬佸凡鏀跺埌锛�"); + // return; + // } + // this.Savenow(); + // console.log("淇濆瓨骞跺鎵�"); + // }, checksubmit() { console.log(this.checkObj.flowlevelone); if ( @@ -2366,9 +2379,18 @@ this.userprofile.nickName == "闄堟厱鍗�" && this.checkObj.flowlevelone == 1 ) { - this.$modal.msgError("璇烽�夌‘璁ゆ潗鏂欑姸鎬佸凡鏀跺埌锛�"); + this.$modal.msgError("璇风‘璁ゆ姤閿�鐨勭焊璐ㄦ潗鏂欏凡缁忔敹鍒帮紒"); + return; + } else if ( + (this.form.applytype == "1" || this.form.applytype == "2") && + this.form.fundtaxtime == null + ) { + this.$modal.msgError( + "鎻愪氦涓撳璐圭敤鐢宠鍗曘�佷鸡鐞嗕笓瀹剁敵璇疯垂鐢ㄧ敵璇峰崟瀹℃牳锛岄渶瑕佸厛瀹屾垚涓◣璁$畻锛�" + ); return; } + this.Savenow(); console.log("淇濆瓨骞跺鎵�"); }, -- Gitblit v1.9.3