see999 3 years ago
parent
commit
820d220338

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

521
                                 <td width="80">透析液配方:</td>
521
                                 <td width="80">透析液配方:</td>
522
                                 <td width="10">钙</td>
522
                                 <td width="10">钙</td>
523
                                 <td width="10">(</td>
523
                                 <td width="10">(</td>
524
-                                <td width="250">
524
+                                <td width="260">
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_name ? record.prescription.dialysate_formulation_name.indexOf('1.25') > -1 ? true : false : false" showValue="1.25"></label-box>
526
                                 &nbsp;
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_name ? record.prescription.dialysate_formulation_name.indexOf('1.5') > -1 ? true : false : false" showValue="1.5"></label-box>

+ 1 - 1
src/xt_pages/user/inspection.vue View File

313
             index2 = index
313
             index2 = index
314
           }
314
           }
315
           if(it.item_name == '转铁蛋白饱和度(计算)'){
315
           if(it.item_name == '转铁蛋白饱和度(计算)'){
316
-            it.value = (parseFloat(this.form.formItem[index1].value) / parseFloat(this.form.formItem[index2].value)) * 10
316
+            it.value = (parseFloat(this.form.formItem[index1].value) / parseFloat(this.form.formItem[index2].value)) * 100
317
           }
317
           }
318
         })
318
         })
319
       }
319
       }