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