<#assign gridName="posDeviceGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="devAlias" maxlength="30" title="common_dev_name" type="text"/> <@ZKUI.Input name="sn" maxlength="30" title="common_dev_sn" type="text"/> <@ZKUI.Combo empty="true" name="useType" title="pos_dev_useType"> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pos:device:refresh"> <@ZKUI.ToolItem id="posDevice.do?del&devAlias=(devAlias)" text="common_op_del" img="comm_del.png" action="commonDel" permission="pos:device:del"> <@ZKUI.ToolItem id="posDevice.do?getSearchDevInfo&type=searchDev" text="common_dev_searchDev" title="common_dev_searchDev" img="comm_search.png" width="800" height="580" action="commonOpen" permission="pos:device:search"/> <@ZKUI.ToolItem type="more" text="pos_dev_menu_control" img="pos_dev_control.png"> <@ZKUI.ToolItem id="posDevice.do?reboot" text="pos_dev_reboot" img="comm_rebootDevice.png" action="commonOperate" callback="reloadPosDeviceGrid" permission="pos:device:reboot"/> <@ZKUI.ToolItem id="posDevice.do?syncAllDataToDev" text="pos_dev_syncAllDataToDev" img="comm_syncAllData.png" action="commonOperate" callback="reloadPosDeviceGrid" permission="pos:device:syncAllDataToDev"/> <@ZKUI.ToolItem type="more" text="pos_dev_menu_viewOrGetInfo" img="pos_dev_viewOrGetInfo.png"> <@ZKUI.ToolItem id="posDevice.do?collectDataOnline" text="pos_dev_collectDataOnline" title="pos_dev_collectDataOnline" width="550" height="450" mode="single" img="pos_collectDataOnline.png" action="commonOpenOperate" permission="pos:device:collectDataOnline"> <@ZKUI.ToolItem type="more" text="pos_dev_menu_clearData" img="comm_del.png"> <@ZKUI.ToolItem id="posDevice.do?clearCardData" text="pos_dev_clearPosData" title="pos_dev_clearPosData" width="550" height="420" mode="single" img="pos_clear.png" action="commonOpenOperate" permission="pos:device:clearCardData"> <@ZKUI.ToolItem id="posDevice.do?clearConsumerSettings" text="pos_dev_clearConsumerSettings" img="pos_clear.png" action="commonOperate" callback="reloadPosDeviceGrid" permission="pos:device:clearConsumerSettings"> <@ZKUI.ToolItem id="posDevice.do?deleteCmd" text="pos_dev_deleteCmd" img="comm_del.png" action="commonOperate" callback="reloadPosDeviceGrid" permission="pos:device:deleteCmd"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.pos.vo.PosDeviceItem" query="posDevice.do?list" />