diff --git a/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts b/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts
index ec0b7bd..da34ef1 100644
--- a/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts
+++ b/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)
+ },7500)
}
src=this.sanitizer.bypassSecurityTrustResourceUrl(this.data.src);
}
diff --git a/src/app/plan-management/entry-plan-look/upNew.html b/src/app/plan-management/entry-plan-look/upNew.html
index e3faec1..862adaa 100644
--- a/src/app/plan-management/entry-plan-look/upNew.html
+++ b/src/app/plan-management/entry-plan-look/upNew.html
@@ -1,3 +1,5 @@
-