see999 3 gadus atpakaļ
vecāks
revīzija
e4b2cf484b

+ 6 - 0
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue Parādīt failu

378
                         }
378
                         }
379
                       }
379
                       }
380
                       that.info.new_detail_list.push(obj)
380
                       that.info.new_detail_list.push(obj)
381
+                      let num = 0
382
+                      that.info.new_detail_list.map(item => {
383
+                        num++
384
+                      })
385
+                      that.num = num
386
+                      console.log('this.num222',that.num)
381
                     }
387
                     }
382
 
388
 
383
                   }
389
                   }