|
@@ -1328,7 +1328,8 @@
|
1328
|
1328
|
max_ultrafiltration_rate:'',
|
1329
|
1329
|
hemodialysisPipelinesOptions: [],
|
1330
|
1330
|
punctureNeedleOptions: [],
|
1331
|
|
- epoOptions: []
|
|
1331
|
+ epoOptions: [],
|
|
1332
|
+ impulse:0,
|
1332
|
1333
|
},
|
1333
|
1334
|
|
1334
|
1335
|
anticoagulant: {
|
|
@@ -1879,7 +1880,7 @@
|
1879
|
1880
|
mode = 2
|
1880
|
1881
|
}
|
1881
|
1882
|
ParamsQuery['mode'] = mode
|
1882
|
|
- // console.log("paramsquery",ParamsQuery)
|
|
1883
|
+ console.log("paramsquery",ParamsQuery)
|
1883
|
1884
|
postPrescription(ParamsQuery).then(response => {
|
1884
|
1885
|
if (response.data.state == 0) {
|
1885
|
1886
|
this.$message.error(response.data.msg)
|
|
@@ -2695,6 +2696,7 @@
|
2695
|
2696
|
this.hide()
|
2696
|
2697
|
},
|
2697
|
2698
|
handleSolution: function() {
|
|
2699
|
+
|
2698
|
2700
|
if (this.dialysisPrescription.anticoagulant == 1) {
|
2699
|
2701
|
this.dialysisPrescription.anticoagulant_weichi = '0'
|
2700
|
2702
|
this.dialysisPrescription.anticoagulant_shouji = '0'
|
|
@@ -2723,15 +2725,17 @@
|
2723
|
2725
|
this.loading = false
|
2724
|
2726
|
return
|
2725
|
2727
|
}
|
|
2728
|
+ console.log("预充了2",this.dialysisPrescription.pre_impulse)
|
|
2729
|
+ this.dialysisPrescription.impulse = this.dialysisPrescription.pre_impulse
|
2726
|
2730
|
var arr = this.dialysisPrescription
|
2727
|
|
- // console.log('arr', arr)
|
|
2731
|
+ console.log('arr2', arr)
|
2728
|
2732
|
|
2729
|
2733
|
const ParamsQuery = arr
|
2730
|
2734
|
// console.log('长期处方1', ParamsQuery)
|
2731
|
2735
|
ParamsQuery['patient'] = this.patient.id
|
2732
|
2736
|
ParamsQuery['record_date'] = this.record_date
|
2733
|
2737
|
ParamsQuery['mode'] = '1'
|
2734
|
|
-
|
|
2738
|
+
|
2735
|
2739
|
postSoulution(ParamsQuery).then(response => {
|
2736
|
2740
|
if (response.data.state == 0) {
|
2737
|
2741
|
this.$message.error(response.data.msg)
|
|
@@ -2770,16 +2774,18 @@
|
2770
|
2774
|
this.loading = false
|
2771
|
2775
|
return
|
2772
|
2776
|
}
|
|
2777
|
+ console.log("预充了3",this.dialysisPrescription.pre_impulse)
|
|
2778
|
+ this.dialysisPrescription.impulse = this.dialysisPrescription.pre_impulse
|
2773
|
2779
|
var arr = this.dialysisPrescription
|
2774
|
|
- // console.log('arr', arr)
|
2775
|
|
-
|
|
2780
|
+ console.log('arr3', arr)
|
|
2781
|
+
|
2776
|
2782
|
const ParamsQuery = arr
|
2777
|
2783
|
// console.log('长期处方2', ParamsQuery)
|
2778
|
2784
|
|
2779
|
2785
|
ParamsQuery['patient'] = this.patient.id
|
2780
|
2786
|
ParamsQuery['record_date'] = this.record_date
|
2781
|
2787
|
ParamsQuery['mode'] = '1'
|
2782
|
|
-
|
|
2788
|
+
|
2783
|
2789
|
postSoulution(ParamsQuery).then(response => {
|
2784
|
2790
|
if (response.data.state == 0) {
|
2785
|
2791
|
this.$message.error(response.data.msg)
|
|
@@ -2824,10 +2830,11 @@
|
2824
|
2830
|
this.loading = false
|
2825
|
2831
|
return
|
2826
|
2832
|
}
|
2827
|
|
-
|
|
2833
|
+ console.log("预充了4",this.dialysisPrescription.pre_impulse)
|
|
2834
|
+ this.dialysisPrescription.impulse = this.dialysisPrescription.pre_impulse
|
2828
|
2835
|
var arr = this.dialysisPrescription
|
2829
|
|
- // console.log('arr', arr)
|
2830
|
|
-
|
|
2836
|
+ console.log('arr4', arr)
|
|
2837
|
+
|
2831
|
2838
|
const ParamsQuery = arr
|
2832
|
2839
|
// console.log('长期处方3', ParamsQuery)
|
2833
|
2840
|
|
|
@@ -2893,9 +2900,11 @@
|
2893
|
2900
|
this.loading = false
|
2894
|
2901
|
return
|
2895
|
2902
|
}
|
|
2903
|
+ console.log("预充了5",this.dialysisPrescription.pre_impulse)
|
|
2904
|
+ this.dialysisPrescription.impulse = this.dialysisPrescription.pre_impulse
|
2896
|
2905
|
var arr = this.dialysisPrescription
|
2897
|
|
- // console.log('arr', arr)
|
2898
|
|
-
|
|
2906
|
+ console.log('arr5', arr)
|
|
2907
|
+
|
2899
|
2908
|
const ParamsQuery = arr
|
2900
|
2909
|
// console.log('长期处方5', ParamsQuery)
|
2901
|
2910
|
|
|
@@ -2940,8 +2949,10 @@
|
2940
|
2949
|
this.loading = false
|
2941
|
2950
|
return
|
2942
|
2951
|
}
|
|
2952
|
+ console.log("预充了6",this.dialysisPrescription.pre_impulse)
|
|
2953
|
+ this.dialysisPrescription.impulse = this.dialysisPrescription.pre_impulse
|
2943
|
2954
|
var arr = this.dialysisPrescription
|
2944
|
|
- // console.log('arr', arr)
|
|
2955
|
+ console.log('arr', arr)
|
2945
|
2956
|
|
2946
|
2957
|
const ParamsQuery = arr
|
2947
|
2958
|
// console.log('长期处方6', ParamsQuery)
|
|
@@ -2987,11 +2998,13 @@
|
2987
|
2998
|
this.loading = false
|
2988
|
2999
|
return
|
2989
|
3000
|
}
|
|
3001
|
+ console.log("预充了7",this.dialysisPrescription.pre_impulse)
|
|
3002
|
+ this.dialysisPrescription.impulse = this.dialysisPrescription.pre_impulse
|
2990
|
3003
|
var arr = this.dialysisPrescription
|
2991
|
3004
|
// console.log('arr', arr)
|
2992
|
3005
|
|
2993
|
3006
|
const ParamsQuery = arr
|
2994
|
|
- // console.log('长期处方7', ParamsQuery)
|
|
3007
|
+ console.log('长期处方7', ParamsQuery)
|
2995
|
3008
|
ParamsQuery['patient'] = this.patient.id
|
2996
|
3009
|
ParamsQuery['record_date'] = this.record_date
|
2997
|
3010
|
ParamsQuery['mode'] = '1'
|
|
@@ -3040,9 +3053,11 @@
|
3040
|
3053
|
this.loading = false
|
3041
|
3054
|
return
|
3042
|
3055
|
}
|
|
3056
|
+ console.log("预充了w233323223",this.dialysisPrescription.pre_impulse)
|
|
3057
|
+ this.dialysisPrescription.impulse = this.dialysisPrescription.pre_impulse
|
3043
|
3058
|
var arr = this.dialysisPrescription
|
3044
|
|
- // console.log('arr', arr)
|
3045
|
|
-
|
|
3059
|
+ console.log('arr', arr)
|
|
3060
|
+
|
3046
|
3061
|
const ParamsQuery = arr
|
3047
|
3062
|
// console.log('长期处方8', ParamsQuery)
|
3048
|
3063
|
ParamsQuery['patient'] = this.patient.id
|
|
@@ -3114,8 +3129,11 @@
|
3114
|
3129
|
this.loading = false
|
3115
|
3130
|
return
|
3116
|
3131
|
}
|
|
3132
|
+
|
|
3133
|
+ console.log("预充了99999",this.dialysisPrescription.pre_impulse)
|
|
3134
|
+ this.dialysisPrescription.impulse = this.dialysisPrescription.pre_impulse
|
3117
|
3135
|
var arr = this.dialysisPrescription
|
3118
|
|
- // console.log('arr', arr)
|
|
3136
|
+ console.log('arr', arr)
|
3119
|
3137
|
|
3120
|
3138
|
const ParamsQuery = arr
|
3121
|
3139
|
// console.log('长期处方9', ParamsQuery)
|
|
@@ -3158,16 +3176,18 @@
|
3158
|
3176
|
this.loading = false
|
3159
|
3177
|
return
|
3160
|
3178
|
}
|
|
3179
|
+ console.log("预充了1",this.dialysisPrescription.pre_impulse)
|
|
3180
|
+ this.dialysisPrescription.impulse = this.dialysisPrescription.pre_impulse
|
3161
|
3181
|
var arr = this.dialysisPrescription
|
3162
|
|
- // console.log('arr', arr)
|
|
3182
|
+ console.log('arr12333223', arr)
|
3163
|
3183
|
|
3164
|
3184
|
const ParamsQuery = arr
|
3165
|
|
- // console.log('长期处方10', ParamsQuery)
|
|
3185
|
+
|
3166
|
3186
|
|
3167
|
3187
|
ParamsQuery['patient'] = this.patient.id
|
3168
|
3188
|
ParamsQuery['record_date'] = this.record_date
|
3169
|
3189
|
ParamsQuery['mode'] = '1'
|
3170
|
|
-
|
|
3190
|
+ console.log('长期处方10', ParamsQuery)
|
3171
|
3191
|
postSoulution(ParamsQuery).then(response => {
|
3172
|
3192
|
if (response.data.state == 0) {
|
3173
|
3193
|
this.$message.error(response.data.msg)
|