diff --git a/src/app/data-collection/fire-force/fire-force.component.html b/src/app/data-collection/fire-force/fire-force.component.html index b20ef31..ac53a0a 100644 --- a/src/app/data-collection/fire-force/fire-force.component.html +++ b/src/app/data-collection/fire-force/fire-force.component.html @@ -147,8 +147,8 @@ 新增 更新 待审核) - (审核通过) - (审核驳回) + (审核通过) + (审核驳回) open_in_browser提交审核 撤销审核 diff --git a/src/app/data-collection/linkage-forces/linkage-forces.component.html b/src/app/data-collection/linkage-forces/linkage-forces.component.html index 9a22f4c..37e0431 100644 --- a/src/app/data-collection/linkage-forces/linkage-forces.component.html +++ b/src/app/data-collection/linkage-forces/linkage-forces.component.html @@ -122,8 +122,8 @@ 新增 更新 待审核) - (审核通过) - (审核驳回) + (审核通过) + (审核驳回) open_in_browser提交审核 撤销审核 diff --git a/src/app/data-collection/water-collection/water-collection.component.html b/src/app/data-collection/water-collection/water-collection.component.html index 143ed99..ae19685 100644 --- a/src/app/data-collection/water-collection/water-collection.component.html +++ b/src/app/data-collection/water-collection/water-collection.component.html @@ -84,8 +84,8 @@ 新增 更新 待审核) - (审核通过) - (审核驳回) + (审核通过) + (审核驳回) open_in_browser提交审核 撤销审核 diff --git a/src/app/plan-audit/wait-examineer/wait-examineer.component.ts b/src/app/plan-audit/wait-examineer/wait-examineer.component.ts index e6c4249..21f6ee9 100644 --- a/src/app/plan-audit/wait-examineer/wait-examineer.component.ts +++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.ts @@ -686,7 +686,6 @@ export class remark{ title:this.shenheTable[0].title } this.http.put(`/api/ContentVerifies`,body).subscribe(data=>{ - //this.showtype = -1 this.snackBar.open('操作成功!','确定',config); this.dialogRef.close() }) @@ -696,13 +695,11 @@ export class remark{ this.http.put(`/api/PlanAudits/${this.shenheTable[0].itemId}/First`,{auditStatus:32}).subscribe(data=>{ this.snackBar.open('操作成功!','确定',config); this.dialogRef.close() - //this.getAlltabledate() }) }else if(this.shenheTable[0].verifyState==3){ this.http.put(`/api/PlanAudits/${this.radioid}`,{auditStatus:4}).subscribe(data=>{ this.snackBar.open('操作成功!','确定',config); this.dialogRef.close() - //this.getAlltabledate() }) } } @@ -723,7 +720,6 @@ export class remark{ this.http.put(`/api/ContentVerifies/Batch`,this.companyrefuseList).subscribe(data=>{ this.snackBar.open('操作成功!','确定',config); this.dialogRef.close() - //this.getAlltabledate() }) }else{ for(var i=0;i{ this.snackBar.open('操作成功!','确定',config); this.dialogRef.close() - //this.getAlltabledate() }) } this.shenheTable=[]