| | |
| | | <h:outputText value="#{row.operatestateName}" /> |
| | | </p:column> |
| | | <p:column headerText="残存量"> |
| | | <h:outputText value="#{row.remainder}" /> |
| | | <h:outputText value="#{row.remainder == null?'':''.concat(row.remainder).concat(sysReagentService.getReagentUnitByReagentId(row.reagent.id))}" rendered="#{row.operatestateName eq '仓库领用' ||row.operatestateName eq '仓库入库' }"/> |
| | | <h:outputText value="#{row.remainder == null?'':''.concat(row.remainder).concat('g')}" rendered="#{ row.operatestateName ne '仓库领用' and row.operatestateName ne '仓库入库' }"/> |
| | | </p:column> |
| | | |
| | | |
| | | <!--<p:column headerText="重量"> |
| | | <h:outputText value="#{row.remainder}"></h:outputText> |
| | | </p:column>--> |