mequirecorddemandform.jsp

来自「采用jsp编写的企业计量设备管理系统」· JSP 代码 · 共 42 行

JSP
42
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?