|
@@ -86,16 +86,19 @@
|
86
|
86
|
predialysis.dry_weight ? predialysis.dry_weight : "--"
|
87
|
87
|
}}Kg</span
|
88
|
88
|
>
|
89
|
|
- <span
|
90
|
|
- >衣物重:{{
|
|
89
|
+ <span v-if="$store.getters.user.template_info.org_id !=10599">衣物重:{{
|
91
|
90
|
predialysis.additional_weight
|
92
|
91
|
? predialysis.additional_weight
|
93
|
92
|
: "--"
|
94
|
93
|
}}Kg</span></br>
|
95
|
|
- <span v-if="last_record!=undefined">上次透后体重:{{last_record.weight_after?last_record.weight_after: "--"}}Kg</span></br>
|
|
94
|
+ <span v-if="last_record!=undefined && $store.getters.user.template_info.org_id !=10599">上次透后体重:{{last_record.weight_after?last_record.weight_after: "--"}}Kg</span></br>
|
96
|
95
|
|
97
|
96
|
<span v-if="$store.getters.user.template_info.org_id == 10551 &&predialysis!=undefined&&predialysis.weight_before>0 &&dialysisPrescription!=undefined && dialysisPrescription.target_ultrafiltration>0">目标脱水量百分比:{{ (((dialysisPrescription.target_ultrafiltration)/predialysis.dry_weight)*100).toFixed(2) }}%</span>
|
98
|
97
|
<span v-if="$store.getters.user.template_info.org_id == 10249 &&predialysis!=undefined&&predialysis.weight_before>0 &&dialysisPrescription!=undefined && dialysisPrescription.target_ultrafiltration>0">目标脱水量百分比:{{ (((dialysisPrescription.target_ultrafiltration/1000)/predialysis.dry_weight)*100).toFixed(2) }}%</span>
|
|
98
|
+ <span v-if="$store.getters.user.template_info.org_id == 10449 &&predialysis!=undefined&&predialysis.weight_before>0 &&dialysisPrescription!=undefined">4小时超滤量上限(5%):{{ (predialysis.dry_weight*0.05).toFixed(2) }}kg</span>
|
|
99
|
+ <span v-if="$store.getters.user.template_info.org_id ==10599 &&predialysis!=undefined">心率:{{predialysis.pulse_frequency }}次/分</span>
|
|
100
|
+ <span v-if="$store.getters.user.template_info.org_id ==10599 &&predialysis!=undefined">体温:{{predialysis.temperature }}℃</span>
|
|
101
|
+ <span v-if="$store.getters.user.template_info.org_id ==10599 &&predialysis!=undefined">血压:{{predialysis.systolic_blood_pressure }}/{{ predialysis.diastolic_blood_pressure }}mmHg</span>
|
99
|
102
|
</van-cell>
|
100
|
103
|
<van-field
|
101
|
104
|
v-model="dialysisPrescription.target_ultrafiltration"
|
|
@@ -188,9 +191,11 @@
|
188
|
191
|
</van-field>
|
189
|
192
|
<van-field v-model="dialysisPrescription.prescription_water" @focus="inputFocus" v-if="isShow('处方脱水量')" type="number" input-align="right">
|
190
|
193
|
<template #label>
|
191
|
|
- <span>处方脱水量(ml)</span>
|
|
194
|
+ <span v-if=" $store.getters.user.template_info.org_id!=10597">处方脱水量(ml)</span>
|
|
195
|
+ <span v-if=" $store.getters.user.template_info.org_id==10597">处方脱水量(L)</span>
|
192
|
196
|
</template>
|
193
|
197
|
</van-field>
|
|
198
|
+
|
194
|
199
|
<van-collapse-item
|
195
|
200
|
v-if="isShow('是否单超脱水')"
|
196
|
201
|
title="是否单超脱水"
|
|
@@ -382,17 +387,17 @@
|
382
|
387
|
dialysisPrescription.anticoagulant != 1 &&
|
383
|
388
|
dialysisPrescription.anticoagulant != 12 && isShow_title('首剂')"
|
384
|
389
|
>
|
385
|
|
- <template #label v-if="$store.getters.user.template_info.org_id != 10101 && $store.getters.user.template_info.org_id != 10346 && $store.getters.user.template_info.template_id != 45 && $store.getters.user.template_info.template_id != 54 && $store.getters.user.template_info.org_id != 10340 && $store.getters.user.template_info.org_id != 10432 && $store.getters.user.template_info.org_id != 10441 && $store.getters.user.template_info.org_id != 10445 && $store.getters.user.template_info.org_id!=10447&& $store.getters.user.template_info.org_id!=9829 && $store.getters.user.template_info.org_id!=10440 && $store.getters.user.template_info.org_id!=10469&& $store.getters.user.template_info.org_id!=10471 && $store.getters.user.template_info.org_id!=10495 && $store.getters.user.template_info.org_id!=10375 && $store.getters.user.template_info.org_id!=10223 && $store.getters.user.template_info.org_id!=10551">
|
|
390
|
+ <template #label v-if="$store.getters.user.template_info.org_id != 10101 && $store.getters.user.template_info.org_id != 10346 && $store.getters.user.template_info.template_id != 45 && $store.getters.user.template_info.template_id != 54 && $store.getters.user.template_info.org_id != 10340 && $store.getters.user.template_info.org_id != 10432 && $store.getters.user.template_info.org_id != 10441 && $store.getters.user.template_info.org_id != 10445 && $store.getters.user.template_info.org_id!=10447&& $store.getters.user.template_info.org_id!=9829 && $store.getters.user.template_info.org_id!=10440 && $store.getters.user.template_info.org_id!=10469&& $store.getters.user.template_info.org_id!=10471 && $store.getters.user.template_info.org_id!=10495 && $store.getters.user.template_info.org_id!=10375 && $store.getters.user.template_info.org_id!=10223 && $store.getters.user.template_info.org_id!=10551 && $store.getters.user.template_info.org_id!=9882 && $store.getters.user.template_info.org_id!=10206&& $store.getters.user.template_info.org_id!=10580&& $store.getters.user.template_info.org_id!=10600&& $store.getters.user.template_info.org_id!=10587&& $store.getters.user.template_info.org_id!=10599&& $store.getters.user.template_info.org_id!=10597">
|
386
|
391
|
<span v-if="dialysisPrescription.anticoagulant == 0 || dialysisPrescription.anticoagulant == -2">首剂(mg)</span>
|
387
|
392
|
|
388
|
|
- <span v-if="dialysisPrescription.anticoagulant == 2 && $store.getters.user.template_info.template_id != 13 && $store.getters.user.template_info.template_id != 21 && $store.getters.user.template_info.template_id != 23 && $store.getters.user.template_info.template_id != 40 && $store.getters.user.template_info.template_id != 41 && $store.getters.user.template_info.template_id != 6 && $store.getters.user.template_info.template_id != 38 && $store.getters.user.template_info.template_id != 47 && $store.getters.user.template_info.template_id != 54 && $store.getters.user.template_info.org_id != 10234 && $store.getters.user.template_info.org_id !=10495 && $store.getters.user.template_info.org_id !=10375 || $store.getters.user.template_info.org_id ==9538 || $store.getters.user.template_info.org_id !=10340 || $store.getters.user.template_info.org_id !=10432 || $store.getters.user.template_info.org_id !=9829 ">首剂
|
|
393
|
+ <span v-if="dialysisPrescription.anticoagulant == 2 && $store.getters.user.template_info.template_id != 13 && $store.getters.user.template_info.template_id != 21 && $store.getters.user.template_info.template_id != 23 && $store.getters.user.template_info.template_id != 40 && $store.getters.user.template_info.template_id != 41 && $store.getters.user.template_info.template_id != 6 && $store.getters.user.template_info.template_id != 38 && $store.getters.user.template_info.template_id != 47 && $store.getters.user.template_info.template_id != 54 && $store.getters.user.template_info.org_id != 10234 && $store.getters.user.template_info.org_id !=10495 && $store.getters.user.template_info.org_id !=10375 && $store.getters.user.template_info.org_id !=10580 || $store.getters.user.template_info.org_id ==9538 || $store.getters.user.template_info.org_id !=10340 || $store.getters.user.template_info.org_id !=10432 || $store.getters.user.template_info.org_id !=9829 ">首剂
|
389
|
394
|
<span v-if="$store.getters.user.template_info.org_id == 9538">(u)</span>
|
390
|
395
|
<span v-if="$store.getters.user.template_info.org_id != 9538">(iu)</span>
|
391
|
396
|
</span>
|
392
|
397
|
|
393
|
398
|
<span v-if="dialysisPrescription.anticoagulant == 2 && ($store.getters.user.template_info.template_id == 13 || $store.getters.user.template_info.template_id == 21 || $store.getters.user.template_info.template_id == 23 || $store.getters.user.template_info.template_id == 40 || $store.getters.user.template_info.template_id == 41 || ($store.getters.user.template_info.template_id == 6 && $store.getters.user.template_info.org_id!=9538) || $store.getters.user.template_info.template_id == 38 || $store.getters.user.template_info.template_id == 47 || $store.getters.user.template_info.template_id == 54 || $store.getters.user.template_info.org_id == 10234 || $store.getters.user.template_info.org_id == 10375 || $store.getters.user.template_info.org_id == 10340 || $store.getters.user.template_info.org_id == 10432 || $store.getters.user.template_info.org_id == 9829 || $store.getters.user.template_info.org_id ==10495 || $store.getters.user.template_info.org_id ==10551)">首剂(mg)</span>
|
394
|
399
|
|
395
|
|
- <span v-if="dialysisPrescription.anticoagulant == 3 || dialysisPrescription.anticoagulant == 8 || dialysisPrescription.anticoagulant == 9 || dialysisPrescription.anticoagulant ==10">
|
|
400
|
+ <span v-if="dialysisPrescription.anticoagulant == 3 || dialysisPrescription.anticoagulant == 8 || dialysisPrescription.anticoagulant == 9 || dialysisPrescription.anticoagulant ==10 || dialysisPrescription.anticoagulant ==17">
|
396
|
401
|
<span v-if="$store.getters.user.template_info.org_id == 9671">首剂(mg)</span>
|
397
|
402
|
<!-- <span v-else>首剂(iu)</span> -->
|
398
|
403
|
</span>
|
|
@@ -410,7 +415,7 @@
|
410
|
415
|
</template>
|
411
|
416
|
|
412
|
417
|
<template #label v-else>
|
413
|
|
- <span v-if="dialysisPrescription.anticoagulant == 2">首剂(mg)</span>
|
|
418
|
+ <span v-if="dialysisPrescription.anticoagulant == 2 || dialysisPrescription.anticoagulant == 17 ">首剂(mg)</span>
|
414
|
419
|
<span v-else>首剂(iu)</span>
|
415
|
420
|
</template>
|
416
|
421
|
</van-field>
|
|
@@ -442,7 +447,12 @@
|
442
|
447
|
$store.getters.user.template_info.org_id != 10432 &&
|
443
|
448
|
$store.getters.user.template_info.org_id != 10495 &&
|
444
|
449
|
$store.getters.user.template_info.org_id != 10375 &&
|
445
|
|
- $store.getters.user.template_info.org_id != 10551
|
|
450
|
+ $store.getters.user.template_info.org_id != 10551 &&
|
|
451
|
+ $store.getters.user.template_info.org_id!=10600 &&
|
|
452
|
+ $store.getters.user.template_info.org_id!=10587 &&
|
|
453
|
+ $store.getters.user.template_info.org_id!=10599 &&
|
|
454
|
+ $store.getters.user.template_info.org_id!=10597
|
|
455
|
+
|
446
|
456
|
"
|
447
|
457
|
>
|
448
|
458
|
<span
|
|
@@ -471,7 +481,11 @@
|
471
|
481
|
$store.getters.user.template_info.org_id != 10495 &&
|
472
|
482
|
$store.getters.user.template_info.org_id != 10375 &&
|
473
|
483
|
$store.getters.user.template_info.org_id != 10223 &&
|
474
|
|
- $store.getters.user.template_info.org_id != 10551
|
|
484
|
+ $store.getters.user.template_info.org_id != 10551 &&
|
|
485
|
+ $store.getters.user.template_info.org_id!=10600 &&
|
|
486
|
+ $store.getters.user.template_info.org_id!=10587 &&
|
|
487
|
+ $store.getters.user.template_info.org_id!=10599 &&
|
|
488
|
+ $store.getters.user.template_info.org_id!=10597
|
475
|
489
|
)
|
476
|
490
|
"
|
477
|
491
|
>
|
|
@@ -502,7 +516,11 @@
|
502
|
516
|
$store.getters.user.template_info.org_id == 10495 ||
|
503
|
517
|
$store.getters.user.template_info.org_id == 10375 ||
|
504
|
518
|
$store.getters.user.template_info.org_id == 10223 ||
|
505
|
|
- $store.getters.user.template_info.org_id == 10551
|
|
519
|
+ $store.getters.user.template_info.org_id == 10551 ||
|
|
520
|
+ $store.getters.user.template_info.org_id ==10600 ||
|
|
521
|
+ $store.getters.user.template_info.org_id ==10587 ||
|
|
522
|
+ $store.getters.user.template_info.org_id ==10599 ||
|
|
523
|
+ $store.getters.user.template_info.org_id==10597
|
506
|
524
|
)
|
507
|
525
|
"
|
508
|
526
|
>维持(mg/h)</span
|
|
@@ -524,7 +542,10 @@
|
524
|
542
|
<span v-if="dialysisPrescription.anticoagulant == 5"
|
525
|
543
|
>维持(ml/h)</span
|
526
|
544
|
>
|
527
|
|
- <span v-if="dialysisPrescription.anticoagulant == 1"
|
|
545
|
+ <span v-if="dialysisPrescription.anticoagulant == 16"
|
|
546
|
+ >维持(iu/h)</span
|
|
547
|
+ >
|
|
548
|
+ <span v-if="dialysisPrescription.anticoagulant == 1 || dialysisPrescription.anticoagulant == 17"
|
528
|
549
|
>维持(mg/h)</span
|
529
|
550
|
>
|
530
|
551
|
<span v-if="dialysisPrescription.anticoagulant == 6">
|
|
@@ -534,7 +555,8 @@
|
534
|
555
|
$store.getters.user.template_info.org_id == 10432 ||
|
535
|
556
|
$store.getters.user.template_info.org_id == 10495 ||
|
536
|
557
|
$store.getters.user.template_info.org_id == 10375 ||
|
537
|
|
- $store.getters.user.template_info.org_id == 10551
|
|
558
|
+ $store.getters.user.template_info.org_id == 10551
|
|
559
|
+
|
538
|
560
|
"
|
539
|
561
|
>维持(mg/h)</span
|
540
|
562
|
>
|
|
@@ -590,7 +612,11 @@
|
590
|
612
|
$store.getters.user.template_info.org_id != 10432 &&
|
591
|
613
|
$store.getters.user.template_info.org_id != 10495 &&
|
592
|
614
|
$store.getters.user.template_info.org_id != 10375 &&
|
593
|
|
- $store.getters.user.template_info.org_id != 10551
|
|
615
|
+ $store.getters.user.template_info.org_id != 10551 &&
|
|
616
|
+ $store.getters.user.template_info.org_id!=10600 &&
|
|
617
|
+ $store.getters.user.template_info.org_id!=10587 &&
|
|
618
|
+ $store.getters.user.template_info.org_id !=10599 &&
|
|
619
|
+ $store.getters.user.template_info.org_id!=10597
|
594
|
620
|
"
|
595
|
621
|
>
|
596
|
622
|
<span
|
|
@@ -648,10 +674,11 @@
|
648
|
674
|
dialysisPrescription.anticoagulant == 3 ||
|
649
|
675
|
dialysisPrescription.anticoagulant == 8 ||
|
650
|
676
|
dialysisPrescription.anticoagulant == 9 ||
|
651
|
|
- dialysisPrescription.anticoagulant == 10
|
|
677
|
+ dialysisPrescription.anticoagulant == 10 ||
|
|
678
|
+ dialysisPrescription.anticoagulant == 17
|
652
|
679
|
"
|
653
|
680
|
>
|
654
|
|
- <span v-if="$store.getters.user.template_info.org_id == 9671">
|
|
681
|
+ <span v-if="$store.getters.user.template_info.org_id == 9671 || $store.getters.user.template_info.org_id == 10206">
|
655
|
682
|
总量(mg)</span
|
656
|
683
|
>
|
657
|
684
|
<span v-else> 总量(iu)</span>
|
|
@@ -674,12 +701,12 @@
|
674
|
701
|
>
|
675
|
702
|
<span v-else>总量(iu)</span>
|
676
|
703
|
</span>
|
677
|
|
- <span v-if="dialysisPrescription.anticoagulant == 11 || dialysisPrescription.anticoagulant == 13"
|
|
704
|
+ <span v-if="dialysisPrescription.anticoagulant == 11 || dialysisPrescription.anticoagulant == 13 || dialysisPrescription.anticoagulant == 16"
|
678
|
705
|
>总量(iu)</span
|
679
|
706
|
>
|
680
|
707
|
</template>
|
681
|
708
|
<template #label v-else>
|
682
|
|
- <span v-if="dialysisPrescription.anticoagulant == 2">总量(mg)</span>
|
|
709
|
+ <span v-if="dialysisPrescription.anticoagulant == 2 || dialysisPrescription.anticoagulant == 17">总量(mg)</span>
|
683
|
710
|
<span v-else>总量(iu)</span>
|
684
|
711
|
</template>
|
685
|
712
|
</van-field>
|
|
@@ -1045,6 +1072,16 @@
|
1045
|
1072
|
input-align="right"
|
1046
|
1073
|
:required="isShow_title('目标KT/V')"
|
1047
|
1074
|
/>
|
|
1075
|
+
|
|
1076
|
+ <van-collapse-item v-if="isShow('血管通路部位')" title="血管通路部位" name="blood_access_part_id">
|
|
1077
|
+ <template slot="title">
|
|
1078
|
+ <div><span v-if="isShow_title('血管通路部位')" class="warn_tip">*</span>血管通路部位</div>
|
|
1079
|
+ </template>
|
|
1080
|
+ <template #value>
|
|
1081
|
+ <div>{{dialysisPrescription.blood_access_part_id}}</div>
|
|
1082
|
+ </template>
|
|
1083
|
+ <checkBoxMenu v-if='checkBoxShow' v-on:menu-comfirm="getString" :propsForm="propForm"></checkBoxMenu>
|
|
1084
|
+ </van-collapse-item>
|
1048
|
1085
|
<van-collapse-item v-if="isShow('血管通路')" title="血管通路" name="10">
|
1049
|
1086
|
<template slot="title">
|
1050
|
1087
|
<div><span v-if="isShow_title('血管通路')" class="warn_tip">*</span>血管通路</div>
|
|
@@ -1630,6 +1667,7 @@ export default {
|
1630
|
1667
|
chaptalization:"",
|
1631
|
1668
|
washing_time:"",
|
1632
|
1669
|
warsh_count:"",
|
|
1670
|
+ blood_access_part_id:"",
|
1633
|
1671
|
},
|
1634
|
1672
|
anticoagulant: {
|
1635
|
1673
|
id: 0,
|
|
@@ -1967,10 +2005,17 @@ export default {
|
1967
|
2005
|
console.log("org_idwpwpwpwppw",this.$store.getters.user.template_info.org_id )
|
1968
|
2006
|
if(this.$store.getters.user.template_info.org_id == 10445){
|
1969
|
2007
|
if(this.lastDialysisPrescription!=undefined){
|
1970
|
|
- console.log("wowowoowowowo")
|
1971
|
2008
|
this.dialysisPrescription.remark = this.lastDialysisPrescription.remark
|
1972
|
2009
|
}
|
1973
|
2010
|
}
|
|
2011
|
+
|
|
2012
|
+ if(this.$store.getters.user.template_info.org_id == 10579 || this.$store.getters.user.template_info.org_id == 10587){
|
|
2013
|
+ console.log("进来2噢噢噢哦",this.lastDialysisPrescription.blood_access_part_id)
|
|
2014
|
+ if(this.lastDialysisPrescription!=undefined){
|
|
2015
|
+
|
|
2016
|
+ this.dialysisPrescription.blood_access_part_id = this.lastDialysisPrescription.blood_access_part_id
|
|
2017
|
+ }
|
|
2018
|
+ }
|
1974
|
2019
|
}
|
1975
|
2020
|
|
1976
|
2021
|
this.dialysisPrescription.calcium = this.getFloat(
|
|
@@ -3557,10 +3602,14 @@ export default {
|
3557
|
3602
|
this.is_open = 0;
|
3558
|
3603
|
}
|
3559
|
3604
|
if(this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 3877){
|
3560
|
|
- if(this.dialysisPrescription.prescribing_number == 0){
|
3561
|
|
- Toast.fail('请填写开药数量!')
|
3562
|
|
- return
|
3563
|
|
- }
|
|
3605
|
+
|
|
3606
|
+ if(this.dialysisPrescription.anticoagulant!=1){
|
|
3607
|
+ if(this.dialysisPrescription.prescribing_number == 0){
|
|
3608
|
+ Toast.fail('请填写开药数量!')
|
|
3609
|
+ return
|
|
3610
|
+ }
|
|
3611
|
+ }
|
|
3612
|
+
|
3564
|
3613
|
|
3565
|
3614
|
if(this.dialysisPrescription.anticoagulant == 0){
|
3566
|
3615
|
Toast.fail('请填写抗凝剂!')
|
|
@@ -3568,13 +3617,9 @@ export default {
|
3568
|
3617
|
}
|
3569
|
3618
|
}
|
3570
|
3619
|
if (this.$store.getters.user.template_info.template_id == 6) {
|
|
3620
|
+ console.log(" this.dialysisPrescription.mode_id", this.dialysisPrescription.mode_id)
|
3571
|
3621
|
if (this.dialysisPrescription.mode_id == 2) {
|
3572
|
|
- if (
|
3573
|
|
- this.dialysisPrescription.displace_liqui_part == 0 ||
|
3574
|
|
- this.dialysisPrescription.displace_liqui_part == -2 ||
|
3575
|
|
- this.dialysisPrescription.displace_liqui_value == 0 ||
|
3576
|
|
- this.dialysisPrescription.displace_liqui_value == ""
|
3577
|
|
- ) {
|
|
3622
|
+ if ( this.dialysisPrescription.displace_liqui_part == 0 || this.dialysisPrescription.displace_liqui_part == -2 ||this.dialysisPrescription.displace_liqui_value == 0 || this.dialysisPrescription.displace_liqui_value == "") {
|
3578
|
3623
|
Toast.fail("HDF模式下置换方式和置换液总量不能为空!");
|
3579
|
3624
|
return;
|
3580
|
3625
|
}
|
|
@@ -3582,7 +3627,13 @@ export default {
|
3582
|
3627
|
this.dialysisPrescription.mode_id != 2 &&
|
3583
|
3628
|
this.dialysisPrescription.mode_id != 5 &&
|
3584
|
3629
|
this.dialysisPrescription.mode_id != 12 &&
|
3585
|
|
- this.dialysisPrescription.mode_id != 28
|
|
3630
|
+ this.dialysisPrescription.mode_id != 28 &&
|
|
3631
|
+ this.dialysisPrescription.mode_id != 34 &&
|
|
3632
|
+ this.dialysisPrescription.mode_id != 35&&
|
|
3633
|
+ this.dialysisPrescription.mode_id != 36&&
|
|
3634
|
+ this.dialysisPrescription.mode_id != 37&&
|
|
3635
|
+ this.dialysisPrescription.mode_id != 38 &&
|
|
3636
|
+ this.dialysisPrescription.mode_id != 26
|
3586
|
3637
|
) {
|
3587
|
3638
|
this.dialysisPrescription.displace_liqui_part = 0;
|
3588
|
3639
|
this.dialysisPrescription.displace_liqui_value = 0;
|
|
@@ -3597,6 +3648,7 @@ export default {
|
3597
|
3648
|
|
3598
|
3649
|
let ParamsQuery = arr;
|
3599
|
3650
|
console.log("ParamsQueryOne", ParamsQuery);
|
|
3651
|
+
|
3600
|
3652
|
if (this.$route.query.patient_id) {
|
3601
|
3653
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
3602
|
3654
|
} else {
|
|
@@ -3617,7 +3669,7 @@ export default {
|
3617
|
3669
|
delete newParams.oxygen_time;
|
3618
|
3670
|
delete newParams.oxygen_flow;
|
3619
|
3671
|
}
|
3620
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
3672
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
3621
|
3673
|
delete newParams.replacement_total;
|
3622
|
3674
|
delete newParams.displace_liqui_part;
|
3623
|
3675
|
delete newParams.displace_liqui_value;
|
|
@@ -3781,12 +3833,12 @@ export default {
|
3781
|
3833
|
this.doctorAdvices = resp.data.advices;
|
3782
|
3834
|
this.$emit(
|
3783
|
3835
|
"longSolution",
|
3784
|
|
- response.data.data.solution,
|
|
3836
|
+ resp.data.solution,
|
3785
|
3837
|
resp.data.advices
|
3786
|
3838
|
);
|
3787
|
3839
|
this.$emit(
|
3788
|
3840
|
"prescription",
|
3789
|
|
- response.data.data.prescription,
|
|
3841
|
+ resp.data.prescription,
|
3790
|
3842
|
resp.data.advices
|
3791
|
3843
|
);
|
3792
|
3844
|
} else {
|
|
@@ -3809,6 +3861,7 @@ export default {
|
3809
|
3861
|
|
3810
|
3862
|
let ParamsQuery = arr;
|
3811
|
3863
|
console.log("ParamsQueryOne", ParamsQuery);
|
|
3864
|
+
|
3812
|
3865
|
if (this.$route.query.patient_id) {
|
3813
|
3866
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
3814
|
3867
|
} else {
|
|
@@ -3828,7 +3881,7 @@ export default {
|
3828
|
3881
|
delete newParams.oxygen_time;
|
3829
|
3882
|
delete newParams.oxygen_flow;
|
3830
|
3883
|
}
|
3831
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
3884
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
3832
|
3885
|
delete newParams.replacement_total;
|
3833
|
3886
|
delete newParams.displace_liqui_part;
|
3834
|
3887
|
delete newParams.displace_liqui_value;
|
|
@@ -3951,6 +4004,7 @@ export default {
|
3951
|
4004
|
|
3952
|
4005
|
let ParamsQuery = arr;
|
3953
|
4006
|
console.log("ParamsQueryOne", ParamsQuery);
|
|
4007
|
+
|
3954
|
4008
|
if (this.$route.query.patient_id) {
|
3955
|
4009
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
3956
|
4010
|
} else {
|
|
@@ -3970,7 +4024,7 @@ export default {
|
3970
|
4024
|
delete newParams.oxygen_time;
|
3971
|
4025
|
delete newParams.oxygen_flow;
|
3972
|
4026
|
}
|
3973
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
4027
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
3974
|
4028
|
delete newParams.replacement_total;
|
3975
|
4029
|
delete newParams.displace_liqui_part;
|
3976
|
4030
|
delete newParams.displace_liqui_value;
|
|
@@ -4103,6 +4157,7 @@ export default {
|
4103
|
4157
|
|
4104
|
4158
|
let ParamsQuery = arr;
|
4105
|
4159
|
console.log("ParamsQueryOne", ParamsQuery);
|
|
4160
|
+
|
4106
|
4161
|
if (this.$route.query.patient_id) {
|
4107
|
4162
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
4108
|
4163
|
} else {
|
|
@@ -4122,7 +4177,7 @@ export default {
|
4122
|
4177
|
delete newParams.oxygen_time;
|
4123
|
4178
|
delete newParams.oxygen_flow;
|
4124
|
4179
|
}
|
4125
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
4180
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
4126
|
4181
|
delete newParams.replacement_total;
|
4127
|
4182
|
delete newParams.displace_liqui_part;
|
4128
|
4183
|
delete newParams.displace_liqui_value;
|
|
@@ -4321,7 +4376,8 @@ export default {
|
4321
|
4376
|
var arr = this.dialysisPrescription;
|
4322
|
4377
|
|
4323
|
4378
|
let ParamsQuery = arr;
|
4324
|
|
- console.log("ParamsQueryOne", ParamsQuery);
|
|
4379
|
+ console.log("ParamsQueryOne5555", ParamsQuery);
|
|
4380
|
+
|
4325
|
4381
|
if (this.$route.query.patient_id) {
|
4326
|
4382
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
4327
|
4383
|
} else {
|
|
@@ -4341,7 +4397,7 @@ export default {
|
4341
|
4397
|
delete newParams.oxygen_time;
|
4342
|
4398
|
delete newParams.oxygen_flow;
|
4343
|
4399
|
}
|
4344
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
4400
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
4345
|
4401
|
delete newParams.replacement_total;
|
4346
|
4402
|
delete newParams.displace_liqui_part;
|
4347
|
4403
|
delete newParams.displace_liqui_value;
|
|
@@ -4474,6 +4530,7 @@ export default {
|
4474
|
4530
|
|
4475
|
4531
|
let ParamsQuery = arr;
|
4476
|
4532
|
console.log("ParamsQueryOne", ParamsQuery);
|
|
4533
|
+
|
4477
|
4534
|
if (this.$route.query.patient_id) {
|
4478
|
4535
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
4479
|
4536
|
} else {
|
|
@@ -4493,7 +4550,7 @@ export default {
|
4493
|
4550
|
delete newParams.oxygen_time;
|
4494
|
4551
|
delete newParams.oxygen_flow;
|
4495
|
4552
|
}
|
4496
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 & newParams.mode_id!= 28){
|
|
4553
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26 && newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
4497
|
4554
|
delete newParams.replacement_total;
|
4498
|
4555
|
delete newParams.displace_liqui_part;
|
4499
|
4556
|
delete newParams.displace_liqui_value;
|
|
@@ -4703,6 +4760,7 @@ export default {
|
4703
|
4760
|
|
4704
|
4761
|
let ParamsQuery = arr;
|
4705
|
4762
|
console.log("ParamsQueryOne", ParamsQuery);
|
|
4763
|
+
|
4706
|
4764
|
if (this.$route.query.patient_id) {
|
4707
|
4765
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
4708
|
4766
|
} else {
|
|
@@ -4722,7 +4780,7 @@ export default {
|
4722
|
4780
|
delete newParams.oxygen_time;
|
4723
|
4781
|
delete newParams.oxygen_flow;
|
4724
|
4782
|
}
|
4725
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
4783
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
4726
|
4784
|
delete newParams.replacement_total;
|
4727
|
4785
|
delete newParams.displace_liqui_part;
|
4728
|
4786
|
delete newParams.displace_liqui_value;
|
|
@@ -4854,6 +4912,7 @@ export default {
|
4854
|
4912
|
|
4855
|
4913
|
let ParamsQuery = arr;
|
4856
|
4914
|
console.log("ParamsQueryOne", ParamsQuery);
|
|
4915
|
+
|
4857
|
4916
|
if (this.$route.query.patient_id) {
|
4858
|
4917
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
4859
|
4918
|
} else {
|
|
@@ -4873,7 +4932,7 @@ export default {
|
4873
|
4932
|
delete newParams.oxygen_time;
|
4874
|
4933
|
delete newParams.oxygen_flow;
|
4875
|
4934
|
}
|
4876
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
4935
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26 && newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
4877
|
4936
|
delete newParams.replacement_total;
|
4878
|
4937
|
delete newParams.displace_liqui_part;
|
4879
|
4938
|
delete newParams.displace_liqui_value;
|
|
@@ -5074,6 +5133,7 @@ export default {
|
5074
|
5133
|
|
5075
|
5134
|
let ParamsQuery = arr;
|
5076
|
5135
|
console.log("ParamsQueryOne", ParamsQuery);
|
|
5136
|
+
|
5077
|
5137
|
if (this.$route.query.patient_id) {
|
5078
|
5138
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
5079
|
5139
|
} else {
|
|
@@ -5093,7 +5153,7 @@ export default {
|
5093
|
5153
|
delete newParams.oxygen_time;
|
5094
|
5154
|
delete newParams.oxygen_flow;
|
5095
|
5155
|
}
|
5096
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
5156
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
5097
|
5157
|
delete newParams.replacement_total;
|
5098
|
5158
|
delete newParams.displace_liqui_part;
|
5099
|
5159
|
delete newParams.displace_liqui_value;
|
|
@@ -5244,7 +5304,7 @@ export default {
|
5244
|
5304
|
delete newParams.oxygen_time;
|
5245
|
5305
|
delete newParams.oxygen_flow;
|
5246
|
5306
|
}
|
5247
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
5307
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26 && newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
5248
|
5308
|
delete newParams.replacement_total;
|
5249
|
5309
|
delete newParams.displace_liqui_part;
|
5250
|
5310
|
delete newParams.displace_liqui_value;
|
|
@@ -5378,10 +5438,14 @@ export default {
|
5378
|
5438
|
this.is_open = 0;
|
5379
|
5439
|
}
|
5380
|
5440
|
if(this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 3877){
|
5381
|
|
- if(this.dialysisPrescription.prescribing_number == 0){
|
5382
|
|
- Toast.fail('请填写开药数量!')
|
5383
|
|
- return
|
|
5441
|
+
|
|
5442
|
+ if(this.dialysisPrescription.anticoagulant!=1){
|
|
5443
|
+ if(this.dialysisPrescription.prescribing_number == 0){
|
|
5444
|
+ Toast.fail('请填写开药数量!')
|
|
5445
|
+ return
|
5384
|
5446
|
}
|
|
5447
|
+ }
|
|
5448
|
+
|
5385
|
5449
|
if(this.dialysisPrescription.anticoagulant == 0){
|
5386
|
5450
|
Toast.fail('请填写抗凝剂!')
|
5387
|
5451
|
return
|
|
@@ -5402,7 +5466,13 @@ export default {
|
5402
|
5466
|
this.dialysisPrescription.mode_id != 2 &&
|
5403
|
5467
|
this.dialysisPrescription.mode_id != 5 &&
|
5404
|
5468
|
this.dialysisPrescription.mode_id != 12 &&
|
5405
|
|
- this.dialysisPrescription.mode_id !=28
|
|
5469
|
+ this.dialysisPrescription.mode_id !=28 &&
|
|
5470
|
+ this.dialysisPrescription.mode_id !=34 &&
|
|
5471
|
+ this.dialysisPrescription.mode_id !=35&&
|
|
5472
|
+ this.dialysisPrescription.mode_id !=36&&
|
|
5473
|
+ this.dialysisPrescription.mode_id !=37&&
|
|
5474
|
+ this.dialysisPrescription.mode_id !=38&&
|
|
5475
|
+ this.dialysisPrescription.mode_id !=26
|
5406
|
5476
|
) {
|
5407
|
5477
|
this.dialysisPrescription.displace_liqui_part = 0;
|
5408
|
5478
|
this.dialysisPrescription.displace_liqui_value = 0;
|
|
@@ -5417,6 +5487,7 @@ export default {
|
5417
|
5487
|
|
5418
|
5488
|
let ParamsQuery = arr;
|
5419
|
5489
|
console.log("ParamsQueryOne", ParamsQuery);
|
|
5490
|
+
|
5420
|
5491
|
if (this.$route.query.patient_id) {
|
5421
|
5492
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
5422
|
5493
|
} else {
|
|
@@ -5436,7 +5507,7 @@ export default {
|
5436
|
5507
|
delete newParams.oxygen_time;
|
5437
|
5508
|
delete newParams.oxygen_flow;
|
5438
|
5509
|
}
|
5439
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12){
|
|
5510
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 26 && newParams.mode_id!= 34 && newParams.mode_id!= 35 && newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
5440
|
5511
|
delete newParams.replacement_total;
|
5441
|
5512
|
delete newParams.displace_liqui_part;
|
5442
|
5513
|
delete newParams.displace_liqui_value;
|
|
@@ -5624,6 +5695,7 @@ export default {
|
5624
|
5695
|
|
5625
|
5696
|
let ParamsQuery = arr;
|
5626
|
5697
|
console.log("ParamsQueryOne", ParamsQuery);
|
|
5698
|
+
|
5627
|
5699
|
if (this.$route.query.patient_id) {
|
5628
|
5700
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
5629
|
5701
|
} else {
|
|
@@ -5643,7 +5715,7 @@ export default {
|
5643
|
5715
|
delete newParams.oxygen_time;
|
5644
|
5716
|
delete newParams.oxygen_flow;
|
5645
|
5717
|
}
|
5646
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
5718
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 &&newParams.mode_id!= 26){
|
5647
|
5719
|
delete newParams.replacement_total;
|
5648
|
5720
|
delete newParams.displace_liqui_part;
|
5649
|
5721
|
delete newParams.displace_liqui_value;
|
|
@@ -5763,12 +5835,13 @@ export default {
|
5763
|
5835
|
}
|
5764
|
5836
|
|
5765
|
5837
|
} else {
|
5766
|
|
- console.log('777777777',this.is_open);
|
|
5838
|
+
|
5767
|
5839
|
Toast.loading({ forbidClick: true, duration: 0 });
|
5768
|
5840
|
var arr = this.dialysisPrescription;
|
5769
|
5841
|
|
5770
|
5842
|
let ParamsQuery = arr;
|
5771
|
5843
|
console.log("ParamsQueryOne", ParamsQuery);
|
|
5844
|
+
|
5772
|
5845
|
if (this.$route.query.patient_id) {
|
5773
|
5846
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
5774
|
5847
|
} else {
|
|
@@ -5788,7 +5861,7 @@ export default {
|
5788
|
5861
|
delete newParams.oxygen_time;
|
5789
|
5862
|
delete newParams.oxygen_flow;
|
5790
|
5863
|
}
|
5791
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
5864
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26 && newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
5792
|
5865
|
delete newParams.replacement_total;
|
5793
|
5866
|
delete newParams.displace_liqui_part;
|
5794
|
5867
|
delete newParams.displace_liqui_value;
|
|
@@ -5921,6 +5994,7 @@ export default {
|
5921
|
5994
|
|
5922
|
5995
|
let ParamsQuery = arr;
|
5923
|
5996
|
console.log("ParamsQueryOne", ParamsQuery);
|
|
5997
|
+
|
5924
|
5998
|
if (this.$route.query.patient_id) {
|
5925
|
5999
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
5926
|
6000
|
} else {
|
|
@@ -5940,7 +6014,7 @@ export default {
|
5940
|
6014
|
delete newParams.oxygen_time;
|
5941
|
6015
|
delete newParams.oxygen_flow;
|
5942
|
6016
|
}
|
5943
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
6017
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26 && newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
5944
|
6018
|
delete newParams.replacement_total;
|
5945
|
6019
|
delete newParams.displace_liqui_part;
|
5946
|
6020
|
delete newParams.displace_liqui_value;
|
|
@@ -6130,7 +6204,8 @@ export default {
|
6130
|
6204
|
var arr = this.dialysisPrescription;
|
6131
|
6205
|
|
6132
|
6206
|
let ParamsQuery = arr;
|
6133
|
|
- console.log("ParamsQueryOne", ParamsQuery);
|
|
6207
|
+
|
|
6208
|
+
|
6134
|
6209
|
if (this.$route.query.patient_id) {
|
6135
|
6210
|
ParamsQuery["patient"] = this.$route.query.patient_id;
|
6136
|
6211
|
} else {
|
|
@@ -6150,7 +6225,7 @@ export default {
|
6150
|
6225
|
delete newParams.oxygen_time;
|
6151
|
6226
|
delete newParams.oxygen_flow;
|
6152
|
6227
|
}
|
6153
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
6228
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
6154
|
6229
|
delete newParams.replacement_total;
|
6155
|
6230
|
delete newParams.displace_liqui_part;
|
6156
|
6231
|
delete newParams.displace_liqui_value;
|
|
@@ -6302,7 +6377,7 @@ export default {
|
6302
|
6377
|
delete newParams.oxygen_time;
|
6303
|
6378
|
delete newParams.oxygen_flow;
|
6304
|
6379
|
}
|
6305
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
6380
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
6306
|
6381
|
delete newParams.replacement_total;
|
6307
|
6382
|
delete newParams.displace_liqui_part;
|
6308
|
6383
|
delete newParams.displace_liqui_value;
|
|
@@ -6510,7 +6585,7 @@ export default {
|
6510
|
6585
|
delete newParams.oxygen_time;
|
6511
|
6586
|
delete newParams.oxygen_flow;
|
6512
|
6587
|
}
|
6513
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
6588
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
6514
|
6589
|
delete newParams.replacement_total;
|
6515
|
6590
|
delete newParams.displace_liqui_part;
|
6516
|
6591
|
delete newParams.displace_liqui_value;
|
|
@@ -6653,7 +6728,7 @@ export default {
|
6653
|
6728
|
delete newParams.oxygen_time;
|
6654
|
6729
|
delete newParams.oxygen_flow;
|
6655
|
6730
|
}
|
6656
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
6731
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28&& newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
6657
|
6732
|
delete newParams.replacement_total;
|
6658
|
6733
|
delete newParams.displace_liqui_part;
|
6659
|
6734
|
delete newParams.displace_liqui_value;
|
|
@@ -6805,7 +6880,7 @@ export default {
|
6805
|
6880
|
delete newParams.oxygen_time;
|
6806
|
6881
|
delete newParams.oxygen_flow;
|
6807
|
6882
|
}
|
6808
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
6883
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28&& newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
6809
|
6884
|
delete newParams.replacement_total;
|
6810
|
6885
|
delete newParams.displace_liqui_part;
|
6811
|
6886
|
delete newParams.displace_liqui_value;
|
|
@@ -7022,7 +7097,7 @@ export default {
|
7022
|
7097
|
delete newParams.oxygen_time;
|
7023
|
7098
|
delete newParams.oxygen_flow;
|
7024
|
7099
|
}
|
7025
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
7100
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28 && newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 36){
|
7026
|
7101
|
delete newParams.replacement_total;
|
7027
|
7102
|
delete newParams.displace_liqui_part;
|
7028
|
7103
|
delete newParams.displace_liqui_value;
|
|
@@ -7173,7 +7248,7 @@ export default {
|
7173
|
7248
|
delete newParams.oxygen_time;
|
7174
|
7249
|
delete newParams.oxygen_flow;
|
7175
|
7250
|
}
|
7176
|
|
- if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28){
|
|
7251
|
+ if (newParams.mode_id!=2 && newParams.mode_id!=5 && newParams.mode_id!= 12 && newParams.mode_id!= 28&& newParams.mode_id!= 26&& newParams.mode_id!= 34&& newParams.mode_id!= 35&& newParams.mode_id!= 36&& newParams.mode_id!= 37){
|
7177
|
7252
|
delete newParams.replacement_total;
|
7178
|
7253
|
delete newParams.displace_liqui_part;
|
7179
|
7254
|
delete newParams.displace_liqui_value;
|
|
@@ -9184,7 +9259,7 @@ export default {
|
9184
|
9259
|
arr1[j].is_show == 1 &&
|
9185
|
9260
|
arr1[j].is_write == 1 &&
|
9186
|
9261
|
arr1[j].filed_name == arr2[i][0]
|
9187
|
|
- &&(this.dialysisPrescription.mode_id == 2||this.dialysisPrescription.mode_id == 5||this.dialysisPrescription.mode_id == 12 ||this.dialysisPrescription.mode_id == 28)
|
|
9262
|
+ &&(this.dialysisPrescription.mode_id == 2||this.dialysisPrescription.mode_id == 5||this.dialysisPrescription.mode_id == 12 ||this.dialysisPrescription.mode_id == 28 ||this.dialysisPrescription.mode_id == 26)
|
9188
|
9263
|
&&arr1[j].filed_name == 'displace_liqui_part'
|
9189
|
9264
|
) {
|
9190
|
9265
|
newArr.push(arr1[j]);
|
|
@@ -9194,7 +9269,7 @@ export default {
|
9194
|
9269
|
arr1[j].is_show == 1 &&
|
9195
|
9270
|
arr1[j].is_write == 1 &&
|
9196
|
9271
|
arr1[j].filed_name == arr2[i][0]
|
9197
|
|
- &&(this.dialysisPrescription.mode_id == 2||this.dialysisPrescription.mode_id == 5||this.dialysisPrescription.mode_id == 12 ||this.dialysisPrescription.mode_id == 28)
|
|
9272
|
+ &&(this.dialysisPrescription.mode_id == 2||this.dialysisPrescription.mode_id == 5||this.dialysisPrescription.mode_id == 12 ||this.dialysisPrescription.mode_id == 28 ||this.dialysisPrescription.mode_id == 26 )
|
9198
|
9273
|
&&arr1[j].filed_name == 'replacement_total'
|
9199
|
9274
|
) {
|
9200
|
9275
|
newArr.push(arr1[j]);
|
|
@@ -9204,7 +9279,7 @@ export default {
|
9204
|
9279
|
arr1[j].is_show == 1 &&
|
9205
|
9280
|
arr1[j].is_write == 1 &&
|
9206
|
9281
|
arr1[j].filed_name == arr2[i][0]
|
9207
|
|
- &&(this.dialysisPrescription.mode_id == 2||this.dialysisPrescription.mode_id == 5||this.dialysisPrescription.mode_id == 12 ||this.dialysisPrescription.mode_id == 28)
|
|
9282
|
+ &&(this.dialysisPrescription.mode_id == 2||this.dialysisPrescription.mode_id == 5||this.dialysisPrescription.mode_id == 12 ||this.dialysisPrescription.mode_id == 28 ||this.dialysisPrescription.mode_id == 26)
|
9208
|
9283
|
&&arr1[j].filed_name == 'displace_liqui_value'
|
9209
|
9284
|
) {
|
9210
|
9285
|
newArr.push(arr1[j]);delete newParams.displace_speed;
|
|
@@ -9214,7 +9289,7 @@ export default {
|
9214
|
9289
|
arr1[j].is_show == 1 &&
|
9215
|
9290
|
arr1[j].is_write == 1 &&
|
9216
|
9291
|
arr1[j].filed_name == arr2[i][0]
|
9217
|
|
- &&(this.dialysisPrescription.mode_id == 2||this.dialysisPrescription.mode_id == 5||this.dialysisPrescription.mode_id == 12 ||this.dialysisPrescription.mode_id == 28)
|
|
9292
|
+ &&(this.dialysisPrescription.mode_id == 2||this.dialysisPrescription.mode_id == 5||this.dialysisPrescription.mode_id == 12 ||this.dialysisPrescription.mode_id == 28 ||this.dialysisPrescription.mode_id == 26)
|
9218
|
9293
|
&&arr1[j].filed_name == 'displace_speed'
|
9219
|
9294
|
) {
|
9220
|
9295
|
newArr.push(arr1[j]);
|
|
@@ -10192,6 +10267,38 @@ export default {
|
10192
|
10267
|
this.propForm.click_ref = "vascular_access_desc";
|
10193
|
10268
|
break;
|
10194
|
10269
|
|
|
10270
|
+ case 'blood_access_part_id':
|
|
10271
|
+
|
|
10272
|
+ this.propForm.result = []
|
|
10273
|
+ this.isHasOther = 2
|
|
10274
|
+ this.propForm.isShowOther = 1
|
|
10275
|
+
|
|
10276
|
+ this.propForm.type = 20
|
|
10277
|
+ this.isShowDialog = false
|
|
10278
|
+ this.propForm.title = '血管通路部位'
|
|
10279
|
+ this.visibility = true
|
|
10280
|
+ this.propForm.list = []
|
|
10281
|
+ this.propForm.list = getDataConfig(
|
|
10282
|
+ 'hemodialysis',
|
|
10283
|
+ 'vascular_access'
|
|
10284
|
+ )
|
|
10285
|
+ this.propForm.optionList = []
|
|
10286
|
+ this.propForm.isMultiple = 2
|
|
10287
|
+ if (
|
|
10288
|
+ this.dialysisPrescription.blood_access_part_id != undefined ||
|
|
10289
|
+ this.dialysisPrescription.blood_access_part_id != null
|
|
10290
|
+ ) {
|
|
10291
|
+ if (this.dialysisPrescription.blood_access_part_id.length > 0) {
|
|
10292
|
+ this.propForm.result = this.dialysisPrescription.blood_access_part_id.split(',')
|
|
10293
|
+ } else {
|
|
10294
|
+ this.propForm.result = []
|
|
10295
|
+ }
|
|
10296
|
+ } else {
|
|
10297
|
+ this.propForm.result = []
|
|
10298
|
+ }
|
|
10299
|
+ this.propForm.click_ref = 'blood_access_part_id'
|
|
10300
|
+ break
|
|
10301
|
+
|
10195
|
10302
|
case "dialyzer_perfusion_apparatus":
|
10196
|
10303
|
this.propForm.type = 11;
|
10197
|
10304
|
this.isShowDialog = false;
|
|
@@ -10590,6 +10697,9 @@ export default {
|
10590
|
10697
|
case 19:
|
10591
|
10698
|
this.dialysisPrescription.dialysis_strainer = val.result.join(',')
|
10592
|
10699
|
break
|
|
10700
|
+ case 20:
|
|
10701
|
+ this.dialysisPrescription.blood_access_part_id = val.result.join(',')
|
|
10702
|
+ break
|
10593
|
10703
|
}
|
10594
|
10704
|
},
|
10595
|
10705
|
getPermission() {
|