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

📄 listoperatincontractletter.jsp

📁 一个关于tlms的一个小程序 看看能否帮助到别人
💻 JSP
字号:
<%@ include file="/WEB-INF/jsp/common/Taglibs.jsp" %><script type="text/javascript" language="javascript">    function doSearch() {        var f = document.forms[0];        f.action = "<c:url value="/contractManage/operatinContractLetter/searchOperatinContractLetter.do"/>";        f.submit();        return false;    }    function initAdd() {        var f = document.forms[0];        f.action = "<c:url value="/contractManage/operatinContractLetter/initAddOperatinContractLetter.do"/>";        f.submit();    }    function initEdit(attributeNamezz) {        //   alert("33");        var f = document.forms[0];        id = viewRecord(attributeNamezz);        if (id != false) {            f.elements["operatinContractLetterBean.id"].value = id;            f.action = "<c:url value="/contractManage/operatinContractLetter/initEditOperatinContractLetter.do"/>";            f.submit();        }    }    function initAddWorkingProcedure(attributeNamezz) {        var f = document.forms[0];        id = viewRecord(attributeNamezz);        if (id != false) {            f.elements["operatinContractLetterBean.id"].value = id;            f.action = "<c:url value="/contractManage/contractLetterWorkingProcedureRelation/searchContractLetterWorkingProcedureRelation.do"/>";            f.submit();        }    }    function exportExcel(attributeNamezz) {        var f = document.forms[0];        id = viewRecord(attributeNamezz);        if (id != false) {            f.elements["operatinContractLetterBean.id"].value = id;            f.action = "<c:url value="/contractManage/operatinContractLetter/exportExcel.do"/>";            f.submit();        }    }</script><html:form action="/operatinContractLetter/searchOperatinContractLetter.do"><html:hidden property="operatinContractLetterBean.id"/><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>    <td height="28" colspan="2">        <img src="<c:url value="/images/dot.gif"/>" width="11" height="11" alt="">        <bean:message key="label.contractManage.systemSetting"/>&gt;        <bean:message key="label.contractManage.operatinContractLetter.title"/>    </td></tr><tr>    <td width="2%" height="31" class="section">        <img src="<c:url value="/images/menu_dot.jpg"/>" width="6" height="19" alt="">    </td>    <td width="98%" class="section">        <bean:message key="label.common.searchCondition"/>    </td></tr><tr>    <td>&nbsp;</td>    <td>&nbsp;</td></tr><tr>    <td>&nbsp;</td>    <td>        <table width="100%" height="43" border="0" cellpadding="0"               cellspacing="0" style="font-size:12px; width:96%  ">            <tr>                <td width="11%" nowrap><bean:message key="label.contractManage.operatinContractLetter.code"/></td>                <td width="27%" nowrap><html:text property="searchBean.code"/></td>                <td width="11%" nowrap><bean:message key="label.contractManage.operatinContractLetter.clientID"/></td>                <td width="53%" nowrap><html:text property="searchBean.clientID"/></td>            </tr>            <tr>                <td width="11%" nowrap><bean:message key="label.contractManage.operatinContractLetter.operatorID"/></td>                <td width="27%" nowrap><html:text property="searchBean.operatorID"/></td>                <td width="11%" nowrap><bean:message                        key="label.contractManage.operatinContractLetter.signOrderformDate"/></td>                <td width="53%" nowrap><html:text property="searchBean.signOrderformDate"/></td>            </tr>            <tr>                <td width="11%" nowrap><bean:message key="label.contractManage.operatinContractLetter.businessID"/></td>                <td width="27%" nowrap>                    <html:select property="searchBean.businessID" value="${searchBean.businessID}">                        <html:option value=""><bean:message key="label.common.pleaseSelect"/></html:option>                        <c:forEach items="${businessList}" var="business">                            <html:option value="${business[0]}"><c:out value="${business[2]}"/></html:option>                        </c:forEach>                    </html:select>                </td>                <td width="11%" nowrap><bean:message                        key="label.contractManage.operatinContractLetter.contractStateID"/></td>                <td width="53%" nowrap>                    <html:select property="searchBean.contractStateID" value="${searchBean.contractStateID}">                        <html:option value=""><bean:message key="label.common.pleaseSelect"/></html:option>                        <c:forEach items="${contractStateList}" var="contractState">                            <html:option value="${contractState[0]}"><c:out value="${contractState[1]}"/></html:option>                        </c:forEach>                    </html:select>                </td>            </tr>            <tr>                <td colspan="4" nowrap>                    <table border="0" cellspacing="0" cellpadding="0" align="left">                        <tr>                            <td width="8" class="ButtonHOMEL-msover"></td>                            <td class="ButtonHOME-msover">                                    <span class="mouse" onclick="doSearch();">                                        <bean:message key="button.search"/>                                    </span>                            </td>                            <td width="8" class="ButtonHOMER-msover"></td>                        </tr>                    </table>                </td>            </tr>        </table>    </td></tr><tr>    <td colspan="2">&nbsp;</td></tr><tr>    <td height="31" class="section">        <img src="<c:url value="/images/menu_dot.jpg"/>" width="6" height="19" alt="">    </td>    <td height="31" class="section">        <bean:message key="label.contractManage.operatinContractLetter.List"/>    </td></tr><tr>    <td height="39">&nbsp;</td>    <td>        <table border="0" cellspacing="0" cellpadding="0" align="left">            <tr>                <td width="8" class="ButtonHOMEL-msover"></td>                <td class="ButtonHOME-msover"><span onclick="initAdd();" class="mouse">                            <bean:message key="button.add"/></span>                </td>                <td width="8" class="ButtonHOMER-msover"></td>                <td width="10"></td>            </tr>        </table>        <table border="0" cellspacing="0" cellpadding="0" align="left">            <tr>                <td width="8" class="ButtonHOMEL-msover"></td>                <td class="ButtonHOME-msover">                    <c:set value="${pageContext.request.contextPath}" var="contextPath"/>                            <span class="mouse"                                  onclick="deleteRecord ( 'idArr', '<c:out value="${contextPath}"/>/contractManage/operatinContractLetter/deleteOperatinContractLetter.do' );">                                <bean:message key="button.delete"/></span>                </td>                <td width="8" class="ButtonHOMER-msover"></td>                <td width="10"></td>            </tr>        </table>        <table border="0" cellspacing="0" cellpadding="0" align="left">            <tr>                <td width="8" class="ButtonHOMEL-msover"></td>                <td class="ButtonHOME-msover">                    <c:set value="${pageContext.request.contextPath}" var="contextPath"/>                                <span class="mouse" onclick="initEdit('idArr');">                                    <bean:message key="label.contractManage.operatinContractLetter.particular"/></span>                </td>                <td width="8" class="ButtonHOMER-msover"></td>                <td width="10"></td>            </tr>        </table>        <table border="0" cellspacing="0" cellpadding="0" align="left">            <tr>                <td width="8" class="ButtonHOMEL-msover"></td>                <td class="ButtonHOME-msover">                    <c:set value="${pageContext.request.contextPath}" var="contextPath"/>                                <span class="mouse" onclick="initAddWorkingProcedure('idArr');">                                    <bean:message                                            key="label.contractManage.operatinContractLetter.contractLetterWorkingProcedure"/></span>                </td>                <td width="8" class="ButtonHOMER-msover"></td>                <td width="10"></td>            </tr>        </table>        <table border="0" cellspacing="0" cellpadding="0" align="left">            <tr>                <td width="8" class="ButtonHOMEL-msover"></td>                <td class="ButtonHOME-msover">                    <c:set value="${pageContext.request.contextPath}" var="contextPath"/>                                <span class="mouse" onclick="exportExcel('idArr');">                                    <bean:message                                            key="label.contractManage.operatinContractLetter.excel"/></span>                </td>                <td width="8" class="ButtonHOMER-msover"></td>                <td width="10"></td>            </tr>        </table>           </td></tr><tr>    <td>&nbsp;</td>    <td>        <c:set var="sn_display_tag"><input type="checkbox" name="idArrHeader"                                           onclick="selectGlobal(this.checked,'operatinContractLetter')"/>        </c:set>        <display:table name="${pagination}" cellspacing="0" cellpadding="0" id="operatinContractLetter"                       sort="external" export="flase" requestURI="" class="subMainTable"                       style="width:98%" decorator="com.szmx.component.displaytag.TableDecoratorExtends">            <display:column title="${sn_display_tag}" class="subMainTd" headerClass="subMainTh">                <html:multibox property="idArr" onclick="selectRow(this.checked,'operatinContractLetter')">                    <c:out value="${operatinContractLetter[0]}"/>                </html:multibox>            </display:column>            <display:column titleKey="label.contractManage.operatinContractLetter.code" class="subMainTd"                            sortable="true"                            sortProperty="operatinContractLetter.code" headerClass="subMainTh">                <c:out value="${operatinContractLetter[1]}"/>            </display:column>            <display:column titleKey="label.contractManage.operatinContractLetter.contractType" class="subMainTd"                            sortable="true"                            sortProperty="operatinContractLetter.contractType" headerClass="subMainTh">                <c:out value="${operatinContractLetter[2]}"/>            </display:column>            <display:column titleKey="label.contractManage.operatinContractLetter.clientID" class="subMainTd"                            sortable="true"                            sortProperty="clientID"                            headerClass="subMainTh">                <c:out value="${operatinContractLetter[3]}"/>            </display:column>            <display:column titleKey="label.contractManage.operatinContractLetter.businessID" class="subMainTd"                            sortable="true"                            sortProperty="operatinContractLetter.businessID"                            headerClass="subMainTh">                <c:out value="${operatinContractLetter[5]}"/>            </display:column>            <display:column titleKey="label.contractManage.contractLetterWorkingProcedureRelation.WorkingProcedure"                            class="subMainTd" sortable="false"                            headerClass="subMainTh">                <workingProcedure:display operatinContractLetterID="${operatinContractLetter[0]}"/>            </display:column>            <display:column titleKey="label.contractManage.operatinContractLetter.signOrderformDate" class="subMainTd"                            sortable="true"                            sortProperty="operatinContractLetter.signOrderformDate"                            headerClass="subMainTh">                <c:out value="${operatinContractLetter[14]}"/>            </display:column>            <display:column titleKey="label.contractManage.operatinContractLetter.contractStateID" class="subMainTd"                            sortable="true"                            sortProperty="operatinContractLetter.contractStateID"                            headerClass="subMainTh">                <c:out value="${operatinContractLetter[19]}"/>            </display:column>        </display:table>    </td></tr></table></html:form><script type="text/javascript" language="javascript">    displayTableRows("operatinContractLetter");</script>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -