| | |
| | | <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>Standard_price_adjustment_range__c</fullName> |
| | | <externalId>false</externalId> |
| | | <formula>IF(AND(Actual_price_adjustment_range__c>=Lowest_pricing__c,Actual_price_adjustment_range__c<=Highest_price_adjustment__c),"1.价格调整符合标准",IF(AND( SUM_The_current_price__c>= Couont_Adjustment_Lower_price__c*0.8, SUM_The_current_price__c< Couont_Adjustment_Lower_price__c),"2.低于标准最低调价幅度,但在8折以内",IF( SUM_The_current_price__c< Couont_Adjustment_Lower_price__c*0.8,"3.低于标准最低调价幅度,且超过8折",IF(AND( SUM_The_current_price__c>Count_Adjustment_Upper_price__c, SUM_The_current_price__c<=Count_Adjustment_Upper_price__c*1.2),"4.高于标准最高调价幅度,但在20%以内","5.高于标准最高调价幅度,且超过20%"))))</formula> |
| | | <formula>IF(AND(Actual_price_adjustment_range__c>=Lowest_pricing__c,Actual_price_adjustment_range__c<=Highest_price_adjustment__c),"1.价格调整符合标准",IF(AND( Estimate_Cost_F__c>= GuidePrice_DownF__c*0.8, Estimate_Cost_F__c< GuidePrice_DownF__c),"2.低于标准最低调价幅度,但在8折以内",IF( Estimate_Cost_F__c< GuidePrice_DownF__c*0.8,"3.低于标准最低调价幅度,且超过8折",IF(AND( Estimate_Cost_F__c>GuidePrice_UpF__c, Estimate_Cost_F__c<=GuidePrice_UpF__c*1.2),"4.高于标准最高调价幅度,但在20%以内","5.高于标准最高调价幅度,且超过20%"))))</formula> |
| | | <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> |
| | | <label>是否符合标准价格调整幅度</label> |
| | | <required>false</required> |