|
|
|
@ -1,13 +1,17 @@
|
|
|
|
|
<div class="bigbox"> |
|
|
|
|
<div class="titlebox" *ngIf="pattern == 'edit'"> |
|
|
|
|
<div class="titleitembox" cdkDropList cdkDropListOrientation="horizontal" (cdkDropListDropped)="drop($event)"> |
|
|
|
|
<div cdkDrag class="item" *ngFor="let item of planTemplateData;let key = index" (click)="clickTitleItem(item)" |
|
|
|
|
[ngClass]="{'selectedItem': selectedItem == item.groupName||item.groupName=='新建'}" [title]="item.groupName" |
|
|
|
|
[cdkDragDisabled]="item.groupName == '封面'" [style.display]="item.completed==true?'block':'none'"> |
|
|
|
|
<div cdkDrag class="item" *ngFor="let item of planTemplateData;let key = index" |
|
|
|
|
(click)="clickTitleItem(item)" |
|
|
|
|
[ngClass]="{'selectedItem': selectedItem == item.groupName||item.groupName=='新建'}" |
|
|
|
|
[title]="item.groupName" [cdkDragDisabled]="item.groupName == '封面'" |
|
|
|
|
[style.display]="item.completed==true?'block':'none'"> |
|
|
|
|
<img src="../../../assets/images/add.png" *ngIf="item.groupName=='新建'"> |
|
|
|
|
{{item.groupName!='新建'?key + 1:''}}.{{item.groupName}} |
|
|
|
|
<img style="height: 38%;" src="../../../assets/images/update.png" *ngIf="item.new!=undefined" (click)='upName(key,item.groupName)' > |
|
|
|
|
<img style="height: 38%;margin-left: 2px;" src="../../../assets/images/deleteblue.png" *ngIf="item.new!=undefined" (click)='delName(key)' > |
|
|
|
|
<img style="height: 38%;" src="../../../assets/images/update.png" *ngIf="item.new!=undefined" |
|
|
|
|
(click)='upName(key,item.groupName)'> |
|
|
|
|
<img style="height: 38%;margin-left: 2px;" src="../../../assets/images/deleteblue.png" |
|
|
|
|
*ngIf="item.new!=undefined" (click)='delName(key)'> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="btnbox"> |
|
|
|
@ -32,7 +36,8 @@
|
|
|
|
|
</div> |
|
|
|
|
<div class="leftbox" |
|
|
|
|
*ngIf="pattern == 'edit' && (selectedItem == '重点图示' || selectedItem == '交通水源' || selectedItem == '预案附件' || selectedItem == '单位概况')||(selectedItem!='灾情设定'&&selectedItem!='力量调集'&&selectedItem!='组织指挥'&&selectedItem!='作战行动'&&selectedItem!='社会联动'&&selectedItem!='勤务保障'&&selectedItem!='特别警示'&&selectedItem!='辅助决策'&&selectedItem!='处置要点'&&tuTrue)"> |
|
|
|
|
<div *ngIf="selectedItem == '重点图示'||(selectedItem!='灾情设定'&&selectedItem!='力量调集'&&selectedItem!='组织指挥'&&selectedItem!='作战行动'&&selectedItem!='社会联动'&&selectedItem!='勤务保障'&&selectedItem!='特别警示'&&selectedItem!='辅助决策'&&selectedItem!='处置要点'&&tuTrue)" class="leftKeyImg"> |
|
|
|
|
<div *ngIf="selectedItem == '重点图示'||(selectedItem!='灾情设定'&&selectedItem!='力量调集'&&selectedItem!='组织指挥'&&selectedItem!='作战行动'&&selectedItem!='社会联动'&&selectedItem!='勤务保障'&&selectedItem!='特别警示'&&selectedItem!='辅助决策'&&selectedItem!='处置要点'&&tuTrue)" |
|
|
|
|
class="leftKeyImg"> |
|
|
|
|
<div class="keyImgTitle"> |
|
|
|
|
重点图示 |
|
|
|
|
</div> |
|
|
|
@ -193,7 +198,8 @@
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="leftnew" *ngIf="pattern == 'edit' && ( selectedItem == '组织指挥' || selectedItem == '社会联动' || selectedItem == '勤务保障'|| selectedItem == '辅助决策')"> |
|
|
|
|
<div class="leftnew" |
|
|
|
|
*ngIf="pattern == 'edit' && ( selectedItem == '组织指挥' || selectedItem == '社会联动' || selectedItem == '勤务保障'|| selectedItem == '辅助决策')"> |
|
|
|
|
<div class="newHead"> |
|
|
|
|
<span>模板列表</span> |
|
|
|
|
</div> |
|
|
|
@ -207,20 +213,20 @@
|
|
|
|
|
</div> |
|
|
|
|
<div class="searchText"> |
|
|
|
|
<div class="queryField ordiv" *ngIf="searchType=='1'"> |
|
|
|
|
<input readonly placeholder="请输入组织" autocomplete="off" [(ngModel)]="js" name="js" (focus)="openorganizationbox()"> |
|
|
|
|
<input readonly placeholder="请输入组织" autocomplete="off" [(ngModel)]="js" name="js" |
|
|
|
|
(focus)="openorganizationbox()"> |
|
|
|
|
<!-- <mat-checkbox style="margin-left: 6px;" [(ngModel)]="jscheck" name="jscheck">包含下级</mat-checkbox> --> |
|
|
|
|
<div class="organizationbox" *ngIf="isorganizationbox"> |
|
|
|
|
<div (click)="closediv()" class="closediv"><mat-icon>clear</mat-icon></div> |
|
|
|
|
<mat-tree [dataSource]="dataSource" [treeControl]="treeControl"> |
|
|
|
|
<mat-tree-node *matTreeNodeDef="let node" matTreeNodePadding (click)='add(node)' class="organizationlist"> |
|
|
|
|
<mat-tree-node *matTreeNodeDef="let node" matTreeNodePadding (click)='add(node)' |
|
|
|
|
class="organizationlist"> |
|
|
|
|
<button type="button" mat-icon-button disabled></button> |
|
|
|
|
<li>{{node.name}}</li> |
|
|
|
|
</mat-tree-node> |
|
|
|
|
<mat-tree-node *matTreeNodeDef="let node;when: hasChild" matTreeNodePadding (click)='add(node)' class="organizationlist"> |
|
|
|
|
<button |
|
|
|
|
type="button" |
|
|
|
|
mat-icon-button |
|
|
|
|
matTreeNodeToggle |
|
|
|
|
<mat-tree-node *matTreeNodeDef="let node;when: hasChild" matTreeNodePadding |
|
|
|
|
(click)='add(node)' class="organizationlist"> |
|
|
|
|
<button type="button" mat-icon-button matTreeNodeToggle |
|
|
|
|
[attr.aria-label]="'toggle ' + node.name"> |
|
|
|
|
<mat-icon class="mat-icon-rtl-mirror"> |
|
|
|
|
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}} |
|
|
|
@ -254,9 +260,7 @@
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="fenye"> |
|
|
|
|
<mat-paginator pageEvent [length]="length" |
|
|
|
|
[pageSize]="pageSize" |
|
|
|
|
[pageSizeOptions]="pageSizeOptions" |
|
|
|
|
<mat-paginator pageEvent [length]="length" [pageSize]="pageSize" [pageSizeOptions]="pageSizeOptions" |
|
|
|
|
(page)="changePage($event)"> |
|
|
|
|
|
|
|
|
|
</mat-paginator> |
|
|
|
@ -433,13 +437,18 @@
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="centerBox" |
|
|
|
|
*ngIf="item.groupName!='单位概况'&&item.groupName!='交通水源'&&item.groupName!='重点图示'&&item.groupName!='预案附件'&&item.groupName!='封面'"> |
|
|
|
|
<div class="titleItem"> |
|
|
|
|
<span *ngIf="item.new==undefined">{{item.groupName}}</span> |
|
|
|
|
<input type="text" placeholder="请输入内容" [(ngModel)]="item.headName" *ngIf="item.new!=undefined&&pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" [(ngModel)]="item.headName" |
|
|
|
|
*ngIf="item.new!=undefined&&pattern == 'edit'"> |
|
|
|
|
<span *ngIf="item.new!=undefined&&pattern != 'edit'">{{item.headName}}</span> |
|
|
|
|
<img src="../../../assets/images/add.png" (click)='addAttribute(item.groupName)' *ngIf="pattern == 'edit'&&item.new!=undefined"> |
|
|
|
|
<img src="../../../assets/images/add.png" (click)='addAttribute(item.groupName)' |
|
|
|
|
*ngIf="pattern == 'edit'&&item.new!=undefined"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="boxBody" *ngFor="let element of item.attribute;let i=index" style="height: 100%; |
|
|
|
@ -455,17 +464,25 @@
|
|
|
|
|
height: 40px; |
|
|
|
|
line-height: 40px; |
|
|
|
|
color: #b99a00;">{{element.headName}}</span> |
|
|
|
|
<img src="../../../assets/images/delyello.png" *ngIf="pattern == 'edit'" (click)='delTd(key,i)'> |
|
|
|
|
<img src="../../../assets/images/downyello.png" *ngIf="item.new!=undefined&&i<item.attribute.length-1&&pattern == 'edit'" (click)='downPai(key,i)'> |
|
|
|
|
<img src="../../../assets/images/uoyello.png" *ngIf="item.new!=undefined&&i>0 &&pattern == 'edit'" (click)='upPai(key,i)'> |
|
|
|
|
<img src="../../../assets/images/updateyello.png" *ngIf="(element.level==1||element.level==2)&&pattern == 'edit'" (click)='updataHl(key,i)'> |
|
|
|
|
<img src="../../../assets/images/addyello.png" *ngIf="element.level==1&&pattern == 'edit'" (click)='addTd(key,i)'> |
|
|
|
|
<img src="../../../assets/images/delyello.png" *ngIf="pattern == 'edit'" |
|
|
|
|
(click)='delTd(key,i)'> |
|
|
|
|
<img src="../../../assets/images/downyello.png" |
|
|
|
|
*ngIf="item.new!=undefined&&i<item.attribute.length-1&&pattern == 'edit'" |
|
|
|
|
(click)='downPai(key,i)'> |
|
|
|
|
<img src="../../../assets/images/uoyello.png" |
|
|
|
|
*ngIf="item.new!=undefined&&i>0 &&pattern == 'edit'" (click)='upPai(key,i)'> |
|
|
|
|
<img src="../../../assets/images/updateyello.png" |
|
|
|
|
*ngIf="(element.level==1||element.level==2)&&pattern == 'edit'" |
|
|
|
|
(click)='updataHl(key,i)'> |
|
|
|
|
<img src="../../../assets/images/addyello.png" |
|
|
|
|
*ngIf="element.level==1&&pattern == 'edit'" (click)='addTd(key,i)'> |
|
|
|
|
</div> |
|
|
|
|
<div class="body"> |
|
|
|
|
<!--表格类型--> |
|
|
|
|
<table *ngIf="element.level==1" style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<thead *ngIf="pattern == 'edit'"> |
|
|
|
|
<th *ngFor="let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn" style="border: 1px solid #999; |
|
|
|
|
<th *ngFor="let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn" |
|
|
|
|
style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
text-align: center;"> |
|
|
|
@ -474,7 +491,8 @@
|
|
|
|
|
</th> |
|
|
|
|
</thead> |
|
|
|
|
<thead *ngIf="pattern == 'look'"> |
|
|
|
|
<th *ngFor="let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn" style="border: 1px solid #999; |
|
|
|
|
<th *ngFor="let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn" |
|
|
|
|
style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
text-align: center;"> |
|
|
|
@ -496,7 +514,8 @@
|
|
|
|
|
</tbody> |
|
|
|
|
<tbody *ngIf="pattern == 'look'"> |
|
|
|
|
<tr *ngFor="let itemtr of element.tabletr"> |
|
|
|
|
<td *ngFor="let itemtd of itemtr.tabletd;let tabletdi=index;TrackBy:trackByFn" style="border: 1px solid #999; |
|
|
|
|
<td *ngFor="let itemtd of itemtr.tabletd;let tabletdi=index;TrackBy:trackByFn" |
|
|
|
|
style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
text-align: center;"> |
|
|
|
@ -508,7 +527,8 @@
|
|
|
|
|
<!--文本区域--> |
|
|
|
|
<textarea style="width: 99%;height: 100px;" *ngIf="element.level==3&&pattern == 'edit'" |
|
|
|
|
[(ngModel)]="element.tableth"></textarea> |
|
|
|
|
<div style="height: 100px;width: 98%; border: 1px solid #000000;" *ngIf="element.level==3&&pattern == 'look'">{{element.tableth||''}}</div> |
|
|
|
|
<div style="height: 100px;width: 98%; border: 1px solid #000000;" |
|
|
|
|
*ngIf="element.level==3&&pattern == 'look'">{{element.tableth||''}}</div> |
|
|
|
|
<!--输入框--> |
|
|
|
|
<div class="inputtext" *ngIf="element.level==2"> |
|
|
|
|
<div class="inputj" style="height: 100%;width: 100%;" |
|
|
|
@ -516,8 +536,8 @@
|
|
|
|
|
<div style="height: 100%;width: 100%;" |
|
|
|
|
*ngFor="let itemthj of element.tableth[tablethi];let tablethj=index;TrackBy:trackByFn"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="background-color: #E8E9E9;width: 40%;" |
|
|
|
|
[(ngModel)]="itemthj.head" *ngIf="pattern == 'edit'"> |
|
|
|
|
style="background-color: #E8E9E9;width: 40%;" [(ngModel)]="itemthj.head" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 60%;" |
|
|
|
|
[(ngModel)]="itemthj.body" *ngIf="pattern == 'edit'"> |
|
|
|
|
|
|
|
|
@ -530,7 +550,8 @@
|
|
|
|
|
<td style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
text-align: center; white-space:pre-wrap; width: 185px;" *ngFor="let itemthj of element.tableth[tablethi];let tablethj=index;TrackBy:trackByFn"> |
|
|
|
|
text-align: center; white-space:pre-wrap; width: 185px;" |
|
|
|
|
*ngFor="let itemthj of element.tableth[tablethi];let tablethj=index;TrackBy:trackByFn"> |
|
|
|
|
<span>{{itemthj.head}}</span> |
|
|
|
|
<span>{{itemthj.body}}</span> |
|
|
|
|
</td> |
|
|
|
@ -553,7 +574,8 @@
|
|
|
|
|
<div class="keyImgImg"> |
|
|
|
|
<div style="margin-top: 10px; |
|
|
|
|
text-align: center; |
|
|
|
|
position: relative;" class="imgbox" *ngFor="let imgUrl of element.tableth.json;let imgkey = index"> |
|
|
|
|
position: relative;" class="imgbox" |
|
|
|
|
*ngFor="let imgUrl of element.tableth.json;let imgkey = index"> |
|
|
|
|
<mat-icon *ngIf="pattern == 'edit'" class="deleteImg" |
|
|
|
|
(click)="deleteImgItem(element.tableth.json,imgkey)">delete |
|
|
|
|
</mat-icon> |
|
|
|
@ -561,83 +583,8 @@
|
|
|
|
|
width: auto; |
|
|
|
|
height: auto;" [src]="imgUrl" alt=""> |
|
|
|
|
</div> |
|
|
|
|
<div class="uploadBtn" *ngIf="pattern == 'edit'&&element.tableth.json.length<=0"> |
|
|
|
|
<button mat-stroked-button> |
|
|
|
|
<mat-icon>add</mat-icon>上传图片 |
|
|
|
|
</button> |
|
|
|
|
<input (change)="filechange($event,element)" type="file" name="" id=""> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div class="centerBox" *ngIf="item.new!=undefined"> |
|
|
|
|
<div class="titleItem" > |
|
|
|
|
<input type="text" placeholder="请输入内容" [(ngModel)]="item.headName"> |
|
|
|
|
<img src="../../../assets/images/add.png" (click)='addAttribute(item.groupName,key)' *ngIf="pattern == 'edit'"> |
|
|
|
|
</div> |
|
|
|
|
<div class="attack" *ngFor="let element of item.attribute;let attributei=index"> |
|
|
|
|
<div class="attackLeft" [style.width]="pattern == 'edit'?'70%':'100%'"> |
|
|
|
|
<div class="attackleftHead"> |
|
|
|
|
<input type="text" placeholder="请输入内容" [(ngModel)]="element.headName"> |
|
|
|
|
<img src="../../../assets/images/delyello.png" *ngIf="element.level==1&&pattern == 'edit'" |
|
|
|
|
(click)='delTd(key,attributei)'> |
|
|
|
|
<img src="../../../assets/images/addyello.png" *ngIf="element.level==1&&pattern == 'edit'" |
|
|
|
|
(click)='addTd(key,attributei)' style="margin-left: 6px;"> |
|
|
|
|
</div> |
|
|
|
|
<div class="attackleftTable"> |
|
|
|
|
|
|
|
|
|
<table *ngIf="element.level==1"> |
|
|
|
|
<thead> |
|
|
|
|
<th *ngFor="let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn"><input type="text" |
|
|
|
|
placeholder="请输入内容" [(ngModel)]="element.tableth[tablethi]"></th> |
|
|
|
|
</thead> |
|
|
|
|
<tbody *ngIf="pattern == 'edit'"> |
|
|
|
|
<tr *ngFor="let itemtr of element.tabletr"> |
|
|
|
|
<td |
|
|
|
|
*ngFor="let itemtd of itemtr.tabletd;let tabletdi=index;TrackBy:trackByFn"> |
|
|
|
|
<input type="text" placeholder="请输入" |
|
|
|
|
[(ngModel)]="itemtr.tabletd[tabletdi]"> |
|
|
|
|
|
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
|
<textarea *ngIf="element.level==3" [(ngModel)]="element.tableth"></textarea> |
|
|
|
|
|
|
|
|
|
<div class="inputtext" *ngIf="element.level==2"> |
|
|
|
|
<div class="inputj" style="height: 100%;width: 100%;" |
|
|
|
|
*ngFor="let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn"> |
|
|
|
|
<div style="height: 100%;width: 100%;" |
|
|
|
|
*ngFor="let itemthj of element.tableth[tablethi];let tablethj=index;TrackBy:trackByFn"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="background-color: #E8E9E9;width: 40%;" |
|
|
|
|
[(ngModel)]="itemthj.head"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 60%;" [(ngModel)]="itemthj.body"> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div style="height: 100%;width: 100%;" *ngIf="element.level==4"> |
|
|
|
|
<div class="keyImg"> |
|
|
|
|
<div style="border: 1px solid #e8e9e9;width: 100%;" class="keyImgItem"> |
|
|
|
|
<div class="keyImgTitle" style="height: 30px; |
|
|
|
|
position: relative;"> |
|
|
|
|
</div> |
|
|
|
|
<div class="keyImgImg"> |
|
|
|
|
<div style="margin-top: 10px; |
|
|
|
|
text-align: center; |
|
|
|
|
position: relative;" class="imgbox" *ngFor="let imgUrl of element.tableth.json;let imgkey = index"> |
|
|
|
|
<mat-icon *ngIf="pattern == 'edit'" class="deleteImg" |
|
|
|
|
(click)="delImg(key,attributei,imgkey)">delete |
|
|
|
|
</mat-icon> |
|
|
|
|
<img style="max-width: 100%; |
|
|
|
|
width: auto; |
|
|
|
|
height: auto;" [src]="imgUrl" alt=""> |
|
|
|
|
</div> |
|
|
|
|
<div class="uploadBtn" *ngIf="pattern == 'edit'"> |
|
|
|
|
<div class="uploadBtn" |
|
|
|
|
*ngIf="pattern == 'edit'&&element.tableth.json.length<=0"> |
|
|
|
|
<button mat-stroked-button> |
|
|
|
|
<mat-icon>add</mat-icon>上传图片 |
|
|
|
|
</button> |
|
|
|
@ -649,19 +596,6 @@
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="attackRight" *ngIf="pattern == 'edit'"> |
|
|
|
|
<div class="rightButton"> |
|
|
|
|
<button mat-raised-button color="primary" (click)='attackAdd(item.groupName,attributei,element.level)' |
|
|
|
|
*ngIf="element.level==1"><img src="../../../assets/images/addbai.png"> 新增</button> |
|
|
|
|
<button mat-raised-button color="#ECF6FF" style="margin-left: 10px;" |
|
|
|
|
(click)='delDisaster(item.groupName,attributei)'><img src="../../../assets/images/deletehui.png"> |
|
|
|
|
删除</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> --> |
|
|
|
|
<div class="keyImg" |
|
|
|
|
*ngIf="item.groupName == '重点图示' || item.groupName == '交通水源' || item.groupName == '预案附件'"> |
|
|
|
|
|
|
|
|
@ -678,16 +612,16 @@
|
|
|
|
|
border: 0; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
padding: 0 5px;"> {{ i.name }} </div> |
|
|
|
|
<img src="../../../assets/images/deletered.png" class="deleteItem" *ngIf="key != 0 && pattern == 'edit'" |
|
|
|
|
(click)="deleteItem(item,key)" /> |
|
|
|
|
<img src="../../../assets/images/deletered.png" class="deleteItem" |
|
|
|
|
*ngIf="key != 0 && pattern == 'edit'" (click)="deleteItem(item,key)" /> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="keyImgImg"> |
|
|
|
|
<div style="margin-top: 10px; |
|
|
|
|
text-align: center; |
|
|
|
|
position: relative;" class="imgbox" *ngFor="let imgUrl of i.imgArr;let imgkey = index"> |
|
|
|
|
<img src="../../../assets/images/deletered.png" *ngIf="pattern == 'edit'" class="deleteImg" |
|
|
|
|
(click)="deleteImgItem(i.imgArr,imgkey)"/> |
|
|
|
|
<img src="../../../assets/images/deletered.png" *ngIf="pattern == 'edit'" |
|
|
|
|
class="deleteImg" (click)="deleteImgItem(i.imgArr,imgkey)" /> |
|
|
|
|
|
|
|
|
|
<img style="max-width: 100%; |
|
|
|
|
width: auto; |
|
|
|
@ -709,7 +643,8 @@
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="unit" *ngIf="item.groupName == '单位概况'"> |
|
|
|
|
<div *ngFor="let itemunit of item.building;let uniti=index"> <!-- style="border-bottom: 3px solid #999;" --> |
|
|
|
|
<div *ngFor="let itemunit of item.building;let uniti=index"> |
|
|
|
|
<!-- style="border-bottom: 3px solid #999;" --> |
|
|
|
|
<div *ngIf="itemunit.completed"> |
|
|
|
|
<div class="unithead" style=" height: 40px; |
|
|
|
|
width: 100%; |
|
|
|
@ -720,8 +655,10 @@
|
|
|
|
|
opacity: 1; |
|
|
|
|
height: 40px; |
|
|
|
|
line-height: 40px;">{{itemunit.name}}</span> |
|
|
|
|
<img src="../../../assets/images/update.png" *ngIf="planMode==4&&pattern == 'edit'" (click)='unitZdyaaa()'> |
|
|
|
|
<span style="float: right;margin-right: 30px;cursor: pointer;" *ngIf="planMode==4&&pattern == 'edit'" (click)='zdyDw()'>自定义</span> |
|
|
|
|
<img src="../../../assets/images/update.png" *ngIf="planMode==4&&pattern == 'edit'" |
|
|
|
|
(click)='unitZdyaaa()'> |
|
|
|
|
<span style="float: right;margin-right: 30px;cursor: pointer;" |
|
|
|
|
*ngIf="planMode==4&&pattern == 'edit'" (click)='zdyDw()'>自定义</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="unitbody" *ngFor="let element of itemunit.body;let elei=index" style=" height: 100%; |
|
|
|
|
width: 100%; |
|
|
|
@ -738,10 +675,14 @@
|
|
|
|
|
line-height: 40px; |
|
|
|
|
color: #ffffff;">{{element.surveyName}}</span> |
|
|
|
|
<!-- <img src="../../../assets/images/deletered.png" > --> |
|
|
|
|
<img src="../../../assets/images/delyello.png" *ngIf="haveNew!=undefined&&pattern == 'edit'"> |
|
|
|
|
<img src="../../../assets/images/updatabai.png" (click)='addBuildingmb(element)' *ngIf="planMode==4&&pattern == 'edit'&&(element.surveyName=='建筑信息'||element.surveyName=='消防设施')"> |
|
|
|
|
<img src="../../../assets/images/delyello.png" |
|
|
|
|
*ngIf="haveNew!=undefined&&pattern == 'edit'"> |
|
|
|
|
<img src="../../../assets/images/updatabai.png" |
|
|
|
|
(click)='addBuildingmb(element)' |
|
|
|
|
*ngIf="planMode==4&&pattern == 'edit'&&(element.surveyName=='建筑信息'||element.surveyName=='消防设施')"> |
|
|
|
|
<img src="../../../assets/images/addbai.png" |
|
|
|
|
(click)='unitadd(element.surveyName,uniti,elei)' *ngIf="pattern == 'edit'"> |
|
|
|
|
(click)='unitadd(element.surveyName,uniti,elei)' |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="body"> |
|
|
|
@ -757,7 +698,8 @@
|
|
|
|
|
height: 40px; |
|
|
|
|
line-height: 40px; |
|
|
|
|
color: #b99a00;">{{attack.head}}</span> |
|
|
|
|
<img src="../../../assets/images/deleteblue.png" *ngIf="pattern == 'edit'" |
|
|
|
|
<img src="../../../assets/images/deleteblue.png" |
|
|
|
|
*ngIf="pattern == 'edit'" |
|
|
|
|
(click)='unitDel(element.surveyName,uniti,attacki)'> |
|
|
|
|
<img src="../../../assets/images/add.png" |
|
|
|
|
*ngIf="pattern == 'edit'" |
|
|
|
@ -777,7 +719,8 @@
|
|
|
|
|
height: 40px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
text-align: center;" |
|
|
|
|
*ngFor="let itemth of attack.tableth;let tablethi=index;TrackBy:trackByFn">{{attack.tableth[tablethi]}}</th> |
|
|
|
|
*ngFor="let itemth of attack.tableth;let tablethi=index;TrackBy:trackByFn"> |
|
|
|
|
{{attack.tableth[tablethi]}}</th> |
|
|
|
|
</thead> |
|
|
|
|
<tbody *ngIf="pattern == 'edit'"> |
|
|
|
|
<tr *ngFor="let itemtr of attack.tabletr"> |
|
|
|
@ -803,35 +746,48 @@
|
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<!-- 单位和建筑信息 --> |
|
|
|
|
<div class="building" *ngIf="element.surveyName=='单位基本信息'||element.surveyName=='建筑信息'"> |
|
|
|
|
<div class="building" |
|
|
|
|
*ngIf="element.surveyName=='单位基本信息'||element.surveyName=='建筑信息'"> |
|
|
|
|
<div *ngFor="let info of element.attinf;let infoi=index"> |
|
|
|
|
<div *ngIf="info.completed&&pattern != 'look'" class="onetext"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 30%;background-color: #F9F9F9;text-align: center;" [(ngModel)]="info.propertyName" *ngIf="pattern == 'edit'" [readonly]='info.zdy==undefined'> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 40%;background-color: #FFFFFF;" [(ngModel)]="info.propertyValue" *ngIf="pattern == 'edit'"> |
|
|
|
|
<!-- <input type="text" style="width: 30%;background-color: #FFFFFF;color: #999;" [(ngModel)]="info.olddata" *ngIf="pattern == 'edit'&&oldData" readonly> --> |
|
|
|
|
<!-- <span style="width: 30%;background-color: #FFFFFF;color: #999;" *ngIf="pattern == 'edit'&&oldData">{{info.olddata||'无原数据'}}</span> --> |
|
|
|
|
<input type="text" style="width: 27%;background-color: #FFFFFF;color: #999;" *ngIf="pattern == 'edit'&&oldData" [value]="info.olddata||'无原数据'" readonly> |
|
|
|
|
<img style="float: right;" src="../../../assets/images/deletered.png" *ngIf="pattern == 'edit'&&info.zdy" (click)='unitDel(element.surveyName,uniti,infoi)'> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 30%;background-color: #F9F9F9;text-align: center;" |
|
|
|
|
[(ngModel)]="info.propertyName" *ngIf="pattern == 'edit'" |
|
|
|
|
[readonly]='info.zdy==undefined'> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 40%;background-color: #FFFFFF;" |
|
|
|
|
[(ngModel)]="info.propertyValue" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" |
|
|
|
|
style="width: 27%;background-color: #FFFFFF;color: #999;" |
|
|
|
|
*ngIf="pattern == 'edit'&&oldData" |
|
|
|
|
[value]="info.olddata||'无原数据'" readonly> |
|
|
|
|
<img style="float: right;" |
|
|
|
|
src="../../../assets/images/deletered.png" |
|
|
|
|
*ngIf="pattern == 'edit'&&info.zdy" |
|
|
|
|
(click)='unitDel(element.surveyName,uniti,infoi)'> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<table *ngIf="pattern == 'look'" style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<table *ngIf="pattern == 'look'" |
|
|
|
|
style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<tr *ngFor="let info of element.attinf;let infoi=index"> |
|
|
|
|
<th style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
|
width: 30%; |
|
|
|
|
font-size: 16px; |
|
|
|
|
text-align: center;" *ngIf="info.completed"><span>{{info.propertyName}}</span></th> |
|
|
|
|
text-align: center;" *ngIf="info.completed"> |
|
|
|
|
<span>{{info.propertyName}}</span> |
|
|
|
|
</th> |
|
|
|
|
<td style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
|
width: 70%; |
|
|
|
|
font-size: 16px; |
|
|
|
|
text-align: center;"*ngIf="info.completed"><span>{{info.propertyValue}}</span> </td> |
|
|
|
|
text-align: center;" *ngIf="info.completed"> |
|
|
|
|
<span>{{info.propertyValue}}</span> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
@ -843,36 +799,59 @@
|
|
|
|
|
width: 100%; |
|
|
|
|
background-color: #FFFBE8; |
|
|
|
|
text-align: center;"> |
|
|
|
|
<input type="text" placeholder="请输入内容" [(ngModel)]="attack.name" [readonly]='attack.zdy==undefined' *ngIf="pattern == 'edit'"> |
|
|
|
|
<span style=" margin-left: 20px;font-size: 16px;color: #b99a00;opacity: 1;height: 40px;line-height: 40px;" *ngIf="pattern != 'edit'">{{attack.name}}</span> |
|
|
|
|
<img src="../../../assets/images/delyello.png" *ngIf="pattern == 'edit'" |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
[(ngModel)]="attack.name" |
|
|
|
|
[readonly]='attack.zdy==undefined' |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
<span |
|
|
|
|
style=" margin-left: 20px;font-size: 16px;color: #b99a00;opacity: 1;height: 40px;line-height: 40px;" |
|
|
|
|
*ngIf="pattern != 'edit'">{{attack.name}}</span> |
|
|
|
|
<img src="../../../assets/images/delyello.png" |
|
|
|
|
*ngIf="pattern == 'edit'" |
|
|
|
|
(click)='unitDel(element.surveyName,uniti,attacki)'> |
|
|
|
|
<img src="../../../assets/images/addyello.png" |
|
|
|
|
*ngIf="pattern == 'edit'" |
|
|
|
|
(click)='unitadd(element.surveyName,uniti,attacki,0)'><!-- &&attack.zdy!=undefined --> |
|
|
|
|
<img src="../../../assets/images/updateyello.png" (click)='fileAdd(attack.facilityItems,attacki,attack.name)' *ngIf="pattern == 'edit'&&attack.zdy==undefined"> |
|
|
|
|
<img src="../../../assets/images/updateyello.png" |
|
|
|
|
(click)='fileAdd(attack.facilityItems,attacki,attack.name)' |
|
|
|
|
*ngIf="pattern == 'edit'&&attack.zdy==undefined"> |
|
|
|
|
</div> |
|
|
|
|
<div class="fileBody"> |
|
|
|
|
<div *ngFor="let info of attack.facilityItems;let filenum=index"> |
|
|
|
|
<div *ngIf="info.completed&&pattern != 'look'" class="onetext"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 40%;background-color: #F9F9F9;text-align: center;" [(ngModel)]="info.name" *ngIf="pattern == 'edit'" [readonly]='info.zdy==undefined'> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 57%;background-color: #FFFFFF;" [(ngModel)]="info.value" *ngIf="pattern == 'edit'"> |
|
|
|
|
<img src="../../../assets/images/deletered.png" *ngIf="pattern == 'edit'&&info.zdy" (click)='unitDel(element.surveyName,uniti,attacki,filenum)'> |
|
|
|
|
<div |
|
|
|
|
*ngFor="let info of attack.facilityItems;let filenum=index"> |
|
|
|
|
<div *ngIf="info.completed&&pattern != 'look'" |
|
|
|
|
class="onetext"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 40%;background-color: #F9F9F9;text-align: center;" |
|
|
|
|
[(ngModel)]="info.name" |
|
|
|
|
*ngIf="pattern == 'edit'" |
|
|
|
|
[readonly]='info.zdy==undefined'> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 57%;background-color: #FFFFFF;" |
|
|
|
|
[(ngModel)]="info.value" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
<img src="../../../assets/images/deletered.png" |
|
|
|
|
*ngIf="pattern == 'edit'&&info.zdy" |
|
|
|
|
(click)='unitDel(element.surveyName,uniti,attacki,filenum)'> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<table *ngIf="pattern == 'look'" style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<tr *ngFor="let info of attack.facilityItems;let filenum=index"> |
|
|
|
|
<table *ngIf="pattern == 'look'" |
|
|
|
|
style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<tr |
|
|
|
|
*ngFor="let info of attack.facilityItems;let filenum=index"> |
|
|
|
|
<th style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
|
width: 40%; |
|
|
|
|
font-size: 16px; |
|
|
|
|
text-align: center;" *ngIf="info.completed">{{info.name}}</th> |
|
|
|
|
text-align: center;" *ngIf="info.completed"> |
|
|
|
|
{{info.name}}</th> |
|
|
|
|
<td style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
|
width: 60%; |
|
|
|
|
font-size: 16px; |
|
|
|
|
text-align: center;" *ngIf="info.completed">{{info.value}}</td> |
|
|
|
|
text-align: center;" *ngIf="info.completed"> |
|
|
|
|
{{info.value}}</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
@ -884,15 +863,25 @@
|
|
|
|
|
<!-- 四周毗邻 --> |
|
|
|
|
<div *ngIf="element.surveyName=='四周毗邻'"> |
|
|
|
|
<div class="fouradj" *ngIf="pattern != 'look'"> |
|
|
|
|
<div class="fourTexttwo" *ngFor="let info of element.attinf;let infoi=index"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 30%;background-color: #F9F9F9;text-align: center;" [(ngModel)]="info.name" *ngIf="pattern == 'edit'" [readonly]='info.zdy==undefined'> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 65%;background-color: #FFFFFF;" [(ngModel)]="info.value" *ngIf="pattern == 'edit'"> |
|
|
|
|
<img style="position: relative;bottom: 30px;left: 347px;" src="../../../assets/images/deletered.png" (click)='unitDel(element.surveyName,uniti,infoi)' *ngIf="pattern == 'edit'&&info.zdy"> |
|
|
|
|
<div class="fourTexttwo" |
|
|
|
|
*ngFor="let info of element.attinf;let infoi=index"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 30%;background-color: #F9F9F9;text-align: center;" |
|
|
|
|
[(ngModel)]="info.name" *ngIf="pattern == 'edit'" |
|
|
|
|
[readonly]='info.zdy==undefined'> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 65%;background-color: #FFFFFF;" |
|
|
|
|
[(ngModel)]="info.value" *ngIf="pattern == 'edit'"> |
|
|
|
|
<img style="position: relative;bottom: 30px;left: 347px;" |
|
|
|
|
src="../../../assets/images/deletered.png" |
|
|
|
|
(click)='unitDel(element.surveyName,uniti,infoi)' |
|
|
|
|
*ngIf="pattern == 'edit'&&info.zdy"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<table *ngIf="pattern == 'look'" style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<table *ngIf="pattern == 'look'" |
|
|
|
|
style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<tr *ngFor="let info of element.attinf;let infoi=index"> |
|
|
|
|
<th style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
@ -910,15 +899,23 @@
|
|
|
|
|
<!-- 功能分区 --> |
|
|
|
|
<div *ngIf="element.surveyName=='功能分区'"> |
|
|
|
|
<div class="fouradj" *ngIf="pattern != 'look'"> |
|
|
|
|
<div class="onetext" *ngFor="let info of element.attinf;let infoi=index"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 30%;background-color: #F9F9F9;text-align: center;" [(ngModel)]="info.name" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 67%;background-color: #FFFFFF;" [(ngModel)]="info.value" *ngIf="pattern == 'edit'"> |
|
|
|
|
<img src="../../../assets/images/deletered.png" (click)='unitDel(element.surveyName,uniti,infoi)' *ngIf="pattern == 'edit'"> |
|
|
|
|
<div class="onetext" |
|
|
|
|
*ngFor="let info of element.attinf;let infoi=index"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 30%;background-color: #F9F9F9;text-align: center;" |
|
|
|
|
[(ngModel)]="info.name" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 67%;background-color: #FFFFFF;" |
|
|
|
|
[(ngModel)]="info.value" *ngIf="pattern == 'edit'"> |
|
|
|
|
<img src="../../../assets/images/deletered.png" |
|
|
|
|
(click)='unitDel(element.surveyName,uniti,infoi)' |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<table *ngIf="pattern == 'look'" style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<table *ngIf="pattern == 'look'" |
|
|
|
|
style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<tr *ngFor="let info of element.attinf;let infoi=index"> |
|
|
|
|
<th style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
@ -940,47 +937,82 @@
|
|
|
|
|
height: 40px; |
|
|
|
|
background-color: #FFFBE8; |
|
|
|
|
text-align: center;"> |
|
|
|
|
<input type="text" placeholder="请输入内容" [(ngModel)]="parts.heafName" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
[(ngModel)]="parts.heafName" *ngIf="pattern == 'edit'"> |
|
|
|
|
<!-- <textarea [(ngModel)]="parts.heafName" *ngIf="pattern == 'look'" style="width: 100%;height: 100%;color: #b99a00;" disabled></textarea> --> |
|
|
|
|
<span style="font-size: 16px; |
|
|
|
|
text-align: center; |
|
|
|
|
height: 40px; |
|
|
|
|
line-height: 40px; |
|
|
|
|
color: #b99a00;" *ngIf="pattern == 'look'">{{parts.heafName}}</span> |
|
|
|
|
<img src="../../../assets/images/deletered.png" (click)='unitDel(element.surveyName,uniti,infoi)' *ngIf="pattern == 'edit'"> |
|
|
|
|
color: #b99a00;" |
|
|
|
|
*ngIf="pattern == 'look'">{{parts.heafName}}</span> |
|
|
|
|
<img src="../../../assets/images/deletered.png" |
|
|
|
|
(click)='unitDel(element.surveyName,uniti,infoi)' |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
</div> |
|
|
|
|
<div class="partsBody" *ngIf="pattern!='look'"> |
|
|
|
|
<div class="duohang"> |
|
|
|
|
<div class="duohangHalf"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 40%;background-color: #F9F9F9;text-align: center;" [(ngModel)]="parts.body[0].name" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 60%;background-color: #FFFFFF;" [(ngModel)]="parts.body[0].value" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 40%;background-color: #F9F9F9;text-align: center;" |
|
|
|
|
[(ngModel)]="parts.body[0].name" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 60%;background-color: #FFFFFF;" |
|
|
|
|
[(ngModel)]="parts.body[0].value" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="duohangHalf"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 40%;background-color: #F9F9F9;text-align: center;"[(ngModel)]="parts.body[1].name" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 60%;background-color: #FFFFFF;" [(ngModel)]="parts.body[1].value" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 40%;background-color: #F9F9F9;text-align: center;" |
|
|
|
|
[(ngModel)]="parts.body[1].name" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 60%;background-color: #FFFFFF;" |
|
|
|
|
[(ngModel)]="parts.body[1].value" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="duohang"> |
|
|
|
|
<div class="duohangHalf"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 40%;background-color: #F9F9F9;text-align: center;" [(ngModel)]="parts.body[2].name" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 60%;background-color: #FFFFFF;" [(ngModel)]="parts.body[2].value" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 40%;background-color: #F9F9F9;text-align: center;" |
|
|
|
|
[(ngModel)]="parts.body[2].name" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 60%;background-color: #FFFFFF;" |
|
|
|
|
[(ngModel)]="parts.body[2].value" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="duohangHalf"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 40%;background-color: #F9F9F9;text-align: center;" [(ngModel)]="parts.body[3].name" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 60%;background-color: #FFFFFF;" [(ngModel)]="parts.body[3].value" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 40%;background-color: #F9F9F9;text-align: center;" |
|
|
|
|
[(ngModel)]="parts.body[3].name" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 60%;background-color: #FFFFFF;" |
|
|
|
|
[(ngModel)]="parts.body[3].value" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="danhang"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 40%;background-color: #F9F9F9;text-align: center;" [(ngModel)]="parts.body[4].name" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 60%;background-color: #FFFFFF;" [(ngModel)]="parts.body[4].value" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 40%;background-color: #F9F9F9;text-align: center;" |
|
|
|
|
[(ngModel)]="parts.body[4].name" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 60%;background-color: #FFFFFF;" |
|
|
|
|
[(ngModel)]="parts.body[4].value" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<table *ngIf="pattern == 'look'" style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<table *ngIf="pattern == 'look'" |
|
|
|
|
style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<tr *ngFor="let partsbody of parts.body"> |
|
|
|
|
<th style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
@ -1007,7 +1039,8 @@
|
|
|
|
|
<div class="centerBox" |
|
|
|
|
*ngIf="element.surveyName!='单位基本信息'&&element.surveyName!='建筑信息'&&element.surveyName!='四周毗邻'&&element.surveyName!='消防设施'&&element.surveyName!='进攻通道'&&element.surveyName!='重点部位'&&element.surveyName!='功能分区'"> |
|
|
|
|
|
|
|
|
|
<div class="boxBody" *ngFor="let element of element.attinf;let i=index" style="height: 100%; |
|
|
|
|
<div class="boxBody" *ngFor="let element of element.attinf;let i=index" |
|
|
|
|
style="height: 100%; |
|
|
|
|
width: 100%; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column;"> |
|
|
|
@ -1020,18 +1053,22 @@
|
|
|
|
|
height: 40px; |
|
|
|
|
line-height: 40px; |
|
|
|
|
color: #b99a00;">{{element.headName}}</span> |
|
|
|
|
<img src="../../../assets/images/delyello.png" *ngIf="pattern == 'edit'" |
|
|
|
|
(click)='delTd(key,i)'> |
|
|
|
|
<img src="../../../assets/images/updateyello.png" *ngIf="(element.level==1||element.level==2)&&pattern == 'edit'" |
|
|
|
|
<img src="../../../assets/images/delyello.png" |
|
|
|
|
*ngIf="pattern == 'edit'" (click)='delTd(key,i)'> |
|
|
|
|
<img src="../../../assets/images/updateyello.png" |
|
|
|
|
*ngIf="(element.level==1||element.level==2)&&pattern == 'edit'" |
|
|
|
|
(click)='updataHl(key,uniti,elei,i)'> |
|
|
|
|
<img src="../../../assets/images/addyello.png" *ngIf="element.level==1&&pattern == 'edit'" |
|
|
|
|
<img src="../../../assets/images/addyello.png" |
|
|
|
|
*ngIf="element.level==1&&pattern == 'edit'" |
|
|
|
|
(click)='unitNewadd(key,uniti,elei,i)'> |
|
|
|
|
</div> |
|
|
|
|
<div class="body"> |
|
|
|
|
<!--表格类型--> |
|
|
|
|
<table *ngIf="element.level==1" style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<table *ngIf="element.level==1" |
|
|
|
|
style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<thead *ngIf="pattern == 'edit'"> |
|
|
|
|
<th *ngFor="let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn" style="border: 1px solid #999; |
|
|
|
|
<th *ngFor="let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn" |
|
|
|
|
style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
text-align: center;"> |
|
|
|
@ -1040,7 +1077,8 @@
|
|
|
|
|
</th> |
|
|
|
|
</thead> |
|
|
|
|
<thead *ngIf="pattern == 'look'"> |
|
|
|
|
<th *ngFor="let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn" style="border: 1px solid #999; |
|
|
|
|
<th *ngFor="let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn" |
|
|
|
|
style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
text-align: center;"> |
|
|
|
@ -1049,19 +1087,22 @@
|
|
|
|
|
</th> |
|
|
|
|
</thead> |
|
|
|
|
<tbody *ngIf="pattern == 'edit'"> |
|
|
|
|
<tr *ngFor="let itemtr of element.tabletr;let tri=index"> |
|
|
|
|
<tr |
|
|
|
|
*ngFor="let itemtr of element.tabletr;let tri=index"> |
|
|
|
|
<td |
|
|
|
|
*ngFor="let itemtd of itemtr.tabletd;let tabletdi=index;TrackBy:trackByFn"> |
|
|
|
|
<input type="text" placeholder="请输入" |
|
|
|
|
[(ngModel)]="itemtr.tabletd[tabletdi]"> |
|
|
|
|
|
|
|
|
|
</td> |
|
|
|
|
<img src="../../../assets/images/deletered.png" (click)='delTd(key,uniti,elei,i,tri)'> |
|
|
|
|
<img src="../../../assets/images/deletered.png" |
|
|
|
|
(click)='delTd(key,uniti,elei,i,tri)'> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
<tbody *ngIf="pattern == 'look'"> |
|
|
|
|
<tr *ngFor="let itemtr of element.tabletr"> |
|
|
|
|
<td *ngFor="let itemtd of itemtr.tabletd;let tabletdi=index;TrackBy:trackByFn" style="border: 1px solid #999; |
|
|
|
|
<td *ngFor="let itemtd of itemtr.tabletd;let tabletdi=index;TrackBy:trackByFn" |
|
|
|
|
style="border: 1px solid #999; |
|
|
|
|
height: 40px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
text-align: center;"> |
|
|
|
@ -1071,9 +1112,12 @@
|
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<!--文本区域--> |
|
|
|
|
<textarea style="width: 99%;height: 100px;" *ngIf="element.level==3&&pattern == 'edit'" |
|
|
|
|
<textarea style="width: 99%;height: 100px;" |
|
|
|
|
*ngIf="element.level==3&&pattern == 'edit'" |
|
|
|
|
[(ngModel)]="element.tableth"></textarea> |
|
|
|
|
<div style="height: 100px;width: 98%; border: 1px solid #000000;" *ngIf="element.level==3&&pattern == 'look'">{{element.tableth||''}}</div> |
|
|
|
|
<div style="height: 100px;width: 98%; border: 1px solid #000000;" |
|
|
|
|
*ngIf="element.level==3&&pattern == 'look'"> |
|
|
|
|
{{element.tableth||''}}</div> |
|
|
|
|
<!--输入框--> |
|
|
|
|
<div class="inputtext" *ngIf="element.level==2"> |
|
|
|
|
<div class="inputj" style="height: 100%;width: 100%;" |
|
|
|
@ -1082,16 +1126,20 @@
|
|
|
|
|
*ngFor="let itemthj of element.tableth[tablethi];let tablethj=index;TrackBy:trackByFn"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="background-color: #E8E9E9;width: 25%;text-align: center;" |
|
|
|
|
[(ngModel)]="itemthj.head" *ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" style="width: 75%;" |
|
|
|
|
[(ngModel)]="itemthj.body" *ngIf="pattern == 'edit'"> |
|
|
|
|
[(ngModel)]="itemthj.head" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
<input type="text" placeholder="请输入内容" |
|
|
|
|
style="width: 75%;" [(ngModel)]="itemthj.body" |
|
|
|
|
*ngIf="pattern == 'edit'"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<table *ngIf="pattern == 'look'" style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<tr *ngFor="let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn"> |
|
|
|
|
<table *ngIf="pattern == 'look'" |
|
|
|
|
style="width: 100%;border-collapse: collapse;"> |
|
|
|
|
<tr |
|
|
|
|
*ngFor="let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn"> |
|
|
|
|
<td style="border: 1px solid #999; |
|
|
|
|
height: 40px;width: 30%; |
|
|
|
|
font-size: 16px; |
|
|
|
@ -1118,19 +1166,23 @@
|
|
|
|
|
<div class="keyImgImg"> |
|
|
|
|
<div style="margin-top: 10px; |
|
|
|
|
text-align: center; |
|
|
|
|
position: relative;" class="imgbox" *ngFor="let imgUrl of element.tableth.json;let imgkey = index"> |
|
|
|
|
<mat-icon *ngIf="pattern == 'edit'" class="deleteImg" |
|
|
|
|
position: relative;" class="imgbox" |
|
|
|
|
*ngFor="let imgUrl of element.tableth.json;let imgkey = index"> |
|
|
|
|
<mat-icon *ngIf="pattern == 'edit'" |
|
|
|
|
class="deleteImg" |
|
|
|
|
(click)="deleteImgItem(element.tableth.json,imgkey)">delete |
|
|
|
|
</mat-icon> |
|
|
|
|
<img style="max-width: 100%; |
|
|
|
|
width: auto; |
|
|
|
|
height: auto;" [src]="imgUrl" alt=""> |
|
|
|
|
</div> |
|
|
|
|
<div class="uploadBtn" *ngIf="pattern == 'edit'&&element.tableth.json.length<=0"> |
|
|
|
|
<div class="uploadBtn" |
|
|
|
|
*ngIf="pattern == 'edit'&&element.tableth.json.length<=0"> |
|
|
|
|
<button mat-stroked-button> |
|
|
|
|
<mat-icon>add</mat-icon>上传图片 |
|
|
|
|
</button> |
|
|
|
|
<input (change)="filechange($event,element)" type="file" name="" id=""> |
|
|
|
|
<input (change)="filechange($event,element)" |
|
|
|
|
type="file" name="" id=""> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|