name: head_review__c
group: 评审
filterable: true
label: 负责人
searchable: true
sort_no: 220
sortable: true
#readonly: true
defaultValue: !!js/function |
      function () {
        const record = Creator.odata.query('sh_base_review_user__c', {$filter: "(flow__c eq '设计开发验证') and (position__c eq '负责人')"}, true)
        return record[0]._id
            }
reference_to: sh_base_review_user__c
type: lookup
