|
@@ -139,7 +139,7 @@
|
139
|
139
|
</div> -->
|
140
|
140
|
<div class="mb8 w100" *ngIf="association['id'] == 255 || association['id'] == 260 || association['id'] == 256 || association['id'] == 259">
|
141
|
141
|
<nz-form-label class="label" nzRequired>是否需要备注信息</nz-form-label>
|
142
|
|
- <nz-radio-group class="handlerType" [(ngModel)]="isRemarks">
|
|
142
|
+ <nz-radio-group class="handlerType" [(ngModel)]="isRemarks" (ngModelChange)="isRemarksChange()">
|
143
|
143
|
<label nz-radio nzValue='1'>是</label>
|
144
|
144
|
<label nz-radio nzValue='0'>否</label>
|
145
|
145
|
</nz-radio-group>
|
|
@@ -242,7 +242,7 @@
|
242
|
242
|
</div>
|
243
|
243
|
<div nz-row *ngIf='association.id == 260 || association.id == 255'>
|
244
|
244
|
<nz-form-label class="label">携带设备</nz-form-label>
|
245
|
|
- <nz-checkbox-group class="handlerType" [(ngModel)]="carryEquipmentIds"></nz-checkbox-group>
|
|
245
|
+ <nz-checkbox-group class="handlerType" [nzDisabled]="isRemarks == 1" [(ngModel)]="carryEquipmentIds"></nz-checkbox-group>
|
246
|
246
|
</div>
|
247
|
247
|
</div>
|
248
|
248
|
<!-- 规则信息 -->
|