文本框加一个编辑结束事件,填写完,带出来数据集的数据(根据填的值进行过滤),该js咋写?
根据控件值自动匹配数据-https://help.fanruan.com/finereport/doc-view-534.html
JS实现填报联动自动生成默认值-https://help.fanruan.com/finereport/doc-view-1868.html
填报控件数据字典联动-https://help.fanruan.com/finereport/doc-view-608.html
单元格公式中写sql
ds1.select(字段, 条件) 例如
ds1.select(id, id=E2 && name=D2) 查询数据集值
能实现 输入ID 自动填写 name