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

📄 billsettings.ftl

📁 Sequoia ERP是一个真正的企业级开源ERP解决方案。它提供的模块包括:电子商务应用(e-commerce), POS系统(point of sales),知识管理,存货与仓库管理
💻 FTL
📖 第 1 页 / 共 3 页
字号:
          <input type="hidden" name="finalizeMode" value="payment"/>          <input type="hidden" name="createNew" value="Y"/>          <#if requestParameters.useShipAddr?exists>            <input type="hidden" name="contactMechId" value="${postalFields.contactMechId}"/>          </#if>                      <table width="100%" border="0" cellpadding="1" cellspacing="0">            <#if cart.getShippingContactMechId()?exists>            <tr>              <td width="26%" align="right"= valign="top">                <input type="checkbox" name="useShipAddr" value="Y" onClick="javascript:shipBillAddr();" <#if requestParameters.useShipAddr?exists>checked="checked"</#if>/>              </td>              <td colspan="2" align="left" valign="center">                <div class="tabletext">${uiLabelMap.FacilityBillingAddressSameShipping}</div>              </td>            </tr>            <tr>              <td colspan="3"><hr class="sepbar"/></td>            </tr>            </#if>                        <#if orderPerson?has_content>              <#assign toName = "">              <#if orderPerson.personalTitle?has_content><#assign toName = orderPerson.personalTitle + " "></#if>              <#assign toName = toName + orderPerson.firstName + " ">              <#if orderPerson.middleName?has_content><#assign toName = toName + orderPerson.middleName + " "></#if>              <#assign toName = toName + orderPerson.lastName>              <#if orderPerson.suffix?has_content><#assign toName = toName + " " + orderPerson.suffix></#if>            <#else>              <#assign toName = postalFields.toName?default("")>            </#if>                        <#-- generic address information -->            <tr>              <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.CommonToName}</div></td>              <td width="5">&nbsp;</td>              <td width="74%">                <input type="text" class="inputBox" size="30" maxlength="60" name="toName" value="${toName}" <#if requestParameters.useShipAddr?exists>disabled="disabled"</#if>/>              </td>            </tr>            <tr>              <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.CommonAttentionName}</div></td>              <td width="5">&nbsp;</td>              <td width="74%">                <input type="text" class="inputBox" size="30" maxlength="60" name="attnName" value="${postalFields.attnName?if_exists}" <#if requestParameters.useShipAddr?exists>disabled="disabled"</#if>/>              </td>            </tr>            <tr>              <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.CommonAddressLine} 1</div></td>              <td width="5">&nbsp;</td>              <td width="74%">                <input type="text" class="inputBox" size="30" maxlength="30" name="address1" value="${postalFields.address1?if_exists}" <#if requestParameters.useShipAddr?exists>disabled="disabled"</#if>/>              *</td>            </tr>            <tr>              <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.CommonAddressLine} 2</div></td>              <td width="5">&nbsp;</td>              <td width="74%">                <input type="text" class="inputBox" size="30" maxlength="30" name="address2" value="${postalFields.address2?if_exists}" <#if requestParameters.useShipAddr?exists>disabled="disabled"</#if>/>              </td>            </tr>            <tr>              <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.CommonCity}</div></td>              <td width="5">&nbsp;</td>              <td width="74%">                <input type="text" class="inputBox" size="30" maxlength="30" name="city" value="${postalFields.city?if_exists}" <#if requestParameters.useShipAddr?exists>disabled="disabled"</#if>/>              *</td>            </tr>            <tr>              <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.CommonStateProvince}</div></td>              <td width="5">&nbsp;</td>              <td width="74%">                <select name="stateProvinceGeoId" class="selectBox" <#if requestParameters.useShipAddr?exists>disabled="disabled"</#if>>                  <#if postalFields.stateProvinceGeoId?exists>                  <option>${postalFields.stateProvinceGeoId}</option>                  <option value="${postalFields.stateProvinceGeoId}">---</option>                  </#if>                  <option value=""></option>                  ${screens.render("component://common/widget/CommonScreens.xml#states")}                </select>              </td>            </tr>            <tr>              <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.CommonZipPostalCode}</div></td>              <td width="5">&nbsp;</td>              <td width="74%">                <input type="text" class="inputBox" size="12" maxlength="10" name="postalCode" value="${postalFields.postalCode?if_exists}" <#if requestParameters.useShipAddr?exists>disabled="disabled"</#if>/>              *</td>            </tr>            <tr>              <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.CommonCountry}</div></td>              <td width="5">&nbsp;</td>              <td width="74%">                <select name="countryGeoId" class="selectBox" <#if requestParameters.useShipAddr?exists>disabled="disabled"</#if>>                  <#if postalFields.countryGeoId?exists>                  <option>${postalFields.countryGeoId}</option>                  <option value="${postalFields.countryGeoId}">---</option>                  </#if>                  ${screens.render("component://common/widget/CommonScreens.xml#countries")}                </select>              *</td>            </tr>                         <#-- credit card fields -->            <#if paymentMethodType == "CC">              <#if !creditCard?has_content>                <#assign creditCard = requestParameters>              </#if>              <input type="hidden" name="expireDate" value="${creditCard.expireDate?if_exists}"/>              <tr>                <td colspan="3"><hr class="sepbar"/></td>              </tr>  	              <tr>                <td width="26%" align="right" valign="middle"><div class="tabletext">${uiLabelMap.AccountingCompanyNameCard}</div></td>                <td width="5">&nbsp;</td>                <td width="74%">                  <input type="text" class='inputBox' size="30" maxlength="60" name="companyNameOnCard" value="${creditCard.companyNameOnCard?if_exists}"/>                </td>              </tr>              <tr>                <td width="26%" align="right" valign="middle"><div class="tabletext">${uiLabelMap.AccountingPrefixCard}</div></td>                <td width="5">&nbsp;</td>                <td width="74%">                  <select name="titleOnCard" class="selectBox">                    <option value="">${uiLabelMap.CommonSelectOne}</option>                    <option<#if ((creditCard.titleOnCard)?default("") == "Mr.")> checked</#if>>${uiLabelMap.CommonTitleMr}</option>                    <option<#if ((creditCard.titleOnCard)?default("") == "Mrs.")> checked</#if>>${uiLabelMap.CommonTitleMrs}</option>                    <option<#if ((creditCard.titleOnCard)?default("") == "Ms.")> checked</#if>>${uiLabelMap.CommonTitleMs}</option>                    <option<#if ((creditCard.titleOnCard)?default("") == "Dr.")> checked</#if>>${uiLabelMap.CommonTitleDr}</option>                   </select>                </td>              </tr>              <tr>                <td width="26%" align="right" valign="middle"><div class="tabletext">${uiLabelMap.AccountingFirstNameCard}</div></td>                <td width="5">&nbsp;</td>                <td width="74%">                  <input type="text" class="inputBox" size="20" maxlength="60" name="firstNameOnCard" value="${(creditCard.firstNameOnCard)?if_exists}"/>                *</td>              </tr>              <tr>                <td width="26%" align="right" valign="middle"><div class="tabletext">${uiLabelMap.AccountingMiddleNameCard}</div></td>                <td width="5">&nbsp;</td>                <td width="74%">                  <input type="text" class="inputBox" size="15" maxlength="60" name="middleNameOnCard" value="${(creditCard.middleNameOnCard)?if_exists}"/>                </td>              </tr>              <tr>                <td width="26%" align="right" valign="middle"><div class="tabletext">${uiLabelMap.AccountingLastNameCard}</div></td>                <td width="5">&nbsp;</td>                <td width="74%">                  <input type="text" class="inputBox" size="20" maxlength="60" name="lastNameOnCard" value="${(creditCard.lastNameOnCard)?if_exists}"/>                *</td>              </tr>              <tr>                <td width="26%" align="right" valign="middle"><div class="tabletext">${uiLabelMap.AccountingSuffixCard}</div></td>                <td width="5">&nbsp;</td>                <td width="74%">                  <select name="suffixOnCard" class="selectBox">                    <option value="">${uiLabelMap.CommonSelectOne}</option>                    <option<#if ((creditCard.suffixOnCard)?default("") == "Jr.")> checked="checked"</#if>>Jr.</option>                    <option<#if ((creditCard.suffixOnCard)?default("") == "Sr.")> checked="checked"</#if>>Sr.</option>                    <option<#if ((creditCard.suffixOnCard)?default("") == "I")> checked="checked"</#if>>I</option>                    <option<#if ((creditCard.suffixOnCard)?default("") == "II")> checked="checked"</#if>>II</option>                    <option<#if ((creditCard.suffixOnCard)?default("") == "III")> checked="checked"</#if>>III</option>                    <option<#if ((creditCard.suffixOnCard)?default("") == "IV")> checked="checked"</#if>>IV</option>                    <option<#if ((creditCard.suffixOnCard)?default("") == "V")> checked="checked"</#if>>V</option>                  </select>                </td>              </tr>              <tr>                <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.AccountingCardType}</div></td>                <td width="5">&nbsp;</td>                <td width="74%">                  <select name="cardType" class="selectBox">                    <#if creditCard.cartType?exists>                    <option>${creditCard.cardType}</option>

⌨️ 快捷键说明

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