|
|
|
@ -19,16 +19,39 @@
|
|
|
|
|
<mat-option value="7">市级</mat-option> |
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<span *ngIf="padMore" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>更多筛选条件<img [src]='imgsrcopen'> </span> |
|
|
|
|
<span *ngIf="padput" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>收起<img [src]='imgsrcdown'> </span> |
|
|
|
|
<span *ngIf="padMore" style="margin-left: 20px; color: #0080FF;" (click)='padInfo()'>更多筛选条件<img [src]='imgsrcopen'> </span> |
|
|
|
|
<span *ngIf="padput" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>收起<img [src]='imgsrcdown'> </span> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField" *ngIf="!pcfind"> |
|
|
|
|
<button mat-raised-button color="primary">查询</button> |
|
|
|
|
<button mat-raised-button style="margin-left: 25px;" type="button" (click)="reset()">重置</button> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField" *ngIf="!padMore"> |
|
|
|
|
<label style="margin-right: 10px;">编制级别:</label> |
|
|
|
|
<mat-form-field> |
|
|
|
|
<mat-select name="preparelevel" placeholder='请选择编制级别' [(ngModel)]="projectlevel"> |
|
|
|
|
<!-- <mat-option value="1">总队</mat-option> |
|
|
|
|
<mat-option value="2">支队</mat-option> |
|
|
|
|
<mat-option value="4">大队</mat-option> |
|
|
|
|
<mat-option value="8">中队</mat-option> --> |
|
|
|
|
<mat-option *ngFor="let item of preparelevels" [value]="item.value">{{item.name}}</mat-option> |
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<mat-checkbox style="margin-left: 6px;" [(ngModel)]="plcheck" name="plcheck">包含下级</mat-checkbox> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField" *ngIf="!padMore"> |
|
|
|
|
<label style="margin-right: 10px;">添加人:</label> |
|
|
|
|
<mat-form-field class="example-full-width"> |
|
|
|
|
<input matInput placeholder="请输入添加人" name="addname" autocomplete="off" [(ngModel)]="addname"> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<span *ngIf="pcMore" style="margin-left: 15px; color: #0080FF; cursor: pointer;" (click)='pcInfo()'>更多筛选条件<img [src]='imgsrcopen'> </span> |
|
|
|
|
<span *ngIf="pcput" style="margin-left: 10px; color: #0080FF; cursor: pointer;" (click)='pcInfo()'>收起<img [src]='imgsrcdown'> </span> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField" *ngIf="!padMore"> |
|
|
|
|
<div class="queryField" *ngIf="pcfind" > |
|
|
|
|
<button mat-raised-button color="primary">查询</button> |
|
|
|
|
<button mat-raised-button style="margin-left: 25px;" type="button" (click)="reset()">重置</button> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField" *ngIf="!padMore&&!pcMore"> |
|
|
|
|
<label style="margin-right: 10px;">添加时间:</label> |
|
|
|
|
<mat-form-field class="example-full-width"> |
|
|
|
|
<input type="date" matInput name="addtime" autocomplete="off" [(ngModel)]="addtime"> |
|
|
|
@ -39,20 +62,17 @@
|
|
|
|
|
<mat-form-field class="example-full-width" style="margin-left: 10px;"> |
|
|
|
|
<input type="date" matInput name="endtime" autocomplete="off" [(ngModel)]="endtime"> |
|
|
|
|
</mat-form-field> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="queryField" *ngIf="!padMore"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="queryField" *ngIf="!padMore&&!pcMore"> |
|
|
|
|
<label style="margin-right: 10px;">预案类型:</label> |
|
|
|
|
<mat-form-field> |
|
|
|
|
<!-- <mat-select name="reservePlanType" [(ngModel)]="reservePlanType" placeholder='请选择预案类型' [multiple]="true"> |
|
|
|
|
<mat-option value="8">卡片预案</mat-option> |
|
|
|
|
<mat-option value="1">二维预案</mat-option> |
|
|
|
|
<mat-option value="2">三维预案</mat-option> |
|
|
|
|
<mat-option value="4">其他预案</mat-option> |
|
|
|
|
</mat-select> --> |
|
|
|
|
<input matInput placeholder="请输入预案类型" name="reservePlanType" autocomplete="off" [(ngModel)]="typePlan"> |
|
|
|
|
</mat-form-field> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField" *ngIf="!padMore"> |
|
|
|
|
<div class="queryField" *ngIf="!padMore&&!pcMore"> |
|
|
|
|
<label style="margin-right: 10px;">审核状态:</label> |
|
|
|
|
<mat-form-field> |
|
|
|
|
<mat-select name="toExamine" placeholder='请选择审核状态' [(ngModel)]="unitstate"> |
|
|
|
@ -63,25 +83,12 @@
|
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField" *ngIf="!padMore"> |
|
|
|
|
<label style="margin-right: 10px;">编制级别:</label> |
|
|
|
|
<mat-form-field> |
|
|
|
|
<mat-select name="preparelevel" placeholder='请选择编制级别' [(ngModel)]="projectlevel"> |
|
|
|
|
<!-- <mat-option value="1">总队</mat-option> |
|
|
|
|
<mat-option value="2">支队</mat-option> |
|
|
|
|
<mat-option value="4">大队</mat-option> |
|
|
|
|
<mat-option value="8">中队</mat-option> --> |
|
|
|
|
<mat-option *ngFor="let item of preparelevels" [value]="item.value">{{item.name}}</mat-option> |
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<mat-checkbox style="margin-left: 6px;" [(ngModel)]="plcheck" name="plcheck">包含下级</mat-checkbox> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="butclass" style="width: 100%;text-align: center;"> |
|
|
|
|
<!-- <div class="butclass" style="width: 100%;text-align: center;"> |
|
|
|
|
<button mat-raised-button color="primary" type="submit">查询</button> |
|
|
|
|
<button mat-raised-button style="margin-left: 25px;" type="button" (click)="reset()">重置</button> |
|
|
|
|
</div> |
|
|
|
|
</div> --> |
|
|
|
|
</form> |
|
|
|
|
</div> |
|
|
|
|
<mat-divider></mat-divider> |
|
|
|
|