|
|
|
@ -31,7 +31,7 @@
|
|
|
|
|
<mat-option value="14">联动力量</mat-option> |
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<span style="margin-left: 100px;">编制级别:</span> |
|
|
|
|
<span class="bzjb">编制级别:</span> |
|
|
|
|
<mat-form-field> |
|
|
|
|
<mat-select name="preparelevel" placeholder='请选择编制级别' [(ngModel)]="PlanLevel"> |
|
|
|
|
<mat-option *ngFor="let item of preparelevels" [value]="item.value">{{item.name}}</mat-option> |
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
<mat-option value="16">文本预案</mat-option> |
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<button mat-raised-button color="primary" type="submit" style="margin-left: 100px;">查询</button> |
|
|
|
|
<button mat-raised-button color="primary" type="submit" class="find">查询</button> |
|
|
|
|
<button mat-raised-button color="primary" (click)='record()'><img src="../../../assets/images/refresh.png"> |
|
|
|
|
重置</button> |
|
|
|
|
</div> |
|
|
|
|