<#assign gridName="sisPackageTransactionGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@i18n 'common_time_from'/>   <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" id="startTime${uuid}" name="startTime" title="common_time_from" max="today" today="-3" todayRange="start" hideLabel="true" noOverToday="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="endTime" title="common_to" max="today" today="true" todayRange="end" noOverToday="true" hideLabel="true" readonly="false"/> <@ZKUI.Input name="operatorPin" maxlength="30" title="sis_dev_pin" type="text"/> <@ZKUI.Input name="devAlias" maxlength="30" title="sis_device_name" type="text"/> <@ZKUI.Input name="dangerousGoodsDescription" maxlength="30" title="sis_dangerousGoods_description" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/> <@ZKUI.ComboTree type="radio" width="148" url="/authArea.do?tree" title="base_area_name" name="authAreaId" readonly="readonly"/> <@ZKUI.Input name="name" maxlength="30" title="sis_operator_name" type="text"/> <@ZKUI.Input name="tagName" maxlength="30" title="sis_tag_person_name" type="text"/> <@ZKUI.Input name="tagPin" maxlength="30" title="sis_tag_person_pin" type="text"/> <@ZKUI.Input name="tagDeptName" maxlength="30" title="sis_tag_dept_deptName" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" type="refresh" permission="sis:dangerousGoodsTransaction:refresh"> <@ZKUI.ToolItem id="/sisDangerousGoodsTransaction.do?export" type="export" text="common_op_export" img="comm_export.png" permission="sis:dangerousGoodsTransaction:export"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.sis.vo.SisDangerousGoodsTransactionItem" query="/sisDangerousGoodsTransaction.do?list" hideTreeImg="true"/>
×