| | |
| | | </apex:outputPanel> |
| | | <tr> |
| | | <td style="font-size: 8pt;">联系人: </td> |
| | | <td colspan="3" style="font-size: 8pt;">{!specialDeliveryContact.Name}</td> |
| | | <td colspan="3" style="font-size: 8pt;" id="LastName">{!specialDeliveryContact.Name}</td> |
| | | </tr> |
| | | <tr> |
| | | <td style="font-size: 8pt;">CONTACT PERSON: </td> |
| | |
| | | </tr> --> |
| | | <tr> |
| | | <td style="font-size: 8pt;">收货人: </td> |
| | | <td colspan="3" style="font-size: 8pt;">{!contra.order.PDF_C_Consignee__c}</td> |
| | | <td colspan="3" style="font-size: 8pt;" id="PDF_C_Consignee__c">{!contra.order.PDF_C_Consignee__c}</td> |
| | | </tr> |
| | | <tr> |
| | | <td style="font-size: 8pt;">THE CONSIGNEE: </td> |
| | | <td colspan="3" style="font-size: 8pt;">{!contra.order.PDF_C_THECONSIGNE__c}</td> |
| | | <td colspan="3" style="font-size: 8pt;" id="PDF_C_THECONSIGNE__c">{!contra.order.PDF_C_THECONSIGNE__c}</td> |
| | | </tr> |
| | | <tr> |
| | | <td style="font-size: 8pt;">地址: </td> |
| | | <td colspan="3" style="font-size: 8pt;">{!contra.order.PDF_C_Address__c}</td> |
| | | <td colspan="3" style="font-size: 8pt;" id="PDF_C_Address__c">{!contra.order.PDF_C_Address__c}</td> |
| | | </tr> |
| | | <tr> |
| | | <td style="font-size: 8pt;">ADD: </td> |
| | |
| | | </tr> |
| | | <tr> |
| | | <td style="font-size: 8pt;">电话(Tel): </td> |
| | | <td colspan="3" style="font-size: 8pt;">{!contra.order.PDF_C_TEL__c}</td> |
| | | <td colspan="3" style="font-size: 8pt;" id="PDF_C_TEL__c">{!contra.order.PDF_C_TEL__c}</td> |
| | | </tr> |
| | | <tr> |
| | | <td style="font-size: 8pt;">传真(Fax): </td> |
| | |
| | | </tr> |
| | | <tr> |
| | | <td style="font-size: 8pt;">联系人: </td> |
| | | <td colspan="3" style="font-size: 8pt;">{!contra.order.PDF_C_CONTACT__c}</td> |
| | | <td colspan="3" style="font-size: 8pt;" id="PDF_C_CONTACT__c">{!contra.order.PDF_C_CONTACT__c}</td> |
| | | </tr> |
| | | <tr> |
| | | <td style="font-size: 8pt;">CONTACT PERSON: </td> |
| | |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td colspan="3"> |
| | | 11. 付款方式: {!contra.order.PDF_PaymentTerms__c}; |
| | | <br/> 所有因付款而在汇款方银行发生的手续费及其它费用,均由买方承担。 |
| | | <br/> 11. TERMS OF PAYMENT: {!contra.order.PDF_PaymentTerms_E__c}; |
| | | <br/> All the bank charges and other expenses arising from the payment at the remitting bank shall be borne |
| | | by the Buyer. |
| | | <br/> |
| | | <td colspan = "4"> |
| | | 11. 付款方式: {!contra.order.PDF_PaymentTerms__c};<br/> |
| | | 所有银行手续费,包括对方银行和中转行手续费及其它费用,均由买方承担。<br/> |
| | | 11. TERMS OF PAYMENT: {!contra.order.PDF_PaymentTerms_E__c};<br/> |
| | | All the bank charges and other expenses, including beneficiary bank and intermediary bank, arising from the payment shall be borne by the Buyer.<br/> |
| | | </td> |
| | | </tr> |
| | | </table> |
| | |
| | | </apex:outputPanel> |
| | | <apex:outputPanel rendered="{!IF((Opp.ProductSegment__c = 'NDT' || Opp.ProductSegment__c = 'ANI' ), 'true', 'true')}" layout="none"> --> |
| | | <td> |
| | | Name: Wei Liu |
| | | Name: YING HOU |
| | | </td> |
| | | <!-- </apex:outputPanel> --> |
| | | <td> |
| | | Name: {!contra.order.PDF_Sign_Name__c} |
| | | Name: |
| | | <span id="PDF_Sign_Name__c">{!contra.order.PDF_Sign_Name__c}</span> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | |
| | | let pi = staticResource.PIDetails[index]; |
| | | let e = document.getElementById(pi.SF_Field_API_Name__c); |
| | | if (e && data && data.object && data.object[pi.AWS_Field_API__c]) { |
| | | e.innerHTML = data[pi.AWS_Field_API__c] |
| | | console.log(pi.SF_Field_API_Name__c) |
| | | e.innerHTML = data.object[pi.AWS_Field_API__c] |
| | | } |
| | | } |
| | | } |