Browse Source

25 1月15 发药

yq1 1 month ago
parent
commit
3aa6efef3d

File diff suppressed because it is too large
+ 486 - 744
src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue


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

@@ -61,9 +61,9 @@
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_other==''?true :false" showValue="无特殊"></label-box>&nbsp;
65
-                        <label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis_other!=''?true :false" showValue="出现:"></label-box>
66
-                        <span>{{record.assessment_before_dislysis.symptom_before_dialysis_other}}</span>
64
+                        <label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis==''?true :false" showValue="无特殊"></label-box>&nbsp;
65
+                        <label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis!=''?true :false" showValue="出现:"></label-box>
66
+                        <span>{{record.assessment_before_dislysis.symptom_before_dialysis}}</span>
67 67
                       </div>
68 68
                     </td>
69 69
                   </tr>
@@ -228,7 +228,7 @@
228 228
                     <td>R<br/>bpm</td>
229 229
                     <td>BP<br/>mmHg</td>
230 230
                     <td>SpO₂<br/>%</td>
231
-                    <td>记录</td>
231
+                    <td width="200">记录</td>
232 232
                   </tr>
233 233
                   <tr v-for="(monitor, monindex) in record.monitor_records" :key="monindex">
234 234
                     <td style="height: 30px;">{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>

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

@@ -36,12 +36,12 @@
36 36
                 <div style="line-height:30px;">
37 37
                   上机前病情:
38 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>
39
+                    <label-box :isChecked="predialysis.symptom_before_dialysis==''?true :false" showValue="无特殊"></label-box>&nbsp;
40
+                    <label-box :isChecked="predialysis.symptom_before_dialysis!=''?true :false" showValue="出现:"></label-box>
41 41
                   <!-- </span> -->
42 42
 
43 43
                   <!-- <span>{{predialysis.symptom_before_dialysis}}</span> -->
44
-                  <span>{{predialysis.symptom_before_dialysis_other}}</span>
44
+                  <span>{{predialysis.symptom_before_dialysis}}</span>
45 45
                 </div>
46 46
               </td>
47 47
             </tr>
@@ -202,7 +202,7 @@
202 202
               <td>BP<br/>mmHg</td>
203 203
               <td>SpO₂<br/>%</td>
204 204
               <!-- <td>时间</td> -->
205
-              <td>记录</td>
205
+              <td width="200">记录</td>
206 206
             </tr>
207 207
             <tr v-for="(monitor, monindex) in monitors" :key="monindex">
208 208
               <td style="height: 30px;">{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>

File diff suppressed because it is too large
+ 600 - 834
src/xt_pages/dialysis/template/DialysisPrintOrdereightyone.vue