From 8b6a2a67a0bf081252648ba46fffd5591b3afc98 Mon Sep 17 00:00:00 2001 From: gdg <764716047@qq.com> Date: 星期二, 23 二月 2021 11:46:36 +0800 Subject: [PATCH] Merge remote-tracking branch 'remotes/origin/yufei' into master --- src/main/webapp/warehouse_reagent_use_person.xhtml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/warehouse_reagent_use_person.xhtml b/src/main/webapp/warehouse_reagent_use_person.xhtml index 4a40162..d4def34 100644 --- a/src/main/webapp/warehouse_reagent_use_person.xhtml +++ b/src/main/webapp/warehouse_reagent_use_person.xhtml @@ -92,6 +92,10 @@ <h:outputText value="#{row.articleNumber}"></h:outputText> </p:column> + <p:column headerText="申领人"> + <h:outputText value="#{row.applyUserId}"></h:outputText> + </p:column> + <p:column headerText="申请数量"> <h:outputText value="#{row.num}"></h:outputText> </p:column> -- Gitblit v1.9.2