mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:03:27 +08:00
【新增】完善【退款单】的支付宝退款功能。
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
<script type="text/html" template lay-done="layui.data.sendParams(d);">
|
||||
<div class="layui-form coreshop-form" lay-filter="LAY-app-CoreCmsBillRefund-editForm" id="LAY-app-CoreCmsBillRefund-editForm">
|
||||
|
||||
<blockquote class="layui-elem-quote">
|
||||
<p>1、什么方式支付的,就选什么支付退回</p>
|
||||
<p>2、微信支付的不能退还到支付宝通道</p>
|
||||
<p>3、支付宝支付的订单不能退还到微信通道</p>
|
||||
</blockquote>
|
||||
|
||||
<input type="hidden" name="refundId" value="{{d.params.data.model.refundId || '' }}" />
|
||||
<div class="layui-form-item">
|
||||
<label for="refundId" class="layui-form-label ">退款单ID</label>
|
||||
@@ -19,7 +26,7 @@
|
||||
</div>
|
||||
<label for="money" class="layui-form-label ">状态</label>
|
||||
<div class="layui-form-mid layui-word-aux layui-inline-3">
|
||||
{{d.params.data.refundStatus}}
|
||||
{{-d.params.data.refundStatus}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -259,7 +259,7 @@
|
||||
admin.popup({
|
||||
shadeClose: false,
|
||||
title: '审核退款单',
|
||||
area: ['630px', '350px'],
|
||||
area: ['630px', '450px'],
|
||||
id: 'LAY-popup-CoreCmsBillRefund-edit',
|
||||
success: function (layero, index) {
|
||||
view(this.id).render('financial/billrefund/audit', { data: e.data }).done(function () {
|
||||
|
||||
Reference in New Issue
Block a user