Commit 6da4a903 sunke

执行中,已关闭,已完成的需求单不允许出库

1 个父辈 64fa045c
...@@ -105,9 +105,9 @@ ...@@ -105,9 +105,9 @@
<display:column titleKey="checkOut.operate" media="html" sortProperty="sendStatus" sortable="true"> <display:column titleKey="checkOut.operate" media="html" sortProperty="sendStatus" sortable="true">
<c:if test="${!outInfo.sendEnd && !outInfo.closed && !outInfo.executing}"> <c:if test="${!outInfo.sendEnd && !outInfo.closed && !outInfo.executing}">
<button class="btn yellow" id="btn${outInfo.hSerial}" <button class="btn yellow" id="btn${outInfo.hSerial}" onclick="executeOut('${outInfo.hSerial}')">
onclick="executeOut('${outInfo.hSerial}')"> <i class="fa fa-sign-out"></i><fmt:message key="button.checkout"/>
<i class="fa fa-sign-out"></i><fmt:message key="button.checkout"/></button> </button>
</c:if> </c:if>
</display:column> </display:column>
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!