📄 upload_insured_info.jsp
字号:
<%@ page contentType="text/html; charset=UTF-8" %><%@ taglib uri="http://www.bstek.com/dorado" prefix="d" %><%System.err.println("11111111");System.err.println(request.getAttribute("uploadType"));%><body bgcolor="#EBEEF7"> <d:View config="org.view.authorization.Excel"> <form method="post" enctype="multipart/form-data" action="<%=request.getContextPath()%>/excel.upload.d"> <table width="100%" border="0"> <input type="hidden" name="retPath" value="insured"/> <input type="hidden" name="businessNo" value="11111"/> <tr> <td class="text_title"><div align="left">批量上载被保险人信息 </div></td> </tr> </table> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="table_1"> <tr> <td class="text_title" >上载类型: <td class="text_type"> <select name="uploadType" size = "1"> <option value="102">一般车辆信息上载</option> <option value="104">托车和拖拉机上载</option> <option value="105">行驶证车主信息上载</option> <option value="101" selected>被保险人上载</option> <option value="103">团队报价上载</option> </select> </td> </tr> <tr> <td class="text_title"><div align="left">是否重新上传: <td class="text_type"> <input type="checkbox" name="overrideFlag" > </td> </tr> <tr> <td align="left" class="text_title">上载文件:</td> <td class="text_type"> <input name="affixs" type="file" size=50></td> </tr> </table> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="50" align="center"> <input type="submit" name="Button" class="btnLink" value="完成" > <input type="button" name="Button" class="btnLink" value="返回" > </td> </tr> </table></form> </d:View></body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -