| | |
| | | <p:column headerText="含税售价"> |
| | | <h:outputText value="#{row.price}"></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="密度g/ml" rendered="#{reagentMngController.type == 1}"> |
| | | <h:outputText value="#{row.density}" decimalPlaces="4" minValue="0" maxlength="6" ></h:outputText> |
| | | </p:column> |
| | | <!--<p:column headerText="每箱数量"> |
| | | <h:outputText value="#{row.perBox}"></h:outputText> |
| | | </p:column> |
| | |
| | | var="item" itemLabel="#{item.metaValue}" itemValue="#{item.id}"></f:selectItems> |
| | | </p:selectOneMenu>--> |
| | | </p:row> |
| | | |
| | | <p:row rendered="#{reagentMngController.action == constants.ACTION_ADD or reagentMngController.sysReagent.type == 1}"> |
| | | <p:column> |
| | | <p:outputLabel value="密度g/ml"/> |
| | | </p:column> |
| | | <p:column> |
| | | <p:inputNumber value="#{reagentMngController.sysReagent.density}" |
| | | decimalPlaces="4" minValue="0" maxlength="6" |
| | | /> |
| | | </p:column> |
| | | </p:row> |
| | | <!--<p:row> |
| | | <p:column> |
| | | <p:outputLabel value="种类"></p:outputLabel> |