我想同时删除主子填报报表的当前页面数据,怎样设置
最简单的方法是直接刷新页面,设置一个按钮,点击js:
location.reload();
或者参考这个:
JS实现一键清除填报内容-https://help.fanruan.com/finereport/doc-view-3434.html
---------------------------------------------------------
自定义函数-https://help.fanruan.com/finereport/doc-view-698.html
我自己写的删除排产订单的自定义函数,主要代码: