|
|
|
@ -22,143 +22,6 @@
|
|
|
|
|
<div class="box box-warning">
|
|
|
|
|
<div class="box-body">
|
|
|
|
|
<uib-tabset>
|
|
|
|
|
<!-- <uib-tab heading="Basic Info">
|
|
|
|
|
<form class="form-horizontal margin-top" name="org_form" novalidate>
|
|
|
|
|
<div class="panel">
|
|
|
|
|
<div class="form-group" ng-class="{'has-error':org_form.name.$invalid && org_form.name.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="org_name_input">Name *</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control" ng-model="org.name" id="org_name_input" name="name" required>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">Logo</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<p class="form-control-static">
|
|
|
|
|
<button class="btn btn-primary" type="button" ngf-select="uploadLogo($file)"
|
|
|
|
|
accept="image/*" ngf-max-size="1MB">
|
|
|
|
|
<i class="fa fa-upload"></i> Upload
|
|
|
|
|
</button>
|
|
|
|
|
<uib-progressbar value="logoProgress.value" ng-if="logoProgress"></uib-progressbar>
|
|
|
|
|
<img ng-src="{{org.logo}}" class="col-sm-3" ng-if="org.logo">
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group" ng-class="{'has-error':org_form.location.$invalid && org_form.location.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="org_location_input">Location *</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control" ng-model="org.location" id="org_location_input" name="location" required>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group" ng-class="{'has-error':org_form.type.$invalid && org_form.type.$dirty}"
|
|
|
|
|
ng-if="!currentUser.org_id">
|
|
|
|
|
<label class="control-label col-sm-2" for="org_type_input">Type *</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<!–<select class="form-control" ng-model="org.type" ng-init="org.type=0" id="org_type_input">–>
|
|
|
|
|
<!–<option value="0">代理人</option>–>
|
|
|
|
|
<!–<option value="1">推荐人</option>–>
|
|
|
|
|
<!–</select>–>
|
|
|
|
|
<select class="form-control" name="type" required ng-model="org.type"
|
|
|
|
|
id="org_type_input"
|
|
|
|
|
ng-options="type.value as type.label for type in types">
|
|
|
|
|
<!–<option value="">Please Choose</option>–>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-if="org.type == 1">
|
|
|
|
|
<div class="form-group" ng-class="{'has-error':org_form.rate_value.$invalid && org_form.rate_value.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="rate_value_input">Rate *</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control form-control-float" type="number" ng-model="org.rate_value" id="rate_value_input" name="rate_value" max="100">
|
|
|
|
|
<span class="input-group-addon form-control-span">%</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-if="org.type == 0">
|
|
|
|
|
<div class="form-group" ng-class="{'has-error':org_form.alipay_rate_value.$invalid && org_form.alipay_rate_value.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="alipay_rate_value_input">Alipay Rate *</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control form-control-float" type="number" ng-model="org.alipay_rate_value" id="alipay_rate_value_input" name="alipay_rate_value" max="100" readonly>
|
|
|
|
|
<span class="input-group-addon form-control-span">%</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group" ng-class="{'has-error':org_form.wechat_rate_value.$invalid && org_form.wechat_rate_value.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="wechat_rate_value_input">Wechat Rate *</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control form-control-float" type="number" ng-model="org.wechat_rate_value" id="wechat_rate_value_input" name="wechat_rate_value" max="100" readonly>
|
|
|
|
|
<span class="input-group-addon form-control-span">%</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group" ng-class="{'has-error':org_form.bestpay_rate_value.$invalid && org_form.bestpay_rate_value.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="bestpay_rate_value_input">Bestpay Rate *</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control form-control-float" type="number" ng-model="org.bestpay_rate_value" id="bestpay_rate_value_input" name="bestpay_rate_value" max="100" readonly>
|
|
|
|
|
<span class="input-group-addon form-control-span">%</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group" ng-class="{'has-error':org_form.jd_rate_value.$invalid && org_form.jd_rate_value.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="jd_rate_value_input">JD Pay Rate *</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control form-control-float" type="number" ng-model="org.jd_rate_value" id="jd_rate_value_input" name="jd_rate_value" max="100" readonly>
|
|
|
|
|
<span class="input-group-addon form-control-span">%</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group" ng-class="{'has-error':org_form.alipayonline_rate_value.$invalid && org_form.alipayonline_rate_value.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="alipayonline_rate_value_input">AlipayOnline Rate *</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control form-control-float" type="number" ng-model="org.alipayonline_rate_value" id="alipayonline_rate_value_input" name="alipayonline_rate_value" max="100" readonly>
|
|
|
|
|
<span class="input-group-addon form-control-span">%</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group" ng-class="{'has-error':org_form.contact_person.$invalid && org_form.contact_person.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="org_contact_person_input">Contact Person *</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control" ng-model="org.contact_person" id="org_contact_person_input" name="contact_person" required>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group" ng-class="{'has-error':org_form.contact_phone.$invalid && org_form.contact_phone.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="org_contact_phone_input">Phone *</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control" ng-model="org.contact_phone" id="org_contact_phone_input" name="contact_phone" required>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group" ng-class="{'has-error':org_form.contact_mail.$invalid && org_form.contact_mail.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="org_contact_mail_input">Mail *</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control" ng-model="org.contact_mail" id="org_contact_mail_input" name="contact_mail" required>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2" for="commission_checkbox">Enable Commission</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input id="commission_checkbox" type="checkbox" class="checkbox-inline checkbox" ng-model="org.commission" readonly
|
|
|
|
|
onclick="return false">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group"
|
|
|
|
|
ng-class="{'has-error':org_form.remark.$invalid && org_form.remark.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="remark-input">Remark</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<textarea class="form-control" ng-model="org.remark" name="remark"
|
|
|
|
|
id="remark-input" maxlength="500"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="btn-group margin-bottom margin-top">
|
|
|
|
|
<button class="btn btn-success" type="button" ng-click="update(org_form)">Save
|
|
|
|
|
</button>
|
|
|
|
|
<a class="btn btn-danger" role="button" ui-sref="^" ui-sref-opts="{reload:true}">Back</a>
|
|
|
|
|
</div>
|
|
|
|
|
<!–<button class="btn btn-success col-sm-offset-2" ng-click="update()"><i class="fa fa-save"></i> Update</button>–>
|
|
|
|
|
</form>
|
|
|
|
|
</uib-tab>-->
|
|
|
|
|
|
|
|
|
|
<uib-tab heading="Basic Info">
|
|
|
|
|
<form class="form-horizontal margin-top" name="org_form" novalidate>
|
|
|
|
|
<div class="panel">
|
|
|
|
@ -462,88 +325,65 @@
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</uib-tab>
|
|
|
|
|
</uib-tabset>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="box-solid" ng-if="org.type == 0">
|
|
|
|
|
<div class="box box-warning">
|
|
|
|
|
<div class="box-header">
|
|
|
|
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
|
|
|
|
|
<form class="navbar-form navbar-left" role="search">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label" for="username-filter-input">Username</label>
|
|
|
|
|
<input type="text" class="form-control" ng-model="search.username" placeholder="Username" id="username-filter-input">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group" ng-if="'1'|withRole">
|
|
|
|
|
<label class="control-label" for="role-filter-select">Role</label>
|
|
|
|
|
<select class="form-control" id="role-filter-select" ng-model="search.role">
|
|
|
|
|
<option value="1111111">All</option>
|
|
|
|
|
<option value="1">Administrator</option>
|
|
|
|
|
<option value="10">Compliance</option>
|
|
|
|
|
<option value="100">BD User</option>
|
|
|
|
|
<option value="1000">Accountant</option>
|
|
|
|
|
<option value="10000">Service</option>
|
|
|
|
|
<option value="100000">Account Manager</option>
|
|
|
|
|
<option value="1000000">Director</option>
|
|
|
|
|
<option value="10000000">Site Manager</option>
|
|
|
|
|
<option value="100000000">Developer</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
<div class="navbar-form navbar-right">
|
|
|
|
|
<button class="btn btn-success" type="button" ng-click="newManager()">
|
|
|
|
|
<i class="fa fa-plus"></i> New Manager Account
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="box">
|
|
|
|
|
<div class="box-body">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-12 table-responsive">
|
|
|
|
|
<table class="table table-striped table-hover">
|
|
|
|
|
<uib-tab heading="提成">
|
|
|
|
|
<div class="box box-default">
|
|
|
|
|
<div class="box-header">合伙人提成</div>
|
|
|
|
|
<div class="box-body table-responsive">
|
|
|
|
|
<table class="table table-bordered table-striped table-hover">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Username</th>
|
|
|
|
|
<th>Display Name</th>
|
|
|
|
|
<th>Wechat</th>
|
|
|
|
|
<th>Create Time</th>
|
|
|
|
|
<th>Email</th>
|
|
|
|
|
<th>Roles</th>
|
|
|
|
|
<th>Operation</th>
|
|
|
|
|
<th>名称</th>
|
|
|
|
|
<th>时间</th>
|
|
|
|
|
<th>交易金额</th>
|
|
|
|
|
<th>商户总手续费</th>
|
|
|
|
|
<th>Royalpay手续费</th>
|
|
|
|
|
<th>合伙人提成</th>
|
|
|
|
|
<th>提成分润</th>
|
|
|
|
|
<th>支付渠道</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr ng-repeat="manager in managers|managersFilter:search">
|
|
|
|
|
<td ng-bind="manager.username"></td>
|
|
|
|
|
<td ng-bind="manager.display_name"></td>
|
|
|
|
|
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;"><img ng-src="{{manager.headimg}}" style="height: 30px;width:30px;" class="img-circle" ng-if="manager.headimg"> {{manager.nickname}}</td>
|
|
|
|
|
<td ng-bind="manager.create_time|date:'yyyy-MM-dd'"></td>
|
|
|
|
|
<td ng-bind="manager.email"></td>
|
|
|
|
|
<tr ng-repeat="clientExtracts in client_extarct">
|
|
|
|
|
<td ng-bind="clientExtracts.name"></td>
|
|
|
|
|
<td>
|
|
|
|
|
<i class="fa fa-user-secret" title="Administrator" ng-class="{'text-green':manager.admin,'text-gray':!manager.admin}"></i>
|
|
|
|
|
<i class="fa fa-eye" title="Compliance" ng-class="{'text-green':manager.operator,'text-gray':!manager.operator}"></i>
|
|
|
|
|
<i class="fa fa-crosshairs" title="BD User" ng-class="{'text-green':manager.bd,'text-gray':!manager.bd}"></i>
|
|
|
|
|
<i class="fa fa-balance-scale" title="Accountant" ng-class="{'text-green':manager.finacial,'text-gray':!manager.finacial}"></i>
|
|
|
|
|
<i class="fa fa-tty" title="Service" ng-class="{'text-green':manager.sevant,'text-gray':!manager.servant}"></i>
|
|
|
|
|
<i class="fa fa-university" title="Account Manager" ng-class="{'text-green':manager.accountmanager,'text-gray':!manager.accountmanager}"></i>
|
|
|
|
|
<i class="fa fa-line-chart" title="Director" ng-class="{'text-green':manager.director,'text-gray':!manager.director}"></i>
|
|
|
|
|
<i class="fa fa-map-o" title="Site Manager" ng-class="{'text-green':manager.sitemanager,'text-gray':!manager.sitemanager}"></i>
|
|
|
|
|
<i class="fa fa-code" title="Developer" ng-class="{'text-green':manager.developer,'text-gray':!manager.developer}"></i>
|
|
|
|
|
{{clientExtracts.year|limitTo:10}}
|
|
|
|
|
-
|
|
|
|
|
{{clientExtracts.month|limitTo:10}}
|
|
|
|
|
</td>
|
|
|
|
|
<td ng-bind="clientExtracts.gross_amount|currency:'AUD'"></td>
|
|
|
|
|
<td ng-bind="clientExtracts.total_charge|currency:'AUD'"></td>
|
|
|
|
|
<td ng-bind="clientExtracts.royalpay_charge|currency:'AUD'"></td>
|
|
|
|
|
<td ng-bind="clientExtracts.org_charge|currency:'AUD'"></td>
|
|
|
|
|
<td ng-bind="clientExtracts.share_charge|currency:'AUD'"></td>
|
|
|
|
|
<td>
|
|
|
|
|
<a role="button" class="text-bold text-primary" ng-click="modifyManager(manager)">Modify</a>
|
|
|
|
|
|
|
|
|
|
|
<a class="text-bold text-danger" role="button" ng-click="disableManager(manager)">Disable</a>
|
|
|
|
|
<img ng-if='clientExtracts.channel=="Alipay"' src="/static/images/alipay_sign_lg.png"/>
|
|
|
|
|
<img ng-if='clientExtracts.channel=="AlipayOnline"' src="/static/images/alipay_online.png" style="width: 48px;height: 48px"/>
|
|
|
|
|
<img ng-if='clientExtracts.channel=="Wechat"' src="/static/images/wechatpay_sign_lg.png"/>
|
|
|
|
|
{{clientExtracts.channel}}
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="box-footer" ng-if="client_extarct.length">
|
|
|
|
|
<uib-pagination boundary-links="true"
|
|
|
|
|
class="pagination"
|
|
|
|
|
first-text="«"
|
|
|
|
|
items-per-page="paginationc.limit"
|
|
|
|
|
last-text="»"
|
|
|
|
|
max-size="10"
|
|
|
|
|
next-text="›"
|
|
|
|
|
ng-change="loadCommission()"
|
|
|
|
|
ng-model="paginationc.page"
|
|
|
|
|
previous-text="‹"
|
|
|
|
|
total-items="paginationc.totalCount"></uib-pagination>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-12">Total Records:{{paginationc.totalCount}};Total Pages:{{paginationc.totalPages}}</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>-->
|
|
|
|
|
</uib-tab>
|
|
|
|
|
</uib-tabset>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|