Преглед на файлове

Merge branch '20200710_pc_vue_new_branch' into 20200916_pc_vue_new_branch

csx преди 4 години
родител
ревизия
a644469045
променени са 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,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 Целия файл

@@ -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>