|
@@ -1,5 +1,5 @@
|
1
|
1
|
<div class="fuwutai">
|
2
|
|
- <div class="top" id="top" *ngIf="hurseInfoHiding != '1'">
|
|
2
|
+ <div class="top" id="top" *ngIf="hurseInfoHiding != 1">
|
3
|
3
|
<!-- 头部Tab -->
|
4
|
4
|
<div class="tabBox">
|
5
|
5
|
<div class="tab" #tabs>
|
|
@@ -68,7 +68,7 @@
|
68
|
68
|
</div>
|
69
|
69
|
</div>
|
70
|
70
|
<!-- 状态工单 -->
|
71
|
|
- <div class="lists_box" [ngClass]="{ top185: hurseInfoHiding != '1' }">
|
|
71
|
+ <div class="lists_box" [ngClass]="{ top185: hurseInfoHiding != 1 }">
|
72
|
72
|
<!-- 未分派/未受理 -->
|
73
|
73
|
<div class="lists">
|
74
|
74
|
<div class="head">
|
|
@@ -103,7 +103,7 @@
|
103
|
103
|
批量派单
|
104
|
104
|
</button>
|
105
|
105
|
</div>
|
106
|
|
- <div class="cots_body weifenpai" *ngIf="(txtLabelCol == 1 && flagList.hsmsFlag1 && !flagList.itsmFlag1) || flagList.itsmFlag1" [ngClass]="{ top185: hurseInfoHiding != '1', top185_1: flagList.itsmFlag1 }">
|
|
106
|
+ <div class="cots_body weifenpai" *ngIf="(txtLabelCol == 1 && flagList.hsmsFlag1 && !flagList.itsmFlag1) || flagList.itsmFlag1" [ngClass]="{ top185: hurseInfoHiding != 1, top185_1: flagList.itsmFlag1 }">
|
107
|
107
|
<virtual-scroller [items]="unassignedList" #osComponentRef2 [ngStyle]="{ height: '100%' }">
|
108
|
108
|
<ng-container *ngIf="unassignedList.length && !loading1">
|
109
|
109
|
<div class="list listsTypeColor" *ngFor="let data of osComponentRef2.viewPortItems;trackBy:trackById">
|
|
@@ -286,7 +286,7 @@
|
286
|
286
|
批量撤回
|
287
|
287
|
</button>
|
288
|
288
|
</div>
|
289
|
|
- <div class="cots_body daidaoda" *ngIf="(txtLabelCol == 1 && flagList.hsmsFlag2 && !flagList.itsmFlag2) || flagList.itsmFlag2" [ngClass]="{ top185: hurseInfoHiding != '1', top185_1: flagList.itsmFlag2 }">
|
|
289
|
+ <div class="cots_body daidaoda" *ngIf="(txtLabelCol == 1 && flagList.hsmsFlag2 && !flagList.itsmFlag2) || flagList.itsmFlag2" [ngClass]="{ top185: hurseInfoHiding != 1, top185_1: flagList.itsmFlag2 }">
|
290
|
290
|
<virtual-scroller [items]="arriveList" #osComponentRef3 [ngStyle]="{ height: '100%' }">
|
291
|
291
|
<ng-container *ngIf="arriveList.length && !loading2">
|
292
|
292
|
<div class="list listsTypeColor" *ngFor="let data of osComponentRef3.viewPortItems;trackBy:trackById">
|
|
@@ -460,7 +460,7 @@
|
460
|
460
|
</div>
|
461
|
461
|
</div>
|
462
|
462
|
</div>
|
463
|
|
- <div class="cots_body zhixingzhong" *ngIf="(txtLabelCol == 1 && flagList.hsmsFlag3 && !flagList.itsmFlag3) || flagList.itsmFlag3" [ngClass]="{ top185: hurseInfoHiding != '1', top185_1: flagList.itsmFlag3 }">
|
|
463
|
+ <div class="cots_body zhixingzhong" *ngIf="(txtLabelCol == 1 && flagList.hsmsFlag3 && !flagList.itsmFlag3) || flagList.itsmFlag3" [ngClass]="{ top185: hurseInfoHiding != 1, top185_1: flagList.itsmFlag3 }">
|
464
|
464
|
<virtual-scroller [items]="executionList" #osComponentRef5 [ngStyle]="{ height: '100%' }">
|
465
|
465
|
<ng-container *ngIf="executionList.length && !loading3">
|
466
|
466
|
<div class="list" *ngFor="let data of osComponentRef5.viewPortItems;trackBy:trackById">
|
|
@@ -1655,7 +1655,7 @@
|
1655
|
1655
|
<span class="toLastTime1"><span class="time" *ngIf="applyDept">{{ orderRefreshTime }}s</span></span>
|
1656
|
1656
|
</div>
|
1657
|
1657
|
<!-- 近期配送 start -->
|
1658
|
|
- <div class="cots_body weifenpai" *ngIf="currentRTab == 0" [ngClass]="{ top185: hurseInfoHiding != '1' }">
|
|
1658
|
+ <div class="cots_body weifenpai" *ngIf="currentRTab == 0" [ngClass]="{ top185: hurseInfoHiding != 1 }">
|
1659
|
1659
|
<overlay-scrollbars #osComponentRef12 [ngStyle]="{ height: '100%' }">
|
1660
|
1660
|
<div *ngIf="noArrives.length && !loading4">
|
1661
|
1661
|
<div class="list listsTypeColor" *ngFor="let data of noArrives">
|
|
@@ -1750,7 +1750,7 @@
|
1750
|
1750
|
</div>
|
1751
|
1751
|
<!-- 近期配送 end -->
|
1752
|
1752
|
<!-- 转出院记录 start -->
|
1753
|
|
- <div class="cots_body weifenpai patientLog" *ngIf="currentRTab == 1" [ngClass]="{ top185: hurseInfoHiding != '1' }">
|
|
1753
|
+ <div class="cots_body weifenpai patientLog" *ngIf="currentRTab == 1" [ngClass]="{ top185: hurseInfoHiding != 1 }">
|
1754
|
1754
|
<overlay-scrollbars
|
1755
|
1755
|
#osComponentRef14
|
1756
|
1756
|
[ngStyle]="{ height: '100%' }"
|
|
@@ -1792,7 +1792,7 @@
|
1792
|
1792
|
</div>
|
1793
|
1793
|
<!-- 转出院记录 end -->
|
1794
|
1794
|
<!-- 近期维修 start -->
|
1795
|
|
- <div class="cots_body weifenpai" *ngIf="currentRTab == 2" [ngClass]="{ top185: hurseInfoHiding != '1' }">
|
|
1795
|
+ <div class="cots_body weifenpai" *ngIf="currentRTab == 2" [ngClass]="{ top185: hurseInfoHiding != 1 }">
|
1796
|
1796
|
<overlay-scrollbars #osComponentRef16 [ngStyle]="{ height: '100%' }">
|
1797
|
1797
|
<div *ngIf="itsmOrders.length && !loading6">
|
1798
|
1798
|
<div class="list listsTypeColor" *ngFor="let data of itsmOrders">
|
|
@@ -1835,7 +1835,7 @@
|
1835
|
1835
|
</div>
|
1836
|
1836
|
<!-- 近期维修 end -->
|
1837
|
1837
|
<!-- 知识库 start -->
|
1838
|
|
- <div class="cots_body weifenpai" *ngIf="currentRTab == 3" [ngClass]="{ top185: hurseInfoHiding != '1' }">
|
|
1838
|
+ <div class="cots_body weifenpai" *ngIf="currentRTab == 3" [ngClass]="{ top185: hurseInfoHiding != 1 }">
|
1839
|
1839
|
<overlay-scrollbars #osComponentRef17 [ngStyle]="{ height: '100%' }">
|
1840
|
1840
|
<div *ngIf="knowageList.length && !loading7">
|
1841
|
1841
|
<div class="list listsTypeColor" *ngFor="let data of knowageList" style="height: auto;overflow: hidden;">
|