|
|
|
@ -72,6 +72,20 @@ define(['angular', 'jquery', 'uiRouter', './monitoring/analysis-monitoring'],
|
|
|
|
|
"4000-4500": "4000-4500"
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
var channelResultArray = [
|
|
|
|
|
"关闭支付",
|
|
|
|
|
"恢复支付",
|
|
|
|
|
"单日10",
|
|
|
|
|
"单日200",
|
|
|
|
|
"单日300",
|
|
|
|
|
"单日500",
|
|
|
|
|
"单日1000",
|
|
|
|
|
"单日3000",
|
|
|
|
|
"单日5000",
|
|
|
|
|
"单日10000",
|
|
|
|
|
"其他"
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
var app = angular.module('riskBusinessApp', ['ui.router']);
|
|
|
|
|
app.config(['$stateProvider', function ($stateProvider) {
|
|
|
|
|
$stateProvider.state('analysis_monitoring.risk_business', {
|
|
|
|
@ -152,6 +166,7 @@ define(['angular', 'jquery', 'uiRouter', './monitoring/analysis-monitoring'],
|
|
|
|
|
|
|
|
|
|
$scope.orderTypes = orderTypesMap;
|
|
|
|
|
$scope.resultTypes = resultTypesMap;
|
|
|
|
|
$scope.channelResults = channelResultArray;
|
|
|
|
|
$scope.riskEvent = riskEvent.data;
|
|
|
|
|
// 获取数据库中对应的渠道字段
|
|
|
|
|
var orderChannel = 'enable_';
|
|
|
|
|