From 121031371e3556d9c2e6536ca4fea83f1c09f2f0 Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期三, 03 二月 2021 09:21:41 +0800 Subject: [PATCH] 修改refer限制 --- 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