Commit 71173e4e LN

料箱从库位取出时清空库位。放料箱完成时结束任务

1 个父辈 23fe4dce
...@@ -309,13 +309,13 @@ ...@@ -309,13 +309,13 @@
<td id="td${slot.id}"> <td id="td${slot.id}">
<c:if test="${!slot.enabled}"> <c:if test="${!slot.enabled}">
<fmt:message key="storage.enable.yes"/>[ <fmt:message key="storage.enable.no"/>[
<a onclick="enablePos('${slot.id}',true);"> <a onclick="enablePos('${slot.id}',true);">
<fmt:message key="storage.enable.enable"/> <fmt:message key="storage.enable.enable"/>
</a>] </a>]
</c:if> </c:if>
<c:if test="${slot.enabled}" > <c:if test="${slot.enabled}" >
<fmt:message key="storage.enable.no"/>[ <fmt:message key="storage.enable.yes"/>[
<a onclick="enablePos('${slot.id}',false);"> <a onclick="enablePos('${slot.id}',false);">
<fmt:message key="storage.enable.prohibit"/> <fmt:message key="storage.enable.prohibit"/>
</a>] </a>]
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!