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/order_mng_chanege_code.xhtml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/order_mng_chanege_code.xhtml b/src/main/webapp/order_mng_chanege_code.xhtml
index aeeb03f..414ef47 100644
--- a/src/main/webapp/order_mng_chanege_code.xhtml
+++ b/src/main/webapp/order_mng_chanege_code.xhtml
@@ -71,15 +71,15 @@
                 </p:column>
 
                 <p:column headerText="厂家" width="80">
-                    <h:outputText value="#{row.reagent.productHomeName}"></h:outputText>
+                    <h:outputText value="#{row.reagent.productHome}"></h:outputText>
                 </p:column>
 
                 <p:column headerText="规格" width="200">
-                    <h:outputText value="#{row.reagent!=null?baseMetaService.getBaseMetaValue(row.reagent.reagentFormat):''}"></h:outputText>
+                    <h:outputText value="#{row.reagent!=null?row.reagent.reagentFormat:''}"></h:outputText>
                 </p:column>
 
                 <p:column headerText="包装" width="80">
-                    <h:outputText value="#{row.reagent!=null?(''.concat(row.reagent.mainMetering).concat(baseMetaService.getBaseMetaValue(row.reagent.reagentUnit))):''}"></h:outputText>
+                    <h:outputText value="#{row.reagent!=null?(''.concat(row.reagent.mainMetering).concat(row.reagent.reagentUnit)):''}"></h:outputText>
                 </p:column>
 
                 <p:column headerText="申购数量" width="80">

--
Gitblit v1.9.2