@ -202,12 +202,10 @@ export class EntryPlanLookComponent implements OnInit {
window . open ( ` /keyUnit/editunitinfo?id= ${ companyId } &orName= ${ this . route . snapshot . queryParams . orName } &orId= ${ this . route . snapshot . queryParams . orId } ` ) ;
}
else if ( e . planType == 16 ) {
// let body={
// // id:e.planId,
// // resetAudit:true
// ""
// }
if ( e . attachmentUrls == null ) {
window . open ( ` /planManagement/createplanonlinefive?navIsOpen=false&companyId= ${ this . companyId } &planName= ${ e . name } &unitName= ${ this . unitdata . unitname } ` )
}
else {
let body = JSON . stringify ( "" ) ;
let resetAudit = true
let headers = new HttpHeaders ( {
@ -223,6 +221,8 @@ export class EntryPlanLookComponent implements OnInit {
this . snackBar . open ( err , '确定' , config ) ;
} * / )
}
}
else {
this . snackBar . open ( '只有二维预案和文本预案可以编辑!' , '确定' , config ) ;
@ -491,7 +491,7 @@ export class EntryPlanLookComponent implements OnInit {
const dialogRef = this . dialog . open ( AddPlanone , {
width : "585px" ,
height : "430px" ,
data : { companyId :this.companyId , unitType :this.unitdata.unittype } ,
data : { companyId :this.companyId , unitType :this.unitdata.unittype , unitName :this.unitdata.unitname } ,
disableClose :true
} ) ;
dialogRef . afterClosed ( ) . subscribe (
@ -910,7 +910,7 @@ export class AddPlanone {
this . planData = plandata
this . dialogRef . close ( plandata ) ;
//console.log(plandata)
window . open ( ` /planManagement/createplanonlinefive?navIsOpen=false&companyId= ${ this . data . companyId } &planName= ${ this . planData . name } ` )
window . open ( ` /planManagement/createplanonlinefive?navIsOpen=false&companyId= ${ this . data . companyId } &planName= ${ this . planData . name } &unitName= ${ this . data . unitName } ` )
} )
} else {
this . snackBar . open ( '请先创建模板!' , '确定' , config ) ;
@ -971,6 +971,7 @@ export class AddPlanone {
config . verticalPosition = 'top' ;
config . duration = 3000
//this.snackBar.open('暂不支持导入','确定',config);
this . createWord ( )
}
if ( this . defaultisshow == '3' && ( this . webaddress == "" || this . webaddress == null ) ) { //如果是填写网址
const config = new MatSnackBarConfig ( ) ;