| | |
| | | <c:PDFWbr targetStr="{!item.qli.NameForPrint__c}"/> |
| | | </apex:column> |
| | | <apex:column styleClass="detailRowString" style="vertical-align:text-top;width: 80px"> |
| | | <!-- lt 20220223 CHAN-CBW9FX 特殊交货期影响的对应 --> |
| | | <!-- <apex:facet name="header">{!$Label.Quote_SFDA_Approbation_No}</apex:facet> </br>--> |
| | | <apex:facet name="header">注册证号/ 备案凭证编号</apex:facet> |
| | | <apex:facet name="header">注册证号/ 备案凭证 <br/>编号</apex:facet> |
| | | <apex:outputText value="{!item.ApprobationNo_c}"/> |
| | | </apex:column> |
| | | <apex:column styleClass="detailRowString" style="vertical-align:text-top;width: 160px"> |
| | |
| | | <apex:outputText value=" "/> |
| | | </apex:column> |
| | | <apex:column styleClass="detailRowString" style="vertical-align:text-top; text-align: center;"> |
| | | <apex:facet name="header">特殊保修年限</apex:facet> |
| | | <apex:facet name="header">特殊保修 年限</apex:facet> |
| | | <apex:outputText value="{!item.qli.GuaranteePeriod__c}"/> |
| | | </apex:column> |
| | | |
| | | <!-- lt 20220223 CHAN-CBW9FX 特殊交货期影响的对应 start --> |
| | | <apex:column styleClass="detailRowNumeric"> |
| | | <apex:facet name="header">交货期</apex:facet> |
| | | <apex:outputText value="{!item.qli.PricebookEntry.Product2.DeliveryDate__c}"/> |
| | | <apex:outputText value="{!item.qli.DeliveryDate__c}"/> |
| | | </apex:column> |
| | | <!-- lt 20220223 CHAN-CBW9FX 特殊交货期影响的对应 end --> |
| | | |
| | |
| | | </apex:column> |
| | | |
| | | <!-- lt 20220223 CHAN-CBW9FX 特殊交货期影响的对应 start --> |
| | | <apex:column styleClass="detailRowNumeric"> |
| | | <!-- <apex:column styleClass="detailRowNumeric"> |
| | | <apex:facet name="header">交货期</apex:facet> |
| | | <apex:outputText value="{!item.qli.PricebookEntry.Product2.DeliveryDate__c}"/> |
| | | </apex:column> |
| | | <apex:outputText value="{!item.qli.DeliveryDate__c}"/> |
| | | </apex:column> --> |
| | | <!-- lt 20220223 CHAN-CBW9FX 特殊交货期影响的对应 end --> |
| | | |
| | | </apex:dataTable> |