From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期五, 03 三月 2023 14:50:59 +0800
Subject: [PATCH] gzw 测试环境代码更新

---
 force-app/main/default/objects/Tender_information__c/fields/status__c.field-meta.xml |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 51 insertions(+), 6 deletions(-)

diff --git a/force-app/main/default/objects/Tender_information__c/fields/status__c.field-meta.xml b/force-app/main/default/objects/Tender_information__c/fields/status__c.field-meta.xml
index bb8b7af..9988370 100644
--- a/force-app/main/default/objects/Tender_information__c/fields/status__c.field-meta.xml
+++ b/force-app/main/default/objects/Tender_information__c/fields/status__c.field-meta.xml
@@ -1,7 +1,49 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
     <fullName>status__c</fullName>
-    <description>閫昏緫寰呯‘璁�</description>
+    <description>if (isblank(OpportunityStatus__c) || OpportunityStatus__c =&apos;璺熻繘涓�&apos;,
+
+if (isblank(Text(IsBid__c)),
+if(isblank(Text(IsRelateProject__c)),
+
+&apos;01.寰呯‘璁�&apos;,
+if (Text(IsRelateProject__c) = &apos;鏄�&apos;,
+if( OpportunityNum__c &gt; 0,
+&apos;05.璇环涓�&apos;,
+&apos;04.寰呭叧鑱旇浠�&apos;
+),
+&apos;02.涓嶇浉鍏�&apos;
+)
+),
+
+
+
+if (Text(IsBid__c) = &apos;鍚�&apos;,
+if(Text(NotBidApprovalStatus__c)=&apos;鎵瑰噯&apos;,
+&apos;03.涓嶅簲鏍�&apos;
+
+,&apos;04.寰呭叧鑱旇浠�&apos;
+),
+if (Text(IsBid__c) = &apos;鏄�&apos;,
+
+if( OpportunityNum__c &gt; 0,
+&apos;05.璇环涓�&apos;,
+&apos;04.寰呭叧鑱旇浠�&apos;
+),
+
+&apos;閿欒鏄惁搴旀爣鐘舵�侊細&apos; + Text(IsBid__c)
+)
+)
+
+),
+if (OpportunityStatus__c = &apos;鎴愪氦&apos;, &apos;06.鎴愪氦&apos;,
+
+if (OpportunityStatus__c = &apos;澶卞崟&apos;, &apos;08.澶卞崟&apos;,
+
+if (OpportunityStatus__c = &apos;閮ㄥ垎鎴愪氦&apos;, &apos;07.閮ㄥ垎鎴愪氦&apos;,
+
+&apos;閿欒璇环鐘舵�侊細&apos; + OpportunityStatus__c
+))))</description>
     <externalId>false</externalId>
     <formula>if( OpportunityNum__c &gt; 0,
 	if (isblank(OpportunityStatus__c) || OpportunityStatus__c =&apos;璺熻繘涓�&apos;,
@@ -10,10 +52,13 @@
 			&apos;06.鎴愪氦&apos;,
 			if (OpportunityStatus__c = &apos;澶卞崟&apos;, 
 				&apos;08.澶卞崟&apos;,
-				if (OpportunityStatus__c = &apos;閮ㄥ垎鎴愪氦&apos;, 
-					&apos;07.閮ㄥ垎鎴愪氦&apos;,
-					&apos;閿欒璇环鐘舵�侊細&apos; + OpportunityStatus__c
-				)
+                                if (OpportunityStatus__c = &apos;鍙栨秷&apos;, 
+				    &apos;09.鍙栨秷&apos;,
+				    if (OpportunityStatus__c = &apos;閮ㄥ垎鎴愪氦&apos;, 
+					    &apos;07.閮ㄥ垎鎴愪氦&apos;,
+					    &apos;閿欒璇环鐘舵�侊細&apos; + OpportunityStatus__c
+				    )
+                                )
 			)
 		)
 	),
@@ -31,7 +76,7 @@
 	)
 )</formula>
     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
-    <label>OLY纭鐘舵��</label>
+    <label>鍐呴儴纭鐘舵��</label>
     <required>false</required>
     <trackHistory>false</trackHistory>
     <trackTrending>false</trackTrending>

--
Gitblit v1.9.1