模块:仓库库存管理》备货领取
修改:加入危险性质显示
提出:秦老师
已修改1个文件
4 ■■■■ 文件已修改
src/main/webapp/warehouse_stock_mng.xhtml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>