var nuw = _g().getCellValue(0,5,1);//获取检验数量//根据检验数量自动填充行数JS怎么写?
参考
[通用]JS填报自定义一次插入固定行数 https://help.fanruan.com/finereport/doc-view-3677.html
JS实现插入自定义行数 https://help.fanruan.com/finereport/doc-view-1768.html
//获取当前控件值
var ids = this.getValue();
var id = $("td[id^=B]:last").attr("id");
_g().appendReportRC(ids, id);
如果你这个10 是数据集出来的 可以的啊 用公式 RANGE(1,单元格,1) 然后设置纵向扩展就好了