kongzy
2024-07-01 47a751cb301d05276ae5d75145d57b2d090fe4e1
src/main/webapp/cancel_order_mng.xhtml
@@ -49,12 +49,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="申购数量">