20 changed files with 1324 additions and 77 deletions
@ -1,8 +1,188 @@
|
||||
<div class="box"> |
||||
<div class="listbox"> |
||||
|
||||
<div class="topbox"> |
||||
<div class="add"> |
||||
<div> |
||||
<mat-slide-toggle color="primary" (change)='slideChange($event)' checked labelPosition='before'>列表过滤</mat-slide-toggle> |
||||
</div> |
||||
<div> |
||||
<button style="width: 68px;" mat-flat-button color="primary">新增</button> |
||||
</div> |
||||
</div> |
||||
<div class="searchbox" *ngIf="isCheckedOfSearchDiv"> |
||||
<div class="inputbox"> |
||||
<span> |
||||
关键字: |
||||
</span> |
||||
<input type="text" placeholder="请输入名称/类别" [(ngModel)]="searchForm.name"/> |
||||
</div> |
||||
<div class="inputbox"> |
||||
<span> |
||||
完整度: |
||||
</span> |
||||
<select [(ngModel)]="searchForm.integrityNum" [ngClass]="{'gray': searchForm.integrityNum == ''}"> |
||||
<option value='' selected disabled style='display:none;'>请选择</option> |
||||
<option *ngFor="let item of listIntegrityNum" [value]="item.id">{{item.name}}</option> |
||||
</select> |
||||
</div> |
||||
<div class="searchbtn"> |
||||
<button (click)="searchList()" style="width: 100%;" mat-flat-button color="primary"><mat-icon style="width: 20px;height: 20px;font-size: 20px;">search</mat-icon>搜索</button> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div style="height: 1px;width: 100%;background-color: #F2F4F6;"></div> |
||||
<div class="contantbox"> |
||||
<div class="title"> |
||||
<span>消防队</span> |
||||
<span>完整度</span> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="mapbox"> |
||||
|
||||
<div class="mapcheckbox"> |
||||
<mat-checkbox color="primary" *ngFor="let item of checkBoxList">{{item.name}}</mat-checkbox> |
||||
</div> |
||||
<div id="map" class="map"> |
||||
|
||||
</div> |
||||
<div class="detailsbox"> |
||||
<div class="tabsbox"> |
||||
<div class="tabs"> |
||||
<div (click)="clickTab(item.type)" *ngFor="let item of tabsList" [ngClass]="{'selectedBtn': selectedBtn == item.type}">{{item.name}}</div> |
||||
</div> |
||||
<div class="btnbox"> |
||||
<span class="save"><mat-icon>save</mat-icon>保存</span> |
||||
<span class="submitAudit"><mat-icon>open_in_browser</mat-icon>提交审核</span> |
||||
</div> |
||||
</div> |
||||
<div class="contant" *ngIf="selectedBtn == 0"> |
||||
<div class="总队"> |
||||
<p>基本信息</p> |
||||
<!-- <div class="总队,支队"> |
||||
<mat-grid-list cols="6" rowHeight="40px"> |
||||
<mat-grid-tile colspan='6' rowspan='1'> |
||||
<span> |
||||
<span style="color: red;">*</span> |
||||
队站名称: |
||||
</span> |
||||
<input type="text" style="width: 88.6%;"> |
||||
</mat-grid-tile> |
||||
|
||||
|
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
联系电话: |
||||
</span> |
||||
<input type="text"> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
传真: |
||||
</span> |
||||
<input type="text"> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
辖区面积: |
||||
</span> |
||||
<input type="text"> |
||||
</mat-grid-tile> |
||||
|
||||
|
||||
<mat-grid-tile colspan='6' rowspan='3'> |
||||
<span> |
||||
备注: |
||||
</span> |
||||
<textarea name="" id="" ></textarea> |
||||
</mat-grid-tile> |
||||
|
||||
</mat-grid-list> |
||||
</div> --> |
||||
<!-- <div class="大队,中队"> |
||||
<mat-grid-list cols="6" rowHeight="40px"> |
||||
<mat-grid-tile colspan='6' rowspan='1'> |
||||
<span> |
||||
<span style="color: red;">*</span> |
||||
队站名称: |
||||
</span> |
||||
<input type="text" style="width: 88.6%;"> |
||||
</mat-grid-tile> |
||||
|
||||
|
||||
<mat-grid-tile colspan='3' rowspan='1'> |
||||
<span> |
||||
值班电话: |
||||
</span> |
||||
<input style="width: 76%;" type="text"> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='3' rowspan='1'> |
||||
<span> |
||||
辖区面积: |
||||
</span> |
||||
<input style="width: 76%;" type="text"> |
||||
</mat-grid-tile> |
||||
|
||||
|
||||
<mat-grid-tile colspan='6' rowspan='3'> |
||||
<span> |
||||
备注: |
||||
</span> |
||||
<textarea name="" id="" ></textarea> |
||||
</mat-grid-tile> |
||||
|
||||
</mat-grid-list> |
||||
</div> --> |
||||
<div class="其他消防队伍"> |
||||
<mat-grid-list cols="6" rowHeight="40px"> |
||||
<mat-grid-tile colspan='3' rowspan='1'> |
||||
<span> |
||||
<span style="color: red;">*</span> |
||||
队伍类型: |
||||
</span> |
||||
<input type="text"> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='3' rowspan='1'> |
||||
<span> |
||||
<span style="color: red;">*</span> |
||||
队伍名称: |
||||
</span> |
||||
<input type="text"> |
||||
</mat-grid-tile> |
||||
|
||||
<mat-grid-tile colspan='3' rowspan='1'> |
||||
<span> |
||||
值班电话: |
||||
</span> |
||||
<input style="width: 76%;" type="text"> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='3' rowspan='1'> |
||||
<span> |
||||
辖区面积: |
||||
</span> |
||||
<input style="width: 76%;" type="text"> |
||||
</mat-grid-tile> |
||||
|
||||
|
||||
<mat-grid-tile colspan='6' rowspan='3'> |
||||
<span> |
||||
备注: |
||||
</span> |
||||
<textarea name="" id="" ></textarea> |
||||
</mat-grid-tile> |
||||
|
||||
</mat-grid-list> |
||||
</div> |
||||
<p>位置信息</p> |
||||
<p>人员数量</p> |
||||
<p>联系方式</p> |
||||
</div> |
||||
</div> |
||||
<div class="contant" *ngIf="selectedBtn == 1"> |
||||
车辆装备 |
||||
</div> |
||||
<div class="contant" *ngIf="selectedBtn == 2"> |
||||
相关资料 |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
@ -1,8 +1,232 @@
|
||||
<div class="box"> |
||||
<div class="box" style="width: 100%;height: 100%;overflow: hidden;"> |
||||
<div class="listbox"> |
||||
|
||||
<div class="topbox"> |
||||
<div class="add"> |
||||
<div> |
||||
<mat-slide-toggle color="primary" (change)='slideChange($event)' checked labelPosition='before'>列表过滤</mat-slide-toggle> |
||||
</div> |
||||
<div> |
||||
<button style="width: 68px;" mat-flat-button color="primary">新增</button> |
||||
</div> |
||||
</div> |
||||
<div class="searchbox" *ngIf="isCheckedOfSearchDiv"> |
||||
<div class="inputbox"> |
||||
<span> |
||||
关键字: |
||||
</span> |
||||
<input type="text" placeholder="请输入名称/编码/类别" [(ngModel)]="searchForm.name"/> |
||||
</div> |
||||
<div class="inputbox"> |
||||
<span> |
||||
完整度: |
||||
</span> |
||||
<select [(ngModel)]="searchForm.integrityNum" [ngClass]="{'gray': searchForm.integrityNum == ''}"> |
||||
<option value='' selected disabled style='display:none;'>请选择</option> |
||||
<option *ngFor="let item of listIntegrityNum" [value]="item.id">{{item.name}}</option> |
||||
</select> |
||||
</div> |
||||
<div class="searchbtn"> |
||||
<button (click)="searchList()" style="width: 100%;" mat-flat-button color="primary"><mat-icon style="width: 20px;height: 20px;font-size: 20px;">search</mat-icon>搜索</button> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div style="height: 1px;width: 100%;background-color: #F2F4F6;"></div> |
||||
<div class="contantbox"> |
||||
<div class="title"> |
||||
<span>消防队</span> |
||||
<span>完整度</span> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="mapbox"> |
||||
|
||||
<div class="mapcheckbox"> |
||||
<mat-checkbox color="primary" *ngFor="let item of checkBoxList">{{item.name}}</mat-checkbox> |
||||
</div> |
||||
<div id="map" class="map" style="overflow: hidden;"> |
||||
<div id="container"></div> |
||||
<div class="gistopbox hidden" [ngClass]="{'show': isGisTopBox}"> |
||||
<div class="inputBox"> |
||||
<span>搜索: </span> |
||||
<input name="position" [(ngModel)]="searchTitle" id="tipinput" class="positionInput" type="text" autocomplete="off"> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="detailsbox"> |
||||
<div class="tabsbox"> |
||||
<div class="tabs"> |
||||
<div class="selectedBtn">消火栓</div> |
||||
</div> |
||||
<div class="btnbox"> |
||||
<span class="save"><mat-icon>save</mat-icon>保存</span> |
||||
<span class="submitAudit"><mat-icon>open_in_browser</mat-icon>提交审核</span> |
||||
</div> |
||||
</div> |
||||
<div class="contant" > |
||||
|
||||
<p>基本信息</p> |
||||
<mat-grid-list cols="6" rowHeight="40px"> |
||||
<mat-grid-tile colspan='6' rowspan='1'> |
||||
<span> |
||||
<span style="color: red;">*</span> |
||||
名称: |
||||
</span> |
||||
<input type="text" style="width: 88.6%;"> |
||||
</mat-grid-tile> |
||||
|
||||
|
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
行政区: |
||||
</span> |
||||
<input type="text"> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
水源归属: |
||||
</span> |
||||
<select> |
||||
<option value="0">市政</option> |
||||
<option value="1">单位(小区)</option> |
||||
</select> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
所属单位(小区): |
||||
</span> |
||||
<input type="text"> |
||||
</mat-grid-tile> |
||||
</mat-grid-list> |
||||
<p>位置信息</p> |
||||
<mat-grid-list cols="6" rowHeight="40px"> |
||||
<mat-grid-tile colspan='3' rowspan='1'> |
||||
<span> |
||||
地址: |
||||
</span> |
||||
<input type="text" style="width:76%;"> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='3' rowspan='1'> |
||||
<span> |
||||
经度: |
||||
</span> |
||||
<input [(ngModel)]="positionLngLat.x" disabled type="text" style="width: 26%;margin-right: 6%;"> |
||||
<span> |
||||
纬度: |
||||
</span> |
||||
<input [(ngModel)]="positionLngLat.y" disabled type="text" style="width: 26%;margin-right: 6%;"> |
||||
<button (click)="setPosition()" style="width:85px;text-align: center;" mat-flat-button color="primary"> |
||||
<mat-icon style="width: 20px;height: 20px;font-size: 20px;">place</mat-icon>位置 |
||||
</button> |
||||
</mat-grid-tile> |
||||
|
||||
</mat-grid-list> |
||||
<p>详细信息</p> |
||||
<mat-grid-list cols="6" rowHeight="40px"> |
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
可用状态: |
||||
</span> |
||||
<select> |
||||
<option value="0">可用</option> |
||||
<option value="1">维护</option> |
||||
<option value="2">损坏</option> |
||||
</select> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
放置形式: |
||||
</span> |
||||
<select> |
||||
<option value="0">地上</option> |
||||
<option value="1">地下</option> |
||||
</select> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
管网状态: |
||||
</span> |
||||
<select> |
||||
<option value="0">枝状管网</option> |
||||
<option value="1">环状管网</option> |
||||
<option value="2">混合状管网</option> |
||||
<option value="3">其他</option> |
||||
</select> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
管网直径: |
||||
</span> |
||||
<select> |
||||
<option value="0">100</option> |
||||
<option value="1">150</option> |
||||
<option value="2">200</option> |
||||
<option value="3">300</option> |
||||
<option value="4">350</option> |
||||
<option value="5">400</option> |
||||
</select> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
管网压力类型: |
||||
</span> |
||||
<select> |
||||
<option value="0">高压管网</option> |
||||
<option value="1">临时高压管网</option> |
||||
<option value="2">低压管网</option> |
||||
</select> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
管网压力范围: |
||||
</span> |
||||
<input type="text"> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
接口形式: |
||||
</span> |
||||
<select> |
||||
<option value="0">内扣式</option> |
||||
<option value="1">卡式</option> |
||||
<option value="2">螺纹式</option> |
||||
</select> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
接口口径: |
||||
</span> |
||||
<select> |
||||
<option value="0">65</option> |
||||
<option value="1">80</option> |
||||
<option value="2">100</option> |
||||
<option value="3">150</option> |
||||
</select> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='2' rowspan='1'> |
||||
<span> |
||||
最大流量: |
||||
</span> |
||||
<input type="text"> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='3' rowspan='1'> |
||||
<span> |
||||
供水单位: |
||||
</span> |
||||
<input style="width: 74%;" type="text"> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='3' rowspan='1'> |
||||
<span> |
||||
联系方式: |
||||
</span> |
||||
<input style="width: 74%;" type="text"> |
||||
</mat-grid-tile> |
||||
<mat-grid-tile colspan='6' rowspan='2'> |
||||
<span> |
||||
备注: |
||||
</span> |
||||
<textarea style="height: 80%;" name="" id="" cols="30" rows="10"></textarea> |
||||
</mat-grid-tile> |
||||
</mat-grid-list> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
@ -0,0 +1,13 @@
|
||||
<form (ngSubmit)="onSubmit(form.value)" #form="ngForm" class="example-container"> |
||||
|
||||
<mat-form-field> |
||||
<input matInput id="name" name="name" type='text' |
||||
required ngModel #name="ngModel" placeholder="请输入下属机关名称"> |
||||
</mat-form-field> |
||||
|
||||
<div class="btn"> |
||||
<button type="submit" class="savebtn" mat-raised-button color="primary" [disabled]='form.invalid'>确定</button> |
||||
<button type="button" mat-button (click)="onNoClick()" mat-raised-button>取消</button> |
||||
</div> |
||||
|
||||
</form> |
@ -0,0 +1,13 @@
|
||||
<form (ngSubmit)="onSubmit(form.value)" #form="ngForm" class="example-container"> |
||||
|
||||
<mat-form-field> |
||||
<input matInput id="name" name="name" type='text' |
||||
required [(ngModel)]="officeName" placeholder="请输入下属机关名称"> |
||||
</mat-form-field> |
||||
|
||||
<div class="btn"> |
||||
<button type="submit" class="savebtn" mat-raised-button color="primary" [disabled]='form.invalid'>确定</button> |
||||
<button type="button" mat-button (click)="onNoClick()" mat-raised-button>取消</button> |
||||
</div> |
||||
|
||||
</form> |
Loading…
Reference in new issue