Browse Source

9月27,71号核对

yq1 6 months ago
parent
commit
973465de14
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/xt_pages/dialysis/template/DialysisPrintOrderseventyone.vue

+ 4 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderseventyone.vue View File

807
       } if(this.predialysis.puncture_needle == '' && this.org_id == 10612){
807
       } if(this.predialysis.puncture_needle == '' && this.org_id == 10612){
808
         const obj23 = "穿刺针"
808
         const obj23 = "穿刺针"
809
         checkDate.push(obj23)
809
         checkDate.push(obj23)
810
-      } if(this.dialysisOrder.puncture_nurse == '' && this.org_id == 10612 &&
811
-        this.dialysisOrder != null 
810
+      } if( this.dialysisOrder != null && this.dialysisOrder.puncture_nurse == 0 && 
811
+            this.org_id == 10612
812
       ){
812
       ){
813
-        const obj23 = "穿刺护士"
814
-        checkDate.push(obj23)
813
+        const obj33 = "穿刺护士"
814
+        checkDate.push(obj33)
815
       } if(this.assessmentafter.weight_after == '' && 
815
       } if(this.assessmentafter.weight_after == '' && 
816
             this.afterdialysis.last_after_weight == ''
816
             this.afterdialysis.last_after_weight == ''
817
       ){
817
       ){