| | |
| | | <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>Current_Price_Should__c</fullName> |
| | | <externalId>false</externalId> |
| | | <formula>IF(Adjustment_ratio_Upper__c <0,"1.应该降价",IF(AND(Adjustment_ratio_Lower__c >=0,Adjustment_ratio_Upper__c <=5),"2.应该维持","3.应该涨价"))</formula> |
| | | <formula>IF(Adjustment_ratio_Upper__c <0,"1.应该降价", |
| | | IF( Adjustment_ratio_Lower__c >0.05,"3.应该涨价","2.应该维持") |
| | | )</formula> |
| | | <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> |
| | | <label>本期价格应该</label> |
| | | <required>false</required> |