Browse Source

[修改]三五级预案在线编制路由传递单位名称

上海一张图
chenjingyu 4 years ago
parent
commit
40479c357e
  1. 13
      src/app/plan-management/create-plan-online-five/create-plan-online-five.component.html
  2. 4
      src/app/plan-management/create-plan-online-five/create-plan-online-five.component.scss
  3. 4
      src/app/plan-management/entry-plan-look/AddPlanone.html
  4. 4
      src/app/plan-management/entry-plan-look/entry-plan-look.component.html
  5. 17
      src/app/plan-management/entry-plan-look/entry-plan-look.component.ts
  6. 19
      src/app/ui/plan-template/plan-template.component.html

13
src/app/plan-management/create-plan-online-five/create-plan-online-five.component.html

@ -119,7 +119,18 @@
<!-- 模板页面 -->
<div *ngFor="let item of planTemplateData;let key = index">
<div *ngIf="selectedItem == item.groupName">
<p>{{item.groupName}}</p>
<!-- <p>{{item.groupName}}</p> -->
<div class="centerBox" *ngIf="item.groupName!='单位概况'">
<mat-accordion multi>
<mat-expansion-panel expanded disabled>
<mat-expansion-panel-header collapsedHeight='40px' expandedHeight='40px' class="panelhead">
<mat-panel-title>
<span>11111</span>
</mat-panel-title>
</mat-expansion-panel-header>
</mat-expansion-panel>
</mat-accordion>
</div>
</div>
</div>
</div>

4
src/app/plan-management/create-plan-online-five/create-plan-online-five.component.scss

@ -114,6 +114,10 @@
}
}
}
.centerBox{
width: 100%;
height: 100%;
}
}
}
}

4
src/app/plan-management/entry-plan-look/AddPlanone.html

@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2020-12-24 10:59:48
* @LastEditors: sueRimn
* @LastEditTime: 2021-06-10 15:57:05
* @LastEditTime: 2021-06-16 11:14:41
-->
<form (ngSubmit)="onSubmit(form.value)" #form="ngForm" class="example-container">
<div class="topbox" style="text-align: center;">
@ -63,7 +63,7 @@
</div>
<div *ngIf="inputword">
<mat-radio-button value="1" style="margin-right: 10px;">在线编制</mat-radio-button>
<button mat-raised-button *ngIf="isinput" (click)='createWord()'>在线编制预案</button>
<!-- <button mat-raised-button *ngIf="isinput" (click)='createWord()'>在线编制预案</button> -->
</div>
<!-- <div *ngIf="inputword">
<mat-radio-button value="1" style="margin-right: 10px;">导入word文档</mat-radio-button>

4
src/app/plan-management/entry-plan-look/entry-plan-look.component.html

@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2020-12-24 10:59:48
* @LastEditors: sueRimn
* @LastEditTime: 2021-06-15 15:21:10
* @LastEditTime: 2021-06-16 13:42:46
-->
<!-- <p>录入预案</p> -->
<div style="overflow: auto;height: 100%;">
@ -76,7 +76,7 @@
<th mat-header-cell *matHeaderCellDef>操作</th>
<td mat-cell *matCellDef="let element">
<span (click)="changeName(element)" *ngIf="element.auditStatus==8">改名</span>
<span (click)="editPlan(element)" [ngClass]="{'grey': !(element.attachmentUrls!=null&&element.auditStatus!='16' && element.auditStatus != '1')}">编辑</span>
<span (click)="editPlan(element)" [ngClass]="{'grey': !(element.auditStatus!='16' && element.auditStatus != '1')}">编辑</span>
<span (click)="lookPlan(element)" *ngIf="element.attachmentUrls!=null">查看</span>
<span (click)="readFile(element)" [ngClass]="{'grey': element.planMode == '1' || element.planMode == '2' || element.planMode == '3'}">下载</span>
<span (click)="deletePlan(element)" *ngIf="element.auditStatus==8">删除</span>

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

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

19
src/app/ui/plan-template/plan-template.component.html

@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2021-05-19 15:50:20
* @LastEditors: sueRimn
* @LastEditTime: 2021-06-15 10:20:06
* @LastEditTime: 2021-06-16 10:10:05
-->
<div class="box">
<div class="boxleft">
@ -18,12 +18,6 @@
</div>
</div>
<div class="leftbox">
<div class="leftbody"
[ngClass]="{'selectedTr':item.buildingTypeId==buildingTypeId&&item.planCategory==planCategory}"
*ngFor="let item of newleftTabledata;let i=index" (click)='planClick(item)'>
<div class="bodyname">
<span>{{item.unitname}}</span>
</div>
<div class="leftbox">
<div class="leftbody" [ngClass]="{'selectedTr':item.buildingTypeId==buildingTypeId&&item.planCategory==planCategory}" *ngFor="let item of newleftTabledata;let i=index" (click)='planClick(item)'>
<div class="bodyname">
@ -38,8 +32,9 @@
</div>
</div>
</div>
</div>
<div class="boxright">
</div>
<div class="boxright">
<div class="righthead">
<div class="rightheadone">
<span>{{unitName}}</span>
@ -273,7 +268,7 @@
</div>
</mat-expansion-panel>
</mat-accordion>
</div>
</div>
</mat-accordion>
</div>
</div>
</div>
Loading…
Cancel
Save