Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 3 years ago
parent
commit
5cb5e1b03b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/dialysis/batch_print/batch_print_order_forty.vue

+ 3 - 3
src/xt_pages/dialysis/batch_print/batch_print_order_forty.vue View File

@@ -522,11 +522,11 @@
522 522
                                 <td width="10">钙</td>
523 523
                                 <td width="10">(</td>
524 524
                                 <td width="280">
525
-                                <label-box :isChecked="record.prescription.dialysate_formulation_name ? record.prescription.dialysate_formulation_name.indexOf('1.25') > -1 ? true : false : false" showValue="1.25"></label-box>
525
+                                <label-box :isChecked="record.prescription.dialysate_formulation ? dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('1.25') > -1 ? true : false : false" showValue="1.25"></label-box>
526 526
                                 &nbsp;
527
-                                <label-box :isChecked="record.prescription.dialysate_formulation_name ? record.prescription.dialysate_formulation_name.indexOf('1.5') > -1 ? true : false : false" showValue="1.5"></label-box>
527
+                                <label-box :isChecked="record.prescription.dialysate_formulation ? dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('1.5') > -1 ? true : false : false" showValue="1.5"></label-box>
528 528
                                 &nbsp;
529
-                                <label-box :isChecked="record.prescription.dialysate_formulation_name ? record.prescription.dialysate_formulation_name.indexOf('1.75') > -1 ? true : false : false" showValue="1.75(mmol/L)"></label-box>
529
+                                <label-box :isChecked="record.prescription.dialysate_formulation ? dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('1.75') > -1 ? true : false : false" showValue="1.75(mmol/L)"></label-box>
530 530
                                 &nbsp;
531 531
                                 </td>
532 532
                                 <td width="10">)</td>