upload.html 1 KB
<!DOCTYPE html>
<form id="uploadForm" method="post" name="uploadForm" enctype="multipart/form-data" style="margin-top: 30px">
	<input type="hidden" name="type"value="grassFindGoods"/>
	<table border="0" align="center" style="line-height: 30px;width:95%">
		<tr>
			<td align="right" style="width:200px">上传EXCEL<span class="requriedInput">*</span></td>
			<td><input name="file" id="file" class="easyui-filebox" data-options="buttonText: '请选择文件'" accept=".xlsx" style="width:600px" /></td>
		</tr>
		<tr>
			<td align="right" valign="top">说明:</td>
			<td>
				1、上传文件必须是.xlsx文件<br>
				2、Excel表头为:文章Id、SKN、产品类型、排序<br>
				3、第一行为表头内容,第二行开始为正式内容<br>
				4、每个文件控制在1000行以内<br>
				<!--<a href="/pfcms/common/ok.jsp" download="ok.jsp">下载样例</a>-->
				5、<a href="/pfcms/common/findGoodsTemplate.xlsx" download="findGoodsTemplate.xlsx">下载样例</a>
			</td>
		</tr>
	</table>
</form>