productRecommendAddBatch.html
1.04 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Yoho!Buy运营平台</title>
<script src="/ufoPlatform/js/include.js"></script>
</head>
<body class="easyui-layout" fit="true">
<div id="infoDivId">
<form id="insertBatchForm" name="insertBatchForm" method="post">
<table id="insertBatchTable" border="0" align="center" style="line-height: 30px;width:95%">
<tr id="pageContentTr">
<td>
<textarea id="idStr" name="idStr" style="height:100px;width:280px;" onKeyUp="javascript:this.value=this.value.replace(/[^\r\n0-9\,]/g,'');"/>
<span> (productId,逗号分隔)</span>
</td>
</tr>
<!--<tr id="normalBoostTr" >
<td width="10%" align="right"><span style="font-weight:bold;">score:</span></td>
<td>
<input id="score" name="score" placeholder="请输入百分比" type="text"/>
</td>
</tr>-->
</table>
</form>
</div>
</body>
</html>