⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mequicontroltabledemandform.jsp

📁 采用jsp编写的企业计量设备管理系统
💻 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 + -