|
|
|
@ -79,12 +79,12 @@ export class CreatePlanOnlineFiveComponent implements OnInit {
|
|
|
|
|
this.selectedItem='封面' |
|
|
|
|
this.pattern = 'edit' |
|
|
|
|
} |
|
|
|
|
this.getUnitData() |
|
|
|
|
this.getUnitData() |
|
|
|
|
this.getOrganizations() |
|
|
|
|
if(this.route.snapshot.queryParams.xiazai=='true'){ |
|
|
|
|
window.setTimeout(()=>{ |
|
|
|
|
this.generatingDoc() |
|
|
|
|
},3500) |
|
|
|
|
},5000) |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -169,7 +169,7 @@ export class CreatePlanOnlineFiveComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
//获得单位信息
|
|
|
|
|
unitData: any |
|
|
|
|
getUnitData() { |
|
|
|
|
async getUnitData() { |
|
|
|
|
let paramsdata: any = { |
|
|
|
|
Name: this.route.snapshot.queryParams.unitName || '', |
|
|
|
|
} |
|
|
|
@ -1677,11 +1677,12 @@ export class CreatePlanOnlineFiveComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
this.planTemplateData.forEach(element => { |
|
|
|
|
if(element.groupName=='交通水源'||element.groupName=='重点图示'){ |
|
|
|
|
for(let i=0;i<element.attribute[0].imgArr.length;i++){ |
|
|
|
|
console.log(element.attribute[0].imgArr[i]) |
|
|
|
|
element.attribute[0].imgArr[i]= String(element.attribute[0].imgArr[i]) +'?x-image-process=image/format,jpg' |
|
|
|
|
if(element.attribute[0].imgArr.length>0){ |
|
|
|
|
for(let i=0;i<element.attribute[0].imgArr.length;i++){ |
|
|
|
|
console.log(element.attribute[0].imgArr[i]) |
|
|
|
|
element.attribute[0].imgArr[i]= String(element.attribute[0].imgArr[i]) +'?x-image-process=image/format,jpg' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
console.log(this.planTemplateData) |
|
|
|
@ -2160,9 +2161,9 @@ export class disaster{
|
|
|
|
|
}else if(this.headName==undefined||this.headName==''){ |
|
|
|
|
this.snackBar.open('请输入表头名称!','确定',config); |
|
|
|
|
}else if(this.level==2&& (this.lieNumber==undefined||this.lieNumber=='')){ |
|
|
|
|
this.snackBar.open('请输入列数,并且列数大于0!','确定',config); |
|
|
|
|
this.snackBar.open('列数不许为空,并且列数大于0!','确定',config); |
|
|
|
|
}else if(this.level==2&& (this.hNumber==undefined||this.hNumber=='')){ |
|
|
|
|
this.snackBar.open('请输入行数,并且行数大于0!!','确定',config); |
|
|
|
|
this.snackBar.open('行数不许为空,并且行数大于0!!','确定',config); |
|
|
|
|
} |
|
|
|
|
else{ |
|
|
|
|
let tree={ |
|
|
|
@ -2230,9 +2231,9 @@ export class updataHl{
|
|
|
|
|
}else if(this.headName==undefined||this.headName==''){ |
|
|
|
|
this.snackBar.open('请输入表头名称!','确定',config); |
|
|
|
|
}else if(this.level==2&& (this.lieNumber==undefined||this.lieNumber=='')){ |
|
|
|
|
this.snackBar.open('请输入列数,并且列数大于一!','确定',config); |
|
|
|
|
this.snackBar.open('列数不许为空,并且列数大于0!','确定',config); |
|
|
|
|
}else if(this.level==2&& (this.hNumber==undefined||this.hNumber=='')){ |
|
|
|
|
this.snackBar.open('请输入行数,并且行数大于一!!','确定',config); |
|
|
|
|
this.snackBar.open('行数不许为空,并且行数大于0!!','确定',config); |
|
|
|
|
}else{ |
|
|
|
|
this.dialogRef.close(result); |
|
|
|
|
} |
|
|
|
|