Browse Source

隐藏标本配送是否数字交接开关

seimin 2 years ago
parent
commit
4ede9f6599

+ 1 - 1
src/app/views/task-type-management/task-type-management.component.html

@@ -229,7 +229,7 @@
229 229
             <label nz-radio nzValue='0'>否</label>
230 230
           </nz-radio-group>
231 231
         </div>
232
-        <div class="mb8 w100" *ngIf="association['id'] == 256 || association['id'] == 380">
232
+        <div class="mb8 w100" *ngIf="association['id'] == 380">
233 233
           <nz-form-label class="label" nzRequired>是否允许数字交接</nz-form-label>
234 234
           <nz-radio-group class="handlerType" [(ngModel)]="isDigitalHandover">
235 235
             <label nz-radio nzValue='1'>是</label>