| | |
| | | <externalId>false</externalId> |
| | | <formula>IF(OR(TEXT(QIS_Status__c)='草案中',TEXT(QIS_Status__c)='FSE填写完毕',TEXT(QIS_Status__c)='取消申请',TEXT(QIS_Status__c)='取消',QIS_Submit_day__c<DATE(2020,04,20)), |
| | | '非对象', |
| | | /*add by rentx 2020-10-23 start*/ |
| | | if((is_CNBuy__c = 'true'), |
| | | /*add by rentx 2020-10-23 start;20220413 ljh Is_Box__c*/ |
| | | if((is_CNBuy__c = 'true' || Is_Box__c), |
| | | '非对象', |
| | | IF((ETQ_UPLOAD_STATUS__c = '3'), |
| | | 'EtQ同步失败', |
| | |
| | | '待EtQ Response', |
| | | if(And(QIS_Determine__c = '要',isblank(Text(if_QIS_Allowed__c))),'待进行QIS判定', |
| | | |
| | | IF(AND(ISNULL(QIS_Reply_day__c),ISNULL(QIS_OSH_answerdate__c)) , |
| | | IF( OR(AND(ISNULL(QIS_Reply_day__c),ISNULL(QIS_OSH_answerdate__c)), |
| | | AND(!ISNULL(QIS_Reply_day__c),ISNULL(OCSM_RC_CordingDate__c),RC_problem_not_found__c = true), |
| | | AND(!ISNULL(QIS_Reply_day__c),PAE_reappear_confirm__c !='已确认',RC_problem_not_found__c = true)), |
| | | '待分析', |
| | | IF( OR(AND(!ISNULL(QIS_Reply_day__c),ISNULL(OCSM_RC_CordingDate__c),RC_problem_not_found__c != true), |
| | | AND(!ISNULL(QIS_Reply_day__c),PAE_reappear_confirm__c !='已确认',RC_problem_not_found__c != true), |