|
@@ -600,7 +600,8 @@
|
600
|
600
|
<input nz-input class="mb8 w100" [(ngModel)]="carryingCourses[indexs].name" placeholder="请选择科室名称" nzSize="" />
|
601
|
601
|
<nz-form-label class="label" nzRequired>默认科室</nz-form-label>
|
602
|
602
|
<nz-select class="mb8 w100" nzShowSearch nzAllowClear nzPlaceHolder="请选择默认科室"
|
603
|
|
- [(ngModel)]="departmentStrategy.id" (ngModelChange)="depa(departmentStrategy,'clear')">
|
|
603
|
+ [(ngModel)]="departmentStrategy.id" (ngModelChange)="depa(departmentStrategy,'clear')"
|
|
604
|
+ [nzLoading]="yLoading">
|
604
|
605
|
<nz-option nzLabel="{{data.name}}" nzValue="{{data.id}}" *ngFor="let data of departmentData"></nz-option>
|
605
|
606
|
</nz-select>
|
606
|
607
|
<div *ngIf="depaShow1">
|
|
@@ -645,7 +646,8 @@
|
645
|
646
|
</div>
|
646
|
647
|
|
647
|
648
|
<nz-form-label class="label" nzRequired>检验方式</nz-form-label>
|
648
|
|
- <nz-select class="mb8 w100" nzShowSearch nzAllowClear nzPlaceHolder="请选择检验方式" [(ngModel)]="checkoutMethod.id">
|
|
649
|
+ <nz-select class="mb8 w100" nzShowSearch nzAllowClear nzPlaceHolder="请选择检验方式" [(ngModel)]="checkoutMethod.id"
|
|
650
|
+ [nzLoading]="yLoading">
|
649
|
651
|
<nz-option nzLabel="{{data.name}}" nzValue="{{data.id}}" *ngFor="let data of checkoutData"></nz-option>
|
650
|
652
|
</nz-select>
|
651
|
653
|
<!-- 静配自动建单 -->
|