📄 mequicontroltabledemandform.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -