|
@@ -980,12 +980,12 @@
|
980
|
980
|
schedual: {
|
981
|
981
|
type: Object
|
982
|
982
|
},
|
983
|
|
- is_open: {
|
984
|
|
- type: Number,
|
985
|
|
- default: () => {
|
986
|
|
- return 0
|
987
|
|
- }
|
988
|
|
- },
|
|
983
|
+ // is_open: {
|
|
984
|
+ // type: Number,
|
|
985
|
+ // default: () => {
|
|
986
|
+ // return 0
|
|
987
|
+ // }
|
|
988
|
+ // },
|
989
|
989
|
waitUploadAdvices: {
|
990
|
990
|
type: Array,
|
991
|
991
|
default: () => {
|
|
@@ -1384,41 +1384,7 @@
|
1384
|
1384
|
this.InnerDialogProps.visibility = true
|
1385
|
1385
|
switch (val) {
|
1386
|
1386
|
case '5': // 透析器/灌流器
|
1387
|
|
- // var arr = this.dialysisPrescription.dialyzer_perfusion_apparatus
|
1388
|
|
- // console.log("arr333333",arr)
|
1389
|
|
- // var newArr = arr.split(",")
|
1390
|
|
- // console.log("透析器/灌流器",newArr)
|
1391
|
|
- // var Arr = []
|
1392
|
|
- // for(let i=0;i<newArr.length;i++){
|
1393
|
|
- // for(let j=0;j<this.dialyzerPerfusionApparatus.length;j++){
|
1394
|
|
- // var newarr = newArr[i].toUpperCase()
|
1395
|
|
-
|
1396
|
|
- // var dialy = this.dialyzerPerfusionApparatus[j].name.toUpperCase()
|
1397
|
|
-
|
1398
|
|
- // if(newarr == dialy){
|
1399
|
|
- // Arr.push(this.dialyzerPerfusionApparatus[j].name)
|
1400
|
|
- // }
|
1401
|
|
- // }
|
1402
|
|
- // }
|
1403
|
|
- // var arrtwo = Arr.join(",")
|
1404
|
|
- // console.log("Arr",arrtwo)
|
1405
|
|
- // var arr = this.dialysisPrescription.dialyzer_perfusion_apparatus
|
1406
|
|
- // var newArr = arr.split(",")
|
1407
|
|
- // console.log("透析器/灌流器",newArr)
|
1408
|
|
- // var Arr = []
|
1409
|
|
- // for(let i=0;i<newArr.length;i++){
|
1410
|
|
- // for(let j=0;j<this.dialyzerPerfusionApparatus.length;j++){
|
1411
|
|
- // var newarr = newArr[i].toUpperCase()
|
1412
|
|
- //
|
1413
|
|
- // var dialy = this.dialyzerPerfusionApparatus[j].name.toUpperCase()
|
1414
|
|
- //
|
1415
|
|
- // if(newarr == dialy){
|
1416
|
|
- // Arr.push(this.dialyzerPerfusionApparatus[j].name)
|
1417
|
|
- // }
|
1418
|
|
- // }
|
1419
|
|
- // }
|
1420
|
|
- // var arrtwo = Arr.join(",")
|
1421
|
|
- // console.log("Arr",arrtwo)
|
|
1387
|
+
|
1422
|
1388
|
this.InnerDialogProps.values = this.dialyzerPerfusionApparatus
|
1423
|
1389
|
this.InnerDialogProps.titles = '透析器/灌流器'
|
1424
|
1390
|
this.InnerDialogProps.type = 'dialyzer_perfusion_apparatus'
|
|
@@ -1958,6 +1924,7 @@
|
1958
|
1924
|
},
|
1959
|
1925
|
show(pre, schedual, last, his_is_open) {
|
1960
|
1926
|
console.log('pre222222', this.predialysis)
|
|
1927
|
+ console.log("his_is_opne",his_is_open)
|
1961
|
1928
|
if (pre != undefined) {
|
1962
|
1929
|
if (pre.oxygen_uptake == 1) {
|
1963
|
1930
|
this.oxygenShow = true
|
|
@@ -2070,6 +2037,7 @@
|
2070
|
2037
|
this.dialysisPrescription.mode_id = this.$route.query.mode_id ? this.$route.query.mode_id : this.mode_id
|
2071
|
2038
|
if (pre.id > 0) {
|
2072
|
2039
|
this.dialysisPrescription.mode_id = pre.mode_id
|
|
2040
|
+
|
2073
|
2041
|
}
|
2074
|
2042
|
console.log('this.dialysisPrescription.mode_id', this.dialysisPrescription.mode_id)
|
2075
|
2043
|
console.log('this.schedual', schedual.mode_id)
|
|
@@ -2125,6 +2093,7 @@
|
2125
|
2093
|
this.dialysisPrescription.tubing_hemodialysis = last.tubing_hemodialysis
|
2126
|
2094
|
this.dialysisPrescription.package = last.package
|
2127
|
2095
|
this.dialysisPrescription.a_liquid = last.a_liquid
|
|
2096
|
+ this.dialysisPrescription.target_ultrafiltration = last.target_ultrafiltration
|
2128
|
2097
|
|
2129
|
2098
|
weight_before = 0
|
2130
|
2099
|
|
|
@@ -2206,10 +2175,6 @@
|
2206
|
2175
|
this.anticoagulant.weichi_unit = 'ml'
|
2207
|
2176
|
this.anticoagulant.zongliang_unit = 'ml'
|
2208
|
2177
|
}
|
2209
|
|
-
|
2210
|
|
- console.log('首季9999', this.dialysisPrescription.anticoagulant_zongliang)
|
2211
|
|
- console.log("收集",this.dialysisPrescription.anticoagulant_shouji)
|
2212
|
|
- console.log("weichi",this.dialysisPrescription.anticoagulant_weichi)
|
2213
|
2178
|
if(this.$store.getters.xt_user.template_info.template_id == 41 && this.dialysisPrescription.anticoagulant == 2){
|
2214
|
2179
|
this.dialysisPrescription.anticoagulant_zongliang = ""
|
2215
|
2180
|
this.dialysisPrescription.anticoagulant_zongliang = parseInt(this.dialysisPrescription.anticoagulant_shouji) + parseInt(this.dialysisPrescription.anticoagulant_weichi)
|