Browse Source

修改中能建问题

张保健 4 years ago
parent
commit
69b23c090d

+ 4 - 0
src/pages/main/dialog/modify_order/modify_order_form.vue View File

@@ -368,6 +368,10 @@ export default {
368 368
     },
369 369
     didSelectDeliveryWay: function(index) {
370 370
       this.didCloseSingleOptionDialog();
371
+      if (index == -1) {
372
+        this.order.delivery_way = "";
373
+        return;
374
+      }
371 375
       this.order.delivery_way = this.delivery_way_options[index].name;
372 376
     },
373 377
     selectExecFrequencyAction: function() {

+ 1 - 1
src/pages/main/today/dialysisPrescription.vue View File

@@ -107,7 +107,7 @@
107 107
           <span class="unit" v-if="this.prescription.anticoagulant == 3">{{anticoagulant_weichi != '0'?"iu":""}}</span>
108 108
           <span class="unit" v-if="this.prescription.anticoagulant == 1">{{anticoagulant_weichi != '0'?"mg/h":""}}</span>
109 109
           <span class="unit" v-if="this.prescription.anticoagulant == 4">{{anticoagulant_weichi != '0'?"mg/h":""}}</span>
110
-          <span class="unit" v-if="this.prescription.anticoagulant == 5">{{anticoagulant_weichi != '0'?"mg/h":""}}</span>
110
+          <span class="unit" v-if="this.prescription.anticoagulant == 5">{{anticoagulant_weichi != '0'?"ml/h":""}}</span>
111 111
         </li>
112 112
 
113 113
         <li v-if="isShow('总量')&&this.prescription.anticoagulant != 5">

+ 16 - 1
src/store/modules/globalConfig.js View File

@@ -408,7 +408,7 @@ const global_config = {
408 408
       },
409 409
       5: {
410 410
         id: 5,
411
-        name: '枸橼酸钠',
411
+        name: '4%枸橼酸钠',
412 412
         type: 1,
413 413
         shouji: -1,
414 414
         weichi: 1,
@@ -421,6 +421,21 @@ const global_config = {
421 421
         gaimingcheng_unit: 'ml/h',
422 422
         gaijiliang_unit: ''
423 423
       },
424
+      6: {
425
+        id: 5,
426
+        name: '3%枸橼酸钠',
427
+        type: 1,
428
+        shouji: -1,
429
+        weichi: 1,
430
+        zongliang: -1,
431
+        gaimingcheng: 1,
432
+        gaijiliang: 1,
433
+        shouji_unit: '',
434
+        weichi_unit: 'ml/h',
435
+        zongliang_unit: '',
436
+        gaimingcheng_unit: 'ml/h',
437
+        gaijiliang_unit: ''
438
+      }
424 439
     },
425 440
     anticoagulants_set: {
426 441
       type: 2,