XMLWAN 3 years ago
parent
commit
848dfe03e1
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/xt_pages/dialysis/batch_print/batch_print_order_fifteen.vue

+ 8 - 8
src/xt_pages/dialysis/batch_print/batch_print_order_fifteen.vue View File

56
                                     <label-box showValue="住院" :isChecked="record.receive_assessment.condition == 1 ? true : false"></label-box>
56
                                     <label-box showValue="住院" :isChecked="record.receive_assessment.condition == 1 ? true : false"></label-box>
57
                                 </td>
57
                                 </td>
58
                                 <td style="padding-left:5px;width:25%;text-align:left;border-left:none;border-right:none;">其他</td>
58
                                 <td style="padding-left:5px;width:25%;text-align:left;border-left:none;border-right:none;">其他</td>
59
-                                
59
+
60
                             </tr>
60
                             </tr>
61
                         </table>
61
                         </table>
62
                         <table class="table-box" border="1" style="border:none;border-color:#000;border-collapse: collapse;">
62
                         <table class="table-box" border="1" style="border:none;border-color:#000;border-collapse: collapse;">
221
                                     </span>
221
                                     </span>
222
                                 </span>
222
                                 </span>
223
                             <!-- </span> -->
223
                             <!-- </span> -->
224
-                            
225
-                            
224
+
225
+
226
                         </span>
226
                         </span>
227
                     </td>
227
                     </td>
228
                     <td>
228
                     <td>
282
                         <p style="height:20px;line-height:20px">电导率</p>
282
                         <p style="height:20px;line-height:20px">电导率</p>
283
                         <p style="height:20px;line-height:20px">ms/cm</p>
283
                         <p style="height:20px;line-height:20px">ms/cm</p>
284
                     </th>
284
                     </th>
285
-                    
285
+
286
                     <th style="min-width:60px">
286
                     <th style="min-width:60px">
287
                         <p style="height:20px;line-height:20px">温度</p>
287
                         <p style="height:20px;line-height:20px">温度</p>
288
                         <p style="height:20px;line-height:20px">℃</p>
288
                         <p style="height:20px;line-height:20px">℃</p>
332
                         </span>
332
                         </span>
333
                     </td>
333
                     </td>
334
 
334
 
335
-                    
335
+
336
                     </tr>
336
                     </tr>
337
                 </table>
337
                 </table>
338
                 <table class="print-table" border="1">
338
                 <table class="print-table" border="1">
444
                     </tr>
444
                     </tr>
445
                     </tbody>
445
                     </tbody>
446
                 </table>
446
                 </table>
447
-                
447
+
448
                 <table class="print-table" border="1">
448
                 <table class="print-table" border="1">
449
-                    
449
+
450
                 </table>
450
                 </table>
451
 
451
 
452
 
452
 
575
     this.precaution_arr = getDataConfig('hemodialysis', 'precaution')
575
     this.precaution_arr = getDataConfig('hemodialysis', 'precaution')
576
   },
576
   },
577
   mounted() {
577
   mounted() {
578
-    console.log(this.records)
578
+    // console.log(this.records)
579
     this.loading = true
579
     this.loading = true
580
     var ids = this.$store.getters.temp_params.batch_print_dialysis_record_ids
580
     var ids = this.$store.getters.temp_params.batch_print_dialysis_record_ids
581
     if (ids.length == 0) {
581
     if (ids.length == 0) {