Browse Source

7月24,74号批量

yq1 8 months ago
parent
commit
acbb155f53

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

@@ -61,7 +61,7 @@
61 61
                     <td colspan="3">
62 62
                       <div style="line-height:30px;">
63 63
                         上机前病情:
64
-                        <label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis!=''?true :false" showValue="无特殊"></label-box>&nbsp;
64
+                        <label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis_other==''?true :false" showValue="无特殊"></label-box>&nbsp;
65 65
                         <label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis_other!=''?true :false" showValue="出现:"></label-box>
66 66
                         <span>{{record.assessment_before_dislysis.symptom_before_dialysis_other}}</span>
67 67
                       </div>

+ 5 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSop.vue View File

@@ -35,8 +35,11 @@
35 35
               <td colspan="3">
36 36
                 <div style="line-height:30px;">
37 37
                   上机前病情:
38
-                  <label-box :isChecked="predialysis.symptom_before_dialysis!=''?true :false" showValue="无特殊"></label-box>&nbsp;
39
-                  <label-box :isChecked="predialysis.symptom_before_dialysis==''?true :false" showValue="出现:"></label-box>
38
+                  <!-- <span v-if="predialysis.symptom_before_dialysis_other==''"> -->
39
+                    <label-box :isChecked="predialysis.symptom_before_dialysis_other==''?true :false" showValue="无特殊"></label-box>&nbsp;
40
+                    <label-box :isChecked="predialysis.symptom_before_dialysis_other!=''?true :false" showValue="出现:"></label-box>
41
+                  <!-- </span> -->
42
+                  
40 43
                   <!-- <span>{{predialysis.symptom_before_dialysis}}</span> -->
41 44
                   <span>{{predialysis.symptom_before_dialysis_other}}</span>
42 45
                 </div>