From 5805a82d476338a95b33feed4623888e8c9c97d1 Mon Sep 17 00:00:00 2001 From: gdg <764716047@qq.com> Date: 星期五, 29 一月 2021 13:52:33 +0800 Subject: [PATCH] 取消的时候也保存订单 --- src/main/webapp/warehouse_reagent_use_person.xhtml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/warehouse_reagent_use_person.xhtml b/src/main/webapp/warehouse_reagent_use_person.xhtml index bfdf613..ef3181e 100644 --- a/src/main/webapp/warehouse_reagent_use_person.xhtml +++ b/src/main/webapp/warehouse_reagent_use_person.xhtml @@ -216,7 +216,7 @@ <p:commandButton value="关闭" process="@this" styleClass="yes-btn" - actionListener="#{warehouseStockMngController.onCancelBtnClick}" + actionListener="#{warehouseStockMngController.closeDialog}" style="position: relative;left: 20px;" update=":centerRootPanel" oncomplete="PF('printDialog').hide()"> -- Gitblit v1.9.2