From 552f32c93251191103a633ca292c06a445e2551f Mon Sep 17 00:00:00 2001 From: 李金换 <lijinhuan@prec-tech.com> Date: 星期二, 15 三月 2022 18:25:31 +0800 Subject: [PATCH] OBPM备品相关修改 & 【委托】【phase5上线课题131】-增加明细的时长字段“提交申请到备品出库时长” --- force-app/main/default/objects/Maintenance_Contract__c/fields/Current_price_should_be__c.field-meta.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Maintenance_Contract__c/fields/Current_price_should_be__c.field-meta.xml b/force-app/main/default/objects/Maintenance_Contract__c/fields/Current_price_should_be__c.field-meta.xml index f1ab8c0..1e9680a 100644 --- a/force-app/main/default/objects/Maintenance_Contract__c/fields/Current_price_should_be__c.field-meta.xml +++ b/force-app/main/default/objects/Maintenance_Contract__c/fields/Current_price_should_be__c.field-meta.xml @@ -2,7 +2,7 @@ <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>Current_price_should_be__c</fullName> <externalId>false</externalId> - <formula>IF(Count_Adjustment_Upper_price__c<0,"1.搴旇闄嶄环",IF(AND(Couont_Adjustment_Lower_price__c>=0, Count_Adjustment_Upper_price__c<=5),"2.搴旇缁存寔","3.搴旇娑ㄤ环"))</formula> + <formula>IF(Highest_price_adjustment__c<0,"1.搴旇闄嶄环",IF(AND(Lowest_pricing__c>=0, Highest_price_adjustment__c<=5),"2.搴旇缁存寔","3.搴旇娑ㄤ环"))</formula> <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> <label>鏈湡浠锋牸搴旇</label> <required>false</required> -- Gitblit v1.9.1