|
@@ -201,7 +201,7 @@
|
201
|
201
|
<span v-if="record.prescription.anticoagulant == 3">iu</span>
|
202
|
202
|
<span v-if="record.prescription.anticoagulant == 2">iu</span>
|
203
|
203
|
<span v-if="record.prescription.anticoagulant == 1">mg</span>;
|
204
|
|
- </span>
|
|
204
|
+ </span>
|
205
|
205
|
</td>
|
206
|
206
|
</tr>
|
207
|
207
|
<tr>
|
|
@@ -265,7 +265,7 @@
|
265
|
265
|
></label-box>
|
266
|
266
|
(总量:{{
|
267
|
267
|
record.prescription.displace_liqui_value
|
268
|
|
- ? prescription.displace_liqui_value
|
|
268
|
+ ? record.prescription.displace_liqui_value
|
269
|
269
|
: "/"
|
270
|
270
|
}}L)
|
271
|
271
|
</span>
|
|
@@ -1192,12 +1192,18 @@
|
1192
|
1192
|
</td>
|
1193
|
1193
|
</tr>
|
1194
|
1194
|
<tr>
|
1195
|
|
- <td style="text-align:left;margin-left:15px" colspan="6">
|
1196
|
|
- <span style="margin-left:15px">质控护士签名:
|
1197
|
|
- </span>
|
1198
|
|
- </td>
|
1199
|
|
- </tr>
|
1200
|
|
- </table>
|
|
1195
|
+ <td style="text-align:left;margin-left:15px" colspan="6">
|
|
1196
|
+ <span style="margin-left:15px">质控护士签名:
|
|
1197
|
+ </span>
|
|
1198
|
+ </td>
|
|
1199
|
+ </tr>
|
|
1200
|
+ <tr>
|
|
1201
|
+ <td style="text-align:left;margin-left:15px" colspan="6">
|
|
1202
|
+ <span style="margin-left:15px">护士长/组长签名:
|
|
1203
|
+ </span>
|
|
1204
|
+ </td>
|
|
1205
|
+ </tr>
|
|
1206
|
+ </table>
|
1201
|
1207
|
<div style="margin-top:20px">
|
1202
|
1208
|
<span style="margin-left:280px">肝素浓度:每毫升肝素生理盐水含肝素钠2.5毫克</span>
|
1203
|
1209
|
</div>
|