|
@@ -1708,10 +1708,10 @@ export default {
|
1708
|
1708
|
) {
|
1709
|
1709
|
const obj7 ='血管通路'
|
1710
|
1710
|
checkDate.push(obj7)
|
1711
|
|
- } if (this.predialysis.internal_fistula == "") {
|
|
1711
|
+ } if (this.predialysis.internal_fistula == "" && this.predialysis.catheter == "") {
|
1712
|
1712
|
const obj8 ='透前内瘘'
|
1713
|
1713
|
checkDate.push(obj8)
|
1714
|
|
- } if (this.predialysis.catheter == "") {
|
|
1714
|
+ } if (this.predialysis.catheter == "" && this.predialysis.internal_fistula == "") {
|
1715
|
1715
|
const obj9 ='透前导管'
|
1716
|
1716
|
checkDate.push(obj9)
|
1717
|
1717
|
} if (this.prescription.mode_id == 0) {
|
|
@@ -1722,7 +1722,7 @@ export default {
|
1722
|
1722
|
) {
|
1723
|
1723
|
const obj11 ='置换方式'
|
1724
|
1724
|
checkDate.push(obj11)
|
1725
|
|
- } if (this.prescription.displace_liqui_value == 0 &&
|
|
1725
|
+ } if (this.prescription.replacement_total == 0 &&
|
1726
|
1726
|
this.prescription.mode_id == 2
|
1727
|
1727
|
) {
|
1728
|
1728
|
const obj12 ='置换量'
|
|
@@ -1808,10 +1808,10 @@ export default {
|
1808
|
1808
|
} if(this.afterdialysis.cruor == ''){
|
1809
|
1809
|
const obj33 ='透析器凝血'
|
1810
|
1810
|
checkDate.push(obj33)
|
1811
|
|
- } if(this.afterdialysis.internal_fistula == ""){
|
|
1811
|
+ } if(this.afterdialysis.internal_fistula == "" && this.afterdialysis.catheter == ""){
|
1812
|
1812
|
const obj34 ='透后内瘘'
|
1813
|
1813
|
checkDate.push(obj34)
|
1814
|
|
- } if(this.afterdialysis.catheter == ""){
|
|
1814
|
+ } if(this.afterdialysis.catheter == "" && this.afterdialysis.internal_fistula == ""){
|
1815
|
1815
|
const obj35 ='透后导管'
|
1816
|
1816
|
checkDate.push(obj35)
|
1817
|
1817
|
} if (
|