付款方式: |
<{if $channel.pay_method}>
<{input type="select" id='unionpay_pay_method' name='unionpay_pay_method' rows=$pay_method value=$channel.pay_method valueColumn="code" labelColumn="name" disabled="disabled"}>
<{else}>
<{input type="select" id='unionpay_pay_method' name='unionpay_pay_method' rows=$pay_method value=$pay_method.0.code valueColumn="code" labelColumn="name"}>
<{/if}>
|
客户号: |
<{input type="text" name="unionpay_uname" value=$channel.unionpay_uname size="30"}> |
密码: |
<{input type="password" name="unionpay_password" vtype="required" value=$channel.unionpay_password size="30"}> * |
月结号: |
<{input type="text" name="unionpay_month_code" vtype="required" value=$channel.unionpay_month_code size="30"}> * |
<{button label="提交" type="submit" name="submit" id="btn-submit"}>
<{button label="关闭" type="button" id="btn-close"}>