| | |
| | | var func = layui.func; |
| | | |
| | | /** |
| | | * 管理 |
| | | * OPCUA配置管理 |
| | | */ |
| | | var OpcuaConf = { |
| | | tableId: "opcuaConfTable" |
| | |
| | | {field: 'module', sort: true, title: '所属模块'}, |
| | | {field: 'node', sort: true, title: '节点'}, |
| | | {field: 'length', sort: true, title: '长度'}, |
| | | {field: 'types', sort: true, title: '类型'}, |
| | | {field: 'sysTypes', sort: true, title: '类型'}, |
| | | {field: 'functionality', sort: true, title: '功能说明'}, |
| | | {field: 'subscribe', sort: true, title: '是否订阅'}, |
| | | {field: 'rModule', sort: true, title: '订阅响应模块'}, |
| | |
| | | OpcuaConf.search = function () { |
| | | var queryData = {}; |
| | | |
| | | queryData['node'] = $('#node').val(); |
| | | |
| | | table.reload(OpcuaConf.tableId, { |
| | | where: queryData, page: {curr: 1} |