src/views/project/fund/applyDetail/index.vue
@@ -1635,14 +1635,14 @@ else if (this.checkObj.flowlevelone == 1) { if (this.userprofile.nickName == "陈慕华") { //检查是否收到纸质材料 if (this.form.checkstatus != 3 && this.checkObj.flowlevelone == 1) { if (this.form.checkstatus != 3) { this.$modal.msgError("请先确认报销的纸质材料是否已经收到!"); return; } //检查个税计算 if (this.form.applytype == "1" && this.form.fundtaxtime == null) { this.$modal.msgError("提交专家费用申请单审核,需要先完成个税计算!"); this.$modal.msgError("请先完成专家费用的个税计算后,再提交审核通过!"); return; } }