Browse Source

[修改]下载弹窗转圈

tangshan
陈敬瑜 3 years ago
parent
commit
35fbd6501c
  1. 23
      src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts
  2. 7
      src/app/plan-management/entry-plan-look/entry-plan-look.component.ts
  3. 6
      src/app/plan-management/entry-plan-look/upNew.html

23
src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts

@ -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);
}

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

@ -643,8 +643,9 @@ export class EntryPlanLookComponent implements OnInit {
console.log(element)
if(element.planType==16&&(element.planMode==4||element.planMode==2)){
const dialogRef = this.dialog.open(wenbenUpload, {
width: "650px",
height:"710px",
width: "180px",
height:"200px",
disableClose: true,
data: {src:`/planManagement/createplanonlinefive?navIsOpen=false&companyId=${this.companyId}&planName=${element.name}&unitName=${this.unitdata.unitname}&planCategory=${element.planCategory}&planId=${element.id}&unitTypeId=${this.compantData.buildingTypes[0].id}&orName=${this.compantData.organizationName}&orId=${this.compantData.organizationId}&pattern=false&xiazai=true`}
});
//window.open(`/planManagement/createplanonlinefive?navIsOpen=false&companyId=${this.companyId}&planName=${element.name}&unitName=${this.unitdata.unitname}&planCategory=${element.planCategory}&planId=${element.id}&unitTypeId=${this.compantData.buildingTypes[0].id}&orName=${this.compantData.organizationName}&orId=${this.compantData.organizationId}&pattern=false&xiazai=true`)
@ -1879,7 +1880,7 @@ export class wenbenUpload{
console.log(this.data)
window.setTimeout(()=>{
this.dialogRef.close();
},5000)
},7000)
}
src=this.sanitizer.bypassSecurityTrustResourceUrl(this.data.src);
}

6
src/app/plan-management/entry-plan-look/upNew.html

@ -1,3 +1,5 @@
<div style="height: 100%;width: 100%;">
<iframe [src]="src" style="width: 100%;height: 100%;"></iframe>
<div style="height: 100%;width: 100%;text-align: center;">
<iframe [src]="src" style="width: 100%;height: 100%;display: none;"></iframe>
<span style="text-align: center;font-size: 16px;color: black;font-weight: bold;">下载中</span>
<mat-spinner style="margin-left: 10px;margin-top: 10px;"></mat-spinner>
</div>
Loading…
Cancel
Save