Browse Source

拉去代码

XMLWAN 3 years ago
parent
commit
df78783a38

+ 1 - 1
build/cdn.json View File

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "2999.999.1072"
2
+  "version": "2999.999.1077"
3 3
 }

+ 2 - 2
index.html View File

@@ -9,9 +9,9 @@
9 9
 </head>
10 10
 
11 11
 <body>
12
-  <script src="https://cdn.bootcdn.net/ajax/libs/reconnecting-websocket/1.0.0/reconnecting-websocket.min.js"></script>
12
+  <script src="https://images.shengws.com/reconnecting-websocket.min.js"></script>
13 13
   <div id="app"></div>
14
-  <link rel="stylesheet" href="https://unpkg.com/muse-ui/dist/muse-ui.css">
14
+  <link rel="stylesheet" href="https://images.shengws.com/muse-ui.css">
15 15
   <link rel="stylesheet" href="//at.alicdn.com/t/font_1480998_l66fq6mc0y.css" />
16 16
   <!--  <script src="//cdn.jsdelivr.net/npm/eruda"></script>
17 17
     <script>eruda.init();</script> -->

+ 2 - 0
src/pages/advice/DialysisAdviceTable.vue View File

@@ -137,6 +137,7 @@
137 137
                    <span v-if="schedule.mode_id == 26">CVVH</span>
138 138
                    <span v-if="schedule.mode_id == 27">CVVHD</span>
139 139
                    <span v-if="schedule.mode_id == 28">CVVHDF</span>
140
+                  <span v-if="schedule.mode_id == 29">PE</span>
140 141
                   <div><span v-if="schedule.assesmentbefor!=null">{{getBloodAccess(schedule.assesmentbefor.blood_access_part_opera_id)}}</span></div>
141 142
                   </td>
142 143
                 <td v-if="advice_index == 0" :rowspan="group.advices.length">
@@ -266,6 +267,7 @@
266 267
                    <span v-if="schedule.mode_id == 26">CVVH</span>
267 268
                    <span v-if="schedule.mode_id == 27">CVVHD</span>
268 269
                    <span v-if="schedule.mode_id == 28">CVVHDF</span>
270
+                  <span v-if="schedule.mode_id == 29">PE</span>
269 271
                   </td>
270 272
                 <td v-if="advice_index == 0" :rowspan="group.advices.length">
271 273
                   {{advice.parent_id == 0 && schedule.prescription!=null ?  schedule.prescription.dialyzer_perfusion_apparatus : ""}}

+ 3 - 0
src/pages/allLongDialysis/index.vue View File

@@ -219,6 +219,9 @@ export default {
219 219
           if (longDialysisDetail.mode_id == 28) {
220 220
             longDialysisDetail.mode_id = 'CVVHDF'
221 221
           }
222
+          if (longDialysisDetail.mode_id == 29) {
223
+            longDialysisDetail.mode_id = 'PE'
224
+          }
222 225
           if (longDialysisDetail.displace_liqui_part == 0) {
223 226
             longDialysisDetail.displace_liqui_part = ''
224 227
           }

+ 3 - 0
src/pages/allScheduling/index.vue View File

@@ -98,6 +98,9 @@ export default {
98 98
             if (schedulingDetail.mode_id == 28) {
99 99
             schedulingDetail.mode_id = "CVVHDF";
100 100
           }
101
+         if (schedulingDetail.mode_id == 29) {
102
+            schedulingDetail.mode_id = "PE";
103
+          }
101 104
           if (schedulingDetail.schedule_type == 1) {
102 105
             schedulingDetail.schedule_type = "上午";
103 106
           }

+ 1 - 0
src/pages/doctorAdvice/components/DialysisRecord.vue View File

@@ -70,6 +70,7 @@
70 70
                    <span v-if="item.prescription.mode_id === 26">CVVH</span>
71 71
                   <span v-if="item.prescription.mode_id === 27">CVVHD</span>
72 72
                   <span v-if="item.prescription.mode_id === 28">CVVHDF</span>
73
+                  <span v-if="item.prescription.mode_id === 29">PE</span>
73 74
                 </p>
74 75
                 <p>
75 76
                   透析时长(h):{{ item.prescription.dialysis_duration_hour }}h{{

+ 3 - 0
src/pages/doctorAdvice/components/LongDialysis.vue View File

@@ -392,6 +392,9 @@ export default {
392 392
              if(dialysis[index].mode_id === 28){
393 393
                 dialysis[index].mode_id = 'CVVHDF'
394 394
             }
395
+            if(dialysis[index].mode_id === 29){
396
+                dialysis[index].mode_id = 'PE'
397
+            }
395 398
 
396 399
             if (dialysis[index].dialysate_formulation === 1) {
397 400
               dialysis[index].dialysate_formulation = '常规'

+ 3 - 0
src/pages/main/dialysis/LongTable.vue View File

@@ -414,6 +414,9 @@ export default {
414 414
              if (dialysis[index].mode_id === 24) {
415 415
               dialysis[index].mode_id = "I-HDF";
416 416
             }
417
+            if (dialysis[index].mode_id === 29) {
418
+              dialysis[index].mode_id = "PE";
419
+            }
417 420
 
418 421
             if (dialysis[index].dialysate_formulation === 1) {
419 422
               dialysis[index].dialysate_formulation = "常规";

+ 4 - 0
src/pages/main/dialysis/RecordTable.vue View File

@@ -215,6 +215,7 @@
215 215
                   <span v-if="item.prescription.mode_id === 26">CVVH</span>
216 216
                    <span v-if="item.prescription.mode_id === 27">CVVHD</span>
217 217
                     <span v-if="item.prescription.mode_id === 28">CVVHDF</span>
218
+                    <span v-if="item.prescription.mode_id === 29">PE</span>
218 219
                 </p>
219 220
                 <p>
220 221
                   透析时长(h):{{ item.prescription.dialysis_duration_hour }}h{{
@@ -824,6 +825,9 @@ export default {
824 825
       if (value === "HD+") {
825 826
         this.types = 21;
826 827
       }
828
+      if (value === "PE") {
829
+        this.types = 29;
830
+      }
827 831
       this.page = 1;
828 832
       this.dialysisRecord = [];
829 833
       this.getDialysisRecord(this.patient_id,this.limit, this.page,this.startTime,this.endTime, this.types);

+ 5 - 0
src/pages/main/newActionBar/dialysisPrescription.vue View File

@@ -2278,6 +2278,11 @@ export default {
2278 2278
       }
2279 2279
     },
2280 2280
     menuComfirm: function (val) {
2281
+      console.log("val2323232322323",val)
2282
+      if(val.id == 1){
2283
+        this.dialysisPrescription.displace_liqui_value = ""
2284
+        this.dialysisPrescription.displace_liqui_part = ""
2285
+      }
2281 2286
       Toast.loading({
2282 2287
         forbidClick: true,
2283 2288
         duration: 0,

+ 18 - 0
src/pages/main/newActionBar/doubleCheck.vue View File

@@ -480,6 +480,24 @@ export default {
480 480
       if (id == 23) {
481 481
         name = '血浆胆红素吸附'
482 482
       }
483
+      if (id == 24) {
484
+        name = 'I-HDF'
485
+      }
486
+      if (id == 25) {
487
+        name = 'HD高通'
488
+      }
489
+      if (id == 26) {
490
+        name = 'CVVH'
491
+      }
492
+      if (id == 27) {
493
+        name = 'CVVHD'
494
+      }
495
+      if (id == 28) {
496
+        name = 'CVVHDF'
497
+      }
498
+      if (id == 29) {
499
+        name = 'PE'
500
+      }
483 501
       return name
484 502
     },
485 503
     getAnticoagulant (id) {

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

@@ -584,6 +584,21 @@ const global_config = {
584 584
         sodium: 1,
585 585
         calcium: 1,
586 586
         bicarbonate: 1
587
+      },
588
+      29: {
589
+        id: 29,
590
+        name: 'PE',
591
+        dialysis_duration: 1,
592
+        replacement_way: 2,
593
+        hemodialysis_machine: 1,
594
+        blood_filter: 2,
595
+        perfusion_apparatus: 2,
596
+        blood_flow_volume: 1,
597
+        dialysate_flow: 1,
598
+        kalium: 1,
599
+        sodium: 1,
600
+        calcium: 1,
601
+        bicarbonate: 1
587 602
       }
588 603
 
589 604
     },