See999 4 年 前
コミット
56ba0d2fc1
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      src/xt_pages/dialysis/batch_print/batch_print_order_eight.vue
  2. 1 1
      src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_eight.vue ファイルの表示

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 ファイルの表示

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>