高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/objects/Repair__c/fields/DOJ_Status__c.field-meta.xml
@@ -9,8 +9,8 @@
if(And(Status1Text__c='0.取消',isBlank(Complaint_Number__c),isBlank(Repair_Ordered_Date__c)),
'非对象',
/* 国内采购品是DOJ的非对象 20201023 gzw */
/* update by rentx 2020-10-26*/
if((is_CNBuy__c = 'true'),
/* update by rentx 2020-10-26;Is_Box__c ljh 20220407 镜箱类产品*/
if((is_CNBuy__c = 'true'|| Is_Box__c  ),
'非对象',
/* update by rentx 2020-10-23 */
/* update by rentx 2021-05-07 start*/