src/main/webapp/warehouse_stock_mng.xhtml
@@ -143,6 +143,10 @@ <h:outputText value="#{row.reagent.supplierName}"></h:outputText> </p:column> <p:column headerText="危险性质"> <h:outputText value="#{baseMetaService.getBaseMetaValue(row.reagent.reagentCharacter)}"/> </p:column> <p:column headerText="规格"> <h:outputText value="#{baseMetaService.getBaseMetaValue(row.reagent.reagentFormat)}"></h:outputText>