|
|
|
@ -95,7 +95,7 @@ export class OnetwoEntryPlanComponent implements OnInit {
|
|
|
|
|
url |
|
|
|
|
preparelevels: any |
|
|
|
|
plcheck: boolean //编制级别勾选框
|
|
|
|
|
displayedColumns: string[] = ['state','unitname', 'level', 'addname', 'addtime', 'plantype', 'isopen', 'projectlevel', 'passstate','weihustate','operation']; |
|
|
|
|
displayedColumns: string[] = ['state', 'unitname', 'level', 'addname', 'addtime', 'plantype', 'isopen', 'projectlevel', 'passstate', 'weihustate', 'operation']; |
|
|
|
|
tabledataSource |
|
|
|
|
unitname//预案名称
|
|
|
|
|
level//预案级别
|
|
|
|
@ -114,7 +114,7 @@ export class OnetwoEntryPlanComponent implements OnInit {
|
|
|
|
|
pageSize: any; //每页条数
|
|
|
|
|
pageSizeOptions: number[] = [10] //设置每页条数
|
|
|
|
|
PageNumber: any; //第几页
|
|
|
|
|
IsNewData='' //维护更新活新增
|
|
|
|
|
IsNewData = '' //维护更新活新增
|
|
|
|
|
|
|
|
|
|
//获取表格数据
|
|
|
|
|
getAlltabledate() { |
|
|
|
@ -136,7 +136,7 @@ export class OnetwoEntryPlanComponent implements OnInit {
|
|
|
|
|
HasChildrenPlanLevel: this.plcheck || '', |
|
|
|
|
PageNumber: this.PageNumber || '1', |
|
|
|
|
PageSize: this.pageSizeOptions[0], |
|
|
|
|
IsNewData:this.IsNewData, |
|
|
|
|
IsNewData: this.IsNewData, |
|
|
|
|
} |
|
|
|
|
this.http.get("/api/PlanComponentsMajor", { params: paramsdata }).subscribe((data: any) => { |
|
|
|
|
this.length = data.totalCount |
|
|
|
@ -151,7 +151,7 @@ export class OnetwoEntryPlanComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
//重置
|
|
|
|
|
reset() { |
|
|
|
|
this.IsNewData='' |
|
|
|
|
this.IsNewData = '' |
|
|
|
|
this.typePlan = '' |
|
|
|
|
this.unitname = '' |
|
|
|
|
this.level = '' |
|
|
|
@ -192,12 +192,9 @@ export class OnetwoEntryPlanComponent implements OnInit {
|
|
|
|
|
const config = new MatSnackBarConfig(); |
|
|
|
|
config.verticalPosition = 'top'; |
|
|
|
|
config.duration = 3000 |
|
|
|
|
/* if(element.auditStatus == 4){ |
|
|
|
|
const config = new MatSnackBarConfig(); |
|
|
|
|
config.verticalPosition = 'top'; |
|
|
|
|
config.duration = 3000 |
|
|
|
|
this.snackBar.open('审核退回的预案需要修改后方可再次提交审核!','确定',config); |
|
|
|
|
} */ |
|
|
|
|
if (element.auditStatus == 4 || element.auditStatus == 32) { |
|
|
|
|
this.snackBar.open('审核退回的预案需要修改后方可再次提交审核!', '确定', config); |
|
|
|
|
} |
|
|
|
|
this.http.put(`/api/PlanComponentsMajor/${element.id}/Commit`, "").subscribe(data => { |
|
|
|
|
this.getAlltabledate() |
|
|
|
|
}, err => { |
|
|
|
@ -225,9 +222,9 @@ export class OnetwoEntryPlanComponent implements OnInit {
|
|
|
|
|
let arr = fetchUrl.split('.') |
|
|
|
|
arr[arr.length - 1] = 'pdf' |
|
|
|
|
window.open(`/api/Objects/PlanPlatform/` + arr.join('.')) |
|
|
|
|
}else if (suffix == 'pdf') { |
|
|
|
|
} else if (suffix == 'pdf') { |
|
|
|
|
window.open(`/api/Objects/PlanPlatform/` + element.attachmentUrls[0]) |
|
|
|
|
}else{ |
|
|
|
|
} else { |
|
|
|
|
let config = new MatSnackBarConfig(); |
|
|
|
|
config.verticalPosition = 'top'; |
|
|
|
|
config.duration = 3000 |
|
|
|
|