|
|
|
@ -18,8 +18,8 @@
|
|
|
|
|
</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: 10px; color: #0080FF;" (click)='padInfo()'>更多筛选条件<img [src]='imgsrcopen'style="width: 10px;height: 6px;margin:0 0 3px 2px;"> </span> |
|
|
|
|
<span *ngIf="padput" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>收起<img [src]='imgsrcdown'style="width: 10px;height: 6px;margin:0 0 3px 2px;"> </span> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField" *ngIf="!pcfind"> |
|
|
|
|
<button mat-raised-button color="primary">查询</button> |
|
|
|
@ -64,8 +64,8 @@
|
|
|
|
|
<mat-option value=4>其他预案</mat-option> |
|
|
|
|
</mat-select> |
|
|
|
|
</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> |
|
|
|
|
<span *ngIf="pcMore" style="margin-left: 15px; color: #0080FF; cursor: pointer;" (click)='pcInfo()'>更多筛选条件<img [src]='imgsrcopen'style="width: 10px;height: 6px;margin:0 0 3px 2px;"> </span> |
|
|
|
|
<span *ngIf="pcput" style="margin-left: 10px; color: #0080FF; cursor: pointer;" (click)='pcInfo()'>收起<img [src]='imgsrcdown'style="width: 10px;height: 6px;margin:0 0 3px 2px;"> </span> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField" *ngIf="pcfind" > |
|
|
|
|
<button mat-raised-button color="primary">查询</button> |
|
|
|
@ -125,16 +125,28 @@
|
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField" *ngIf="!padMore&&!pcMore"> |
|
|
|
|
<input type="radio" style="height: 16px;width: 16px;position: relative;top: 2px;" name="whgx" [value]='true' [(ngModel)]="IsNewData"> |
|
|
|
|
<label style="margin-right: 10px;margin-left: 2px;">新增</label> |
|
|
|
|
<input type="radio" style="height: 16px;width: 16px;position: relative;top: 2px;" name="whgx" [value]='false' [(ngModel)]="IsNewData"> |
|
|
|
|
<label style="margin-right: 10px;margin-left: 2px;">维护更新</label> |
|
|
|
|
<!-- <div class="queryField" *ngIf="!padMore&&!pcMore"> |
|
|
|
|
<label style="margin-right: 10px;">单位状态:</label> |
|
|
|
|
<mat-form-field> |
|
|
|
|
<mat-select placeholder='请选择单位状态' [(ngModel)]="IsNewData" name="IsNewData"> |
|
|
|
|
<mat-option value='true'>新增</mat-option> |
|
|
|
|
<mat-option value="false">维护更新</mat-option> |
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
</div> --> |
|
|
|
|
<div class="queryField" *ngIf="!padMore&&!pcMore"> |
|
|
|
|
<label style="margin-right: 10px;">预案状态:</label> |
|
|
|
|
<mat-form-field> |
|
|
|
|
<mat-select placeholder='请选择预案状态' [(ngModel)]="IsNewData" name="IsNewData"> |
|
|
|
|
<mat-option value='true'>新增</mat-option> |
|
|
|
|
<mat-option value="false">维护更新</mat-option> |
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
|
</div> |
|
|
|
|
<mat-divider></mat-divider> |
|
|
|
|
<!-- <mat-divider></mat-divider> --> |
|
|
|
|
<div class="body"> |
|
|
|
|
<div class="tablebox"> |
|
|
|
|
|
|
|
|
|