Browse Source

Merge branch '20200710_pc_vue_new_branch' into 20200916_pc_vue_new_branch

csx 4 years ago
parent
commit
a644469045

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

@@ -94,7 +94,7 @@
94 94
                     > 
95 95
                     <label-box
96 96
                       :isChecked="
97
-                         record.prescription.mode_id == 3 ? true : false
97
+                         record.prescription.mode_id == 3 ? true : record.prescription.mode_id == 4 ? true : false
98 98
                       "
99 99
                       showValue="HP"
100 100
                     ></label-box

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue View File

@@ -80,7 +80,7 @@
80 80
             <span style="display:inline-block;margin-left:15px;">治疗方式:</span>
81 81
             <label-box :isChecked="prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>&nbsp;
82 82
             <label-box :isChecked="prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>&nbsp;
83
-            <label-box :isChecked="prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>&nbsp;
83
+            <label-box :isChecked="prescription.mode_id == 3 ? true : prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>&nbsp;
84 84
             <label-box :isChecked="prescription.mode_id == 7 ? true : false" showValue="IUF"></label-box>&nbsp;
85 85
             <label-box :isChecked="prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>&nbsp;
86 86
           </td>