Commit 6a407f23 by caosy

开放确认打款

parent 5c79df7c
......@@ -51,8 +51,9 @@
<#include "../common/description.ftl">
<#include "../common/invoiceInfo.ftl">
<div class = "div-button">
<#if orderBean.canRefund = 2 >
<a href="javascript:;" onclick="javascript:$('#cancelForm').attr('action','/order/confirmPaied').submit();" class="btn btn-primary btn-large">确认打款</a>
<#if orderBean.canRefund = 2 >
<a href="javascript:;" onclick="refund()" class="btn btn-primary btn-large">退单</a>
</#if>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment