see999 3 years ago
parent
commit
e4b2cf484b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/xt_pages/outpatientCharges/newStatementPrintTwo.vue

+ 6 - 0
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue View File

@@ -378,6 +378,12 @@
378 378
                         }
379 379
                       }
380 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
                   }