From 03a140b67cdf9746976a3e73513eab0b78ce7492 Mon Sep 17 00:00:00 2001
From: 李宇 <986321569@qq.com>
Date: 星期五, 11 六月 2021 16:20:54 +0800
Subject: [PATCH] 添加姑苏实验室

---
 src/main/webapp/warehouse_reagent_use_person.xhtml |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/warehouse_reagent_use_person.xhtml b/src/main/webapp/warehouse_reagent_use_person.xhtml
index 5a86db5..cb9d1d0 100644
--- a/src/main/webapp/warehouse_reagent_use_person.xhtml
+++ b/src/main/webapp/warehouse_reagent_use_person.xhtml
@@ -58,8 +58,7 @@
 					<p:commandButton value="重置" process="@this" update="@form"
 						actionListener="#{warehouseStockMngController.onResetBtnClick}"
 						styleClass="reset-btn"></p:commandButton>
-					<p:commandButton value="保存" process="@this" update=":centerRootPanel"
-									 immediate="true"
+					<p:commandButton value="保存" process="@form" update=":centerRootPanel"
 						actionListener="#{warehouseStockMngController.onSaveBtnClickForPerson}"
 						styleClass="save-btn">
 						<p:confirm header="确认" message="确认操作?"></p:confirm>
@@ -111,8 +110,7 @@
 				</p:column>
 
 				<p:column headerText="条形码">
-					<p:commandButton value="操作" styleClass="edit-btn" process="@this"
-									 immediate="true"
+					<p:commandButton value="操作" styleClass="edit-btn" process="@form"
 						actionListener="#{warehouseStockMngController.onReagentCodeBtnClickForPerson(row)}"
 						update=":reagentCodeDialogForPerson,@(.startReagentCode),@(.endReagentCode)">
 					</p:commandButton>

--
Gitblit v1.9.2