Merge remote-tracking branch 'origin/develop' into develop

master
Yixian 3 years ago
commit 3cbdf38ab4

@ -281,10 +281,7 @@
<th>Transaction Fee</th>
<th>Active Time</th>
<th>Expire Time</th>
<th
ng-if="bankCtrl.rate_name=='Wechat'">
Clean Days
</th>
<th>Clean Days</th>
<th>Update Time</th>
<th>Operator</th>
<th>Remark</th>
@ -299,10 +296,7 @@
<td ng-bind="'$ '+rate.transaction_fee"></td>
<td ng-bind="rate.active_time|date:'yyyy-MM-dd'"></td>
<td ng-bind="rate.expiry_time|date:'yyyy-MM-dd'"></td>
<td
ng-if="rate.rate_name=='Wechat'">
T+{{rate.clean_days}}
</td>
<td>T+{{rate.clean_days}}</td>
<td ng-bind="rate.update_time|date:'yyyy-MM-dd'"></td>
<td ng-bind="rate.operator_name||'系统生成'"></td>
<td ng-bind="rate.remark|limitTo:20" title="{{rate.remark}}"></td>

@ -104,9 +104,7 @@
datepicker-options="{minDate:rate.active_time}">
</div>
</div>
<div class="form-group" ng-if="rate.rate_name=='Wechat'
|| rate.rate_name=='rpaypmt_card'
|| rate.rate_name=='rpaypmt_dd'">
<div class="form-group">
<label class="control-label col-sm-4" for="clean_days_input">Clean Days</label>
<div class="col-sm-6">
<div class="input-group">

@ -164,8 +164,6 @@ $(document).ready(function () {
if(paymentFun == 'AlipayAps'){
if(window.openmobilefun == 'alipayaps'){
paymentLink = '/api/v1.0/share_code/business/bills/'+window.billInfo.bill_code_id+'/alipay_aps/mobile';
}else{
paymentLink = '/api/v1.0/share_code/business/bills/'+window.billInfo.bill_code_id+'/alipay_aps/mobile/redirectApp?priorityChannel=AlipayAps';
}
}
if(paymentFun == 'Bank'){
@ -191,9 +189,6 @@ $(document).ready(function () {
if(paymentFun == 'AlipayAps'){
if(window.openmobilefun == 'alipayaps'){
paymentLink = '/api/v1.0/share_code/bills/payment/orders/'+window.billInfo.bill_code_id+'/alipay_aps/share_link'
}else{
paymentLink = '/api/v1.0/share_code/bills/payment/'+window.billInfo.bill_code_id+'/alipay_aps/mobile/redirectApp?priorityChannel=AlipayAps';
}
}
if(paymentFun == 'Bank'){

Loading…
Cancel
Save