From 47a751cb301d05276ae5d75145d57b2d090fe4e1 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期一, 01 七月 2024 10:58:35 +0800
Subject: [PATCH] change

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

diff --git a/src/main/webapp/confirm_order_mng.xhtml b/src/main/webapp/confirm_order_mng.xhtml
index b0f3601..416ae7b 100644
--- a/src/main/webapp/confirm_order_mng.xhtml
+++ b/src/main/webapp/confirm_order_mng.xhtml
@@ -50,12 +50,12 @@
 
 				<p:column headerText="规格">
 					<h:outputText
-						value="#{baseMetaService.getBaseMetaValue(row.reagentFormat)}"></h:outputText>
+						value="#{row.reagentFormat}"></h:outputText>
 				</p:column>
 
 				<p:column headerText="包装">
 					<h:outputText
-						value="#{''.concat(row.mainMetering).concat(baseMetaService.getBaseMetaValue(row.reagentUnit))}"></h:outputText>
+						value="#{''.concat(row.mainMetering).concat(row.reagentUnit)}"></h:outputText>
 				</p:column>
 
 				<p:column headerText="申购数量">

--
Gitblit v1.9.2