Pārlūkot izejas kodu

9月27,71号核对

yq1 6 mēnešus atpakaļ
vecāks
revīzija
973465de14

+ 4 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderseventyone.vue Parādīt failu

@@ -807,11 +807,11 @@ export default {
807 807
       } if(this.predialysis.puncture_needle == '' && this.org_id == 10612){
808 808
         const obj23 = "穿刺针"
809 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 815
       } if(this.assessmentafter.weight_after == '' && 
816 816
             this.afterdialysis.last_after_weight == ''
817 817
       ){