参数面板文本控件输入值,根据输入值点击实现动态插入行如何实现
参考这个
JS实现固定插入和删除最后一行/多行 https://help.fanruan.com/finereport/doc-view-4056.html
这个多行,你就取控件值
例如js改成
var id = $("td[id^=A]:last").attr("id");
var a=this.options.form.getWidgetByName("控件名").getValue();
_g().appendReportRC(a, id);
JS实现根据控件值动态插入行
https://help.fanruan.com/finereport/doc-view-1768.html