|
@@ -50,7 +50,7 @@
|
50
|
50
|
</div>
|
51
|
51
|
|
52
|
52
|
<div class="display_flex align-items_center mb8">
|
53
|
|
- <nz-form-label class="label" nzRequired>特定科室无需填写回收数量</nz-form-label>
|
|
53
|
+ <nz-form-label class="label">特定科室无需填写回收数量</nz-form-label>
|
54
|
54
|
<nz-select nzMode="multiple" class="w320px" [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch nzAllowClear nzPlaceHolder="请选择" (nzOnSearch)="changeDept($event)" [(ngModel)]="noFillInQuantityIds">
|
55
|
55
|
<ng-container *ngFor="let data of clothingDepts">
|
56
|
56
|
<nz-option *ngIf="!isLoading" [nzLabel]="data.dept" nzValue="{{data.id}}"></nz-option>
|