提交 98288c1c 编写于 作者: 刘兴

支付宝支付时携带缴费ID

上级 42d49c6b
......@@ -177,6 +177,11 @@
target="_blank">
<div id="body1" class="show" name="divcontent">
<dl class="content">
<dt>缴费ID :</dt>
<dd>
<input id="FeeID" name="FeeID"/>
</dd>
<hr class="one_line">
<dt>商户订单号 :</dt>
<dd>
<input id="WIDout_trade_no" name="WIDout_trade_no"/>
......@@ -347,6 +352,7 @@
layer.iframeAuto(index)//自适应高度
$("#WIDsubject").val("顾客" + data.coustomerId + "的房费");
$("#WIDtotal_amount").val(data.money);
$("#FeeID").val(data.feeId);
}
});
} else if (obj.event === 'cashPayment') { //现金支付
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册