yq1 1 year ago
parent
commit
adeb0d1bc1

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

@@ -1185,156 +1185,7 @@
1185 1185
                 </tr>
1186 1186
                 <tr>
1187 1187
                   <td style="padding: 0; position: relative" colspan="2">
1188
-                    <!-- <table class="inside_table">
1189
-                      <tbody>
1190
-
1191
-                        <tr>
1192
-                          <td
1193
-                          :colspan="
1194
-                            record.prescription.mode_id == 2 ||
1195
-                            record.prescription.mode_id == 5
1196
-                              ? 11
1197
-                              : 10
1198
-                          "
1199
-                            style="
1200
-                              letter-spacing: 5px;
1201
-                              text-align: center;
1202
-                              font-weight: 520;
1203
-                              font-size: 16px;
1204
-                              padding: 0 8px;
1205
-                              line-height: 30px;
1206
-                            "
1207
-                          >
1208
-                            治疗记录
1209
-                          </td>
1210
-                        </tr>
1211
-                        <tr>
1212
-                          <td width="50">时间</td>
1213
-                          <td width="60">血压<br />(mmHg)</td>
1214
-                          <td width="50">脉搏<br />(次/分)</td>
1215
-                          <td width="50">血流量<br />(ml/min)</td>
1216
-                          <td width="50">
1217
-                            静脉压<br />(mmHg)
1218
-                          </td>
1219
-                          <td width="50">
1220
-                            跨膜压<br />(mmHg)
1221
-                          </td>
1222
-                          <td width="50">
1223
-                            <span> 钠浓度<br />(mmol/L)</span>
1224
-                          </td>
1225
-                          <td width="50">超滤量<br />(ml)</td>
1226
-                          <td width="60" v-if="record.prescription.mode_id == 2">置换液的速度<br />(ml/h)</td>
1227
-                          <td width="65">肝素剩余量<br />(ml)</td>
1228
-                          <td width="200">病情变化及处理</td>
1229
-                        </tr>
1230
-
1231
-                        <tr v-for="(monitor_record, j) in record.monitor_records" :key="j">
1232
-                          <td>{{ getTime(monitor_record.operate_time, "{h}:{i}") }}</td>
1233
-                          <td>{{monitor_record.systolic_blood_pressure ? monitor_record.systolic_blood_pressure + "/": ""}}
1234
-                            {{monitor_record.diastolic_blood_pressure? monitor_record.diastolic_blood_pressure: ""}}</td>
1235
-                          <td>{{ monitor_record.pulse_frequency? monitor_record.pulse_frequency: ""}}</td>
1236
-                          <td>{{monitor_record.blood_flow_volume? monitor_record.blood_flow_volume: ""}}</td>
1237
-                          <td><span> {{ monitor_record.venous_pressure ? monitor_record.venous_pressure : "" }}</span></td>
1238
-                          <td>
1239
-                            <span>
1240
-                              {{
1241
-                                monitor_record.transmembrane_pressure
1242
-                                  ? monitor_record.transmembrane_pressure
1243
-                                  : "/"
1244
-                              }}
1245
-                            </span>
1246
-                          </td>
1247
-                          <td>{{monitor_record.sodium_concentration? monitor_record.sodium_concentration: ""}}</td>
1248
-                          <td >
1249
-                            <span> {{ monitor_record.ultrafiltration_volume? monitor_record.ultrafiltration_volume: ""}}</span>
1250
-                          </td>
1251
-                          <td v-if="record.prescription.mode_id == 2">
1252
-                            <span> {{ monitor_record.replacement_speed ? monitor_record.replacement_speed : "" }}</span>
1253
-                          </td>
1254
-
1255
-                          <td>
1256
-                            <span v-if="record.prescription.anticoagulant != 7">/</span>
1257
-                            <span v-if="record.prescription.anticoagulant == 7"></span>
1258
-                          </td>
1259
-                          <td style="line-height: 16px; padding: 0px">
1260
-                            <div
1261
-                              style="
1262
-                                min-height: 35px;
1263
-                                line-height: 35px;
1264
-                                overflow: hidden;
1265
-                              "
1266
-                            >
1267
-                              <span
1268
-                                style="
1269
-                                  word-break: break-all;
1270
-                                  margin: 0;
1271
-                                  line-height: 16px;
1272
-                                  -webkit-line-clamp: 3;
1273
-                                  overflow: visible;
1274
-                                  display: inline-block;
1275
-                                  vertical-align: middle;
1276
-                                  height: auto;
1277
-                                "
1278
-                              >
1279
-                                <template
1280
-                                  v-if="
1281
-                                    record.dialysis_order &&
1282
-                                    monitor_record.operate_time ==
1283
-                                      record.dialysis_order.start_time
1284
-                                  "
1285
-                                  >【开始透析】</template
1286
-                                >
1287
-                                {{ monitor_record.end }}
1288
-                                {{ monitor_record.symptom }} &nbsp;{{
1289
-                                  monitor_record.dispose
1290
-                                }}
1291
-                                &nbsp;{{ monitor_record.result }}
1292
-                              </span>
1293
-                            </div>
1294
-                          </td>
1295
-                        </tr>
1296
-
1297
-                        <tr
1298
-                          v-for="(monitor_record, s) in record.monitor_records2"
1299
-                          :key="s"
1300
-                        >
1301
-                          <td></td>
1302
-                          <td></td>
1303
-                          <td></td>
1304
-                          <td></td>
1305
-                          <td></td>
1306
-                          <td></td>
1307
-                          <td></td>
1308
-                          <td></td>
1309
-                          <td v-if="record.prescription.mode_id == 2"></td>
1310
-                          <td></td>
1311
-                          <td style="line-height: 16px; padding: 0px">
1312
-                            <div
1313
-                              style="
1314
-                                height: 40px;
1315
-                                line-height: 20px;
1316
-                                overflow: hidden;
1317
-                              "
1318
-                            >
1319
-                              <span
1320
-                                style="
1321
-                                  word-break: break-all;
1322
-                                  margin: 0;
1323
-                                  line-height: 16px;
1324
-                                  -webkit-line-clamp: 3;
1325
-                                  overflow: visible;
1326
-                                  display: inline-block;
1327
-                                  vertical-align: middle;
1328
-                                  height: auto;
1329
-                                "
1330
-                              >
1331
-                              </span>
1332
-                            </div>
1333
-                          </td>
1334
-                        </tr>
1335
-                      </tbody>
1336
-                    </table> -->
1337
-
1188
+ 
1338 1189
                     <div style="width: 100%;text-align: center;">
1339 1190
                         <div style="border-bottom: 1px solid black;">治疗记录</div>
1340 1191
                         <div style="display: flex;">

+ 0 - 170
src/xt_pages/dialysis/template/DialysisPrintOrderSeventyTwo.vue View File

@@ -1083,176 +1083,6 @@
1083 1083
               </tr>
1084 1084
               <tr>
1085 1085
                 <td style="padding: 0; position: relative" colspan="2">
1086
-                  <!-- <table class="inside_table">
1087
-                    <tbody>
1088
-                      <tr>
1089
-                        <td
1090
-                          :colspan="
1091
-                            prescription.mode_id == 2 ||
1092
-                            prescription.mode_id == 5
1093
-                              ? 11
1094
-                              : 10
1095
-                          "
1096
-                          style="
1097
-                            letter-spacing: 5px;
1098
-                            text-align: center;
1099
-                            font-weight: 520;
1100
-                            font-size: 16px;
1101
-                            padding: 0px 8px;
1102
-                            line-height: 30px;
1103
-                          "
1104
-                        >
1105
-                          治疗记录
1106
-                        </td>
1107
-                      </tr>
1108
-                      <tr>
1109
-                        <td width="50">时间</td>
1110
-                        <td width="60">血压<br />(mmHg)</td>
1111
-                        <td width="50">脉搏<br />(次/分)</td>
1112
-                        <td width="50">血流量<br />(ml/min)</td>
1113
-                        <td width="50">
1114
-                          静脉压<br />({{
1115
-                            monitors[0] && monitors[0]["venous_pressure_type"] == 2
1116
-                              ? "kpa" : "mmHg"
1117
-                          }})
1118
-                        </td>
1119
-                        <td width="50">
1120
-                          跨膜压<br />({{ monitors[0] &&
1121
-                            monitors[0]["transmembrane_pressure_type"] == 2
1122
-                              ? "kpa" : "mmHg"
1123
-                          }})
1124
-                        </td>
1125
-                        <td width="50">
1126
-                          <span> 钠浓度<br />(mmol/L)</span>
1127
-                        </td>
1128
-                        <td width="50">超滤量<br />(ml)</td>
1129
-                        <td width="60" v-if=" prescription.mode_id == 2">置换液的速度<br />(ml/h)</td>
1130
-                        <td width="65">肝素剩余量度<br />(ml)</td>
1131
-                        <td width="200">病情变化及处理</td>
1132
-                      </tr>
1133
-
1134
-                      <tr v-for="(monitor, monindex) in monitors" :key="monindex">
1135
-                        <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
1136
-                        <td>{{monitor.systolic_blood_pressure? monitor.systolic_blood_pressure + "/": ""}}
1137
-                          {{monitor.diastolic_blood_pressure? monitor.diastolic_blood_pressure: ""}}</td>
1138
-                        <td>{{ monitor.pulse_frequency? monitor.pulse_frequency: ""}}</td>
1139
-                        <td>{{monitor.blood_flow_volume? monitor.blood_flow_volume: ""}}</td>
1140
-                        <td><span> {{ monitor.venous_pressure ? monitor.venous_pressure : "" }}</span></td>
1141
-                        <td>
1142
-                          <span
1143
-                            v-if="
1144
-                              (dialysisOrder && monitor.operate_time > dialysisOrder.end_time) ||
1145
-                              (dialysisOrder && monitor.operate_time < dialysisOrder.start_time)
1146
-                            "
1147
-                          >
1148
-                            {{
1149
-                              monitor.transmembrane_pressure
1150
-                                ? monitor.transmembrane_pressure
1151
-                                : "/"
1152
-                            }}
1153
-                          </span>
1154
-                          <span
1155
-                            v-if=" dialysisOrder && monitor.operate_time <= dialysisOrder.end_time &&
1156
-                              dialysisOrder && monitor.operate_time >= dialysisOrder.start_time "
1157
-                          >
1158
-                            {{
1159
-                              monitor.transmembrane_pressure
1160
-                                ? monitor.transmembrane_pressure
1161
-                                : ""
1162
-                            }}
1163
-                          </span>
1164
-                        </td>
1165
-                        <td>{{monitor.sodium_concentration? monitor.sodium_concentration: ""}}</td>
1166
-                        <td >
1167
-                          <span> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
1168
-                        </td>
1169
-                        <td v-if=" prescription.mode_id == 2">
1170
-                          <span> {{ monitor.replacement_speed ? monitor.replacement_speed : "" }}</span>
1171
-                        </td>
1172
-
1173
-                        <td>
1174
-                          <span v-if="record.prescription.anticoagulant != 7">/</span>
1175
-                          <span v-if="record.prescription.anticoagulant == 7"></span>
1176
-                        </td>
1177
-                        <td style="line-height: 16px; padding: 0px">
1178
-                          <div
1179
-                            style="
1180
-                              min-height: 35px;
1181
-                              line-height: 35px;
1182
-                              overflow: hidden;
1183
-                            "
1184
-                          >
1185
-                            <span
1186
-                              style="
1187
-                                word-break: break-all;
1188
-                                margin: 0;
1189
-                                line-height: 16px;
1190
-                                -webkit-line-clamp: 3;
1191
-                                overflow: visible;
1192
-                                display: inline-block;
1193
-                                vertical-align: middle;
1194
-                                height: auto;
1195
-                              "
1196
-                            >
1197
-                              <template
1198
-                                v-if="
1199
-                                  (dialysisOrder &&
1200
-                                  monitor.operate_time ==
1201
-                                    dialysisOrder.start_time)&&(org_id!=10414)
1202
-                                "
1203
-                                >【开始透析】
1204
-                                </template>
1205
-
1206
-                              {{ monitor.end }} {{ monitor.symptom }} &nbsp;{{
1207
-                                monitor.dispose
1208
-                              }}
1209
-                              &nbsp;{{ monitor.result }}
1210
-                            </span>
1211
-                          </div>
1212
-                        </td>
1213
-                      </tr>
1214
-                      <tr
1215
-                        v-for="(monitor, monindex) in monitors2"
1216
-                        :key="monindex"
1217
-                      >
1218
-                        <td></td>
1219
-                        <td></td>
1220
-                        <td></td>
1221
-                        <td></td>
1222
-
1223
-                        <td></td>
1224
-                        <td></td>
1225
-                        <td></td>
1226
-                        <td></td>
1227
-
1228
-                        <td v-if=" prescription.mode_id == 2"></td>
1229
-                        <td></td>
1230
-                        <td style="line-height: 16px; padding: 0px">
1231
-                          <div
1232
-                            style="
1233
-                              height: 30px;
1234
-                              line-height: 30px;
1235
-                              overflow: hidden;
1236
-                            "
1237
-                          >
1238
-                            <span
1239
-                              style="
1240
-                                word-break: break-all;
1241
-                                margin: 0;
1242
-                                line-height: 16px;
1243
-                                -webkit-line-clamp: 3;
1244
-                                overflow: visible;
1245
-                                display: inline-block;
1246
-                                vertical-align: middle;
1247
-                                height: auto;
1248
-                              "
1249
-                            >
1250
-                            </span>
1251
-                          </div>
1252
-                        </td>
1253
-                      </tr>
1254
-                    </tbody>
1255
-                  </table> -->
1256 1086
                   <div style="width: 100%;text-align: center;">
1257 1087
                     <div style="border-bottom: 1px solid black;">治疗记录</div>
1258 1088
                     <div style="display: flex;">