From aab1d1e20e7b4b72a9bd98c5d26fdfb087b4c57b Mon Sep 17 00:00:00 2001
From: gdg <764716047@qq.com>
Date: 星期二, 02 二月 2021 18:07:52 +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