填报在编辑行时就能提示数据与数据库中一致,能实现吗
可以利用sql函数,查询出数据,编辑后再写js与sql函数查询出数据对比,不一样提示
SQL函数-https://help.fanruan.com/finereport/doc-view-846.html
JS实现对控件输入值的及时校验-https://help.fanruan.com/finereport/doc-view-559.html
或者
与数据库中数据对比校验-https://help.fanruan.com/finereport/doc-view-566.html