Browse Source

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

csx 4 years ago
parent
commit
b22a6f0123

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

94
                     > 
94
                     > 
95
                     <label-box
95
                     <label-box
96
                       :isChecked="
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
                       showValue="HP"
99
                       showValue="HP"
100
                     ></label-box
100
                     ></label-box

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

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