Browse Source

11月14日,打印单

yq1 1 week ago
parent
commit
58ac91b1e1
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/pages/main/template/DialysisPrintOrdereightyone.vue

+ 4 - 4
src/pages/main/template/DialysisPrintOrdereightyone.vue View File

1328
       ) {
1328
       ) {
1329
         const obj7 ='血管通路'
1329
         const obj7 ='血管通路'
1330
         checkDate.push(obj7)
1330
         checkDate.push(obj7)
1331
-      } if (this.predialysis.internal_fistula == "") {
1331
+      } if (this.predialysis.internal_fistula == "" && this.predialysis.catheter == "") {
1332
         const obj8 ='透前内瘘'
1332
         const obj8 ='透前内瘘'
1333
         checkDate.push(obj8)
1333
         checkDate.push(obj8)
1334
-      } if (this.predialysis.catheter == "") {
1334
+      } if (this.predialysis.catheter == "" && this.predialysis.internal_fistula == "") {
1335
         const obj9 ='透前导管'
1335
         const obj9 ='透前导管'
1336
         checkDate.push(obj9)
1336
         checkDate.push(obj9)
1337
       } if (this.prescription.mode_id == 0) {
1337
       } if (this.prescription.mode_id == 0) {
1428
       } if(this.afterdialysis.cruor == ''){
1428
       } if(this.afterdialysis.cruor == ''){
1429
         const obj33 ='透析器凝血'
1429
         const obj33 ='透析器凝血'
1430
         checkDate.push(obj33)
1430
         checkDate.push(obj33)
1431
-      } if(this.afterdialysis.internal_fistula == ""){
1431
+      } if(this.afterdialysis.internal_fistula == "" && this.afterdialysis.catheter == ""){
1432
         const obj34 ='透后内瘘'
1432
         const obj34 ='透后内瘘'
1433
         checkDate.push(obj34)
1433
         checkDate.push(obj34)
1434
-      } if(this.afterdialysis.catheter == ""){
1434
+      } if(this.afterdialysis.catheter == "" && this.afterdialysis.internal_fistula == ""){
1435
         const obj35 ='透后导管'
1435
         const obj35 ='透后导管'
1436
         checkDate.push(obj35)
1436
         checkDate.push(obj35)
1437
       } if (
1437
       } if (