Browse Source

Merge branch 'master' into lmm

seimin 3 years ago
parent
commit
2d1ddd8ed7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/views/hushijiandan/hushijiandan.component.html

+ 1 - 1
src/app/views/hushijiandan/hushijiandan.component.html

@@ -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&&currentTasktype.associationType.value === 'inspect'&&linkCheckLisTrue)||(!isYyInspect&&currentTasktype.associationType.value === 'patientTransport')">直接建单</button>
937 937
       <button class="btn cancel" nz-button nzType="default" (click)="hidePatientOrder()">取消</button>
938 938
     </div>
939 939
   </div>