Browse Source

[完善]完善bug

tianjin
邵佳豪 1 year ago
parent
commit
1c6d26e8a9
  1. 19
      src/app/plan-management/entry-plan/entry-plan.component.html
  2. 6
      src/app/statistic-analysis/home/home.component.ts

19
src/app/plan-management/entry-plan/entry-plan.component.html

@ -103,24 +103,7 @@
</mat-select> </mat-select>
</mat-form-field> </mat-form-field>
</div> </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"> <div class="queryField">
<button mat-raised-button color="primary">查询</button> <button mat-raised-button color="primary">查询</button>
<button mat-raised-button style="margin-left: 25px;" type="button" (click)="reset()">重置</button> <button mat-raised-button style="margin-left: 25px;" type="button" (click)="reset()">重置</button>

6
src/app/statistic-analysis/home/home.component.ts

@ -452,9 +452,9 @@ export class HomeComponent implements OnInit {
"walden" "walden"
); );
this.planState.setOption(planStateOptionsZhi); this.planState.setOption(planStateOptionsZhi);
this.planState.on("click", (params) => { // this.planState.on("click", (params) => {
this.router.navigate(["/statisticanalysis/statePageOne"]); // this.router.navigate(["/statisticanalysis/statePageOne"]);
}); // });
} }
//新增、删除单位统计 //新增、删除单位统计

Loading…
Cancel
Save