|
@@ -1775,6 +1775,9 @@ export default {
|
1775
|
1775
|
blood_access_part_id:"",
|
1776
|
1776
|
anticoagulant_weichi_hour:"",
|
1777
|
1777
|
dialyzate:"",
|
|
1778
|
+ dialysis_dialyszers_id:0,
|
|
1779
|
+ dialysis_strainer_id:0,
|
|
1780
|
+ dialysis_irrigation_id:0
|
1778
|
1781
|
},
|
1779
|
1782
|
anticoagulant: {
|
1780
|
1783
|
id: 0,
|
|
@@ -1926,6 +1929,7 @@ export default {
|
1926
|
1929
|
dialysisStrainer.push(arrThree[i].GoodInfo[j])
|
1927
|
1930
|
}
|
1928
|
1931
|
}
|
|
1932
|
+
|
1929
|
1933
|
this.dialysisDialyszers = dialyzer
|
1930
|
1934
|
this.dialysisIrrigation = irrigation
|
1931
|
1935
|
this.dialysisStrainerList = dialysisStrainer
|
|
@@ -3787,10 +3791,11 @@ export default {
|
3787
|
3791
|
title: '提示',
|
3788
|
3792
|
message:
|
3789
|
3793
|
'确认保存为长期透析处方',
|
3790
|
|
- })
|
3791
|
|
- .then(() => {
|
|
3794
|
+ }).then(() => {
|
3792
|
3795
|
// on confirm
|
3793
|
3796
|
// console.log('确认');
|
|
3797
|
+
|
|
3798
|
+
|
3794
|
3799
|
if (this.his_is_open == 1) {
|
3795
|
3800
|
this.is_open = 0;
|
3796
|
3801
|
}
|
|
@@ -3903,6 +3908,9 @@ export default {
|
3903
|
3908
|
}
|
3904
|
3909
|
let result = [];
|
3905
|
3910
|
let filedList = this.$store.getters.user.fileds;
|
|
3911
|
+
|
|
3912
|
+
|
|
3913
|
+
|
3906
|
3914
|
let new_arr = Object.entries(newParams);
|
3907
|
3915
|
new_arr.forEach((el) => {
|
3908
|
3916
|
if (el[1] === "" || el[1] === 0 ) {
|