CPT自定义按钮导出(含参)

按钮控件 添加点击事件

var  qy= this.options.form.getWidgetByName("QY").getValue();    //QY为控件名称
var  rq= this.options.form.getWidgetByName("DP").getValue();   //DP为控件名称
var REPORT_URL='/WebReport/ReportServer?reportlet=WorkBook6.cpt&QY='+qy+'&DP='+rq+'&format=excel';   //EXCEL导出
window.location=(FR.cjkEncode(REPORT_URL));  

你可能感兴趣的:(帆软)