|
|
|
@ -540,20 +540,20 @@ margin-bottom: 10%;"/>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="menu-group" ng-if="roleNow=='accountant' || roleNow=='director' || ('1000000010'|withRole)">
|
|
|
|
|
<li class="menu-group" ng-if="roleNow=='accountant' || roleNow=='director' || ('1000000000'|withRole) || roleNow=='compliance'">
|
|
|
|
|
<p role="button" ng-class="{'active': Settlement,'is-hide':hideSideBar}" ng-click="Settlement = !Settlement">
|
|
|
|
|
<span>清算管理|Settlement</span>
|
|
|
|
|
<span class="pull-right-container">
|
|
|
|
|
<i class="fa fa-angle-down pull-right"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</p>
|
|
|
|
|
<ul class="sidebar-menu" ng-class="{'active':Settlement}">
|
|
|
|
|
<ul class="sidebar-menu" ng-class="{'active':Settlement}" ng-if="roleNow !='compliance'">
|
|
|
|
|
<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) && (roleNow!='director') && !('1000000000'|withRole)">
|
|
|
|
|
<li ui-sref-active="active" ng-if="('clearing'|withModule) && (roleNow!='director') && !('1000000000'|withRole) && roleNow !='compliance'">
|
|
|
|
|
<a ui-sref="date_setting">
|
|
|
|
|
<i class="fa fa-balance-scale"></i> <span>清算日管理</span>
|
|
|
|
|
</a>
|
|
|
|
@ -564,17 +564,17 @@ margin-bottom: 10%;"/>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active" ng-if="('estimateAnalysisApp'|withModule)&&((currentUser.org_id==null)||((currentUser.org_id==1)&&('1000000000'|withRole)))">
|
|
|
|
|
<li ui-sref-active="active" ng-if="('estimateAnalysisApp'|withModule)&&((currentUser.org_id==null)||((currentUser.org_id==1)&&('1000000000'|withRole))) && roleNow !='compliance'">
|
|
|
|
|
<a ui-sref="estimateAnalysis" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa fa-money"></i> <span>清算预估|Estimate</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="'settleReport'|withModule">
|
|
|
|
|
<li ui-sref-active="active" ng-if="('settleReport'|withModule) && (roleNow=='accountant' || roleNow=='director') && roleNow !='compliance'">
|
|
|
|
|
<a ui-sref="analysis_report.settle_report" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa fa-tv"></i> <span>清算月报</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active="active" ng-if="('platformRevenue'|withModule) && (roleNow!='director')">
|
|
|
|
|
<li ui-sref-active="active" ng-if="('platformRevenue'|withModule) && (roleNow!='director') && roleNow !='compliance'">
|
|
|
|
|
<a ui-sref="analysis_report.platformsettle" ui-sref-opts="{reload:true}">
|
|
|
|
|
<i class="fa fa fa-money"></i> <span>清算验证|Validation</span>
|
|
|
|
|
</a>
|
|
|
|
|