| | |
| | | <DataType name="dtGas"> |
| | | <Property name="creationType">com.ld.igds.models.GasModbus</Property> |
| | | <PropertyDef name="id"> |
| | | <Property/> |
| | | <Property></Property> |
| | | <Property name="label">ID</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="depotId"> |
| | | <Property/> |
| | | <Property></Property> |
| | | <Property name="label">所属仓库</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="passcode"> |
| | |
| | | <Property name="label">通道</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="co2"> |
| | | <Property/> |
| | | <Property></Property> |
| | | <Property name="label">二氧化碳</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="co2Fun"> |
| | | <Property/> |
| | | <Property></Property> |
| | | <Property name="label">功能号</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="o2"> |
| | | <Property/> |
| | | <Property></Property> |
| | | <Property name="label">氧气</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="o2Fun"> |
| | | <Property/> |
| | | <Property></Property> |
| | | <Property name="label">功能号</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="ph3"> |
| | | <Property/> |
| | | <Property></Property> |
| | | <Property name="label">磷化氢</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="ph3Fun"> |
| | | <Property/> |
| | | <Property></Property> |
| | | <Property name="label">功能号</Property> |
| | | </PropertyDef> |
| | | </DataType> |
| | |
| | | <Property name="caption">删除通道</Property> |
| | | <Property name="exClassName">btn-warn</Property> |
| | | <Property name="iconClass">fa fa-minus</Property> |
| | | </Button> |
| | | <Button layoutConstraint="left"> |
| | | <Property name="caption">刷新缓存</Property> |
| | | <Property name="exClassName">btn-default</Property> |
| | | <Property name="iconClass">fa fa-refresh</Property> |
| | | <Property name="action">ajaxFlushCache</Property> |
| | | </Button> |
| | | </Container> |
| | | <Container layout="regionPadding:10" layoutConstraint="center"> |
| | |
| | | <AjaxAction id="ajaxDel"> |
| | | <Property name="service">gasModbusPR#delData</Property> |
| | | <Property name="confirmMessage">确定要删除么?</Property> |
| | | </AjaxAction> |
| | | <AjaxAction id="ajaxFlushCache"> |
| | | <Property name="service">gasModbusPR#flushCache</Property> |
| | | <Property name="successMessage">缓存更新成功</Property> |
| | | </AjaxAction> |
| | | </View> |
| | | </ViewConfig> |