From 1eeae82f74cbb3469ad8931e45b6fc77a945b912 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期一, 23 十月 2023 16:10:08 +0800
Subject: [PATCH] 姑苏实验室去除价格确认过程

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

diff --git a/src/main/webapp/apply_mng.xhtml b/src/main/webapp/apply_mng.xhtml
index dbd9554..e1fa86b 100644
--- a/src/main/webapp/apply_mng.xhtml
+++ b/src/main/webapp/apply_mng.xhtml
@@ -147,7 +147,6 @@
                 <p:column headerText="危险性质" width="79px;">
                     <h:outputText value="#{baseMetaService.getBaseMetaValue(row.reagent.reagentCharacter)}" style="white-space: normal;font-size: 13px;"></h:outputText>
                 </p:column>
-
                 <p:column headerText="厂家">
                     <h:outputText value="#{row.reagent!=null?row.reagent.productHomeName:''}"></h:outputText>
                 </p:column>

--
Gitblit v1.9.2