From 4ad8653be79cb07fc7f450540ea20d82b3971b89 Mon Sep 17 00:00:00 2001 From: gdg <764716047@qq.com> Date: 星期二, 12 一月 2021 14:19:44 +0800 Subject: [PATCH] 模块:用户管理 修改:导入新增课题组,修改导入时插入的代码问题 提出:秦老师 --- src/main/webapp/reagent_user_flow_info.xhtml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/reagent_user_flow_info.xhtml b/src/main/webapp/reagent_user_flow_info.xhtml index 75f2000..91e413b 100644 --- a/src/main/webapp/reagent_user_flow_info.xhtml +++ b/src/main/webapp/reagent_user_flow_info.xhtml @@ -54,8 +54,12 @@ <h:outputText value="#{row.operatestateName}" /> </p:column> <p:column headerText="残存量"> - <h:outputText value="#{row.remainder}" /> + <h:outputText value="#{row.remainder == null?'':row.remainder}" + rendered="#{row.operatestateName ne '仓库领用' + and row.operatestateName ne '仓库入库'}"/> </p:column> + + <!--<p:column headerText="重量"> <h:outputText value="#{row.remainder}"></h:outputText> </p:column>--> -- Gitblit v1.9.2