|
@@ -1,4 +1,5 @@
|
1
|
1
|
<template>
|
|
2
|
+ <div>
|
2
|
3
|
<div id="dialysis-print-box" style="position: relative">
|
3
|
4
|
<div class="dialysis-print-order">
|
4
|
5
|
<table class="print-table">
|
|
@@ -1143,11 +1144,9 @@
|
1143
|
1144
|
</tbody>
|
1144
|
1145
|
</table>
|
1145
|
1146
|
</div>
|
1146
|
|
-
|
1147
|
|
-
|
1148
|
|
- <div id="dialysis-print-box-1-2" class="dialysis-print-order print-template-two print_page_main_content" style="position: relative;" v-if="org_id == 10346">
|
1149
|
|
-
|
1150
|
|
- <div class="dialysis-print-order">
|
|
1147
|
+ </div>
|
|
1148
|
+ <div id="dialysis-print-box-1-2">
|
|
1149
|
+ <div class="dialysis-print-order">
|
1151
|
1150
|
<table class="print-table">
|
1152
|
1151
|
<thead style="transform: translateY(2px)">
|
1153
|
1152
|
<tr>
|
|
@@ -1181,9 +1180,9 @@
|
1181
|
1180
|
</tr>
|
1182
|
1181
|
</thead>
|
1183
|
1182
|
<tbody>
|
1184
|
|
-
|
1185
|
|
-
|
1186
|
|
- <tr style="transform: translateY(4px)">
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+ <tr style="transform: translateY(4px)" >
|
1187
|
1186
|
<td>
|
1188
|
1187
|
<table class="print-table" border="1" style="text-align: center">
|
1189
|
1188
|
<tr>
|
|
@@ -1203,7 +1202,7 @@
|
1203
|
1202
|
<td
|
1204
|
1203
|
style="height: 20px"
|
1205
|
1204
|
width="70"
|
1206
|
|
-
|
|
1205
|
+
|
1207
|
1206
|
>
|
1208
|
1207
|
<p style="height: 20px; line-height: 20px">执行时间</p>
|
1209
|
1208
|
</td>
|
|
@@ -1283,12 +1282,27 @@
|
1283
|
1282
|
<td
|
1284
|
1283
|
style="line-height: 10px"
|
1285
|
1284
|
width="70"
|
|
1285
|
+
|
1286
|
1286
|
>
|
1287
|
1287
|
<span v-if="advice.execution_time">{{
|
1288
|
1288
|
getTime(advice.execution_time, "{h}:{i}")
|
1289
|
1289
|
}}</span>
|
1290
|
1290
|
</td>
|
1291
|
|
-
|
|
1291
|
+ <!-- <td
|
|
1292
|
+ style="line-height: 30px"
|
|
1293
|
+ width="90"
|
|
1294
|
+ v-if="org_id == 10249 || org_id == 0"
|
|
1295
|
+ >
|
|
1296
|
+ <span v-if="setAdminUserES(advice.advice_doctor) == ''">
|
|
1297
|
+ {{ getAdminUser(advice.advice_doctor) }}
|
|
1298
|
+ </span>
|
|
1299
|
+ <img
|
|
1300
|
+ style="height: 30px"
|
|
1301
|
+ :src="setAdminUserES(advice.advice_doctor)"
|
|
1302
|
+ alt=""
|
|
1303
|
+ srcset=""
|
|
1304
|
+ />
|
|
1305
|
+ </td> -->
|
1292
|
1306
|
<td style="line-height: 10px" width="90">
|
1293
|
1307
|
<span v-if="setAdminUserES(advice.execution_staff) == ''">{{
|
1294
|
1308
|
getAdminUser(advice.execution_staff)
|
|
@@ -1399,15 +1413,13 @@
|
1399
|
1413
|
</tr>
|
1400
|
1414
|
</div>
|
1401
|
1415
|
|
1402
|
|
-
|
|
1416
|
+
|
1403
|
1417
|
</tbody>
|
1404
|
1418
|
</table>
|
1405
|
1419
|
</div>
|
1406
|
|
-
|
1407
|
|
-
|
1408
|
|
-
|
1409
|
1420
|
</div>
|
1410
|
1421
|
</div>
|
|
1422
|
+
|
1411
|
1423
|
</template>
|
1412
|
1424
|
|
1413
|
1425
|
<script>
|