| | |
| | | <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>Conform_to_the_Adjust__c</fullName> |
| | | <externalId>false</externalId> |
| | | <formula>IF(Practical_Pricing__c<0,'1.实际降价',IF(Practical_Pricing__c<= 5 && Practical_Pricing__c >= 0,'2.实际维持',IF(Practical_Pricing__c>5,'3.实际涨价',' ')))</formula> |
| | | <formula>IF(AND(Practical_Pricing__c>=Adjustment_ratio_Lower__c,Practical_Pricing__c<=Adjustment_ratio_Upper__c),"1.价格调整符合标准",IF(AND( Estimate_Cost_formula__c>= Adjustment_Lower_price__c*0.8, Estimate_Cost_formula__c< Adjustment_Lower_price__c),"2.低于标准最低调价幅度,但在8折以内",IF( Estimate_Cost_formula__c< Adjustment_Lower_price__c*0.8,"3.低于标准最低调价幅度,且超过8折",IF(AND( Estimate_Cost_formula__c>Adjustment_Upper_price__c, Estimate_Cost_formula__c<=Adjustment_Upper_price__c*1.2),"4.高于标准最高调价幅度,但在20%以内","5.高于标准最高调价幅度,且超过20%"))))</formula> |
| | | <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> |
| | | <label>是否符合标准价格调整幅度</label> |
| | | <required>false</required> |