From dd29fcb8eff0fe9d442b98bd47738c79f3db136a Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期四, 25 二月 2021 09:56:37 +0800 Subject: [PATCH] 修改密码次数和时间 --- src/main/webapp/warehouse_stock_mng.xhtml | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/warehouse_stock_mng.xhtml b/src/main/webapp/warehouse_stock_mng.xhtml index c5d2f4d..de017d9 100644 --- a/src/main/webapp/warehouse_stock_mng.xhtml +++ b/src/main/webapp/warehouse_stock_mng.xhtml @@ -15,7 +15,10 @@ <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)"/> @@ -196,7 +199,11 @@ <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)" @@ -260,7 +267,11 @@ <div id ="putInStorage" style="display: none"> <h:form id="putInStorageTmpOrder" styleClass="inputStorageTmp"> <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.hideInputStorageTmp}" + update="@(.inputStorageTmp)" + /> <p:commandButton value="删除" styleClass="del-btn" process="@form" actionListener="#{warehouseStockMngController.cancelInputStorageTmp}" update="@(.inputStorageTmp)" @@ -346,6 +357,7 @@ </p:panel> </h:form> </div> + <br/> <h:form id="warehouseStockMngFormForPerson"> <p:panel styleClass="center-header" style="border-bottom:none;"> <p:panelGrid styleClass="filter" columns="14"> -- Gitblit v1.9.2