FR.Msg.confirm("提示", "确定要提交吗?", function(value) {
if (value) {
_g().verifyAndWriteReport();
//校验并提交
}
})
https://help.fanruan.com/finereport/doc-view-2279.html
参考文档,需要配置填报属性
JS实现删除时二次确认