|
|
|
@ -553,7 +553,8 @@ margin-bottom: 10%;"/>
|
|
|
|
|
<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) && roleNow !='compliance'">
|
|
|
|
|
<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>
|
|
|
|
@ -563,13 +564,20 @@ margin-bottom: 10%;"/>
|
|
|
|
|
<i class="fa fa-line-chart"></i> <span>清算统计|Settlement Logs</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active="active" ng-if="('estimateAnalysisApp'|withModule)&&((currentUser.org_id==null)||((currentUser.org_id==1)&&('1000000000'|withRole))) && roleNow !='compliance'">
|
|
|
|
|
<li ui-sref-active="active"
|
|
|
|
|
ng-if="('settleTasks'|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>清算任务|Settle Tasks</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<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) && (roleNow=='accountant' || roleNow=='director') && roleNow !='compliance'">
|
|
|
|
|
<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>
|
|
|
|
|