소스 검색

标本配送增加备注功能

seimin 3 년 전
부모
커밋
fd4c93d1ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/views/task-type-management/task-type-management.component.html

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

@@ -133,7 +133,7 @@
133 133
           </nz-radio-group>
134 134
         </div>
135 135
         <div class="mb8 w100"
136
-          *ngIf="!(association['id'] == 255||association['id'] == 256||association['id'] == 257||association['id'] == 258||association['id'] == 260||association['id'] == 380)">
136
+          *ngIf="!(association['id'] == 255||association['id'] == 257||association['id'] == 258||association['id'] == 260||association['id'] == 380)">
137 137
           <nz-form-label class="label" nzRequired>是否需要备注信息</nz-form-label>
138 138
           <nz-radio-group class="handlerType" [(ngModel)]="isRemarks">
139 139
             <label nz-radio nzValue='1'>是</label>