yq1 1 year ago
parent
commit
612e6f468c
1 changed files with 13 additions and 5 deletions
  1. 13 5
      src/xt_pages/dialysis/batch_print/batch_print_order_seventy.vue

+ 13 - 5
src/xt_pages/dialysis/batch_print/batch_print_order_seventy.vue View File

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