|
@@ -8,7 +8,7 @@
|
8
|
8
|
icon="el-icon-printer"
|
9
|
9
|
@click="printAction"
|
10
|
10
|
type="primary"
|
11
|
|
- >打印
|
|
11
|
+ >打印70
|
12
|
12
|
</el-button>
|
13
|
13
|
</div>
|
14
|
14
|
<div class="app-container">
|
|
@@ -1324,7 +1324,6 @@
|
1324
|
1324
|
: ""
|
1325
|
1325
|
}}
|
1326
|
1326
|
</td>
|
1327
|
|
-
|
1328
|
1327
|
<td style="line-height: 16px; padding: 0px">
|
1329
|
1328
|
<div
|
1330
|
1329
|
style="
|
|
@@ -1448,7 +1447,6 @@
|
1448
|
1447
|
<td style="font-size: 16px" width="10%" v-if="org_id == 10375 || org_id == 0 || org_id ==10206">核对护士</td>
|
1449
|
1448
|
</tr>
|
1450
|
1449
|
<!-- <template v-for="group in doctor_advices" > -->
|
1451
|
|
-
|
1452
|
1450
|
<template v-if="record.advices">
|
1453
|
1451
|
<tr
|
1454
|
1452
|
v-for="(advice, advice_index) in record.advices"
|
|
@@ -1459,7 +1457,6 @@
|
1459
|
1457
|
{{ getTime(advice[0].start_time, "{h}:{i}") }}
|
1460
|
1458
|
</span>
|
1461
|
1459
|
</td>
|
1462
|
|
-
|
1463
|
1460
|
<td
|
1464
|
1461
|
height="35px"
|
1465
|
1462
|
colspan="2"
|
|
@@ -1468,7 +1465,6 @@
|
1468
|
1465
|
>
|
1469
|
1466
|
<span v-if="advice[0].parent_id > 0">---></span>
|
1470
|
1467
|
<span>{{ advice[0].advice_name }}</span>
|
1471
|
|
-
|
1472
|
1468
|
<span
|
1473
|
1469
|
v-if="
|
1474
|
1470
|
advice[0] &&
|
|
@@ -1500,7 +1496,18 @@
|
1500
|
1496
|
advice[0].remark.length > 0
|
1501
|
1497
|
"
|
1502
|
1498
|
>({{ advice[0].remark }})</span
|
|
1499
|
+ ><br/>
|
|
1500
|
+ <template v-if="advice[0].children.length>0">
|
|
1501
|
+ <span v-if="advice[0].children.length>0">{{ advice[0].children[0].advice_name }}</span>
|
|
1502
|
+ <span v-if="advice[0].children[0].prescribing_number"
|
|
1503
|
+ > {{ advice[0].children[0].prescribing_number
|
|
1504
|
+ }}{{ advice[0].children[0].prescribing_number_unit }}</span
|
|
1505
|
+ >
|
|
1506
|
+ <span v-if="advice[0].children[0].single_dose != 0">
|
|
1507
|
+ {{ advice[0].children[0].single_dose
|
|
1508
|
+ }}{{ advice[0].children[0].single_dose_unit }}</span
|
1503
|
1509
|
>
|
|
1510
|
+ </template>
|
1504
|
1511
|
</td>
|
1505
|
1512
|
|
1506
|
1513
|
<td height="35px">
|
|
@@ -1579,6 +1586,7 @@
|
1579
|
1586
|
/>
|
1580
|
1587
|
</td>
|
1581
|
1588
|
</tr>
|
|
1589
|
+
|
1582
|
1590
|
</template>
|
1583
|
1591
|
</tbody>
|
1584
|
1592
|
</table>
|