Browse Source

11月14 打印单

yq1 1 week ago
parent
commit
0716a3f1c8
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/xt_pages/dialysis/template/DialysisPrintOrdereightyone.vue

+ 5 - 5
src/xt_pages/dialysis/template/DialysisPrintOrdereightyone.vue View File

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