#if !radioType>
#if>
<@ZKUI.SelectContent uuid="${uuid}" gridName="wfSelect${uuid}" style="position:absolute;top:30px;bottom:0px;left:0px;right:0px;height:auto;" copy="true" textField="personName" vo="com.zkteco.zkbiosecurity.workflow.vo.WfGroupPersonSelectItem" query="wfFlow.do?selectList" type='${(radioType)!"checkbox"}'>
<@ZKUI.ComboTree id="personDeptTree${uuid}" type="checkbox" url="persPosition.do?tree" title="pers_position" width="148" readonly="true" name="positionIds"/>
<@i18n 'wf_widget_deptHint'/>
<@ZKUI.Searchbar autoReload="false">
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="personPin" maxlength="30" title="wf_person_pin" type="text"/>
|
<@ZKUI.Input name="personName" maxlength="50" title="wf_person_name" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
@ZKUI.SelectContent>