|
@@ -32,7 +32,7 @@
|
32
|
32
|
<!-- 检查列表 -->
|
33
|
33
|
<div *ngSwitchCase="'inspectList'" class="list-template__bottom">
|
34
|
34
|
<nz-table class="list-template__nzTable" #inspectListTpl [nzData]="panel.list" nzSize="middle"
|
35
|
|
- [nzShowPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
|
35
|
+ [nzFrontPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
36
|
36
|
<thead>
|
37
|
37
|
<tr class="thead">
|
38
|
38
|
<th nzWidth="130px">序号</th>
|
|
@@ -105,7 +105,7 @@
|
105
|
105
|
<!-- 工单信息 -->
|
106
|
106
|
<div *ngSwitchCase="'order'" class="list-template__bottom">
|
107
|
107
|
<nz-table class="list-template__nzTable" #orderTpl [nzData]="panel.list" nzSize="middle"
|
108
|
|
- [nzShowPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
|
108
|
+ [nzFrontPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
109
|
109
|
<thead>
|
110
|
110
|
<tr class="thead">
|
111
|
111
|
<th nzWidth="130px">序号</th>
|
|
@@ -207,7 +207,7 @@
|
207
|
207
|
<!-- 工单日志 -->
|
208
|
208
|
<div *ngSwitchCase="'orderLogs'" class="list-template__bottom">
|
209
|
209
|
<nz-table class="list-template__nzTable" #orderLogsTpl [nzData]="panel.list" nzSize="middle"
|
210
|
|
- [nzShowPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
|
210
|
+ [nzFrontPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
211
|
211
|
<thead>
|
212
|
212
|
<tr class="thead">
|
213
|
213
|
<th nzWidth="130px">序号</th>
|
|
@@ -231,7 +231,7 @@
|
231
|
231
|
<!-- 检查日志 -->
|
232
|
232
|
<div *ngSwitchCase="'inspectLogs'" class="list-template__bottom">
|
233
|
233
|
<nz-table class="list-template__nzTable" #inspectLogsTpl [nzData]="panel.list" nzSize="middle"
|
234
|
|
- [nzShowPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
|
234
|
+ [nzFrontPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
235
|
235
|
<thead>
|
236
|
236
|
<tr class="thead">
|
237
|
237
|
<th nzWidth="130px">序号</th>
|
|
@@ -253,7 +253,7 @@
|
253
|
253
|
<!-- 标本列表 -->
|
254
|
254
|
<div *ngSwitchCase="'specimenList'" class="list-template__bottom">
|
255
|
255
|
<nz-table class="list-template__nzTable" #specimenListTpl [nzData]="panel.list" nzSize="middle"
|
256
|
|
- [nzShowPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
|
256
|
+ [nzFrontPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
257
|
257
|
<thead>
|
258
|
258
|
<tr class="thead">
|
259
|
259
|
<th nzWidth="130px">序号</th>
|
|
@@ -330,7 +330,7 @@
|
330
|
330
|
<!-- 标本日志 -->
|
331
|
331
|
<div *ngSwitchCase="'specimenLogs'" class="list-template__bottom">
|
332
|
332
|
<nz-table class="list-template__nzTable" #specimenLogsTpl [nzData]="panel.list" nzSize="middle"
|
333
|
|
- [nzShowPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
|
333
|
+ [nzFrontPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
334
|
334
|
<thead>
|
335
|
335
|
<tr class="thead">
|
336
|
336
|
<th nzWidth="130px">序号</th>
|
|
@@ -352,7 +352,7 @@
|
352
|
352
|
<!-- 药品列表 -->
|
353
|
353
|
<div *ngSwitchCase="'drugsBagList'" class="list-template__bottom">
|
354
|
354
|
<nz-table class="list-template__nzTable" #drugsBagListTpl [nzData]="panel.list" nzSize="middle"
|
355
|
|
- [nzShowPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
|
355
|
+ [nzFrontPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
356
|
356
|
<thead>
|
357
|
357
|
<tr class="thead">
|
358
|
358
|
<th nzWidth="130px">序号</th>
|
|
@@ -420,7 +420,7 @@
|
420
|
420
|
<!-- 药包日志 -->
|
421
|
421
|
<div *ngSwitchCase="'drugsBagLogs'" class="list-template__bottom">
|
422
|
422
|
<nz-table class="list-template__nzTable" #drugsBagLogsTpl [nzData]="panel.list" nzSize="middle"
|
423
|
|
- [nzShowPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
|
423
|
+ [nzFrontPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
424
|
424
|
<thead>
|
425
|
425
|
<tr class="thead">
|
426
|
426
|
<th nzWidth="130px">序号</th>
|
|
@@ -442,7 +442,7 @@
|
442
|
442
|
<!-- 药品日志 -->
|
443
|
443
|
<div *ngSwitchCase="'drugsLogs'" class="list-template__bottom">
|
444
|
444
|
<nz-table class="list-template__nzTable" #drugsLogsTpl [nzData]="panel.list" nzSize="middle"
|
445
|
|
- [nzShowPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
|
445
|
+ [nzFrontPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
446
|
446
|
<thead>
|
447
|
447
|
<tr class="thead">
|
448
|
448
|
<th nzWidth="130px">序号</th>
|
|
@@ -464,7 +464,7 @@
|
464
|
464
|
<!-- 静配包列表 -->
|
465
|
465
|
<div *ngSwitchCase="'jpBagList'" class="list-template__bottom">
|
466
|
466
|
<nz-table class="list-template__nzTable" #jpBagListTpl [nzData]="panel.list" nzSize="middle"
|
467
|
|
- [nzShowPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
|
467
|
+ [nzFrontPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
468
|
468
|
<thead>
|
469
|
469
|
<tr class="thead">
|
470
|
470
|
<th nzWidth="130px">序号</th>
|
|
@@ -515,7 +515,7 @@
|
515
|
515
|
<!-- 静配包日志 -->
|
516
|
516
|
<div *ngSwitchCase="'jpBagLogs'" class="list-template__bottom">
|
517
|
517
|
<nz-table class="list-template__nzTable" #jpBagLogsTpl [nzData]="panel.list" nzSize="middle"
|
518
|
|
- [nzShowPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
|
518
|
+ [nzFrontPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
519
|
519
|
<thead>
|
520
|
520
|
<tr class="thead">
|
521
|
521
|
<th nzWidth="130px">序号</th>
|
|
@@ -537,7 +537,7 @@
|
537
|
537
|
<!-- 静配日志 -->
|
538
|
538
|
<div *ngSwitchCase="'jpLogs'" class="list-template__bottom">
|
539
|
539
|
<nz-table class="list-template__nzTable" #jpLogsTpl [nzData]="panel.list" nzSize="middle"
|
540
|
|
- [nzShowPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
|
540
|
+ [nzFrontPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
541
|
541
|
<thead>
|
542
|
542
|
<tr class="thead">
|
543
|
543
|
<th nzWidth="130px">序号</th>
|
|
@@ -556,6 +556,32 @@
|
556
|
556
|
</tbody>
|
557
|
557
|
</nz-table>
|
558
|
558
|
</div>
|
|
559
|
+ <!-- 原始数据日志 -->
|
|
560
|
+ <div *ngSwitchCase="'dataSourceList'" class="list-template__bottom">
|
|
561
|
+ <nz-table class="list-template__nzTable" #dataSourceTpl [nzData]="panel.list" nzSize="middle"
|
|
562
|
+ [nzFrontPagination]="false" [nzLoading]="loading1" [ngStyle]="{width:panel.list[0].length*130+292+'px'}">
|
|
563
|
+ <thead>
|
|
564
|
+ <tr class="thead">
|
|
565
|
+ <th nzWidth="110px">业务标识</th>
|
|
566
|
+ <th nzWidth="150px">时间</th>
|
|
567
|
+ <th nzWidth="800px">原始数据</th>
|
|
568
|
+ <th nzWidth="110px">优先级</th>
|
|
569
|
+ <th nzWidth="110px">状态标识</th>
|
|
570
|
+ <th nzWidth="150px">业务唯一标识</th>
|
|
571
|
+ </tr>
|
|
572
|
+ </thead>
|
|
573
|
+ <tbody>
|
|
574
|
+ <tr *ngFor="let data of dataSourceTpl.data;let i = index">
|
|
575
|
+ <td>{{data[5]}}</td>
|
|
576
|
+ <td>{{data[1]|date:'yyyy-MM-dd HH:mm:ss'}}</td>
|
|
577
|
+ <td (click)="toSource(data[2], '原始数据')" class="wordBreak">{{data[2]}}</td>
|
|
578
|
+ <td>{{data[3]}}</td>
|
|
579
|
+ <td>{{data[4]}}</td>
|
|
580
|
+ <td>{{data[6]}}</td>
|
|
581
|
+ </tr>
|
|
582
|
+ </tbody>
|
|
583
|
+ </nz-table>
|
|
584
|
+ </div>
|
559
|
585
|
</ng-container>
|
560
|
586
|
</app-collapse-panel>
|
561
|
587
|
</app-collapse>
|