| | |
| | | <h:outputText value="#{row.reagent!=null?row.reagent.supplierName:''}"></h:outputText> |
| | | </p:column> |
| | | <p:column headerText="厂家"> |
| | | <h:outputText value="#{row.reagent!=null?row.reagent.productHomeName:''}"></h:outputText> |
| | | <h:outputText value="#{row.reagent!=null?row.reagent.productHome:''}"></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="规格"> |
| | | <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="包装"> |
| | | <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="含税售价"> |