From 4ae5737c016b2014dab9101adc55d27cdb0904ca Mon Sep 17 00:00:00 2001
From: 李金换 <lijinhuan@prec-tech.com>
Date: 星期一, 21 三月 2022 18:37:25 +0800
Subject: [PATCH] NFM105限次合同异常数据
---
 force-app/main/default/objects/Maintenance_Contract__c/fields/Standard_price_adjustment_range__c.field-meta.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/objects/Maintenance_Contract__c/fields/Standard_price_adjustment_range__c.field-meta.xml b/force-app/main/default/objects/Maintenance_Contract__c/fields/Standard_price_adjustment_range__c.field-meta.xml
index 0714990..38b49db 100644
--- a/force-app/main/default/objects/Maintenance_Contract__c/fields/Standard_price_adjustment_range__c.field-meta.xml
+++ b/force-app/main/default/objects/Maintenance_Contract__c/fields/Standard_price_adjustment_range__c.field-meta.xml
@@ -2,7 +2,7 @@
 <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>
--
Gitblit v1.9.1