|
@@ -108,9 +108,9 @@
|
108
|
108
|
</button>
|
109
|
109
|
</div>
|
110
|
110
|
<div class="cots_body weifenpai" *ngIf="(txtLabelCol == 1 && flagList.hsmsFlag1 && !flagList.itsmFlag1) || flagList.itsmFlag1" [ngClass]="{ top185: hurseInfoHiding != '1', top185_1: flagList.itsmFlag1 }">
|
111
|
|
- <overlay-scrollbars #osComponentRef2 [ngStyle]="{ height: '100%' }">
|
|
111
|
+ <virtual-scroller [items]="unassignedList" #osComponentRef2 [ngStyle]="{ height: '100%' }">
|
112
|
112
|
<ng-container *ngIf="unassignedList.length && !loading1">
|
113
|
|
- <div class="list listsTypeColor" *ngFor="let data of unassignedList">
|
|
113
|
+ <div class="list listsTypeColor" *ngFor="let data of osComponentRef2.viewPortItems">
|
114
|
114
|
<!-- 配送 -->
|
115
|
115
|
<ng-container *ngIf="data.type === 'hsms'">
|
116
|
116
|
<div class="left_cots" (click)="openDetails(data.data)">
|
|
@@ -260,12 +260,12 @@
|
260
|
260
|
<div class="no_data" *ngIf="unassignedList.length == 0 && !loading1">
|
261
|
261
|
暂无数据
|
262
|
262
|
</div>
|
263
|
|
- </overlay-scrollbars>
|
|
263
|
+ </virtual-scroller>
|
264
|
264
|
</div>
|
265
|
265
|
<div class="cots_body weifenpai twoCol" *ngIf="txtLabelCol == 2 && flagList.hsmsFlag1 && !flagList.itsmFlag1" [ngClass]="{ top185: hurseInfoHiding != '1' }">
|
266
|
|
- <overlay-scrollbars #osComponentRef1 [ngStyle]="{ height: '100%' }">
|
|
266
|
+ <virtual-scroller [items]="unassignedList" #osComponentRef1 [ngStyle]="{ height: '100%' }">
|
267
|
267
|
<ng-container *ngIf="unassignedList.length && !loading1">
|
268
|
|
- <div class="list listsTypeColor" *ngFor="let data of unassignedList">
|
|
268
|
+ <div class="list listsTypeColor" *ngFor="let data of osComponentRef1.viewPortItems">
|
269
|
269
|
<div class="left_cots" (click)="openDetails(data.data)">
|
270
|
270
|
<!-- 工单 -->
|
271
|
271
|
<div class="gongdan">
|
|
@@ -298,7 +298,7 @@
|
298
|
298
|
<div class="no_data" *ngIf="unassignedList.length == 0 && !loading1">
|
299
|
299
|
暂无数据
|
300
|
300
|
</div>
|
301
|
|
- </overlay-scrollbars>
|
|
301
|
+ </virtual-scroller>
|
302
|
302
|
</div>
|
303
|
303
|
</div>
|
304
|
304
|
<!-- 待到达/待接单 -->
|
|
@@ -321,9 +321,9 @@
|
321
|
321
|
</button>
|
322
|
322
|
</div>
|
323
|
323
|
<div class="cots_body daidaoda" *ngIf="(txtLabelCol == 1 && flagList.hsmsFlag2 && !flagList.itsmFlag2) || flagList.itsmFlag2" [ngClass]="{ top185: hurseInfoHiding != '1', top185_1: flagList.itsmFlag2 }">
|
324
|
|
- <overlay-scrollbars #osComponentRef3 [ngStyle]="{ height: '100%' }">
|
|
324
|
+ <virtual-scroller [items]="arriveList" #osComponentRef3 [ngStyle]="{ height: '100%' }">
|
325
|
325
|
<ng-container *ngIf="arriveList.length && !loading2">
|
326
|
|
- <div class="list listsTypeColor" *ngFor="let data of arriveList">
|
|
326
|
+ <div class="list listsTypeColor" *ngFor="let data of osComponentRef3.viewPortItems">
|
327
|
327
|
<!-- 配送 -->
|
328
|
328
|
<ng-container *ngIf="data.type === 'hsms'">
|
329
|
329
|
<div class="left_cots" (click)="openDetails(data.data)">
|
|
@@ -469,12 +469,12 @@
|
469
|
469
|
<div class="no_data" *ngIf="arriveList.length == 0 && !loading2">
|
470
|
470
|
暂无数据
|
471
|
471
|
</div>
|
472
|
|
- </overlay-scrollbars>
|
|
472
|
+ </virtual-scroller>
|
473
|
473
|
</div>
|
474
|
474
|
<div class="cots_body daidaoda twoCol" *ngIf="txtLabelCol == 2 && flagList.hsmsFlag2 && !flagList.itsmFlag2" [ngClass]="{ top185: hurseInfoHiding != '1' }">
|
475
|
|
- <overlay-scrollbars #osComponentRef4 [ngStyle]="{ height: '100%' }">
|
|
475
|
+ <virtual-scroller [items]="arriveList" #osComponentRef4 [ngStyle]="{ height: '100%' }">
|
476
|
476
|
<ng-container *ngIf="arriveList.length && !loading2">
|
477
|
|
- <div class="list listsTypeColor" *ngFor="let data of arriveList">
|
|
477
|
+ <div class="list listsTypeColor" *ngFor="let data of osComponentRef4.viewPortItems">
|
478
|
478
|
<div class="left_cots" (click)="openDetails(data)">
|
479
|
479
|
<!-- 工单 -->
|
480
|
480
|
<div class="gongdan">
|
|
@@ -506,7 +506,7 @@
|
506
|
506
|
<div class="no_data" *ngIf="arriveList.length == 0 && !loading2">
|
507
|
507
|
暂无数据
|
508
|
508
|
</div>
|
509
|
|
- </overlay-scrollbars>
|
|
509
|
+ </virtual-scroller>
|
510
|
510
|
</div>
|
511
|
511
|
</div>
|
512
|
512
|
<!-- 执行中 -->
|
|
@@ -525,9 +525,9 @@
|
525
|
525
|
</div>
|
526
|
526
|
</div>
|
527
|
527
|
<div class="cots_body zhixingzhong" *ngIf="(txtLabelCol == 1 && flagList.hsmsFlag3 && !flagList.itsmFlag3) || flagList.itsmFlag3" [ngClass]="{ top185: hurseInfoHiding != '1', top185_1: flagList.itsmFlag3 }">
|
528
|
|
- <overlay-scrollbars #osComponentRef5 [ngStyle]="{ height: '100%' }">
|
|
528
|
+ <virtual-scroller [items]="executionList" #osComponentRef5 [ngStyle]="{ height: '100%' }">
|
529
|
529
|
<ng-container *ngIf="executionList.length && !loading3">
|
530
|
|
- <div class="list" *ngFor="let data of executionList">
|
|
530
|
+ <div class="list" *ngFor="let data of osComponentRef5.viewPortItems">
|
531
|
531
|
<!-- 配送 -->
|
532
|
532
|
<ng-container *ngIf="data.type === 'hsms'">
|
533
|
533
|
<div class="left_cots" (click)="openDetails(data.data)">
|
|
@@ -673,12 +673,12 @@
|
673
|
673
|
<div class="no_data" *ngIf="executionList.length == 0 && !loading3">
|
674
|
674
|
暂无数据
|
675
|
675
|
</div>
|
676
|
|
- </overlay-scrollbars>
|
|
676
|
+ </virtual-scroller>
|
677
|
677
|
</div>
|
678
|
678
|
<div class="cots_body zhixingzhong twoCol" *ngIf="txtLabelCol == 2 && flagList.hsmsFlag3 && !flagList.itsmFlag3" [ngClass]="{ top185: hurseInfoHiding != '1' }">
|
679
|
|
- <overlay-scrollbars #osComponentRef6 [ngStyle]="{ height: '100%' }">
|
|
679
|
+ <virtual-scroller [items]="executionList" #osComponentRef6 [ngStyle]="{ height: '100%' }">
|
680
|
680
|
<ng-container *ngIf="executionList.length && !loading3">
|
681
|
|
- <div class="list" *ngFor="let data of executionList">
|
|
681
|
+ <div class="list" *ngFor="let data of osComponentRef6.viewPortItems">
|
682
|
682
|
<div class="left_cots" (click)="openDetails(data)">
|
683
|
683
|
<!-- 工单 -->
|
684
|
684
|
<div class="gongdan">
|
|
@@ -709,7 +709,7 @@
|
709
|
709
|
<div class="no_data" *ngIf="executionList.length == 0 && !loading3">
|
710
|
710
|
暂无数据
|
711
|
711
|
</div>
|
712
|
|
- </overlay-scrollbars>
|
|
712
|
+ </virtual-scroller>
|
713
|
713
|
</div>
|
714
|
714
|
</div>
|
715
|
715
|
</div>
|