仓库入库、仓库领用不显示残存量,入库、领用、存放的状态如果智能柜给你传重量,你再显示重量,不给你传重量的参数,你就显示空
提出:秦老师
已修改1个文件
4 ■■■ 文件已修改
src/main/webapp/reagent_user_flow_info.xhtml 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>