📄 mequiapproveform.jsp
字号:
<%@ include file="/common/taglibs.jsp"%><title><fmt:message key="mequiApproveDetail.title"/></title><content tag="heading"><fmt:message key="mequiApproveDetail.heading"/></content><html:form action="editMequiApprove" method="post" styleId="mequiApproveForm" focus="" onsubmit="return validateMequiApproveForm(this)"> <html:hidden property="id"/> <html:hidden property="approved"/><table class="detail"> <tr> <th> <pgmm:label key="mequiApproveForm.period"/> </th> <td> <html:text property="period" styleId="period"/> <html:errors property="period"/> </td> </tr> <tr> <th> <pgmm:label key="mequiApproveForm.department"/> </th> <td> <html:text property="department" styleId="department"/> <html:errors property="department"/> </td> </tr> <tr> <th> <pgmm:label key="mequiApproveForm.declareMan"/> </th> <td> <html:text property="declareMan" styleId="declareMan"/> <html:errors property="declareMan"/> </td> </tr> <tr> <th> <pgmm:label key="mequiApproveForm.declareDate"/> </th> <td> <html:text property="declareDate" styleId="declareDate"/> <html:errors property="declareDate"/> </td> </tr> <c:choose> <c:when test="${mequiApprove!= 'declare'}"> <tr> <th> <pgmm:label key="mequiApproveForm.approveMan"/> </th> <td> <html:text property="approveMan" styleId="approveMan"/> <html:errors property="approveMan"/> </td> </tr> <tr> <th> <pgmm:label key="mequiApproveForm.approveDate"/> </th> <td> <html:text property="approveDate" styleId="approveDate"/> <html:errors property="approveDate"/> </td> </tr> <tr> <th> <pgmm:label key="mequiApproveForm.approveContent"/> </th> <td> <html:text property="approveContent" styleId="approveContent"/> <html:errors property="approveContent"/> </td> </tr> </c:when> </c:choose> <tr> <td></td> <td class="buttonBar"> <c:choose> <c:when test="${mequiApprove== 'declare'}"> <html:submit styleClass="button" property="method" onclick="bCancel=false"> <fmt:message key="button.submit"/> </html:submit> </c:when> <c:when test="${mequiApprove== 'examine'}"> <html:submit styleClass="button" property="method" onclick="bCancel=false"> <fmt:message key="button.approve"/> </html:submit> <html:submit styleClass="button" property="method" onclick="bCancel=true; return confirmDlg('确信不同意吗')"> <fmt:message key="button.disapprove"/> </html:submit> <html:submit styleClass="button" property="method" onclick="bCancel=true; return confirmDlg('删除审批将会删除控制表,确信要删除吗')"> <fmt:message key="button.delete"/> </html:submit> </c:when> <html:cancel styleClass="button" property="method" onclick="bCancel=true"> <fmt:message key="button.cancel"/> </html:cancel> </c:choose> </td> </tr></table></html:form><html:javascript formName="mequiApproveForm" cdata="false" dynamicJavascript="true" staticJavascript="false"/><script type="text/javascript" src="<html:rewrite page="/scripts/validator.jsp"/>"></script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -