Before_Request_Apporve
    true
    不能编辑取消理由
    (RA_Status__c <> '草案中' && 
  RA_Status__c <> '已批准'
 && RA_Status__c <> '已分配' &&
RA_Status__c <> '取消')
&&
(($User.ProfileId <>'00e10000000Y3o5')&& 
($User.ProfileId <>'00e10000000xnoT')&&
(NOT(CONTAINS($Label.ProfileId_EquCenCheckAndDepot, $User.ProfileId)))&&
($User.ProfileId <>'00e10000000xo1D') 
) 
&& 
ISCHANGED(Loaner_cancel_request__c)
    不能编辑取消理由