seimin 1 рік тому
батько
коміт
e0ca68438f

+ 1 - 1
src/app/views/quilt-washing-get-page-control/quilt-washing-get-page-control.component.html

@@ -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>

+ 0 - 5
src/app/views/quilt-washing-get-page-control/quilt-washing-get-page-control.component.ts

@@ -140,11 +140,6 @@ export class QuiltWashingGetPageControlComponent implements OnInit {
140 140
       return;
141 141
     }
142 142
 
143
-    if(!this.noFillInQuantityIds.length){
144
-      this.msg.create("warning", "请先配置特定科室无需填写回收数量!");
145
-      return;
146
-    }
147
-
148 143
     let postData:any = {
149 144
       id: this.configs.id,
150 145
       taskType: this.clothingGetTypeId,