浏览代码

引血100ml/min

huangyw 3 年前
父节点
当前提交
f46b472d2a

+ 4 - 0
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue 查看文件

1227
     newRecordAction: function() {
1227
     newRecordAction: function() {
1228
       this.setEditMonitor(null);
1228
       this.setEditMonitor(null);
1229
       this.$refs.table.setCurrentRow(null);
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
       this.edit = true;
1234
       this.edit = true;
1231
       this.isAdd = true;
1235
       this.isAdd = true;
1232
       this.getLastRecordTody()
1236
       this.getLastRecordTody()

+ 7 - 14
src/xt_pages/dialysis/template/DialysisPrintOrderFortySeven.vue 查看文件

1231
                               : ""
1231
                               : ""
1232
                           }}
1232
                           }}
1233
                         </td>
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
                           {{ monitor.conductivity ? monitor.conductivity : "" }}
1235
                           {{ monitor.conductivity ? monitor.conductivity : "" }}
1239
                         </td>
1236
                         </td>
1237
+
1240
                         <td v-if="org_id == 9538">
1238
                         <td v-if="org_id == 9538">
1241
                           {{
1239
                           {{
1242
                             monitor.sodium_concentration
1240
                             monitor.sodium_concentration
1244
                               : ""
1242
                               : ""
1245
                           }}
1243
                           }}
1246
                         </td>
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
                             monitor.ultrafiltration_volume
1247
                             monitor.ultrafiltration_volume
1257
                               ? monitor.ultrafiltration_volume
1248
                               ? monitor.ultrafiltration_volume
1325
                                   monitor.operate_time ==
1316
                                   monitor.operate_time ==
1326
                                     dialysisOrder.start_time
1317
                                     dialysisOrder.start_time
1327
                                 "
1318
                                 "
1328
-                                >【开始透析】</template
1329
-                              >
1319
+                                >【开始透析】
1320
+                                <!-- 引血100ml/min -->
1321
+                                </template>
1322
+                              
1330
                               {{ monitor.end }} {{ monitor.symptom }} &nbsp;{{
1323
                               {{ monitor.end }} {{ monitor.symptom }} &nbsp;{{
1331
                                 monitor.dispose
1324
                                 monitor.dispose
1332
                               }}
1325
                               }}