| | |
| | | </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> |
| | |
| | | </apex:outputPanel> |
| | | <apex:outputPanel rendered="{!IF((Opp.ProductSegment__c = 'NDT' || Opp.ProductSegment__c = 'ANI' ), 'true', 'true')}" layout="none"> --> |
| | | <td> |
| | | Name: Yoshito Sato |
| | | 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] |
| | | } |
| | | } |
| | | } |