From b02535c9a99324823812f6c2d08f066d8e1ba75f Mon Sep 17 00:00:00 2001 From: gdg <764716047@qq.com> Date: 星期一, 18 一月 2021 09:57:14 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master --- src/main/webapp/warehouse_reagent_direct_store.xhtml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/warehouse_reagent_direct_store.xhtml b/src/main/webapp/warehouse_reagent_direct_store.xhtml index d22440c..03b9bd3 100644 --- a/src/main/webapp/warehouse_reagent_direct_store.xhtml +++ b/src/main/webapp/warehouse_reagent_direct_store.xhtml @@ -51,6 +51,10 @@ <h:outputText value="#{row.reagent!=null?row.reagent.name:''}"></h:outputText> </p:column> + <p:column headerText="产品编号"> + <h:outputText value="#{row.reagent.productSn}"/> + </p:column> + <p:column headerText="CAS" width="80"> <h:outputText value="#{row.reagent!=null?row.reagent.cas:''}"></h:outputText> </p:column> @@ -199,6 +203,9 @@ <p:column headerText="试剂名称"> <h:outputText value="#{row.name}"></h:outputText> </p:column> + <p:column headerText="产品编号"> + <h:outputText value="#{row.productSn}"/> + </p:column> <p:column headerText="CAS"> <h:outputText value="#{row.cas}"></h:outputText> </p:column> -- Gitblit v1.9.2