日期参数设计器中默认为空,前端勾选日期,点击查询,页面可正常传参,可是参数传到存储过程中就为null:
------------------------------------------
----------------------------------------------------
这个不能直接用自带功能获取
改成js获取
_g().getWidgetByName("控件名").getValue();
========
或者这个方式获取
this.options.form.getWidgetByName("控件名").getValue();
https://help.fanruan.com/finereport10.0/doc-view-4007.html
参考文档,把上面的参数删了,在function里面写JS获取
var iYPeriod_End=_g().parameterEl.getWidgetByName("p_edate").getValue();