仓库入库、仓库领用不显示残存量,入库、领用、存放的状态如果智能柜给你传重量,你再显示重量,不给你传重量的参数,你就显示空
提出:秦老师
1 files modified
4 ■■■ changed files
src/main/webapp/reagent_user_flow_info.xhtml 4 ●●● patch | view | raw | blame | history
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>