|
@@ -59,7 +59,8 @@
|
59
|
59
|
<span nz-tooltip [nzTooltipTitle]="recentInfo" nzTooltipPlacement="right" [nzMouseEnterDelay]="1"
|
60
|
60
|
(mouseenter)="getRecentInfo(item.patientCode)">{{item.patientName}}({{item.bedNum}})</span>
|
61
|
61
|
</div>
|
62
|
|
- <div class="checkInfo" nz-row *ngIf="followFlag === '1'">
|
|
62
|
+ <div class="checkInfo" nz-row
|
|
63
|
+ *ngIf="followFlag === '1'&¤tUser.typeValue != 'checkRoom2'&¤tUser.typeValue != 'outpatientDept'&¤tUser.typeValue != 'checkRoom'">
|
63
|
64
|
<span nz-col nzSpan="2" class="icon_transport transport-zhongdianguanzhu" (click)="follow(item)"
|
64
|
65
|
[ngStyle]="{color:item.focusPatient === 0?'white':'red'}" nz-tooltip
|
65
|
66
|
[nzTooltipTitle]="item.focusPatient === 0?'白色心为非特殊关注,需手动建单后支助人员上门送检':'红色心为特殊关注,患者所有检查会自动建单,支助人员主动上门送检'"></span>
|
|
@@ -68,7 +69,8 @@
|
68
|
69
|
<span nz-col nzSpan="6" class="txtR">待检 {{item.watingCount}}</span>
|
69
|
70
|
<span nz-col nzSpan="2"></span>
|
70
|
71
|
</div>
|
71
|
|
- <div class="checkInfo" nz-row *ngIf="followFlag === '0'">
|
|
72
|
+ <div class="checkInfo" nz-row
|
|
73
|
+ *ngIf="followFlag === '0'||currentUser.typeValue == 'checkRoom2'||currentUser.typeValue == 'outpatientDept'||currentUser.typeValue == 'checkRoom'">
|
72
|
74
|
<span nz-col nzSpan="2"></span>
|
73
|
75
|
<span nz-col nzSpan="12">{{item.residenceNo}}</span>
|
74
|
76
|
<span nz-col nzSpan="6" class="txtR">待检 {{item.watingCount}}</span>
|