填报场景下,能否限制在某些特定的时间点,例如每天早上8点,该报表无法编辑?
用条件属性,判断时间,让控件是否显示
https://help.fanruan.com/finereport/doc-view-218.html
可以 删除原来单元格控件 然后条件属性 控件 可用 然后判断条件写 HOUR(now())!=8 这样 8点一个小时都不可以填写
https://help.fanruan.com/finereport/doc-view-4053.html JS实现控制提交时间段