Browse Source

引血100ml/min

huangyw 3 years ago
parent
commit
f46b472d2a

+ 4 - 0
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

@@ -1227,6 +1227,10 @@ export default {
1227 1227
     newRecordAction: function() {
1228 1228
       this.setEditMonitor(null);
1229 1229
       this.$refs.table.setCurrentRow(null);
1230
+      if(this.monitors.length == 0){
1231
+        this.form.result = "引血100ml/min"
1232
+        this.result_selecteds = this.form.result.split(',')
1233
+      }
1230 1234
       this.edit = true;
1231 1235
       this.isAdd = true;
1232 1236
       this.getLastRecordTody()

+ 7 - 14
src/xt_pages/dialysis/template/DialysisPrintOrderFortySeven.vue View File

@@ -1231,12 +1231,10 @@
1231 1231
                               : ""
1232 1232
                           }}
1233 1233
                         </td>
1234
-                        <td v-if="org_id == 9836">
1235
-                          {{ monitor.temperature ? monitor.temperature : "" }}
1236
-                        </td>
1237
-                        <td v-if="org_id != 9538">
1234
+                        <td>
1238 1235
                           {{ monitor.conductivity ? monitor.conductivity : "" }}
1239 1236
                         </td>
1237
+
1240 1238
                         <td v-if="org_id == 9538">
1241 1239
                           {{
1242 1240
                             monitor.sodium_concentration
@@ -1244,14 +1242,7 @@
1244 1242
                               : ""
1245 1243
                           }}
1246 1244
                         </td>
1247
-                        <td
1248
-                          v-if="
1249
-                            (dialysisOrder &&
1250
-                              monitor.operate_time > dialysisOrder.end_time) ||
1251
-                            (dialysisOrder &&
1252
-                              monitor.operate_time < dialysisOrder.start_time)
1253
-                          "
1254
-                        >
1245
+                        <td>
1255 1246
                           {{
1256 1247
                             monitor.ultrafiltration_volume
1257 1248
                               ? monitor.ultrafiltration_volume
@@ -1325,8 +1316,10 @@
1325 1316
                                   monitor.operate_time ==
1326 1317
                                     dialysisOrder.start_time
1327 1318
                                 "
1328
-                                >【开始透析】</template
1329
-                              >
1319
+                                >【开始透析】
1320
+                                <!-- 引血100ml/min -->
1321
+                                </template>
1322
+                              
1330 1323
                               {{ monitor.end }} {{ monitor.symptom }} &nbsp;{{
1331 1324
                                 monitor.dispose
1332 1325
                               }}