录单限制的公式:运单属性("persisted && waybillExtraEntity.dirtyProperties.contains('recipientIdentifier')") && $from == 'import'&&运单状态包含('待排货/待发货/已预报/草稿')||$from != 'waybillDetail'&&$from != 'receiving'&&运单属性("(dirtyProperties.contains('shouHuoQuDaoMingCheng') || dirtyProperties.contains('shouJianRenYouBian')|| waybillExtraEntity.dirtyProperties.contains('recipientPostcode') || waybillExtraEntity.dirtyProperties.contains('recipientshouHuoQuDaoMingCheng')) && !dirtyProperties.contains('id')")
设置后的拦截效果