...
|
...
|
@@ -81,7 +81,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat |
|
|
//查看预测效果信息
|
|
|
function openpredictionDetail(resId, kpiId,flag,kpiName,predictNum) {
|
|
|
var title = "预测效果";
|
|
|
common.openWin('prediction/detail', title, {resId: resId, kpiId: kpiId,flag:flag,kpiName:kpiName,predictNum:predictNum}, ['确定', '取消'])
|
|
|
common.openWin('prediction/detail', title, {resId: resId, kpiId: kpiId,flag:flag,kpiName:kpiName,predictNum:predictNum}, ['确定', '取消'],undefined,undefined,["80%","600px"])
|
|
|
}
|
|
|
|
|
|
// 图表,表格重新加载
|
...
|
...
|
|