seimin 4 months ago
parent
commit
b46417b654
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/app/views/fuwutai/fuwutai.component.html

+ 9 - 9
src/app/views/fuwutai/fuwutai.component.html

@@ -1,5 +1,5 @@
1
 <div class="fuwutai">
1
 <div class="fuwutai">
2
-  <div class="top" id="top" *ngIf="hurseInfoHiding != '1'">
2
+  <div class="top" id="top" *ngIf="hurseInfoHiding != 1">
3
     <!-- 头部Tab -->
3
     <!-- 头部Tab -->
4
     <div class="tabBox">
4
     <div class="tabBox">
5
       <div class="tab" #tabs>
5
       <div class="tab" #tabs>
@@ -68,7 +68,7 @@
68
     </div>
68
     </div>
69
   </div>
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
     <div class="lists">
73
     <div class="lists">
74
       <div class="head">
74
       <div class="head">
@@ -103,7 +103,7 @@
103
           批量派单
103
           批量派单
104
         </button>
104
         </button>
105
       </div>
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
         <virtual-scroller [items]="unassignedList" #osComponentRef2 [ngStyle]="{ height: '100%' }">
107
         <virtual-scroller [items]="unassignedList" #osComponentRef2 [ngStyle]="{ height: '100%' }">
108
           <ng-container *ngIf="unassignedList.length && !loading1">
108
           <ng-container *ngIf="unassignedList.length && !loading1">
109
             <div class="list listsTypeColor" *ngFor="let data of osComponentRef2.viewPortItems;trackBy:trackById">
109
             <div class="list listsTypeColor" *ngFor="let data of osComponentRef2.viewPortItems;trackBy:trackById">
@@ -286,7 +286,7 @@
286
           批量撤回
286
           批量撤回
287
         </button>
287
         </button>
288
       </div>
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
         <virtual-scroller [items]="arriveList" #osComponentRef3 [ngStyle]="{ height: '100%' }">
290
         <virtual-scroller [items]="arriveList" #osComponentRef3 [ngStyle]="{ height: '100%' }">
291
           <ng-container *ngIf="arriveList.length && !loading2">
291
           <ng-container *ngIf="arriveList.length && !loading2">
292
             <div class="list listsTypeColor" *ngFor="let data of osComponentRef3.viewPortItems;trackBy:trackById">
292
             <div class="list listsTypeColor" *ngFor="let data of osComponentRef3.viewPortItems;trackBy:trackById">
@@ -460,7 +460,7 @@
460
           </div>
460
           </div>
461
         </div>
461
         </div>
462
       </div>
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
         <virtual-scroller [items]="executionList" #osComponentRef5 [ngStyle]="{ height: '100%' }">
464
         <virtual-scroller [items]="executionList" #osComponentRef5 [ngStyle]="{ height: '100%' }">
465
           <ng-container *ngIf="executionList.length && !loading3">
465
           <ng-container *ngIf="executionList.length && !loading3">
466
             <div class="list" *ngFor="let data of osComponentRef5.viewPortItems;trackBy:trackById">
466
             <div class="list" *ngFor="let data of osComponentRef5.viewPortItems;trackBy:trackById">
@@ -1655,7 +1655,7 @@
1655
             <span class="toLastTime1"><span class="time" *ngIf="applyDept">{{ orderRefreshTime }}s</span></span>
1655
             <span class="toLastTime1"><span class="time" *ngIf="applyDept">{{ orderRefreshTime }}s</span></span>
1656
           </div>
1656
           </div>
1657
           <!-- 近期配送 start -->
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
             <overlay-scrollbars #osComponentRef12 [ngStyle]="{ height: '100%' }">
1659
             <overlay-scrollbars #osComponentRef12 [ngStyle]="{ height: '100%' }">
1660
               <div *ngIf="noArrives.length && !loading4">
1660
               <div *ngIf="noArrives.length && !loading4">
1661
                 <div class="list listsTypeColor" *ngFor="let data of noArrives">
1661
                 <div class="list listsTypeColor" *ngFor="let data of noArrives">
@@ -1750,7 +1750,7 @@
1750
           </div>
1750
           </div>
1751
           <!-- 近期配送 end -->
1751
           <!-- 近期配送 end -->
1752
           <!-- 转出院记录 start -->
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
             <overlay-scrollbars
1754
             <overlay-scrollbars
1755
               #osComponentRef14
1755
               #osComponentRef14
1756
               [ngStyle]="{ height: '100%' }"
1756
               [ngStyle]="{ height: '100%' }"
@@ -1792,7 +1792,7 @@
1792
           </div>
1792
           </div>
1793
           <!-- 转出院记录 end -->
1793
           <!-- 转出院记录 end -->
1794
           <!-- 近期维修 start -->
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
             <overlay-scrollbars #osComponentRef16 [ngStyle]="{ height: '100%' }">
1796
             <overlay-scrollbars #osComponentRef16 [ngStyle]="{ height: '100%' }">
1797
               <div *ngIf="itsmOrders.length && !loading6">
1797
               <div *ngIf="itsmOrders.length && !loading6">
1798
                 <div class="list listsTypeColor" *ngFor="let data of itsmOrders">
1798
                 <div class="list listsTypeColor" *ngFor="let data of itsmOrders">
@@ -1835,7 +1835,7 @@
1835
           </div>
1835
           </div>
1836
           <!-- 近期维修 end -->
1836
           <!-- 近期维修 end -->
1837
           <!-- 知识库 start -->
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
             <overlay-scrollbars #osComponentRef17 [ngStyle]="{ height: '100%' }">
1839
             <overlay-scrollbars #osComponentRef17 [ngStyle]="{ height: '100%' }">
1840
               <div *ngIf="knowageList.length && !loading7">
1840
               <div *ngIf="knowageList.length && !loading7">
1841
                 <div class="list listsTypeColor" *ngFor="let data of knowageList" style="height: auto;overflow: hidden;">
1841
                 <div class="list listsTypeColor" *ngFor="let data of knowageList" style="height: auto;overflow: hidden;">