夜梦碎 回复 Cathy_ke(提问者)你根据这个自己写下吧,后面的说明是给你看的,实际JS里面不需要那些中文说明
function() {
var a = this.category; --分类名
var b = this.value; --值
var c = this.seriesName; --系列名
var d = FR.remoteEvaluate(\'=$srq\'); --获取控件值
var e = FR.remoteEvaluate(\'=$erq\'); --获取控件值
var f = \"SELECT SUM(succeed_amount) FROM m_cycle_statistic_week where start_date>=\'\" + d + \"\' and end_date<=\'\" + e + \"\'\"; --查询sql
var g = FR.remoteEvaluate(\'=SQL(\"RAC\",\"\' + f + \'\",1)\'); --执行查询sql
return a + c + b + \"和\" +g ; --输出要展示的结果
}