|
|
|
@ -0,0 +1,488 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="57x57" href="ico/apple-icon-57x57.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="60x60" href="ico/apple-icon-60x60.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="72x72" href="ico/apple-icon-72x72.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="76x76" href="ico/apple-icon-76x76.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="114x114" href="ico/apple-icon-114x114.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="120x120" href="ico/apple-icon-120x120.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="ico/apple-icon-144x144.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="152x152" href="ico/apple-icon-152x152.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="ico/apple-icon-180x180.png">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="192x192" href="ico/android-icon-192x192.png">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="ico/favicon-32x32.png">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="96x96" href="ico/favicon-96x96.png">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="ico/favicon-16x16.png">
|
|
|
|
|
<link rel="manifest" href="ico/manifest.json">
|
|
|
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
|
|
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
|
<meta name="format-detection" content="telephone=no">
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<title>RoyalPay</title>
|
|
|
|
|
<!-- Tell the browser to be responsive to screen width -->
|
|
|
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
|
|
|
|
<!-- Bootstrap 3.3.5 -->
|
|
|
|
|
<link rel="stylesheet" href="static/lib/bootstrap/css/bootstrap.min.css">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Font Awesome -->
|
|
|
|
|
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">-->
|
|
|
|
|
<link href="static/lib/font-awesome-4.6.3/css/font-awesome.min.css" rel="stylesheet">
|
|
|
|
|
<!-- Ionicons -->
|
|
|
|
|
<link rel="stylesheet" href="static/lib/ioicons-2.0.1/css/ionicons.min.css">
|
|
|
|
|
|
|
|
|
|
<!-- Theme style -->
|
|
|
|
|
<link rel="stylesheet" href="static/lib/dist/css/AdminLTE.min.css">
|
|
|
|
|
<!-- AdminLTE Skins. Choose a skin from the css/skins
|
|
|
|
|
folder instead of downloading all of them to reduce the load. -->
|
|
|
|
|
<link rel="stylesheet" href="static/lib/dist/css/skins/_all-skins.min.css">
|
|
|
|
|
<link rel="stylesheet" href="static/css/common.css">
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.ng-cloak, [ng-cloak] {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes myfirst {
|
|
|
|
|
0% {
|
|
|
|
|
transform: rotateY(1deg);
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
transform: rotateY(90deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.polaroid {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.rotate_left {
|
|
|
|
|
position: fixed;
|
|
|
|
|
width: 200px;
|
|
|
|
|
margin: 0 -100px;
|
|
|
|
|
top: 40%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
z-index: 9999999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dh {
|
|
|
|
|
animation: myfirst 1s linear 0s infinite alternate;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<script type="text/javascript" src="static/lib/require.js" data-main="static/boot/manager-boot"></script>
|
|
|
|
|
<script type="text/javascript" src="/static/lib/jquery/jquery-2.1.4.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="/static/lib/bootstrap/js/bootstrap.min.js"></script>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
<body ng-controller="managerIndexCtrl" class="skin-blue sidebar-mini"
|
|
|
|
|
ng-class="{'sidebar-collapse':hideSideBar,'sidebar-open':hideSideBar}">
|
|
|
|
|
<div class="polaroid" ng-if="currentUser==null">
|
|
|
|
|
<div class="rotate_left">
|
|
|
|
|
<img class="dh" src="static/images/r_logo.svg" alt="RoyalPay" style="width:150px;height:150px;margin-top: 10%;
|
|
|
|
|
margin-bottom: 10%;"/>
|
|
|
|
|
<p style="color: #666">To Be The Best QRCode Payment Service Provider!</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="wrapper" ng-if="currentUser!=null" ng-cloak
|
|
|
|
|
ng-class="currentUser.org?(currentUser.org.banner_class||'fxplus'):'royalpay'">
|
|
|
|
|
|
|
|
|
|
<header class="main-header">
|
|
|
|
|
<!– Logo –>
|
|
|
|
|
<a href="#" class="logo logo-yedian shine" ng-if="!currentUser.org">
|
|
|
|
|
<!– mini logo for sidebar mini 50x50 pixels –>
|
|
|
|
|
<span class="logo-mini"><img src="static/images/r_white_logo.svg"
|
|
|
|
|
style="max-height: 35px;margin-left: 15%;"></span>
|
|
|
|
|
<!– logo for regular state and mobile devices –>
|
|
|
|
|
<span class="logo-lg"><img src="static/images/rp_white_logo.svg"
|
|
|
|
|
style="max-height: 35px;">
|
|
|
|
|
<!–<b>RoyalPay</b>–>
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="#" class="logo logo-yedian shine" ng-if="currentUser.org">
|
|
|
|
|
<!– mini logo for sidebar mini 50x50 pixels –>
|
|
|
|
|
<span class="logo-mini"><img ng-src="{{currentUser.org.logo}}"
|
|
|
|
|
style="max-height: 35px;margin-bottom: 8px;margin-right: 5px;"></span>
|
|
|
|
|
<!– logo for regular state and mobile devices –>
|
|
|
|
|
<span class="logo-lg"><img ng-src="{{currentUser.org.logo}}"
|
|
|
|
|
style="max-height: 35px;margin-bottom: 8px;margin-right: 5px;"><b
|
|
|
|
|
ng-bind="currentUser.org.name"></b></span>
|
|
|
|
|
</a>
|
|
|
|
|
<!– Header Navbar: style can be found in header.less –>
|
|
|
|
|
<!–顶部导航栏–>
|
|
|
|
|
<nav class="navbar navbar-static-top navbar-static-top-yedian" role="navigation">
|
|
|
|
|
<!– Sidebar toggle button–>
|
|
|
|
|
<a class="sidebar-toggle sidebar-tooggle-yedian" data-toggle="offcanvas" role="button"
|
|
|
|
|
ng-click="toggleHideSideBar()">
|
|
|
|
|
<span class="sr-only">Toggle navigation</span>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<div class="navbar-custom-menu">
|
|
|
|
|
<ul class="nav navbar-nav">
|
|
|
|
|
<li class="user-menu" ng-if="currentUser.onoff">
|
|
|
|
|
<a role="button" ng-click="customerService()">
|
|
|
|
|
<i class="fa fa-wechat"></i> contact service
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
<li class="user-menu">
|
|
|
|
|
<a role="button" ng-click="managerBindWechat(true)">
|
|
|
|
|
<i class="fa fa-wechat"></i> Bind WeChat
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ng-if="('110'|withRole)" ng-class="{'dropdown notifications-menu open':openNotice,'dropdown notifications-menu':!openNotice}">
|
|
|
|
|
<a title="New Notice" ng-click="toggleOpenNotice()" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="true">
|
|
|
|
|
<i class="fa fa-bell-o"></i>
|
|
|
|
|
<span class="label label-warning" ng-if="notifyCounts">{{notifyCounts}}</span>
|
|
|
|
|
</a>
|
|
|
|
|
<ul class="dropdown-menu">
|
|
|
|
|
<!–<li class="header">System notifications,please resolve it!</li>–>
|
|
|
|
|
<li>
|
|
|
|
|
<!– inner menu: contains the actual data –>
|
|
|
|
|
<div class="slimScrollDiv" style="position: relative; overflow: hidden; width: auto; max-height: 200px;"><ul class="menu" style="overflow: hidden; width: 100%;">
|
|
|
|
|
<li>
|
|
|
|
|
<a ng-if="partner_application_new" ui-sref="partner_apply">
|
|
|
|
|
<i class="fa fa-commenting"></i>
|
|
|
|
|
新的自主申请商户<span style="font-size:smaller;float:right;right: 0"></span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a ng-if="refundReviews && ('10000000000'|withRole)" ui-sref="refundReview">
|
|
|
|
|
<i class="fa fa-commenting"></i>
|
|
|
|
|
新的退款申请<span style="font-size:smaller;float:right;right: 0"></span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul><div class="slimScrollBar" style="background: rgb(0, 0, 0); width: 3px; position: absolute; top: 0px; opacity: 0.4; display: none; border-radius: 7px; z-index: 99; right: 1px; height: 195.122px;"></div><div class="slimScrollRail" style="width: 3px; height: 100%; position: absolute; top: 0px; display: none; border-radius: 7px; background: rgb(51, 51, 51); opacity: 0.2; z-index: 90; right: 1px;"></div></div>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<!– User Account: style can be found in dropdown.less –>
|
|
|
|
|
<li class="dropdown user user-menu" uib-dropdown>
|
|
|
|
|
<a href class="dropdown-toggle" uib-dropdown-toggle>
|
|
|
|
|
<img ng-src="{{currentUser.org.logo||'static/images/r_white_logo.svg'}}"
|
|
|
|
|
class="user-image user-img-yedian"
|
|
|
|
|
alt="User Image">
|
|
|
|
|
<span class="hidden-xs" ng-bind="currentUser.display_name"></span>
|
|
|
|
|
</a>
|
|
|
|
|
<ul class="dropdown-menu user-dropdown-menu" ng-cloak>
|
|
|
|
|
<!– User image –>
|
|
|
|
|
<li class="user-header user-header-yedian">
|
|
|
|
|
<img ng-src="{{currentUser.org.logo||'static/images/r_white_logo.svg'}}" class="img-circle"
|
|
|
|
|
alt="User Image">
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
{{currentUser.display_name}}
|
|
|
|
|
<small>
|
|
|
|
|
<i class="fa fa-user-secret" title="Administrator"
|
|
|
|
|
ng-class="{'text-orange':!('1'|withRole),'text-gray':('1'|withRole)}"></i>
|
|
|
|
|
<i class="fa fa-eye" title="Compliance"
|
|
|
|
|
ng-class="{'text-orange':!('10'|withRole),'text-gray':('10'|withRole)}"></i>
|
|
|
|
|
<i class="fa fa-crosshairs" title="BD User"
|
|
|
|
|
ng-class="{'text-orange':!('100'|withRole),'text-gray':('100'|withRole)}"></i>
|
|
|
|
|
<i class="fa fa-balance-scale" title="Accountant"
|
|
|
|
|
ng-class="{'text-orange':!('1000'|withRole),'text-gray':('1000'|withRole)}"></i>
|
|
|
|
|
<i class="fa fa-tty" title="Service"
|
|
|
|
|
ng-class="{'text-orange':!('10000'|withRole),'text-gray':('10000'|withRole)}"></i>
|
|
|
|
|
<i class="fa fa-university" title="Account Manager"
|
|
|
|
|
ng-class="{'text-orange':!('100000'|withRole),'text-gray':('100000'|withRole)}"></i>
|
|
|
|
|
<i class="fa fa-line-chart" title="Director"
|
|
|
|
|
ng-class="{'text-orange':!('1000000'|withRole),'text-gray':('1000000'|withRole)}"></i>
|
|
|
|
|
<i class="fa fa-map-o" title="Site Manager"
|
|
|
|
|
ng-class="{'text-orange':!('10000000'|withRole),'text-gray':('10000000'|withRole)}"></i>
|
|
|
|
|
<i class="fa fa-code" title="Developer"
|
|
|
|
|
ng-class="{'text-orange':!('100000000'|withRole),'text-gray':('100000000'|withRole)}"></i>
|
|
|
|
|
<i class="fa fa-user" title="Risk Manager"
|
|
|
|
|
ng-class="{'text-orange':!('10000000000'|withRole),'text-gray':('10000000000'|withRole)}"></i>
|
|
|
|
|
<i class="fa fa-tripadvisor" title="GUEST"
|
|
|
|
|
ng-class="{'text-orange':!('100000000000'|withRole),'text-gray':('100000000000'|withRole)}"></i>
|
|
|
|
|
<i class="fa fa-user-plus" title="Org Manager"
|
|
|
|
|
ng-class="{'text-orange':!('1000000000000'|withRole),'text-gray':('1000000000000'|withRole)}"></i>
|
|
|
|
|
</small>
|
|
|
|
|
</p>
|
|
|
|
|
</li>
|
|
|
|
|
<!– Menu Footer–>
|
|
|
|
|
<li class="user-footer">
|
|
|
|
|
<div class="pull-left">
|
|
|
|
|
<a href class="btn btn-default btn-flat" ng-click="changePwd()">Change Password</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pull-right">
|
|
|
|
|
<a href class="btn btn-default btn-flat" ng-click="logout()">Sign Out</a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<!– Control Sidebar Toggle Button –>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
|
</header>
|
|
|
|
|
<!--end:顶部导航栏-->
|
|
|
|
|
<!-- Left side column. contains the logo and sidebar -->
|
|
|
|
|
<!--左边栏-->
|
|
|
|
|
<!--
|
|
|
|
|
<aside class="main-sidebar" style="height: 100%;max-height: 100%;overflow: auto;padding-bottom: 50px;">
|
|
|
|
|
<!– sidebar: style can be found in sidebar.less –>
|
|
|
|
|
<section class="sidebar">
|
|
|
|
|
|
|
|
|
|
<ul class="sidebar-menu">
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active" ng-if="'dashboard'|withModule">
|
|
|
|
|
<a ui-sref="dashboard">
|
|
|
|
|
<i class="fa fa-dashboard"></i>
|
|
|
|
|
<span>控制台|Dashboard</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="header nav-header" ng-if="'1011110'|withRole">支付结算|Payment</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'partners'|withModule">
|
|
|
|
|
<a ui-sref="partners" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-sitemap"></i> <span>商户管理|Partner Manage</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active"
|
|
|
|
|
ng-if="('partnerapply'|withModule) && (currentUser.org_id==null||currentUser.org_id==1)">
|
|
|
|
|
<a ui-sref="partner_apply" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-envelope-o"></i> <span>自主申请|Partner Applies</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'tradelog'|withModule">
|
|
|
|
|
<a ui-sref="trade" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-list-alt"></i> <span>交易流水|Trades Logs</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'ordervalid'|withModule">
|
|
|
|
|
<a ui-sref="order_valid">
|
|
|
|
|
<i class="fa fa-balance-scale"></i> <span>交易对账|Order Validation</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'clearing'|withModule">
|
|
|
|
|
<a ui-sref="clearingLogs" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-line-chart"></i> <span>清算统计|Settlement Logs</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="('clearing_org'|withModule) && currentUser.org_id>1">
|
|
|
|
|
<a ui-sref="clearingLogsForOrg" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-line-chart"></i> <span>清算记录|Settlement Logs</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active" ng-if="'austrac'|withModule">
|
|
|
|
|
<a ui-sref="transreport" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-file-excel-o"></i> <span>Austrac Report</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<!– <li ui-sref-active="active" ng-if="'citypartner'|withModule">
|
|
|
|
|
<a ui-sref="citypartner_reg" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-users"></i> <span>City Partners</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>–>
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active" ng-if="'1000'|withRole">
|
|
|
|
|
<a ui-sref="invoice" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-users"></i> <span>Partner Invoice</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="header nav-header"
|
|
|
|
|
ng-if="('1011110'|withRole) || currentUser.org_id==null">营销服务|Promotion
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active" ng-if="'appAct'|withModule">
|
|
|
|
|
<a ui-sref="appAct">
|
|
|
|
|
<i class="fa fa-file-text-o"></i> <span>活动管理|Activity Manage</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<!–
|
|
|
|
|
<li ui-sref-active="active" ng-if="('activities'|withModule) && (currentUser.org_id==1 || currentUser.org_id==null)">
|
|
|
|
|
<a ui-sref="activity.detail({act_id:'3'})" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-compass"></i> <span>店长行动|Activities</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="('act_redpack'|withModule)">
|
|
|
|
|
<a ui-sref="act_partners" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-compass"></i> <span>店长行动参与情况</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>–>
|
|
|
|
|
|
|
|
|
|
<!–<li ui-sref-active="active" ng-if="('act_redpack'|withModule) && (currentUser.org_id==1 || currentUser.org_id==null)">–>
|
|
|
|
|
<!–<a ui-sref="act_partners" ui-sref-opts="{reload:true}">–>
|
|
|
|
|
<!–<i class="fa fa-compass"></i> <span>新费率签约情况</span>–>
|
|
|
|
|
<!–</a>–>
|
|
|
|
|
<!–</li>–>
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active" ng-if="('encourage'|withModule)">
|
|
|
|
|
<a ui-sref="encourageAct">
|
|
|
|
|
<i class="fa fa-gift"></i> <span>鼓励金</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<!–<li ui-sref-active="active" ng-if="('act_customer_redpack'|withModule)">
|
|
|
|
|
<a ui-sref="customer_redpack">
|
|
|
|
|
<i class="fa fa-gift"></i> <span>红包返现</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>–>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active" ng-if="('cashbackAnalysis'|withModule)">
|
|
|
|
|
<a ui-sref="cashbackAnalysis">
|
|
|
|
|
<i class="fa fa-gift"></i> <span>商户营销账户</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<!– <li ui-sref-active="active" ng-if="('funds'|withModule)">
|
|
|
|
|
<a ui-sref="funds">
|
|
|
|
|
<i class="fa fa-money"></i> <span>增值计划</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>–>
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active" ng-if="'settleDelay'|withModule">
|
|
|
|
|
<a ui-sref="settle_delay" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-users"></i> <span>周末费率减半活动</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'monDelay'|withModule">
|
|
|
|
|
<a ui-sref="mon_delay" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-users"></i> <span>余额增值活动</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="('1'|withRole)">
|
|
|
|
|
<a ui-sref="contract">
|
|
|
|
|
<i class="fa fa-money"></i> <span>合同签约情况</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'actChairty'|withModule">
|
|
|
|
|
<a ui-sref="act_chairty" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-users"></i> <span>半边天公益活动</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="header nav-header" ng-if="('1000000000000'|withRole)">机构|Agent</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="('1000000000000'|withRole)">
|
|
|
|
|
<a ui-sref="analysis_agent" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-hand-peace-o"></i> <span>机构数据分析|Agent Analysis</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li class="header nav-header" ng-if="('1011110'|withRole)|| currentUser.org_id==null">数据分析|Analysis</li>
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active" ng-if="('transAnalysis'|withModule)||('dashboard'|withModule)||
|
|
|
|
|
('customer_analysis'|withModule)||
|
|
|
|
|
('customerRankingAnalysisApp'|withModule)||
|
|
|
|
|
('partner_analysis'|withModule)">
|
|
|
|
|
<a ui-sref="analysis_transaction" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-area-chart"></i> <span>交易|Transaction Analysis</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active"
|
|
|
|
|
ng-if="('bdsale'|withModule)||('bdprize'|withModule)&&(currentUser.org_id==null||currentUser.org_id==1)">
|
|
|
|
|
<a ui-sref="analysis_bd" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-hand-peace-o"></i> <span>BD|BD Analysis</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active"
|
|
|
|
|
ng-if="('org_sale'|withModule)&&(currentUser.org_id==null||currentUser.org_id==1 ||('1000000000000'|withRole))||('orgcommission'|withModule)">
|
|
|
|
|
<a ui-sref="analysis_org" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-hand-peace-o"></i> <span>合伙人|Partners Analysis</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active" ng-if="('clientrate'|withModule)||('monitor'|withModule)">
|
|
|
|
|
<a ui-sref="analysis_monitoring" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-shopping-cart"></i> <span>监控|Monitoring</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="('settleReport'|withModule)||('platformRevenue'|withModule)">
|
|
|
|
|
<a ui-sref="analysis_report" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-tv"></i> <span>报表|Report</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li class="header nav-header" ng-if="'0100001'|withRole">基础设置|Basic Settings</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="('10'|withRole)&&('merchantIdManage'|withModule)">
|
|
|
|
|
<a ui-sref="merchant_id_manage" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-sitemap"></i> <span>商户号管理</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'org'|withModule">
|
|
|
|
|
<a ui-sref="organizations" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-users"></i> <span>组织管理|Organizations</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'manager_accounts'|withModule">
|
|
|
|
|
<a ui-sref="managers" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-key"></i> <span>账号管理|Accounts</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'dev'|withModule">
|
|
|
|
|
<a ui-sref="devtools">
|
|
|
|
|
<i class="fa fa-cog"></i> <span>开发工具|DevTools</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'notice'|withModule">
|
|
|
|
|
<a ui-sref="notice">
|
|
|
|
|
<i class="fa fa-bell"></i> <span>通知群发|Notifications</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'log'|withModule">
|
|
|
|
|
<a ui-sref="logview">
|
|
|
|
|
<i class="fa fa-file-text-o"></i> <span>系统日志|System Logs</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'cms'|withModule">
|
|
|
|
|
<a ui-sref="cms">
|
|
|
|
|
<i class="fa fa-file-text-o"></i> <span>网站管理|Site Manage</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="('10'|withRole)||('1000000'|withRole)||('10000000'|withRole)">
|
|
|
|
|
<a href="https://customer.royalpay.com.au/manage/sign_in" target="_blank">
|
|
|
|
|
<i class="fa fa-file-text-o"></i> <span>积分商城|Integral Mall</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active"
|
|
|
|
|
ng-if="('device'|withModule) && (currentUser.org_id==null||currentUser.org_id==1)">
|
|
|
|
|
<a ui-sref="device" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa-users"></i> <span>设备管理|Devices</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'sysconfig'|withModule">
|
|
|
|
|
<a ui-sref="sysconfig">
|
|
|
|
|
<i class="fa fa-cog"></i> <span>系统参数设定|Settings</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
<!– /.sidebar –>
|
|
|
|
|
</aside>
|
|
|
|
|
-->
|
|
|
|
|
<!--END:左边栏-->
|
|
|
|
|
|
|
|
|
|
<!-- <!– Content Wrapper. Contains page content –>
|
|
|
|
|
<div>
|
|
|
|
|
<div class="content-wrapper autoheight" ui-view></div>
|
|
|
|
|
</div>-->
|
|
|
|
|
<!-- /.content-wrapper -->
|
|
|
|
|
|
|
|
|
|
<!-- <footer class="main-footer">
|
|
|
|
|
<div class="pull-right hidden-xs">
|
|
|
|
|
<b>Easy Business,Easy Pay</b>
|
|
|
|
|
</div>
|
|
|
|
|
<strong>Copyright © 2015-2017 <a href="http://www.royalpay.com.au">RoyalPay</a>.</strong> All rights
|
|
|
|
|
reserved.
|
|
|
|
|
</footer>-->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<!-- ./wrapper -->
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|