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
2726be9c6e

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

@@ -521,7 +521,7 @@
521 521
                                 <td width="80">透析液配方:</td>
522 522
                                 <td width="10">钙</td>
523 523
                                 <td width="10">(</td>
524
-                                <td width="250">
524
+                                <td width="260">
525 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 526
                                 &nbsp;
527 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,7 +313,7 @@ export default {
313 313
             index2 = index
314 314
           }
315 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
       }