From 5758b702aceacd76f2a1e1a63d848cd4948e99e1 Mon Sep 17 00:00:00 2001
From: 李宇 <986321569@qq.com>
Date: 星期五, 02 七月 2021 10:15:52 +0800
Subject: [PATCH] 导出试剂流向,修改个人领用查询

---
 src/main/webapp/apply_mng_new.xhtml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/apply_mng_new.xhtml b/src/main/webapp/apply_mng_new.xhtml
index 063b66f..b169d24 100644
--- a/src/main/webapp/apply_mng_new.xhtml
+++ b/src/main/webapp/apply_mng_new.xhtml
@@ -297,12 +297,6 @@
                         <p:commandLink styleClass="search reagentSearch" process="@form" update="@form"></p:commandLink>
                     </p:panelGrid>
 
-                    <p:commandButton value="新增试剂" process="@this"
-                                     actionListener="#{applyMngController.onReagentNewBtnClick}"
-                                     oncomplete="PF('dialog').show();"
-                                     update="@parent:@parent:@parent:dialog"
-                                     styleClass="new-btn" style="position: absolute;display: none;right: 42px;top:62px"></p:commandButton>
-
                     <p:dataTable id="applyMngNewReagentDataTable" styleClass="data-table" style="margin-left: 2px"
                                  resizableColumns="true" paginator="true" paginatorAlwaysVisible="false" paginatorPosition="bottom"
                                  lazy="true" value="#{applyMngController.reagentDataModel}" var="row" rowKey="#{row.id}"

--
Gitblit v1.9.2