FR.doURLPrint(config)如何传递动态参数?
"[{reportlet: '/sss/sss/contract/carsale/contwt_cwsale_print.cpt',uk:'uk'}]";
这么写我看了下只能传静态的
拼接一下就好
先获取参数值
var a = this.options.form.getWidgetByName("控件名").getValue();
然后在你的这段字符中这样拼接
"[{reportlet: '/sss/sss/contract/carsale/contwt_cwsale_print.cpt',uk:'"+a+"'}]";