yq1 1 year ago
parent
commit
1374697045

+ 13 - 10
src/xt_pages/dialysis/batch_print/batch_print_order_seventythree.vue View File

660
                         {{ record.prescription &&
660
                         {{ record.prescription &&
661
                             record.prescription.dialysis_irrigation
661
                             record.prescription.dialysis_irrigation
662
                               ? record.prescription.dialysis_irrigation
662
                               ? record.prescription.dialysis_irrigation
663
-                              : "/" }}
663
+                              : "" }} 
664
+                            {{
665
+                              record.prescription.dialysis_dialyszers
666
+                                ? record.prescription.dialysis_dialyszers
667
+                                : ""
668
+                            }}
664
                         </div>
669
                         </div>
665
                       </div>
670
                       </div>
666
                       <div class="inline_block" style="flex: 1">
671
                       <div class="inline_block" style="flex: 1">
1088
                           <td width="50">
1093
                           <td width="50">
1089
                             静脉压(mmHg)/跨膜压(mmHg)
1094
                             静脉压(mmHg)/跨膜压(mmHg)
1090
                           </td>
1095
                           </td>
1091
-                          <td width="50">超滤率(ml/h)/超滤量(ml)</td>
1096
+                          <td width="50">超滤量(ml)/超滤率(ml/h)</td>
1092
                           <td width="50">置换率(ml/min)/置换量(L)</td>
1097
                           <td width="50">置换率(ml/min)/置换量(L)</td>
1093
                           <td width="50" >
1098
                           <td width="50" >
1094
                             <span > 钠浓度(mmol/L)/温度°C</span>
1099
                             <span > 钠浓度(mmol/L)/温度°C</span>
1124
                             {{ monitor_record.transmembrane_pressure ? monitor_record.transmembrane_pressure : '0' }}
1129
                             {{ monitor_record.transmembrane_pressure ? monitor_record.transmembrane_pressure : '0' }}
1125
                           </td>
1130
                           </td>
1126
                           <td>
1131
                           <td>
1127
-                            {{ monitor_record.ultrafiltration_rate ? monitor_record.ultrafiltration_rate : '0' }} /
1128
-                            {{ monitor_record.ultrafiltration_volume ? monitor_record.ultrafiltration_volume : '0' }}
1132
+                            {{ monitor_record.ultrafiltration_volume ? monitor_record.ultrafiltration_volume : '0' }} /
1133
+                            {{ monitor_record.ultrafiltration_rate ? monitor_record.ultrafiltration_rate : '0' }} 
1129
                           </td>
1134
                           </td>
1130
                           <!-- 置换率(ml/min)/置换量(L) -->
1135
                           <!-- 置换率(ml/min)/置换量(L) -->
1131
                           <td>
1136
                           <td>
1150
                               monitor_record.diastolic_blood_pressure ? monitor_record.diastolic_blood_pressure : ""
1155
                               monitor_record.diastolic_blood_pressure ? monitor_record.diastolic_blood_pressure : ""
1151
                             }}
1156
                             }}
1152
                           </td>
1157
                           </td>
1153
-                          <td></td>
1158
+                          <td>{{ monitor_record.symptom }}</td>
1154
                           <td>
1159
                           <td>
1155
                             <div
1160
                             <div
1156
                               style="min-height: 35px; line-height: 35px; overflow: hidden;"
1161
                               style="min-height: 35px; line-height: 35px; overflow: hidden;"
1167
                                   >【开始透析】引血100ml/min</template
1172
                                   >【开始透析】引血100ml/min</template
1168
                                 >
1173
                                 >
1169
                                 {{ monitor_record.end }}
1174
                                 {{ monitor_record.end }}
1170
-                                {{ monitor_record.symptom }} &nbsp;{{
1171
-                                  monitor_record.dispose
1172
-                                }}
1173
-                                &nbsp;{{ monitor_record.result }}
1175
+                                 &nbsp;{{ monitor_record.dispose}}
1176
+                                &nbsp;
1174
                               </span>
1177
                               </span>
1175
                             </div>
1178
                             </div>
1176
                           </td>
1179
                           </td>
1177
-                          <td></td>
1180
+                          <td>{{ monitor_record.result }}</td>
1178
                         </tr>
1181
                         </tr>
1179
                        
1182
                        
1180
                         <tr
1183
                         <tr

+ 12 - 11
src/xt_pages/dialysis/template/DialysisPrintOrderSeventythree.vue View File

632
                     <div class="inline_block" style="flex: 2">
632
                     <div class="inline_block" style="flex: 2">
633
                       人工肾装置:
633
                       人工肾装置:
634
                       <div class="under_line" style="width: 50%; text-align: center">
634
                       <div class="under_line" style="width: 50%; text-align: center">
635
-                        {{prescription.dialysis_irrigation?prescription.dialysis_irrigation:"/"}}
635
+                        {{prescription.dialysis_irrigation?prescription.dialysis_irrigation:""}}&nbsp;
636
+                        {{
637
+                          prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : ""
638
+                        }}
636
                       </div>
639
                       </div>
637
                     </div>
640
                     </div>
638
                      <div class="inline_block" style="flex: 1">
641
                      <div class="inline_block" style="flex: 1">
1024
                         <td width="50">
1027
                         <td width="50">
1025
                           静脉压(mmHg)/跨膜压(mmHg)
1028
                           静脉压(mmHg)/跨膜压(mmHg)
1026
                         </td>
1029
                         </td>
1027
-                        <td width="50">超滤率(ml/h)/超滤量(ml)</td>
1030
+                        <td width="50">超滤量(ml)/超滤率(ml/h)</td>
1028
                         <td width="50">置换率(ml/min)/置换量(L)</td>
1031
                         <td width="50">置换率(ml/min)/置换量(L)</td>
1029
                         <td width="50" >
1032
                         <td width="50" >
1030
                           <span > 钠浓度(mmol/L)/温度°C</span>
1033
                           <span > 钠浓度(mmol/L)/温度°C</span>
1049
                           {{ monitor.transmembrane_pressure? monitor.transmembrane_pressure : "0" }}
1052
                           {{ monitor.transmembrane_pressure? monitor.transmembrane_pressure : "0" }}
1050
                         </td>
1053
                         </td>
1051
                         <td>
1054
                         <td>
1052
-                          {{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '0' }} / 
1053
-                          {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : '0'  }}
1055
+                          {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : '0'  }} /
1056
+                          {{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '0' }} 
1054
                         </td>
1057
                         </td>
1055
                         <td>
1058
                         <td>
1056
                           {{ monitor.replacement_rate ? monitor.replacement_rate : '0' }} / 
1059
                           {{ monitor.replacement_rate ? monitor.replacement_rate : '0' }} / 
1067
                         <td>{{monitor.systolic_blood_pressure? monitor.systolic_blood_pressure + "/": ""}}
1070
                         <td>{{monitor.systolic_blood_pressure? monitor.systolic_blood_pressure + "/": ""}}
1068
                           {{monitor.diastolic_blood_pressure? monitor.diastolic_blood_pressure: ""}}
1071
                           {{monitor.diastolic_blood_pressure? monitor.diastolic_blood_pressure: ""}}
1069
                         </td>
1072
                         </td>
1070
-                        <td></td>
1073
+                        <td>{{ monitor.symptom }}</td>
1071
                         <td>
1074
                         <td>
1072
                           <div style=" min-height: 35px; line-height: 35px; overflow: hidden; ">
1075
                           <div style=" min-height: 35px; line-height: 35px; overflow: hidden; ">
1073
                             <span
1076
                             <span
1079
                                 v-if="
1082
                                 v-if="
1080
                                   (dialysisOrder &&
1083
                                   (dialysisOrder &&
1081
                                   monitor.operate_time ==
1084
                                   monitor.operate_time ==
1082
-                                    dialysisOrder.start_time)&&(org_id!=10414)
1085
+                                    dialysisOrder.start_time)
1083
                                 "
1086
                                 "
1084
                                 >【开始透析】引血100ml/min
1087
                                 >【开始透析】引血100ml/min
1085
                                 </template>
1088
                                 </template>
1086
 
1089
 
1087
-                              {{ monitor.end }} {{ monitor.symptom }} &nbsp;{{
1088
-                                monitor.dispose
1089
-                              }}
1090
-                              &nbsp;{{ monitor.result }}
1090
+                              {{ monitor.end }}  &nbsp;{{ monitor.dispose}}
1091
+                              &nbsp;
1091
                             </span>
1092
                             </span>
1092
                           </div>
1093
                           </div>
1093
                         </td>
1094
                         </td>
1094
-                        <td></td>
1095
+                        <td>{{ monitor.result }}</td>
1095
                       </tr>
1096
                       </tr>
1096
                       <tr
1097
                       <tr
1097
                         v-for="(monitor, monindex) in monitors2"
1098
                         v-for="(monitor, monindex) in monitors2"