From 9adf9c585fe55c14045b8c4bcba23dd3b660ac23 Mon Sep 17 00:00:00 2001
From: SHAOJIAHAO <55341701@qq.com>
Date: Wed, 17 Mar 2021 15:24:45 +0800
Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=AE=8C=E5=96=84=E5=BE=85?=
=?UTF-8?q?=E5=AE=A1=E6=A0=B8=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=AE=A1=E6=89=B9?=
=?UTF-8?q?=E6=84=8F=E8=A7=81=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../wait-examineer.component.html | 3 ++
.../wait-examineer.component.scss | 4 ++
.../wait-examineer.component.ts | 38 +++++++++----------
3 files changed, 24 insertions(+), 21 deletions(-)
diff --git a/src/app/plan-audit/wait-examineer/wait-examineer.component.html b/src/app/plan-audit/wait-examineer/wait-examineer.component.html
index a627a7c..3ae81d9 100644
--- a/src/app/plan-audit/wait-examineer/wait-examineer.component.html
+++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.html
@@ -276,6 +276,9 @@
diff --git a/src/app/plan-audit/wait-examineer/wait-examineer.component.scss b/src/app/plan-audit/wait-examineer/wait-examineer.component.scss
index 41976cc..5461692 100644
--- a/src/app/plan-audit/wait-examineer/wait-examineer.component.scss
+++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.scss
@@ -129,6 +129,10 @@
height: 100%;
box-sizing: border-box;
}
+ .emptyContent{
+ width: 100%;
+ text-align: center;
+ }
}
}
th,td{
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 30cc925..e6c4249 100644
--- a/src/app/plan-audit/wait-examineer/wait-examineer.component.ts
+++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.ts
@@ -115,7 +115,6 @@ export class WaitExamineerComponent implements OnInit {
//获取表格数据
getAlltabledate(){
-
let paramsdata:any = {
Operation:this.level||[],
ContentType:Number(this.projectlevel)||[],
@@ -123,14 +122,12 @@ export class WaitExamineerComponent implements OnInit {
verifyState:[0,3]
}
this.http.get("/api/ContentVerifies",{params:paramsdata}).subscribe((data:any)=>{
- console.log(data)
this.tableDate=data.items
this.count=data.totalCount
})
}
//提交查询
onSubmit(value){
- //console.log(value)
this.getAlltabledate()
}
//刷新
@@ -183,10 +180,18 @@ export class WaitExamineerComponent implements OnInit {
}else{
this.postlevel = data.level
}
- console.log('xxx',data)
- data.fireForceDetailInfo.location ? null : data.fireForceDetailInfo.location={x:null,y:null}
- this.fireForceDetailInfo = data.fireForceDetailInfo
- this.showtype = 13
+ if(data.fireForceDetailInfo && data.fireForceDetailInfo.location){
+ this.fireForceDetailInfo = data.fireForceDetailInfo
+ this.showtype = 13
+ }else if(!data.fireForceDetailInfo){
+ //提示 该提交内容为空,从未保存过,请驳回该审核
+ this.showtype = 666
+ } else {
+ data.fireForceDetailInfo.location={x:null,y:null}
+ this.fireForceDetailInfo = data.fireForceDetailInfo
+ this.showtype = 13
+ }
+
})
}else if(item.contentType == 14){
//联动力量
@@ -297,7 +302,6 @@ export class WaitExamineerComponent implements OnInit {
this.compantData={name:'',buildingTypes:[],address:''}
this.planType = this.planData.planMode
let data = this.planData
- console.log(data)
if(data.planType==1){
this.twoOrthree=2
}else if(data.planType==2){
@@ -347,14 +351,14 @@ export class WaitExamineerComponent implements OnInit {
const config = new MatSnackBarConfig();
config.verticalPosition = 'top';
config.duration = 3000
- console.log(this.shenheTable)
if(this.shenheTable.length==0){
this.snackBar.open('请勾选要审核的条目!','确定',config);
}
else{
const dialogRef =this.dialog.open(remark,{width:'460px',height:'290px',data:{shenhedata:this.shenheTable,type:1,radioid:this.radioid}});
dialogRef.afterClosed().subscribe(result => {
- this.shenheTable=[]
+ this.shenheTable = []
+ this.showtype = -1
this.getAlltabledate()
});
}
@@ -373,12 +377,11 @@ export class WaitExamineerComponent implements OnInit {
else{
const dialogRef =this.dialog.open(remark,{width:'460px',height:'290px',data:{shenhedata:this.shenheTable,type:2,radioid:this.radioid}});
dialogRef.afterClosed().subscribe(result => {
- this.shenheTable=[]
+ this.shenheTable = []
+ this.showtype = -1
this.getAlltabledate()
});
}
- //this.shenheTable=[]
-
}
@@ -530,7 +533,6 @@ export class WaitExamineerComponent implements OnInit {
export class show3D{
constructor(private sanitizer: DomSanitizer,public dialogRef: MatDialogRef
,@Inject(MAT_DIALOG_DATA) public data,public dialog: MatDialog) {}
ngOnInit(): void {
- console.log(this.data)
this.threedUrl=this.sanitizer.bypassSecurityTrustResourceUrl(this.data.url.changingThisBreaksApplicationSecurity)
}
threedUrl
@@ -545,7 +547,6 @@ export class show3D{
export class remark{
constructor(private http:HttpClient,private sanitizer: DomSanitizer,public dialogRef: MatDialogRef,@Inject(MAT_DIALOG_DATA) public data,public dialog: MatDialog,public snackBar: MatSnackBar) {}
ngOnInit(): void {
- console.log(this.data)
this.shenheTable=this.data.shenhedata
this.radioid=this.data.radioid
}
@@ -567,7 +568,7 @@ export class remark{
config.duration = 3000
if(this.data.type==1){
//同意操作
- console.log(this.shenheTable)
+ // console.log(this.shenheTable)
//单个审核
if(this.shenheTable.length == 1){
//重点单位审核
@@ -586,7 +587,6 @@ export class remark{
//this.getAlltabledate()
})
}else if(this.shenheTable[0].contentType == 12 || this.shenheTable[0].contentType == 13 || this.shenheTable[0].contentType == 14){
- console.log(1111,this.shenheTable[0])
let body:any = {
id:this.shenheTable[0].id,
itemId:this.shenheTable[0].itemId,
@@ -597,9 +597,7 @@ export class remark{
}
this.http.put(`/api/ContentVerifies`,body).subscribe(data=>{
this.snackBar.open('操作成功!','确定',config);
- //this.showtype = -1
this.dialogRef.close()
- //this.getAlltabledate()
})
}else{
//预案审核
@@ -644,7 +642,6 @@ export class remark{
this.http.put(`/api/ContentVerifies/Batch`,this.companyAgreeList).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=[]