|
@@ -37,13 +37,14 @@
|
37
|
37
|
<i class="icon_transport transport-tongji-2 green" *ngIf="newStatisticsRole" (click)="toNewStatistics()" nz-tooltip nzTooltipTitle="统计"></i>
|
38
|
38
|
<i class="icon_transport transport-shangban green" *ngIf='PCCommutesToWork && userInfo.user && !userInfo.user.online' (click)="GoWork()" nz-tooltip nzTooltipTitle="我要上班"></i>
|
39
|
39
|
<i class="icon_transport transport-shangban green" *ngIf='PCCommutesToWork && userInfo.user && userInfo.user.online' (click)="GoWork()" nz-tooltip nzTooltipTitle="我要下班"></i>
|
40
|
|
- <div class="dropdown" *ngIf="pharmacyRole || largeScreenRole || largeScreenRole2 || specimenViewRole || specimenViewRole2 || specimenRoomView || pathology || disinfectionSupplyRole || sampling || communicationBook || realtimeBroadcastRole || inspectClosedLoopViewRole">
|
|
40
|
+ <div class="dropdown" *ngIf="pharmacyRole || largeScreenRole || largeScreenRole2 || largeScreenRole3 || specimenViewRole || specimenViewRole2 || specimenRoomView || pathology || disinfectionSupplyRole || sampling || communicationBook || realtimeBroadcastRole || inspectClosedLoopViewRole">
|
41
|
41
|
<i class="icon_transport transport-gengduoda-copy" (mouseenter)="showDropdown1 = true" (mouseleave)="showDropdown1 = false"></i>
|
42
|
42
|
<div class="dropdown-content ct" [hidden]="!showDropdown1" (mouseenter)="showDropdown1 = true" (mouseleave)="showDropdown1 = false">
|
43
|
43
|
<div class="dropdownItem" *ngIf="pharmacyRole" (click)="toPharmacy()">药房端</div>
|
44
|
44
|
<div class="dropdownItem" *ngIf="pharmacyRole" (click)="toPharmacy2()">药房端2</div>
|
45
|
45
|
<div class="dropdownItem" *ngIf="largeScreenRole" (click)="toBigScreen('largeScreen')">大屏端</div>
|
46
|
46
|
<div class="dropdownItem" *ngIf="largeScreenRole2" (click)="toBigScreen('largeScreen2')">大屏端2</div>
|
|
47
|
+ <div class="dropdownItem" *ngIf="largeScreenRole3" (click)="toBigScreen('largeScreen3')">大屏端3</div>
|
47
|
48
|
<div class="dropdownItem" *ngIf="specimenViewRole" (click)="toBigScreen('specimenView')">业务视图</div>
|
48
|
49
|
<div class="dropdownItem" *ngIf="specimenViewRole2" (click)="toSpecimenView2()">标本视图</div>
|
49
|
50
|
<div class="dropdownItem" *ngIf="specimenRoomView" (click)="toSpecimenRoomView()">标本间端</div>
|
|
@@ -503,7 +504,7 @@
|
503
|
504
|
</div>
|
504
|
505
|
</overlay-scrollbars>
|
505
|
506
|
</div>
|
506
|
|
-
|
|
507
|
+
|
507
|
508
|
<!-- 近期维修 start -->
|
508
|
509
|
<div class="cots_body weifenpai" *ngIf="currentRTab == 2" [ngClass]="{ top185: hurseInfoHiding != 1 }">
|
509
|
510
|
<overlay-scrollbars #osComponentRef16 [ngStyle]="{ height: '100%' }">
|