@@ -681,6 +681,10 @@
[nzLoading]="yLoading">
<nz-option nzLabel="{{data.name}}" nzValue="{{data.id}}" *ngFor="let data of checkoutData"></nz-option>
</nz-select>
+ <!-- 是否必填交接人信息 -->
+ <div class="turnoff">
+ <label nz-checkbox [(ngModel)]="carryingCourses[indexs].handoverSwitch">是否必填交接人信息</label>
+ </div>
<!-- 静配自动建单 -->
<div class="turnoff" *ngIf="currentChoice.associationType.value == 'jPBag'&&indexs==0">
<label nz-checkbox [(ngModel)]="bagOrderSwitch">根据对接数据自动建单</label>