|
@@ -1927,11 +1927,7 @@ export default {
|
1927
|
1927
|
},
|
1928
|
1928
|
|
1929
|
1929
|
checkData() {
|
1930
|
|
- if (this.receiverTreatmentAccess.way == 0) {
|
1931
|
|
- this.$message.error("入科方式未填");
|
1932
|
|
- } else if (this.predialysis.symptom_before_dialysis == "") {
|
1933
|
|
- this.$message.error("透前症状未填");
|
1934
|
|
- } else if (this.predialysis.temperature == "") {
|
|
1930
|
+ if (this.predialysis.temperature == '') {
|
1935
|
1931
|
this.$message.error("透前体温未填");
|
1936
|
1932
|
} else if (this.predialysis.pulse_frequency == "") {
|
1937
|
1933
|
this.$message.error("透前脉搏未填");
|
|
@@ -1942,61 +1938,88 @@ export default {
|
1942
|
1938
|
this.predialysis.diastolic_blood_pressure == 0
|
1943
|
1939
|
) {
|
1944
|
1940
|
this.$message.error("透前血压未填完整");
|
1945
|
|
- } else if (this.predialysis.puncture_way == "") {
|
1946
|
|
- this.$message.error("穿刺方式未填");
|
1947
|
|
- } else if (this.predialysis.puncture_needle == "") {
|
1948
|
|
- this.$message.error("穿刺针未填");
|
1949
|
|
- } else if (
|
1950
|
|
- this.predialysis.blood_access_part_id == "" &&
|
1951
|
|
- this.predialysis.blood_access_part_opera_name == ""
|
1952
|
|
- ) {
|
1953
|
|
- this.$message.error("血管通路未填");
|
|
1941
|
+ } else if (this.predialysis.dialysis_interphase == "") {
|
|
1942
|
+ this.$message.error("透析期间未填");
|
|
1943
|
+ } else if (this.predialysis.symptom_before_dialysis == "") {
|
|
1944
|
+ this.$message.error("透前症状未填");
|
1954
|
1945
|
} else if (this.predialysis.internal_fistula == "") {
|
1955
|
1946
|
this.$message.error("透前内瘘未填");
|
1956
|
1947
|
} else if (this.predialysis.catheter == "") {
|
1957
|
1948
|
this.$message.error("透前导管未填");
|
1958
|
|
- } else if (this.prescription.mode_id == "") {
|
1959
|
|
- this.$message.error("透析方式未填");
|
|
1949
|
+ } else if (this.predialysis.complication == "" ) {
|
|
1950
|
+ this.$message.error("合并症未填");
|
|
1951
|
+ } else if (this.receiverTreatmentAccess.score == "") {
|
|
1952
|
+ this.$message.error("跌倒评估未填");
|
|
1953
|
+ } else if (this.predialysis.dry_weight == '' ) {
|
|
1954
|
+ this.$message.error("干体重未填");
|
|
1955
|
+ } else if ( this. predialysis.weight_before == '') {
|
|
1956
|
+ this.$message.error("透前体重未填");
|
|
1957
|
+ } else if (this.predialysis.dehydration == '') {
|
|
1958
|
+ this.$message.error("预增脱水量未填");
|
|
1959
|
+ } else if (this.afterdialysis.temperature == '') {
|
|
1960
|
+ this.$message.error("透后体温未填");
|
|
1961
|
+ } else if (this.afterdialysis.pulse_frequency == "") {
|
|
1962
|
+ this.$message.error("透后脉搏未填");
|
|
1963
|
+ } else if (this.afterdialysis.breathing_rate == "") {
|
|
1964
|
+ this.$message.error("透后呼吸频率未填");
|
1960
|
1965
|
} else if (
|
1961
|
|
- this.prescription.displace_liqui_part == 0 &&
|
1962
|
|
- this.prescription.mode_id == 2
|
|
1966
|
+ this.afterdialysis.systolic_blood_pressure == 0 ||
|
|
1967
|
+ this.afterdialysis.diastolic_blood_pressure == 0
|
1963
|
1968
|
) {
|
|
1969
|
+ this.$message.error("透后血压未填完整");
|
|
1970
|
+ } else if (this.afterdialysis.cruor == "") {
|
|
1971
|
+ this.$message.error("凝血未填");
|
|
1972
|
+ } else if (this.afterdialysis.symptom_after_dialysis == "") {
|
|
1973
|
+ this.$message.error("透后症状未填");
|
|
1974
|
+ } else if (this.afterdialysis.internal_fistula == "") {
|
|
1975
|
+ this.$message.error("透后内瘘未填");
|
|
1976
|
+ } else if (this.afterdialysis.catheter == "") {
|
|
1977
|
+ this.$message.error("透后导管未填");
|
|
1978
|
+ } else if (this.afterdialysis.complication == 0) {
|
|
1979
|
+ this.$message.error("并发症未填");
|
|
1980
|
+ } else if (this.afterdialysis.actual_displacement == 0) {
|
|
1981
|
+ this.$message.error("实际置换量未填");
|
|
1982
|
+ } else if (this.afterdialysis.actual_ultrafiltration == 0) {
|
|
1983
|
+ this.$message.error("实际超滤量未填");
|
|
1984
|
+ } else if (this.afterdialysis.weight_after == 0) {
|
|
1985
|
+ this.$message.error("透后体重未填");
|
|
1986
|
+ } else if (this.afterdialysis.weight_loss == 0) {
|
|
1987
|
+ this.$message.error("体重减少未填");
|
|
1988
|
+ } else if (this.afterdialysis.dialysis_intakes == 0) {
|
|
1989
|
+ this.$message.error("透析中入量未填");
|
|
1990
|
+ } else if (this.prescription.target_ultrafiltration == 0) {
|
|
1991
|
+ this.$message.error("处方脱水量未填");
|
|
1992
|
+ } else if (this.afterdialysis.actual_ultrafiltration == 0) {
|
|
1993
|
+ this.$message.error("超滤总量未填");
|
|
1994
|
+ } else if (this.prescription.dialysis_duration_hour == 0) {
|
|
1995
|
+ this.$message.error("透析时长未填");
|
|
1996
|
+ } else if (this.prescription.mode_id == 0) {
|
|
1997
|
+ this.$message.error("透析方式未填");
|
|
1998
|
+ } else if (this.prescription.displace_liqui_part == '') {
|
1964
|
1999
|
this.$message.error("置换方式未填");
|
1965
|
|
- } else if (
|
1966
|
|
- this.prescription.displace_liqui_value == 0 &&
|
1967
|
|
- this.prescription.mode_id == 2
|
1968
|
|
- ) {
|
1969
|
|
- this.$message.error("置换量未填");
|
|
2000
|
+ } else if (this.prescription.displace_liqui_value == 0) {
|
|
2001
|
+ this.$message.error("置换总量未填");
|
|
2002
|
+ } else if (this.predialysis.blood_access_part_opera_name == ''){
|
|
2003
|
+ this.$message.error('血管通路未填');
|
1970
|
2004
|
} else if (this.prescription.blood_flow_volume == 0) {
|
1971
|
2005
|
this.$message.error("血流量未填");
|
1972
|
2006
|
} else if (
|
1973
|
|
- this.prescription.dialysis_duration_hour == 0 &&
|
1974
|
|
- this.prescription.dialysis_duration_minute == 0
|
1975
|
|
- ) {
|
1976
|
|
- this.$message.error("透析时间未填");
|
1977
|
|
- } else if (
|
1978
|
|
- this.prescription.dialyzer_perfusion_apparatus == "" &&
|
1979
|
|
- this.prescription.dialysis_dialyszers == ""
|
1980
|
|
- ) {
|
1981
|
|
- this.$message.error("透析器未填");
|
1982
|
|
- } else if (this.prescription.dialysis_irrigation == "") {
|
1983
|
|
- this.$message.error("灌流器未填");
|
1984
|
|
- } else if (
|
1985
|
|
- this.prescription.plasma_separator == "" &&
|
1986
|
|
- this.org_id == 9538
|
1987
|
|
- ) {
|
1988
|
|
- this.$message.error("血浆分离器未填");
|
1989
|
|
- } else if (
|
1990
|
|
- this.prescription.bilirubin_adsorption_column == "" &&
|
1991
|
|
- this.org_id == 9538
|
1992
|
|
- ) {
|
1993
|
|
- this.$message.error("胆红素吸附柱未填");
|
1994
|
|
- } else if (this.predialysis.weight_before == 0) {
|
1995
|
|
- this.$message.error("透前体重未填");
|
1996
|
|
- } else if (this.predialysis.dry_weight == 0) {
|
1997
|
|
- this.$message.error("干体重未填");
|
1998
|
|
- } else if (this.prescription.target_ultrafiltration == 0) {
|
1999
|
|
- this.$message.error("计划超滤量未填");
|
|
2007
|
+ this.prescription.dialysis_irrigation == '' &&
|
|
2008
|
+ this.prescription.dialysis_dialyszers == ''
|
|
2009
|
+ ){
|
|
2010
|
+ this.$message.error('人工肾装置未填');
|
|
2011
|
+ } else if (this.predialysis.machine_type == 0) {
|
|
2012
|
+ this.$message.error("透析机型未填");
|
|
2013
|
+ } else if (this.dialysisOrder.DeviceNumber.number == 0) {
|
|
2014
|
+ this.$message.error("机号未填");
|
|
2015
|
+ } else if (this.prescription.anticoagulant_name == 0) {
|
|
2016
|
+ this.$message.error("抗凝剂未填");
|
|
2017
|
+ } else if (this.prescription.anticoagulant_shouji == 0) {
|
|
2018
|
+ this.$message.error("首剂未填");
|
|
2019
|
+ } else if (this.prescription.anticoagulant_weichi == 0) {
|
|
2020
|
+ this.$message.error("维持未填");
|
|
2021
|
+ } else if (this.prescription.anticoagulant_zongliang == 0) {
|
|
2022
|
+ this.$message.error("总量未填");
|
2000
|
2023
|
} else if (this.prescription.calcium == 0) {
|
2001
|
2024
|
this.$message.error("钙未填");
|
2002
|
2025
|
} else if (this.prescription.sodium == 0) {
|
|
@@ -2007,8 +2030,6 @@ export default {
|
2007
|
2030
|
this.$message.error("碳酸氢根未填");
|
2008
|
2031
|
} else if (this.prescription.dialysate_flow == 0) {
|
2009
|
2032
|
this.$message.error("透析液流量未填");
|
2010
|
|
- } else if (this.prescription.anticoagulant == 0) {
|
2011
|
|
- this.$message.error("抗凝剂未填");
|
2012
|
2033
|
} else if (
|
2013
|
2034
|
this.prescription.anticoagulant_gaimingcheng == "" &&
|
2014
|
2035
|
this.prescription.anticoagulant == 5
|
|
@@ -2019,36 +2040,13 @@ export default {
|
2019
|
2040
|
this.prescription.anticoagulant == 5
|
2020
|
2041
|
) {
|
2021
|
2042
|
this.$message.error("钙剂量未填");
|
2022
|
|
- } else if (this.afterdialysis.temperature == 0) {
|
2023
|
|
- this.$message.error("透后体温未填");
|
2024
|
|
- } else if (this.afterdialysis.pulse_frequency == 0) {
|
2025
|
|
- this.$message.error("透后脉搏未填");
|
2026
|
|
- } else if (this.afterdialysis.breathing_rate == 0) {
|
2027
|
|
- this.$message.error("透后呼吸频率未填");
|
2028
|
|
- } else if (
|
2029
|
|
- this.afterdialysis.systolic_blood_pressure == 0 ||
|
2030
|
|
- this.afterdialysis.diastolic_blood_pressure == 0
|
2031
|
|
- ) {
|
2032
|
|
- this.$message.error("透后血压未填完整");
|
2033
|
2043
|
} else if (
|
2034
|
2044
|
this.afterdialysis.actual_treatment_hour == 0 &&
|
2035
|
2045
|
this.afterdialysis.actual_treatment_minute == 0
|
2036
|
2046
|
) {
|
2037
|
2047
|
this.$message.error("实际治疗时间未填");
|
2038
|
|
- } else if (this.afterdialysis.cruor == "") {
|
2039
|
|
- this.$message.error("透析器凝血未填");
|
2040
|
|
- } else if (this.afterdialysis.internal_fistula == "") {
|
2041
|
|
- this.$message.error("透后内瘘未填");
|
2042
|
|
- } else if (this.afterdialysis.catheter == "") {
|
2043
|
|
- this.$message.error("透后导管未填");
|
2044
|
|
- } else if (this.afterdialysis.weight_after == 0) {
|
2045
|
|
- this.$message.error("透后体重未填");
|
2046
|
|
- } else if (this.afterdialysis.weight_loss == 0) {
|
2047
|
|
- this.$message.error("透后体重减少未填");
|
2048
|
|
- } else if (this.afterdialysis.dialysis_intakes == 0) {
|
2049
|
|
- this.$message.error("透析中入量未填");
|
2050
|
|
- } else if (this.afterdialysis.actual_ultrafiltration == 0) {
|
2051
|
|
- this.$message.error("实际超滤量未填");
|
|
2048
|
+ } else if (this.summary.mission == 0) {
|
|
2049
|
+ this.$message.error("透后宣教未填");
|
2052
|
2050
|
} else if (this.summary.dialysis_summary == "") {
|
2053
|
2051
|
this.$message.error("透析小结未填");
|
2054
|
2052
|
} else if (
|
|
@@ -2088,7 +2086,7 @@ export default {
|
2088
|
2086
|
) {
|
2089
|
2087
|
this.$message.error("下机护士未填");
|
2090
|
2088
|
} else if (this.prescription.creater == 0) {
|
2091
|
|
- this.$message.error("医生签名未填");
|
|
2089
|
+ this.$message.error("治疗医生未填");
|
2092
|
2090
|
} else if (this.tableAdvice.length > 0) {
|
2093
|
2091
|
let num = 0;
|
2094
|
2092
|
this.tableAdvice.map((item) => {
|