see999 3 年前
父节点
当前提交
e4b2cf484b
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/xt_pages/outpatientCharges/newStatementPrintTwo.vue

+ 6 - 0
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue 查看文件

@@ -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
                   }