<table class='wst-form' style='margin-top:10px;width:90%'>
   <tr>
     <td colspan='2' style='padding-left:70px;'>请选择取消订单申请退款的原因,以便我们能更好的为您服务。</td>
   </tr>
   <tr>
     <th width='120'>原因:</th>
     <td>
        <select id='reason' onchange='javascript:changeRejectType(this.value)'>
           {volist name=":WSTDatas('REFUND_TYPE')" id="vo"}
           <option value='{$vo["dataVal"]}'>{$vo["dataName"]}</option>
           {/volist}
        </select>
     </td>
   </tr>
   <tr id='rejectTr' style='display:none'>
     <th width='120'>原因<font color='red'>*</font>:</th>
     <td>
       <textarea id='content' style='width:99%;height:50px;' maxLength='200'></textarea>
     </td>
   </tr>
   <tr style="line-height: 20px">
     <th width='120' >退款金额<font color='red'>*</font>:</th>
     <td>
       <input type='text' id='money' maxLength='10' onkeyup="javascript:WST.isChinese(this,1)" onkeypress="return WST.isNumberdoteKey(event,true)"
              onblur='javascript:WST.limitDecimal(this,2)' style="margin-top: 20px;">
         <br/>(金额不能超过<font color='red'>¥{$object['realTotalMoney']}</font>{if $object['ectNum']!=""}<font color='green'>≈{$object['ectNum']}ECT</font>{/if})
     </td>
   </tr>
   <tr>
     <th width='120'>退回积分:</th>
     <td>{$object['useScore']}个(积分抵扣<font color='red'>¥{$object['scoreMoney']}</font>)</td>
   </tr>
</table>