yoho2UfoProductBatchDel.html 681 Bytes
<!DOCTYPE html>
<body class="easyui-layout" fit="true">
<div id="editDivId">
    <form id="sknBatchDelForm" name="sknBatchDelForm" method="post">
        <table id="sknBatchDelTable" border="0" align="center" style="line-height: 30px;width:95%">
            <tr>
                <td width="10%"><span style="color:red">&nbsp;*</span>skn</td>
                <td>
                    <textarea id="skns" name="skns" style="height:100px;width:280px;" onKeyUp="javascript:this.value=this.value.replace(/[^\r\n0-9\,]/g,'');"/>
                    <span>&nbsp;(skn,逗号分隔)</span>
                </td>
            </tr>
            <tr>
        </table>
    </form>
</div>
</body>