mequicontroltabledemandform.jsp
来自「采用jsp编写的企业计量设备管理系统」· JSP 代码 · 共 53 行
JSP
53 行
<%@ include file="/common/taglibs.jsp"%><bean:define id="deptList" name="droplistAssignPdepartments"/><bean:define id="meTypeList" name="dropListMEType"/><html:form action="mequiControlTableDemand" method="post" styleId="mequiControlTableDemandForm" ><table class="detail"> <tr> <td> <pgmm:label key="mequiControlTableDemandForm.period"/> <html:text property="period" styleId="period"/> <html:errors property="period"/> <pgmm:label key="mequiControlTableDemandForm.department"/> <html:select property="department"> <html:option value=""/> <html:options collection="deptList" property="value" labelProperty="label"/> </html:select> <html:errors property="department"/> <pgmm:label key="mequiControlTableDemandForm.confirmType"/> <html:text property="confirmType" styleId="confirmType"/> <html:errors property="confirmType"/> </td> </tr> <tr> <td> <pgmm:label key="mequiControlTableDemandForm.nextConfirmTime"/> <html:text property="nextConfirmTime" styleId="nextConfirmTime"/> <html:errors property="nextConfirmTime"/> <pgmm:label key="mequiControlTableDemandForm.meNum"/> <html:text property="meNum" styleId="meNum"/> <html:errors property="meNum"/> </td> </tr> <tr> <td> <pgmm:label key="mequiControlTableDemandForm.mpName"/> <html:text property="mpName" styleId="mpName"/> <html:errors property="mpName"/> <pgmm:label key="mequiControlTableDemandForm.mpType"/> <html:text property="mpType" styleId="mpType"/> <html:errors property="mpType"/> <button type="button" class="button" onclick="location.href='<html:rewrite forward="createMequiControlTable"/>'"> <fmt:message key="button.create"/> </button> <button type="button" class="button" onclick="location.href='<html:rewrite forward="declareMequiApprove"/>'"> <fmt:message key="button.declare"/> </button> <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 + -
显示快捷键?