|
|
|
@ -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.shenheTable.length;i++){ |
|
|
|
@ -737,7 +733,6 @@ export class remark{
|
|
|
|
|
this.http.put(`/api/PlanAudits/Batch`,this.refuseList).subscribe(data=>{ |
|
|
|
|
this.snackBar.open('操作成功!','确定',config); |
|
|
|
|
this.dialogRef.close() |
|
|
|
|
//this.getAlltabledate()
|
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
this.shenheTable=[] |
|
|
|
|