| | |
| | | value="#{'楼号:'.concat(row.location1).concat(' - 地址号:'.concat(row.location2))}"></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="温度最大值" width="50"> |
| | | <h:outputText |
| | | value="#{row.temperatureMax}"></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="温度最小值" width="50"> |
| | | <h:outputText |
| | | value="#{row.temperatureMin}"></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="湿度最大值" width="50"> |
| | | <h:outputText |
| | | value="#{row.humidityMax}"></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="湿度最小值" width="50"> |
| | | <h:outputText |
| | | value="#{row.humidityMin}"></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="负责部门"> |
| | | <h:outputText value="#{baseMetaService.getBaseMetaValue(row.department)}"/> |
| | | </p:column> |
| | |
| | | <f:selectItems value="#{baseMetaService.getBaseMetaList(constants.BASE_META_GROUP_USER_DEPARTMENT)}" |
| | | var="item" itemLabel="#{item.metaValue}" itemValue="#{item.id}"></f:selectItems> |
| | | </p:selectOneMenu> |
| | | |
| | | <p:outputLabel value="温度最大值"></p:outputLabel> |
| | | <p:inputNumber value="#{warehouseMngController.sysWarehouse.temperatureMax}" |
| | | modifyValueOnWheel="false" |
| | | decimalPlaces="4"/> |
| | | |
| | | <p:outputLabel value="温度最小值"></p:outputLabel> |
| | | <p:inputNumber value="#{warehouseMngController.sysWarehouse.temperatureMin}" |
| | | modifyValueOnWheel="false" |
| | | decimalPlaces="4"/> |
| | | |
| | | <p:outputLabel value="湿度最大值"></p:outputLabel> |
| | | <p:inputNumber value="#{warehouseMngController.sysWarehouse.humidityMax}" |
| | | modifyValueOnWheel="false" |
| | | decimalPlaces="4"/> |
| | | |
| | | <p:outputLabel value="湿度最大值"></p:outputLabel> |
| | | <p:inputNumber value="#{warehouseMngController.sysWarehouse.humidityMin}" |
| | | modifyValueOnWheel="false" |
| | | decimalPlaces="4"/> |
| | | </p:panelGrid> |
| | | <p:panel styleClass="btn"> |
| | | <p:commandButton value="保存" |
| | |
| | | </h:form> |
| | | </p:dialog> |
| | | </ui:composition> |
| | | </html> |
| | | </html> |