直接增加一个点击事件写JS
this.setEnable(false);//控件不可用
FR.msg.alert
FR.Msg
设置回调函数提示 https://help.fanruan.com/finereport/doc-view-1219.html
var cell = this.options.location;//获取当前控件所在单元格的编号FR.Msg.confirm("提示", "确定要提交数据吗?", function(value) { if (value) { _g().verifyAndWriteReport(); //校验并提交 }})