yq1 před 1 rokem
rodič
revize
1374697045

+ 13 - 10
src/xt_pages/dialysis/batch_print/batch_print_order_seventythree.vue Zobrazit soubor

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

+ 12 - 11
src/xt_pages/dialysis/template/DialysisPrintOrderSeventythree.vue Zobrazit soubor

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