|
@@ -933,7 +933,7 @@
|
933
|
933
|
<button nz-button nzType="primary" [nzLoading]="btnLoading1" (click)="confirmPatient1('patient-zy-yuyue')"
|
934
|
934
|
*ngIf="currentTasktype.associationType.value === 'patientTransport'&&isYyInspect">预约建单</button>
|
935
|
935
|
<button nz-button nzType="default" [nzLoading]="btnLoading" (click)="confirmPatient()" class="orderThis"
|
936
|
|
- *ngIf="!isYyInspect">直接建单</button>
|
|
936
|
+ *ngIf="(!isYyInspect&¤tTasktype.associationType.value === 'inspect'&&linkCheckLisTrue)||(!isYyInspect&¤tTasktype.associationType.value === 'patientTransport')">直接建单</button>
|
937
|
937
|
<button class="btn cancel" nz-button nzType="default" (click)="hidePatientOrder()">取消</button>
|
938
|
938
|
</div>
|
939
|
939
|
</div>
|