<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RefundOperateConfirm.aspx.cs" Inherits="CY.WebForm.Pages.business.RefundOperateConfirm" %>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
<head runat="server">
|
<title>买家确认收货(打款)</title>
|
</head>
|
<body>
|
<form id="form1" runat="server">
|
<table class="formTable" cellspacing="0" cellpadding="0" width="100%" border="0">
|
<tr>
|
<td class="tdk">
|
支付码
|
</td>
|
<td colspan="3">
|
<input id='txtPayPwd' type="password" maxlength='30' />
|
<input id='txtPwdCode' type="hidden" runat="server" />
|
</td>
|
</tr>
|
<tr>
|
<td colspan="4" align="center">
|
<input id="btnSubmit" class="payBtn" value="" title='确认收货' style='display: none;' onclick="if(this.style.display!='none') PayOrder()" />
|
<img src="../../images/Common/loading_small.gif" id='img_loading' />
|
</td>
|
</tr>
|
</table>
|
</form>
|
</body>
|
</html>
|