Browse Source

达肝素字段添加

XMLWAN 4 years ago
parent
commit
89b6e2f1be

+ 15 - 0
src/store/modules/globalConfig.js View File

@@ -617,6 +617,21 @@ const global_config = {
617 617
         zongliang_unit: 'iu',
618 618
         gaimingcheng_unit: '',
619 619
         gaijiliang_unit: ''
620
+      },
621
+      9: {
622
+        id: 9,
623
+        name: '达肝素',
624
+        type: 1,
625
+        shouji: 1,
626
+        weichi: 1,
627
+        zongliang: 1,
628
+        gaimingcheng: -1,
629
+        gaijiliang: -1,
630
+        shouji_unit: 'iu',
631
+        weichi_unit: 'iu/h',
632
+        zongliang_unit: 'iu',
633
+        gaimingcheng_unit: '',
634
+        gaijiliang_unit: ''
620 635
       }
621 636
     },
622 637
     anticoagulants_set: {

+ 6 - 0
src/xt_pages/dialysis/details/DialysisPrescription.vue View File

@@ -52,6 +52,8 @@
52 52
           <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 5">{{ anticoagulant_zongliang != "0" ? "ml" : "" }}</span>
53 53
           <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 6">{{ anticoagulant_zongliang != "0" ? "iu" : "" }}</span>
54 54
           <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 7">{{ anticoagulant_zongliang != "0" ? "iu" : "" }}</span>
55
+          <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 8">{{ anticoagulant_zongliang != "0" ? "iu" : "" }}</span>
56
+          <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 9">{{ anticoagulant_zongliang != "0" ? "iu" : "" }}</span>
55 57
         </li>
56 58
 
57 59
         <li v-if="isShow('透析器/灌流器')">
@@ -116,6 +118,8 @@
116 118
           <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 5" >{{ anticoagulant_shouji != "0" ? "mg" : "" }}</span>
117 119
           <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 6" >{{ anticoagulant_shouji != "0" ? "iu" : "" }}</span >
118 120
           <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 7" >{{ anticoagulant_shouji != "0" ? "iu" : "" }}</span>
121
+          <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 8" >{{ anticoagulant_shouji != "0" ? "iu" : "" }}</span>
122
+          <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 9" >{{ anticoagulant_shouji != "0" ? "iu" : "" }}</span>
119 123
         </li>
120 124
 
121 125
         <li v-if="isShow('钙')">
@@ -204,6 +208,8 @@
204 208
           <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 5">{{ anticoagulant_weichi != "0" ? "ml/h" : "" }}</span>
205 209
           <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 6">{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
206 210
           <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 7">{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
211
+          <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 8">{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
212
+          <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 9">{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
207 213
         </li>
208 214
 
209 215
         <li

+ 5 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyOne.vue View File

@@ -573,13 +573,15 @@
573 573
                     <td width="40">mg</td>
574 574
 
575 575
 
576
-                    <td width='80'>
577
-                      <label-box :isChecked="prescription.anticoagulant == 6 ? true : prescription.anticoagulant == 7 ? true : false" showValue="低分子"></label-box>
576
+                    <td width='300'>
577
+                      <label-box :isChecked="prescription.anticoagulant == 6 ? true:false" showValue="低分子肝素钙"></label-box>
578
+                      <label-box :isChecked="prescription.anticoagulant == 8 ? true:false" showValue="依诺肝素"></label-box>
579
+                      <label-box :isChecked="prescription.anticoagulant == 9 ? true:false" showValue="达肝素"></label-box>
578 580
                     </td>
579 581
                     <td width="60">
580 582
                       <div class="under-line">
581 583
                         &nbsp;
582
-                        <span v-if="prescription.anticoagulant == 6 || prescription.anticoagulant == 7">{{ prescription.anticoagulant_zongliang }}</span>
584
+                        <span v-if="prescription.anticoagulant == 6 || prescription.anticoagulant == 8|| prescription.anticoagulant == 9">{{ prescription.anticoagulant_zongliang }}</span>
583 585
                       </div>
584 586
                     </td>
585 587
                     <td width="20">iu</td>