#assign gridName="parkDeviceGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}" showColumns="${showColumns}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="name" maxlength="30" title="park_device_name" type="text"/>
|
<@ZKUI.Combo name="parkingLotInfId" empty="true" title="park_parkingLotSet_parkParkingName" width="148px" path="parkParkingLot.do?getAllParkingLot" />
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="park:device:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="parkDevice.do?edit" isShow="${isShowAdd}" text="common_op_new" width="420" height="380" img="comm_add.png" action="parkCommonAdd" permission="park:device:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="parkDevice.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="park:device:del">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="skip.do?page=park_device_opParkSearchDev&gridName=${gridName}&isHideColumn=${isHideColumn}" isShow="${isShowComm}" text="common_dev_searchDev" img="comm_search.png" action="search${uuid}" permission="park:device:search">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="parkDevice.do?syncTime&names=(name)" isShow="${isShowComm}" text="park_device_syncTime" img="comm_syncTime.png" action="parkCommonOperate" permission="park:device:synTime">@ZKUI.ToolItem>
<@ZKUI.ToolItem type="more" isShow="${isShowComm}" text="common_dev_devControl" img="comm_set.png">
<@ZKUI.ToolItem id="parkDevice.do?enable&names=(name)" isShow="${isShowSdk}" text="common_enable" img="comm_enable.png" action="parkCommonOperate" permission="park:device:enable" />
<@ZKUI.ToolItem id="parkDevice.do?disable&names=(name)" isShow="${isShowSdk}" text="common_commStatus_disable" img="comm_disable.png" action="parkCommonOperate" permission="park:device:disable" />
<@ZKUI.ToolItem id="parkDevice.do?reboot&names=(name)" isShow="${isShowBest}" text="common_dev_reboot" img="comm_rebootDevice.png" action="parkCommonOperate" permission="park:device:reboot" />
@ZKUI.ToolItem>
<@ZKUI.ToolItem type="more" isShow="${isShowComm}" text="common_dev_viewOrGetInfo" img="parking_getOptDevFunList.png">
<@ZKUI.ToolItem id="parkDevice.do?getParameter&names=(name)" text="park_device_getParameter" img="parking_getOptDevFunList.png" action="parkCommonOperate" permission="park:device:getParameter" />
<@ZKUI.ToolItem id="parkDevice.do?readDevVerInfo&names=(name)" text="park_device_getVersion" img="parking_getOptDevVersion.png" action="parkCommonOperate" permission="park:device:getVersion" />
@ZKUI.ToolItem>
<@ZKUI.ToolItem type="more" isShow="${isShowComm}" text="park_offlineSet_clean" img="comm_clear.png">
<@ZKUI.ToolItem id="parkDevice.do?deleteCmd&names=(name)" isShow="${isShowBest}" text="park_device_deleteCmd" img="comm_clear.png" action="parkCommonOperate" permission="park:device:deleteCmd" />
<@ZKUI.ToolItem id="parkDevice.do?cleanBlack&names=(name)" text="park_offlineSet_cleanBlack" img="comm_clear.png" action="parkCommonOperate" permission="park:device:cleanBlack" />
<@ZKUI.ToolItem id="parkDevice.do?cleanWhite&names=(name)" text="park_offlineSet_cleanWhite" img="comm_clear.png" action="parkCommonOperate" permission="park:device:cleanWhite" />
<@ZKUI.ToolItem id="parkDevice.do?cleanAuth&names=(name)" text="park_offlineSet_cleanAuth" img="comm_clear.png" action="parkCommonOperate" permission="park:device:cleanAuth" />
@ZKUI.ToolItem>
<@ZKUI.ToolItem id="skip.do?page=park_parkingLot_editParkBatchAuthParkingLot" isShow="${isShowZkParking}" text="park_parkingLot_batchChangeParkingLot" img="pers_changeDept.png" action="parkBatchAuthParkingLot" batchType="opt_device" permission="park:device:changeParkingLot">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.park.vo.ParkDeviceItem" query="parkDevice.do?list"/>
@ZKUI.GridBox>