Selaa lähdekoodia

修改中能建问题

张保健 4 vuotta sitten
vanhempi
commit
69b23c090d

+ 4 - 0
src/pages/main/dialog/modify_order/modify_order_form.vue Näytä tiedosto

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

+ 1 - 1
src/pages/main/today/dialysisPrescription.vue Näytä tiedosto

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

+ 16 - 1
src/store/modules/globalConfig.js Näytä tiedosto

408
       },
408
       },
409
       5: {
409
       5: {
410
         id: 5,
410
         id: 5,
411
-        name: '枸橼酸钠',
411
+        name: '4%枸橼酸钠',
412
         type: 1,
412
         type: 1,
413
         shouji: -1,
413
         shouji: -1,
414
         weichi: 1,
414
         weichi: 1,
421
         gaimingcheng_unit: 'ml/h',
421
         gaimingcheng_unit: 'ml/h',
422
         gaijiliang_unit: ''
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
     anticoagulants_set: {
440
     anticoagulants_set: {
426
       type: 2,
441
       type: 2,