${text('订餐统计 - 早餐')}
<#form:form id="searchForm" model="${dishOrder}" action="${ctx}/dish/di****der/countMo****ist" method="post" class="form-inline" data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}"> <#form:hidden path="timeType"/>
<#form:input path="startDate" readonly="true" maxlength="20" class="form-control Wdate-date" dataFormat="date" onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false,onpicked:function(){endDate.click()}});"/>  --  <#form:input path="endDate" readonly="true" maxlength="20" class="form-control Wdate-date" dataFormat="date" onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
<#form:select id="storeId" path="storeId" items="${storeList}" itemLabel="name" itemValue="id" class="form-control " blankOption="true" />