|
@@ -89,6 +89,7 @@
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="listid">
|
|
|
+ <#if page.dataList?? && (page.dataList?size > 0) >
|
|
|
<#list page.dataList as list>
|
|
|
<tr>
|
|
|
<td class="text-c" width="100">${list.machineBarcode }</td>
|
|
@@ -128,6 +129,9 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</#list>
|
|
|
+ <#else>
|
|
|
+ <tr><td colspan="9" class="td-manage text-c" >暂时没有机器,请添加!</td></tr>
|
|
|
+ </#if>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<input type="hidden" value="${machineId!''}" name="machineId" id="machineId">
|