Bläddra i källkod

打印单字段填充

张保健 5 år sedan
förälder
incheckning
45670103e8

+ 5 - 5
src/xt_pages/dialysis/batch_print/batch_print_order_three.vue Visa fil

@@ -104,13 +104,13 @@
104 104
                     </div>
105 105
                     <div class="inline_block"  style="margin-left: 30px;">
106 106
                       病情:
107
-                        <check-box text="一般" :isChecked="isCheckBoxChecked(record.sick_condition, 'posture', 1)"></check-box>
108
-                        <check-box text="重" :isChecked="isCheckBoxChecked(record.sick_condition, 'posture', 2)"></check-box>
109
-                        <check-box text="危险" :isChecked="isCheckBoxChecked(record.sick_condition, 'posture', 3)"></check-box>
107
+                        <check-box text="一般" :checked="isCheckBoxChecked(record.receive_assessment, 'sick_condition', 1)"></check-box>
108
+                        <check-box text="重" :checked="isCheckBoxChecked(record.receive_assessment, 'sick_condition', 2)"></check-box>
109
+                        <check-box text="危险" :checked="isCheckBoxChecked(record.receive_assessment, 'sick_condition', 3)"></check-box>
110 110
                       其它:
111 111
                    
112 112
                       <div class="under_line" style="width: 150px;">
113
-                        {{record.sick_condition_other}}
113
+                        {{record.receive_assessment.sick_condition_other}}
114 114
                       </div>
115 115
                     </div>
116 116
                   </div>
@@ -397,7 +397,7 @@
397 397
                       <td>{{monitor_record.displacement_quantity?monitor_record.displacement_quantity:''}}</td>
398 398
                       <td>{{monitor_record.venous_pressure?monitor_record.venous_pressure:''}}</td>
399 399
                       <td>{{monitor_record.transmembrane_pressure?monitor_record.transmembrane_pressure:''}}</td>
400
-                      <td>&nbsp;电导度</td>
400
+                      <td>{{monitor_record.conductivity?monitor_record.conductivity:''}}</td>
401 401
                       <td>
402 402
                         {{monitor_record.symptom}}
403 403
                         &nbsp;{{monitor_record.dispose}}

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderThree.vue Visa fil

@@ -148,7 +148,7 @@
148 148
                     <td width="35">其它</td>
149 149
                     <td width="">
150 150
                       <div class="under-line">&nbsp;
151
-                        <span v-if="predialysis.is_hemorrhage==1">{{receiverTreatmentAccess.sick_condition_other}}</span>
151
+                        <span >{{receiverTreatmentAccess.sick_condition_other}}</span>
152 152
                       </div>
153 153
                     </td>
154 154
                     <td></td>
@@ -599,7 +599,7 @@
599 599
               <td>&nbsp;{{monitor.displacement_quantity?monitor.displacement_quantity:''}}</td>
600 600
               <td>&nbsp;{{monitor.venous_pressure?monitor.venous_pressure:''}}</td>
601 601
               <td>&nbsp;{{monitor.transmembrane_pressure?monitor.transmembrane_pressure:''}}</td>
602
-              <td>&nbsp;电导度</td>
602
+              <td>&nbsp;{{monitor.conductivity?monitor.conductivity:''}}</td>
603 603
               <!-- <td>&nbsp;{{monitor.sodium_concentration}}</td>
604 604
               <td>&nbsp;{{monitor.dialysate_temperature}}</td>
605 605
               <td>&nbsp;{{monitor.replacement_rate}}</td> -->