From 187da6eab95c191f10ad1f4f653a9587cf6e6546 Mon Sep 17 00:00:00 2001 From: zhangshan <gaozhangwei@prec-tech.com> Date: 星期二, 11 四月 2023 16:10:19 +0800 Subject: [PATCH] 询价等级判断 --- 新建文本文档.txt | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git "a/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243.txt" "b/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243.txt" index d47b79d..14d80e7 100644 --- "a/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243.txt" +++ "b/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243.txt" @@ -1,3 +1,8 @@ -锘�123123qweqqw -鎸栧湴鍩哄畨瀹氬尯路 -qqqq \ No newline at end of file +锘縄F(OR(Change_To_Opportunity__r.SAP_Send_OK__c, NOT(ISBLANK(Change_To_Opportunity__r.NotesApprovedNo__c)),TEXT(Change_To_Opportunity__r.ConfirmationofAward__c ) == 'OLY涓爣',TEXT(Change_To_Opportunity__r.Opportunity_stage__c ) == '涓爣绛剧害'),'A1', + IF(TEXT(Change_To_Opportunity__r.Opportunity_stage__c) == '纭畾浜哋LY鍙傛暟','A', + IF(OR(Change_To_Opportunity__r.ImportDemonstration_state__c == '宸叉壒鍑�', NOT(ISBLANK(Change_To_Opportunity__r.Authorized_DB_No__c)), TEXT(Change_To_Opportunity__r.Opportunity_stage__c ) == '娌℃湁纭畾鍙傛暟'),'B', + IF(OR(AND(NOT(ISBLANK(Change_To_Opportunity__r.Bidding_Project_Name_Bid__c)),Change_To_Opportunity__r.InfoTypeBid__c != '1锛氶鍛�'),TEXT(Change_To_Opportunity__r.Opportunity_stage__c ) == '纭畾浜嗗鎵嬪弬鏁�',TEXT(Change_To_Opportunity__r.Opportunity_stage__c ) == '棰勭畻宸茬粡鎵瑰噯'),'C','D' + ) + ) + ) +) \ No newline at end of file -- Gitblit v1.9.1