|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html"
|
|
|
|
|
xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
|
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
@ -422,7 +423,7 @@
|
|
|
|
|
<form novalidate name="bankForm" action="" method="post" ng-show="chooseArray[2]">
|
|
|
|
|
<div class="form-group has-feedback"
|
|
|
|
|
ng-class="{'has-error':bankForm.account_no.$invalid && bankForm.account_no.$dirty}">
|
|
|
|
|
<input class="form-control" ng-model="partner.bank_no" placeholder="Account No"
|
|
|
|
|
<input type="number" class="form-control" ng-model="partner.bank_no" placeholder="Account No"
|
|
|
|
|
required maxlength="20"
|
|
|
|
|
name="account_no">
|
|
|
|
|
</div>
|
|
|
|
@ -497,21 +498,21 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div style="text-align: left" ng-if="showCleanDay">
|
|
|
|
|
<div class="form-group has-feedback">
|
|
|
|
|
<p class="form-control-static"> WeChat Rate Value: <em>{{rate.wechat_rate_value}}%</em></p>
|
|
|
|
|
<p class="form-control-static"> <small>WeChat Rate Value: {{rate.wechat_rate_value}}%</small></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group has-feedback">
|
|
|
|
|
<p class="form-control-static"> Alipay Rate Value(Retail): <em>{{rate.alipay_rate_value}}%</em></p>
|
|
|
|
|
<p class="form-control-static"> <small>Alipay Rate Value(Retail): {{rate.alipay_rate_value}}%</small></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group has-feedback">
|
|
|
|
|
<p class="form-control-static"> Alipay Rate Value(Online): <em>{{rate.alipayonline_rate_value}}%</em></p>
|
|
|
|
|
<p class="form-control-static"> <small>Alipay Rate Value(Online): {{rate.alipayonline_rate_value}}%</small></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group has-feedback">
|
|
|
|
|
<p class="form-control-static"> Bestpay Rate Value: <em>{{rate.bestpay_rate_value}}%</em></p>
|
|
|
|
|
<p class="form-control-static"> <small>Bestpay Rate Value: {{rate.bestpay_rate_value}}%</small></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group has-feedback">
|
|
|
|
|
<p class="form-control-static"> JD Rate Value: <em>{{rate.jd_rate_value}}%</em></p>
|
|
|
|
|
<p class="form-control-static"> <small>JD Rate Value: {{rate.jd_rate_value}}%</small></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|