|
@@ -133,12 +133,13 @@
|
133
|
133
|
<th nzWidth="95px">标本类型</th>
|
134
|
134
|
<th nzWidth="110px">标本编码</th>
|
135
|
135
|
<th nzWidth="88px">患者姓名</th>
|
|
136
|
+ <th nzWidth="88px">住院号</th>
|
136
|
137
|
<th nzWidth="50px">床号</th>
|
137
|
138
|
<th nzWidth="88px">目标科室</th>
|
138
|
139
|
<!-- <th nzWidth="75px">是否接收</th> -->
|
139
|
140
|
<!-- <th nzWidth="75px">是否送达</th> -->
|
140
|
141
|
<th nzWidth="123px">接收扫描时间</th>
|
141
|
|
- <th nzWidth="123px">送达扫描时间</th>
|
|
142
|
+ <!-- <th nzWidth="123px">送达扫描时间</th> -->
|
142
|
143
|
</tr>
|
143
|
144
|
</thead>
|
144
|
145
|
<tbody *ngIf="orderInfo.specimenSet">
|
|
@@ -148,13 +149,14 @@
|
148
|
149
|
<td>{{data.stype?data.stype.name:''}}</td>
|
149
|
150
|
<td>{{data.scode}}</td>
|
150
|
151
|
<td>{{data.patientName}}</td>
|
|
152
|
+ <td>{{data.residenceNo}}</td>
|
151
|
153
|
<td>{{data.bedNum}}</td>
|
152
|
154
|
<td>{{data.checkDept.dept}}</td>
|
153
|
155
|
<!-- <td>{{data.received?"是":"否"}}</td> -->
|
154
|
156
|
<!-- <td>{{data.arrived?"是":"否"}}</td> -->
|
155
|
|
- <td>{{data.arriveTime|date:'yyyy-MM-dd HH:mm'}}</td>
|
156
|
|
- <td style="position: relative;">{{data.sendTime|date:'yyyy-MM-dd HH:mm'}}<img *ngIf="data.urgent == 1"
|
157
|
|
- src="../../assets/images/icon_ji.png" alt="" class="ji"></td>
|
|
157
|
+ <td>{{data.arriveTime|date:'MM-dd HH:mm'}}<img *ngIf="data.urgent == 1"
|
|
158
|
+ src="../../assets/images/icon_ji.png" alt="" class="ji"></td>
|
|
159
|
+ <!-- <td style="position: relative;">{{data.sendTime|date:'yyyy-MM-dd HH:mm'}}</td> -->
|
158
|
160
|
</tr>
|
159
|
161
|
</tbody>
|
160
|
162
|
</nz-table>
|
|
@@ -225,12 +227,13 @@
|
225
|
227
|
<th nzWidth="95px">标本类型</th>
|
226
|
228
|
<th nzWidth="110px">标本编码</th>
|
227
|
229
|
<th nzWidth="88px">患者姓名</th>
|
|
230
|
+ <th nzWidth="88px">住院号</th>
|
228
|
231
|
<th nzWidth="50px">床号</th>
|
229
|
232
|
<th nzWidth="88px">目标科室</th>
|
230
|
233
|
<!-- <th nzWidth="75px">是否接收</th> -->
|
231
|
234
|
<!-- <th nzWidth="75px">是否送达</th> -->
|
232
|
235
|
<th nzWidth="123px">接收扫描时间</th>
|
233
|
|
- <th nzWidth="123px">送达扫描时间</th>
|
|
236
|
+ <!-- <th nzWidth="123px">送达扫描时间</th> -->
|
234
|
237
|
</tr>
|
235
|
238
|
</thead>
|
236
|
239
|
<tbody *ngIf="orderInfo.specimenSet">
|
|
@@ -240,13 +243,14 @@
|
240
|
243
|
<td>{{data.stype?data.stype.name:''}}</td>
|
241
|
244
|
<td>{{data.scode}}</td>
|
242
|
245
|
<td>{{data.patientName}}</td>
|
|
246
|
+ <td>{{data.residenceNo}}</td>
|
243
|
247
|
<td>{{data.bedNum}}</td>
|
244
|
248
|
<td>{{data.checkDept.dept}}</td>
|
245
|
249
|
<!-- <td>{{data.received?"是":"否"}}</td> -->
|
246
|
250
|
<!-- <td>{{data.arrived?"是":"否"}}</td> -->
|
247
|
|
- <td>{{data.arriveTime|date:'yyyy-MM-dd HH:mm'}}</td>
|
248
|
|
- <td style="position: relative;">{{data.sendTime|date:'yyyy-MM-dd HH:mm'}}<img *ngIf="data.urgent == 1"
|
249
|
|
- src="../../assets/images/icon_ji.png" alt="" class="ji"></td>
|
|
251
|
+ <td>{{data.arriveTime|date:'MM-dd HH:mm'}}<img *ngIf="data.urgent == 1"
|
|
252
|
+ src="../../assets/images/icon_ji.png" alt="" class="ji"></td>
|
|
253
|
+ <!-- <td style="position: relative;">{{data.sendTime|date:'yyyy-MM-dd HH:mm'}}</td> -->
|
250
|
254
|
</tr>
|
251
|
255
|
</tbody>
|
252
|
256
|
</nz-table>
|