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

📄 findparty.ftl

📁 Sequoia ERP是一个真正的企业级开源ERP解决方案。它提供的模块包括:电子商务应用(e-commerce), POS系统(point of sales),知识管理,存货与仓库管理
💻 FTL
📖 第 1 页 / 共 2 页
字号:
                <td width="25%" align="right"><div class="tableheadtext">${uiLabelMap.PartyContactNumber} :</div></td>                <td width="5%">&nbsp;</td>                <td><input type="text" class="inputBox" name="contactNumber" value="${parameters.contactNumber?if_exists}"/></td>              </tr>            </#if>            <#if extInfo == "O">              <tr><td colspan="3"><hr class="sepbar"/></td></tr>              <tr>                <td width="25%" align="right"><div class="tableheadtext">${uiLabelMap.PartyContactInfoList} :</div></td>                <td width="5%">&nbsp;</td>                <td><input type="text" class="inputBox" name="infoString" value="${parameters.infoString?if_exists}"/></td>              </tr>            </#if>            <tr><td colspan="3"><hr class="sepbar"/></td></tr>            <tr>              <td colspan="3" align="center">                <div class="tabletext">                  <a href="javascript:document.lookupparty.submit();" class="buttontext">${uiLabelMap.PartyLookupParty}</a>                  <a href="<@ofbizUrl>findparty?showAll=Y&amp;hideFields=Y&amp;lookupFlag=Y</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonShowAllRecords}</a>                </div>              </td>            </tr>          </table>          <input type="image" src="<@ofbizContentUrl>/images/spacer.gif</@ofbizContentUrl>" onClick="javascript:document.lookupparty.submit();"/>      </form>    </div>  </#if></div><#if parameters.hideFields?default("N") != "Y">  <script language="JavaScript" type="text/javascript">    <!--//      document.lookupparty.partyId.focus();    //-->  </script></#if>  <#if partyList?exists>    <br/>    <table border="0" width="100%" cellspacing="0" cellpadding="0" class="boxoutside">      <tr>        <td width="100%">          <table width="100%" border="0" cellspacing="0" cellpadding="0" class="boxtop">            <tr>              <td width="50%"><div class="boxhead">${uiLabelMap.PartyPartiesFound}</div></td>              <td width="50%">                 <div class="boxhead" align="right">                  <#if (partyListSize > 0)>                    <#if (viewIndex > 1)>                      <a href="<@ofbizUrl>findparty?VIEW_SIZE=${viewSize}&amp;VIEW_INDEX=${viewIndex-1}&amp;hideFields=${parameters.hideFields?default("N")}${paramList}</@ofbizUrl>" class="submenutext">${uiLabelMap.CommonPrevious}</a>                    <#else>                      <span class="submenutextdisabled">${uiLabelMap.CommonPrevious}</span>                    </#if>                    <#if (partyListSize > 0)>                      <span class="submenutextinfo">${lowIndex} - ${highIndex} of ${partyListSize}</span>                    </#if>                    <#if (partyListSize > highIndex)>                      <a href="<@ofbizUrl>findparty?VIEW_SIZE=${viewSize}&amp;VIEW_INDEX=${viewIndex+1}&amp;hideFields=${parameters.hideFields?default("N")}${paramList}</@ofbizUrl>" class="submenutextright">${uiLabelMap.CommonNext}</a>                    <#else>                      <span class="submenutextrightdisabled">${uiLabelMap.CommonNext}</span>                    </#if>                  </#if>                  &nbsp;                </div>              </td>            </tr>          </table>          <table width="100%" border="0" cellpadding="0" cellspacing="0">            <tr>              <td><div class="tableheadtext">${uiLabelMap.PartyPartyId}</div></td>              <td><div class="tableheadtext">${uiLabelMap.PartyUserLogin}</div></td>              <td><div class="tableheadtext">${uiLabelMap.PartyName}</div></td>              <#if extInfo?default("") == "P">                <td><div class="tableheadtext">${uiLabelMap.PartyPostalCode}</div></td>              </#if>              <#if extInfo?default("") == "T">                <td><div class="tableheadtext">${uiLabelMap.PartyAreaCode}</div></td>              </#if>              <td><div class="tableheadtext">${uiLabelMap.PartyType}</div></td>              <td>&nbsp;</td>            </tr>            <tr><td colspan="6"><hr class="sepbar"/></td></tr>            <#if partyList?has_content>              <#assign rowClass = "viewManyTR2">              <#list partyList as partyRow>                <#assign partyType = partyRow.getRelatedOne("PartyType")?if_exists>                <tr class="${rowClass}">                  <td><a href="<@ofbizUrl>viewprofile?partyId=${partyRow.partyId}</@ofbizUrl>" class="linktext">${partyRow.partyId}</a></td>                  <td>                    <div class="tabletext">                      <#if partyRow.containsKey("userLoginId")>                        ${partyRow.userLoginId?default("N/A")}                      <#else>                        <#assign userLogins = partyRow.getRelated("UserLogin")>                        <#if (userLogins.size() > 0)>                          <#if (userLogins.size() > 1)>                            (${uiLabelMap.CommonMany})                          <#else>                            <#assign userLogin = userLogins.get(0)>                            ${userLogin.userLoginId}                          </#if>                        <#else>                          (${uiLabelMap.CommonNone})                        </#if>                      </#if>                    </div>                  </td>                  <td>                    <div class="tabletext">                      <#if partyRow.containsKey("lastName")>                        <#if partyRow.lastName?has_content>                          ${partyRow.lastName}<#if partyRow.firstName?has_content>, ${partyRow.firstName}</#if>                        <#else>                          (${uiLabelMap.PartyNoNameFound})                        </#if>                      <#elseif partyRow.containsKey("groupName")>                        <#if partyRow.groupName?has_content>                          ${partyRow.groupName}                        <#else>                          (${uiLabelMap.PartyNoNameFound})                        </#if>                      <#else>                        ${Static["org.ofbiz.party.party.PartyHelper"].getPartyName(partyRow, true)}                      </#if>                    </div>                  </td>                  <#if extInfo?default("") == "P">                    <td><div class="tabletext">${partyRow.postalCode?if_exists}</div></td>                  </#if>                  <#if extInfo?default("") == "T">                    <td><div class="tabletext">${partyRow.areaCode?if_exists}</div></td>                  </#if>                  <td><div class="tabletext">${partyType.description?default("???")}</div></td>                  <td align="right">                    <!-- this is all on one line so that no break will be inserted -->                    <div class="tabletext"><nobr>                      <a href="<@ofbizUrl>viewprofile?partyId=${partyRow.partyId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDetails}</a>&nbsp;                      <#if security.hasRolePermission("ORDERMGR", "_VIEW", "", "", session)>                        <a href="/ordermgr/control/findorders?lookupFlag=Y&amp;hideFields=Y&amp;partyId=${partyRow.partyId + externalKeyParam}" class="buttontext">${uiLabelMap.OrderOrders}</a>&nbsp;                      </#if>                      <#if security.hasEntityPermission("ORDERMGR", "_CREATE", session)>                        <a href="/ordermgr/control/checkinits?partyId=${partyRow.partyId + externalKeyParam}" class="buttontext">${uiLabelMap.OrderNewOrder}</a>&nbsp;                      </#if>                    </nobr></div>                  </td>                </tr>                <#-- toggle the row color -->                <#if rowClass == "viewManyTR2">                  <#assign rowClass = "viewManyTR1">                <#else>                  <#assign rowClass = "viewManyTR2">                </#if>              </#list>            <#else>              <tr>                <td colspan="5">                  <span class="head3">${uiLabelMap.PartyNoPartiesFound}</span>                  &nbsp;&nbsp;<a href="<@ofbizUrl>createnew</@ofbizUrl>" class="buttontext">Create New</a>                </td>              </tr>            </#if>            <#if lookupErrorMessage?exists>              <tr>                <td colspan="5"><div class="head3">${lookupErrorMessage}</div></td>              </tr>            </#if>          </table>        </td>      </tr>    </table>  </#if>

⌨️ 快捷键说明

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