From b333f50f15173827abf7096c2c782cb1dc190f47 Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期五, 22 一月 2021 17:25:17 +0800 Subject: [PATCH] 修改获取人员接口 --- src/main/webapp/reagent_user_flow_info.xhtml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/reagent_user_flow_info.xhtml b/src/main/webapp/reagent_user_flow_info.xhtml index 2822833..91e413b 100644 --- a/src/main/webapp/reagent_user_flow_info.xhtml +++ b/src/main/webapp/reagent_user_flow_info.xhtml @@ -54,7 +54,9 @@ <h:outputText value="#{row.operatestateName}" /> </p:column> <p:column headerText="残存量"> - <h:outputText value="#{row.remainder == null?'':row.remainder}"/> + <h:outputText value="#{row.remainder == null?'':row.remainder}" + rendered="#{row.operatestateName ne '仓库领用' + and row.operatestateName ne '仓库入库'}"/> </p:column> -- Gitblit v1.9.2