填报成功后:
var sql = "{call aa ('" + id+ "','" + xx + "','202304',?,?)}";
var res = FR.remoteEvaluate('sql("DS","' + sql + '",1,1)');
存储过程有五个值,三个参数,两个返回值,这样对吗
存储过程数据集
可参考 -- https://help.fanruan.com/finereport/doc-view-117.html
在帆软的js语句调用中,不支持参数使用? 的
你要有固定参数值
参考https://bbs.fanruan.com/wenda/question/182342.html