src/views/project/fund/applyDetail/index.vue
@@ -157,7 +157,7 @@ type="success" icon="el-icon-edit-outline" @click="Manualcalculationfn" >计算明细</el-button >计算个税</el-button > </div> </el-col> @@ -1468,15 +1468,15 @@ baselisttages: [ { id: 1, name: "待申请材料" name: "材料待审核" }, { id: 2, name: "申请材料通过等待材料" name: "审查通过等待邮寄纸质材料" }, { id: 3, name: "已收到报销材料" name: "已收到纸质材料" } ], @@ -2057,6 +2057,14 @@ ); return; } if (tempDetail.idcardno == null) { this.$modal.msgWarning( "服务项目表中,第" + (k + 1).toString() + "行的身份证未完善,请先填写身份证后再提交保存!" ); return; } if (this.businessType == "1") { if (tempDetail.servicesscope == null) {