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

📄 shiptolist.jsp

📁 一个关于tlms的一个小程序 看看能否帮助到别人
💻 JSP
字号:
<%@ include file="/WEB-INF/jsp/common/Taglibs.jsp" %>
<%@ taglib uri="http://struts.apache.org/tags-html-el" prefix="html" %>
<%@ taglib uri="http://displaytag.sf.net/el" prefix="display" %>

<link rel="stylesheet" type="text/css" href="../css/main.css">

<script src="../js/common.js" language="javascript" type="text/javascript"></script>
<script src="../js/option.js" language="Javascript" type="text/javascript"></script>
<script>

    function doSearch() {
        var f = document.forms[0];
        f.action = "<c:url value="/supplyChain/datamapping/serchShipTo.do"/>";
        f.submit();
    }

    function doRemove() {
        var f = document.forms[0];
        f.action = "<c:url value="/supplyChain/datamapping/removeShipTo.do"/>";
        f.submit();
        f.action = "<c:url value="/supplyChain/datamapping/serchShipTo.do"/>";
        f.submit();
    }

function addCost(){
  window.location="";
}
function editCost(){
  if(checkRow()) {
    window.location="shipto_update.htm";
  }
}
</script>

<html:form action="/datamapping/serchShipTo.do">
<html:hidden property="shipToBean.id"/>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td height="28" colspan="2"><img src="../images/dot.gif" width="11" height="11">
        <bean:message key="label.supplyChain.dicSet"/>&gt;
        <a href="index.htm" class="subMenuTxt"><bean:message key="label.supplyChain.maintainDate"/></a>&gt;Ship to
        <bean:message key="label.supplyChain.list" />
    </td>
  </tr>
  <tr>
    <td width="2%" height="31" background="../images/menu_bg.jpg"><img src="../images/menu_dot.jpg" width="6" height="19"></td>
    <td width="98%" background="../images/menu_bg.jpg" class="MenuTxt"><bean:message key="label.supplyChain.searchCriteria"/></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.supplyChain.englishName"/></td>
          <td width="27%"  nowrap><html:text property="searchBean.englishName1"/></td>
          <td width="11%"  nowrap><bean:message key="label.supplyChain.chineseName"/></td>
          <td width="53%"  nowrap><html:text property="searchBean.chineseName"/></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"><a href="#" class="hrefColor" onClick="queryworklog()"><bean:message key="label.supplyChain.query"/></a></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" background="../images/menu_bg.jpg"><img src="../images/menu_dot.jpg" width="6" height="19"></td>
    <td height="31" background="../images/menu_bg.jpg" class="MenuTxt">Ship to <bean:message key="label.supplyChain.list"/></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <c:set var="label_englishName1"><bean:message key="label.supplyChain.englishName"/>1</c:set>
    <c:set var="label_englishName2"><bean:message key="label.supplyChain.englishName"/>2</c:set>
    <c:set var="label_chineseName"><bean:message key="label.supplyChain.chineseName"/></c:set>
    <c:set var="label_address"><bean:message key="label.supplyChain.address"/></c:set>
    <c:set var="label_linkMan"><bean:message key="label.supplyChain.linkMan"/></c:set>
    <c:set var="label_mobilePhone"><bean:message key="label.supplyChain.mobilePhone"/></c:set>
    <c:set var="label_telephone1"><bean:message key="label.supplyChain.telephone"/>1</c:set>
    <c:set var="label_telephone2"><bean:message key="label.supplyChain.telephone"/>2</c:set>
    <c:set var="label_fax"><bean:message key="label.supplyChain.fax"/></c:set>
    <c:set var="label_email"><bean:message key="label.supplyChain.mail"/></c:set>
    <c:set var="sn_display_tag"><input type="checkbox" name="idArrHeader" onclick="selectGlobal(this.checked,'row')"/></c:set>

     <td>
      <display:table name="${pagination}" cellspacing="0" cellpadding="0" id="row" sort="external"
                     export="flase" requestURI="" class="subMainTable" style="width:98%">
          <display:column title="${sn_display_tag}" class="subMainTd">
               <html:multibox property="idArr" onclick="selectRow(this.checked,'row')">
                  <c:out value="${row.id}"/>
              </html:multibox>
          </display:column>
          <display:column title="${label_englishName1}" class="subMainTd" sortable="true" sortProperty="shipToBean.englishName1" headerClass="subMainTh">
              <a href="#" onclick="initEditEmployee('<c:out value="${row.id}"/>');"><c:out value="${row.englishName1}"/></a>
          </display:column>
          <display:column title="${label_englishName2}" class="subMainTd" sortable="true" sortProperty="shipToBean.englishName2" headerClass="subMainTh">
              <c:out value="${row.englishName2}"/>
          </display:column>
          <display:column title="${label_chineseName}" class="subMainTd_text_left" sortable="true" sortProperty="shipToBean.chineseName" headerClass="subMainTh">
              <c:out value="${row.chineseName}"/>
          </display:column>
          <display:column title="${label_address}" class="subMainTd" sortable="true" sortProperty="shipToBean.address" headerClass="subMainTh">
              <c:out value="${row[5]}"/>
          </display:column>
          <display:column title="${label_linkMan}" class="subMainTd" sortable="true" sortProperty="shipToBean.attention" headerClass="subMainTh">
              <c:out value="${row.attention}"/>
          </display:column>
          <display:column title="${label_mobilePhone}" class="subMainTd" sortable="true" sortProperty="shipToBean.mobile" headerClass="subMainTh">
              <c:out value="${row.mobile}"/>
          </display:column>
          <display:column title="${label_telephone1}" class="subMainTd" sortable="true" sortProperty="shipToBean.telephone1" headerClass="subMainTh">
              <c:out value="${row.telephone1}"/>
          </display:column>
          <display:column title="${label_telephone2}" class="subMainTd" sortable="true" sortProperty="shipToBean.telephone2" headerClass="subMainTh">
              <c:out value="${row.telephone2}"/>
          </display:column>
          <display:column title="${label_fax}" class="subMainTd" sortable="true" sortProperty="shipToBean.fax" headerClass="subMainTh">
              <c:out value="${row.fax}"/>
          </display:column>
          <display:column title="${label_email}" class="subMainTd" sortable="true" sortProperty="shipToBean.email" headerClass="subMainTh">
              <c:out value="${row.email}"/>
          </display:column>
    <%--<display:setProperty name="export.excel.class" value="org.displaytag.export.ExcelHssfView"/>--%>

  </display:table>
  </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"><a href="#" onClick="doRemove()" class="hrefColor"><bean:message key="label.supplyChain.add"/></a></td>
              <td width="8" class="ButtonHOMER-msover"></td>
              <td width="10"></td>
            </tr>
        </table>
      </td>
      <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"><a href="#" onClick="doRemove()" class="hrefColor"><bean:message key="label.supplyChain.delete"/></a></td>
            <td width="8" class="ButtonHOMER-msover"></td>
            <td width="10"></td>
          </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>
        <table border="0" height="43" cellpadding="0" cellspacing="0" width="99%" id="table2">
        <tr valign="middle" height="20">
          <td valign="middle" class="subMainTable2" width="155" nowrap height="43">&nbsp;&nbsp;&nbsp;<bean:message key="label.supplyChain.total"/><b>85</b><bean:message key="label.supplyChain.message"/><b>1</b>/7<bean:message key="label.supplyChain.page"/></td>
          <td width="517" height="43" valign="middle" nowrap class="subMainTable2">  </td>
          <td valign="middle" class="subMainTable2" nowrap width="16" height="43"><img src="../images/firstpage2.gif" alt="<bean:message key="label.supplyChain.theFirstPage"/>" width="13" height="12"></td>
          <td valign="middle" class="subMainTable2" nowrap width="16"><img src="../images/precious-botton2.gif" alt="<bean:message key="label.supplyChain.previousPage"/>" width="9" height="12"></td>
          <td valign="middle" class="subMainTable2" nowrap width="12"><a href="#"><img src="../images/next.gif" alt="<bean:message key="label.supplyChain.nextPage"/>" width="9" height="12" border="0"></a></td>
          <td valign="middle" class="subMainTable2" nowrap width="20"><a href="#"><img src="../images/last-page.gif" alt="<bean:message key="label.supplyChain.theEndPage"/>" width="13" height="12" border="0"></a></td>
          <td valign="middle" class="subMainTable2" nowrap width="25">&nbsp;</td>
        </tr>
        </table>
    </td>
  </tr>
</table>
</html:form>


⌨️ 快捷键说明

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