DESKTOP-0K9VGFE\hp
2022-03-11 6d766b0c8e9b31e7e03ffd344a94c2851aa9beb9
1
2
3
4
5
6
7
8
<apex:page controller="SI_NewQuoteEntryController"  cache="true" action="{!init}" contentType="text/csv;charset=utf-8;#{!quo.name}.csv" language="zh-CN">
<!--    <meta meta http-equiv="Content-Type" content="text/csv;">
    <meta charset="ANSI" /> -->
   No,"{!$Label.Asset_No}","{!$Label.SFDA_Status}","{!$ObjectType.product2.fields.VenderName__c.label}","{!$Label.Product_Name}","{!$Label.ListPrice}","{!$Label.Quantity}","{!$Label.Specifications}","{!$Label.Price}","{!$Label.Sum_Total}","赠送","{!$Label.AgencyPrice}","{!$Label.AgencySum_Total}","库存状态","产品配套" 
    <apex:repeat value="{!activities}" var="s">
    {!s.lineNo},"{!s.Asset_Model}","{!s.PageObject.SFDA_Status__c}","{!s.VenderName}","{!s.PageObject.Name__c}","{!s.ListPrice_Page}","{!s.PageObject.Quantity__c}","{!if(s.latestInfo.Specifications=0||s.latestInfo.Specifications=null,'',s.latestInfo.Specifications)}","{!s.PageObject.UnitPrice_Page__c}","{!s.PageObject.Subtotal__c}","{!s.PageObject.Present__c}","{!s.PageObject.AgencyUnitPrice__c}","{!s.PageObject.AgencySubtotal__c}","{!s.StorageStatus}","{!s.Product_Set_Name}"
    </apex:repeat>
</apex:page>