com.fzzy.gateway.entity.GatewayDevice 系统ID 设备ID 名称 设备类型 所属仓库 所属仓库 通讯IP Integer 通讯端口 视频RTSP 设备协议 网关通讯 ${dorado.getDataProvider("apiTriggerService#triggerPushProtocol").getResult()} code name true 组织编码 备注 HTTP地址 font-awesome,css-common [dtMain] gatewayDeviceService#listAll 工具栏: bold view.get("#dsMain").insert(); view.get("#dialogMain").show(); 新增 fa fa-plus 90 toolbar-button view.get("#dsMain").flushAsync(); 刷新 fa fa-search 100 toolbar-button-push var cur = view.get("#dgMain").getCurrentItem(); if(cur){ view.get("#dialogMain").show(); }else{ $alert("请勾选需要修改的数据!"); } 修改 fa fa-pencil 90 toolbar-button-warm var cur = view.get("#dgMain").getCurrentItem(); view.get("#ajaxDel").set("parameter",cur).execute(function(result){ if(result){ $alert(result); } else{ cur.remove(); } }); 删除 fa fa-minus 90 toolbar-button-warn dsMain multiRows true deviceName type depotName syncProtocol pushProtocol remark 1300 设备配置 fa fa-sliders false dsMain *,*,* 100 right left deviceId deviceId deviceName deviceName type type depotId depotId ip ip port port pushProtocol pushProtocol syncProtocol syncProtocol orgId orgId rtsp rtsp httpUrl httpUrl remark remark TextArea gatewayDeviceService#updateSave [#current] dsMain gatewayDeviceService#delData 确定要删除么?