|
@@ -852,27 +852,36 @@
|
852
|
852
|
</div>
|
853
|
853
|
</ng-template>
|
854
|
854
|
<div class="tab borderB" nz-row style="padding: 4px 0">
|
855
|
|
- <div *ngIf="coopBtns.buildOrdersForOtherTasks" nz-col nzSpan="3" [ngClass]="{txtC: true, cur: true, checked: checkedTableType == 'other'}" (click)="checkTable('other')">
|
856
|
|
- <div class="text">其他任务建单</div>
|
857
|
|
- </div>
|
858
|
|
- <div *ngIf="coopBtns.suggestionBox" nz-col nzSpan="3" [ngClass]="{txtC: true, cur: true, checked: checkedTableType == 'advice'}" (click)="checkTable('advice')">
|
859
|
|
- <div class="text">意见箱</div>
|
860
|
|
- </div>
|
861
|
|
- <div *ngIf="coopBtns.inquiryOfHistoricalSpecimens" nz-col nzSpan="3" [ngClass]="{txtC: true, cur: true, checked: checkedTableType == 'historySpecimen'}" (click)="checkTable('historySpecimen')">
|
862
|
|
- <div class="text">历史标本查询</div>
|
863
|
|
- </div>
|
864
|
|
- <div *ngIf="coopBtns.historicalMedicineListInquiry" nz-col nzSpan="3" [ngClass]="{txtC: true, cur: true, checked: checkedTableType == 'historyDrugsbag'}" (click)="checkTable('historyDrugsbag')">
|
865
|
|
- <div class="text">历史药单查询</div>
|
866
|
|
- </div>
|
867
|
|
- <div *ngIf="coopBtns.quickReportForRepair && isShowBx" nz-col nzSpan="3" [ngClass]="{txtC: true, cur: true, checked: checkedTableType == 'kjbx'}" (click)="checkTable('kjbx')">
|
868
|
|
- <div class="text">快捷报修</div>
|
869
|
|
- </div>
|
870
|
|
- <div *ngIf="coopBtns.repairList && isShowBx" nz-col nzSpan="3" [ngClass]="{txtC: true, cur: true, checked: checkedTableType == 'bxlb'}" (click)="checkTable('bxlb')">
|
871
|
|
- <div class="text">
|
872
|
|
- 报修列表<strong class="red"> ({{processing}})</strong>
|
873
|
|
- </div>
|
|
855
|
+ <div nz-col nzSpan="21" class="h100p">
|
|
856
|
+ <overlay-scrollbars #osComponentRef11 nz-row class="h100p w100">
|
|
857
|
+ <div style="height: 100%; display: flex;">
|
|
858
|
+ <div *ngIf="coopBtns.buildOrdersForOtherTasks" nz-col nzSpan="3" [ngClass]="{txtC: true, cur: true, checked: checkedTableType == 'other'}" (click)="checkTable('other')">
|
|
859
|
+ <div class="text">其他任务建单</div>
|
|
860
|
+ </div>
|
|
861
|
+ <div *ngFor="let item of tabPermission" nz-col nzSpan="3" [ngClass]="{txtC: true, cur: true, checked: checkedTableType == 'other'}" (click)="checkTable('other')">
|
|
862
|
+ <div class="text">其他任务建单1</div>
|
|
863
|
+ </div>
|
|
864
|
+ <div *ngIf="coopBtns.suggestionBox" nz-col nzSpan="3" [ngClass]="{txtC: true, cur: true, checked: checkedTableType == 'advice'}" (click)="checkTable('advice')">
|
|
865
|
+ <div class="text">意见箱</div>
|
|
866
|
+ </div>
|
|
867
|
+ <div *ngIf="coopBtns.inquiryOfHistoricalSpecimens" nz-col nzSpan="3" [ngClass]="{txtC: true, cur: true, checked: checkedTableType == 'historySpecimen'}" (click)="checkTable('historySpecimen')">
|
|
868
|
+ <div class="text">历史标本查询</div>
|
|
869
|
+ </div>
|
|
870
|
+ <div *ngIf="coopBtns.historicalMedicineListInquiry" nz-col nzSpan="3" [ngClass]="{txtC: true, cur: true, checked: checkedTableType == 'historyDrugsbag'}" (click)="checkTable('historyDrugsbag')">
|
|
871
|
+ <div class="text">历史药单查询</div>
|
|
872
|
+ </div>
|
|
873
|
+ <div *ngIf="coopBtns.quickReportForRepair && isShowBx" nz-col nzSpan="3" [ngClass]="{txtC: true, cur: true, checked: checkedTableType == 'kjbx'}" (click)="checkTable('kjbx')">
|
|
874
|
+ <div class="text">快捷报修</div>
|
|
875
|
+ </div>
|
|
876
|
+ <div *ngIf="coopBtns.repairList && isShowBx" nz-col nzSpan="3" [ngClass]="{txtC: true, cur: true, checked: checkedTableType == 'bxlb'}" (click)="checkTable('bxlb')">
|
|
877
|
+ <div class="text">
|
|
878
|
+ 报修列表<strong class="red"> ({{processing}})</strong>
|
|
879
|
+ </div>
|
|
880
|
+ </div>
|
|
881
|
+ </div>
|
|
882
|
+ </overlay-scrollbars>
|
874
|
883
|
</div>
|
875
|
|
- <div nz-col nzSpan="6" style="float: right;" class="txtC h100p alignR display_flex justify-content_flex-end align-items_center">
|
|
884
|
+ <div nz-col nzSpan="3" class="txtC h100p alignR display_flex justify-content_flex-end align-items_center">
|
876
|
885
|
<div class="btn txtC" *ngIf="mainRole && loginUser.usertype.value != 1" (click)="toMain()">
|
877
|
886
|
回到系统管理
|
878
|
887
|
</div>
|