Browse Source

[修改]三四五及预案

上海一张图
chenjingyu 4 years ago
parent
commit
3aea151aed
  1. 19
      src/app/plan-management/entry-plan-look/entry-plan-look.component.ts

19
src/app/plan-management/entry-plan-look/entry-plan-look.component.ts

@ -200,7 +200,7 @@ export class EntryPlanLookComponent implements OnInit {
window.open(`/keyUnit/editunitinfo?id=${companyId}&orName=${this.route.snapshot.queryParams.orName}&orId=${this.route.snapshot.queryParams.orId}`);
}
else if(e.planType==16){
this.lookPlan(e)
// let body={
// // id:e.planId,
// // resetAudit:true
@ -216,9 +216,10 @@ export class EntryPlanLookComponent implements OnInit {
};
this.http.put(`/api/PlanComponents/${e.id}?resetAudit=${resetAudit}`, body, options).subscribe(data=>{
this.getAllPlanComponents()
},err => {
this.lookPlan(e)
}/* ,err => {
this.snackBar.open(err,'确定',config);
})
} */)
}
else{
@ -324,9 +325,9 @@ export class EntryPlanLookComponent implements OnInit {
if(element.auditStatus ==8){
this.http.put(`/api/PlanComponents2D/${element.id}/Commit`,"").subscribe(data=>{
this.getAllPlanComponents()
},err => {
}/* ,err => {
this.snackBar.open(err,'确定',config);
})
} */)
}
else{
this.snackBar.open('审核退回的预案需要修改后方可再次提交审核!','确定',config);
@ -334,8 +335,6 @@ export class EntryPlanLookComponent implements OnInit {
}else{
this.http.put(`/api/PlanComponents/${element.id}/Commit`,"").subscribe(data=>{
this.getAllPlanComponents()
},err => {
this.snackBar.open(err,'确定',config);
})
}
@ -350,12 +349,12 @@ export class EntryPlanLookComponent implements OnInit {
}else{
this.http.put(`/api/PlanComponents/${element.id}/Cancel`,"").subscribe(data=>{
this.getAllPlanComponents()
},err => {
}/* ,err => {
const config = new MatSnackBarConfig();
config.verticalPosition = 'top';
config.duration = 3000
this.snackBar.open(err,'确定',config);
})
} */)
}
}
//审核结果
@ -900,7 +899,7 @@ export class AddPlanone {
const config = new MatSnackBarConfig();
config.verticalPosition = 'top';
config.duration = 3000
this.snackBar.open('暂不支持导入','确定',config);
//this.snackBar.open('暂不支持导入','确定',config);
}
if(this.defaultisshow == '3' && (this.webaddress == "" || this.webaddress == null)){ //如果是填写网址
const config = new MatSnackBarConfig();

Loading…
Cancel
Save