|
|
|
@ -103,24 +103,7 @@
|
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField"> |
|
|
|
|
<label style="margin-right: 10px;">单位状态:</label> |
|
|
|
|
<mat-form-field> |
|
|
|
|
<mat-select placeholder='请选择单位状态' [(ngModel)]="IsNewCompanyData" name="IsNewCompanyData"> |
|
|
|
|
<mat-option value='true'>新增</mat-option> |
|
|
|
|
<mat-option value="false">维护更新</mat-option> |
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField"> |
|
|
|
|
<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"> |
|
|
|
|
<button mat-raised-button color="primary">查询</button> |
|
|
|
|
<button mat-raised-button style="margin-left: 25px;" type="button" (click)="reset()">重置</button> |
|
|
|
|