kongzy
2024-07-01 47a751cb301d05276ae5d75145d57b2d090fe4e1
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">