付款方式: |
<{if $channel.pay_method}>
<{input type="select" id='pay_method' name='pay_method' rows=$pay_method value=$channel.pay_method valueColumn="code" labelColumn="name" disabled="disabled"}>
<{else}>
<{input type="select" id='pay_method' name='pay_method' rows=$pay_method value=$pay_method.0.code valueColumn="code" labelColumn="name"}>
<{/if}>
|
顾客编码: |
<{input type="text" name="sfbusinesscode" value=$channel.sfbusinesscode size="30"}> |
密码: |
<{input type="text" name="sfpassword" value=$channel.sfpassword size="30"}> |
月结号: |
<{input type="text" name="sfcustid" value=$channel.sfcustid size="30"}> |