| | |
| | | <div id ="showTab" style="display: none"> |
| | | <h:form id="tmp"> |
| | | <p:panel styleClass="center-body"> |
| | | <p:panelGrid columns="3" styleClass="btn"> |
| | | <p:panelGrid columns="4" styleClass="btn"> |
| | | <p:commandButton value="返回" styleClass="import-btn" process="@form" |
| | | actionListener="#{warehouseStockMngController.hide}" |
| | | update="@(.tempTable)"/> |
| | | <p:commandButton value="删除" styleClass="del-btn" process="@form" |
| | | actionListener="#{warehouseStockMngController.cancel}" |
| | | update="@(.tempTable)"/> |
| | |
| | | <div id ="showTabOrder" style="display: none"> |
| | | <h:form id="tmpOrder" styleClass="tmpOrder"> |
| | | <p:panel styleClass="center-body"> |
| | | <p:panelGrid columns="3" styleClass="btn"> |
| | | <p:panelGrid columns="4" styleClass="btn"> |
| | | <p:commandButton value="返回" styleClass="import-btn" process="@form" |
| | | actionListener="#{warehouseStockMngController.hideOrderTmp}" |
| | | update="@(.tmpOrder)" |
| | | /> |
| | | <p:commandButton value="删除" styleClass="del-btn" process="@form" |
| | | actionListener="#{warehouseStockMngController.cancelOrderTmp}" |
| | | update="@(.tmpOrder)" |