if (window.confirm("删除后不可恢复,是否确认删除?")) {
return true;
} else {
return false;
}
电脑端上的JS代码在移动端没法用,,
FR.Msg.confirm("提交", "确定要提交吗?", function(value) {
if (value) {
_g().verifyAndWriteReport();
//校验并提交
})
这样就可以了
这个不支持移动端的
参考:https://help.fanruan.com/finereport/doc-view-603.html#161668de323206c1