移动端如何查询重复数据?
电脑端的在移动端的用不了。
var sql="select count(*) from 物品资料 where 1=1 and 名称='"+this.getValue()+"'";
var ct=FR.remoteEvaluate('=sql("仓库管理","'+sql+'",1)');
if(ct>0){
物品名称重复。
}
9.0兼容说明-http://help.finereport.com/finereport9.0/doc-view-68.html
安全防护-https://help.finereport.com/doc-view-2454.html