文章分类 -  报表

FinReport 笔记
摘要:var M= this.options.form.getWidgetByName("M").getValue();var Y= this.options.form.getWidgetByName("Y").getValue(); alert(Y+M);alert((Y+M).length) $('d 阅读全文
posted @ 2019-09-20 11:09 FL0528 阅读(204) 评论(0) 推荐(0)
FinReport连接数据库
摘要:下载地址:http://www.finereport.com/product/success?key=5222ca38-55e46f3f7-4700-5c631bf69b57 安装后打开默认支持 如有要支持Oracle 要下载对应的驱动: 下载地址:https://www.oracle.com/te 阅读全文
posted @ 2019-06-11 13:12 FL0528