#assign gridName="sisCarUnderInfoGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="csId" maxlength="30" title="sis_car_under_csid" type="text"/>
|
<@ZKUI.Input name="sbbm" maxlength="30" title="sis_car_under_sbbm" type="text"/>
|
<@ZKUI.Input name="cphm" maxlength="30" title="sis_car_under_cphm" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input type="datetime" name="startTime" maxlength="30" title="sis_car_under_time" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" name="endTime" maxlength="30" hideLabel="true" title="common_to" readonly="false"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="sis:carUnderInfo:refresh"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.sis.vo.SisCarUnderInfoItem" query="sisCarUnderInfo.do?list" />
@ZKUI.GridBox>