|
|
|
@ -283,16 +283,20 @@ export class EntryPlanComponent implements OnInit {
|
|
|
|
|
closediv(){ |
|
|
|
|
this.isorganizationbox = false |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
allPlanInfo:any //存储所有预案信息
|
|
|
|
|
//获得所有预案信息
|
|
|
|
|
getAllPlanInfo(){ |
|
|
|
|
let reservePlanType |
|
|
|
|
this.reservePlanType ? reservePlanType = JSON.parse(JSON.stringify(this.reservePlanType)) : reservePlanType = '' |
|
|
|
|
if(this.reservePlanType && this.reservePlanType.length != 0){ |
|
|
|
|
reservePlanType = eval(this.reservePlanType.join("|")) |
|
|
|
|
}
|
|
|
|
|
let paramsdata:any = { |
|
|
|
|
CompanyName: this.companyName || '', |
|
|
|
|
OrganizationId: this.jsId || '', |
|
|
|
|
HasChildrenOrganization:this.jscheck || '', |
|
|
|
|
BuildingTypeId: this.unittype || '', |
|
|
|
|
PlanType: this.reservePlanType || '', |
|
|
|
|
PlanType: reservePlanType || '', |
|
|
|
|
AuditStatus: this.toExamine || '', |
|
|
|
|
PlanLevel: this.preparelevel || '', |
|
|
|
|
HasChildrenPlanLevel: this.plcheck || '', |
|
|
|
|