📄 mequirecorddemandform.jsp
字号:
<%@ include file="/common/taglibs.jsp"%><bean:define id="deptList" name="droplistAssignPdepartments"/><bean:define id="meTypeList" name="dropListMEType"/><html:form action="mequiRecordDemand" method="post" styleId="mequiRecordDemandForm" focus="" ><table class="query"> <tr> <td> <pgmm:label key="mequiRecordDemandForm.confirmTime"/> <html:text property="confirmTime" styleId="confirmTime"/> <html:errors property="confirmTime"/> <pgmm:label key="mequiRecordDemandForm.confirmType"/> <html:text property="confirmType" styleId="confirmType"/> <html:errors property="confirmType"/> <pgmm:label key="mequiRecordDemandForm.department"/> <html:select property="department"> <html:option value=""/> <html:options collection="deptList" property="value" labelProperty="label"/> </html:select> <html:errors property="department"/> </td> </tr> <tr> <td> <html:text property="meNum" styleId="meNum"/> <html:errors property="meNum"/> <pgmm:label key="mequiRecordDemandForm.mpName"/> <html:text property="mpName" styleId="mpName"/> <html:errors property="mpName"/> <pgmm:label key="mequiRecordDemandForm.mpType"/> <html:text property="mpType" styleId="mpType"/> <html:errors property="mpType"/> <html:submit styleClass="button" property="method" onclick="bCancel=false"> <fmt:message key="button.search"/> </html:submit> </td> </tr></table></html:form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -