1 line
15 KiB
JavaScript
1 line
15 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1c8de8cb","chunk-28b7a9aa"],{"10f3":function(e,t,i){"use strict";i.d(t,"e",(function(){return n})),i.d(t,"d",(function(){return a})),i.d(t,"c",(function(){return o})),i.d(t,"a",(function(){return l})),i.d(t,"g",(function(){return u})),i.d(t,"f",(function(){return s})),i.d(t,"b",(function(){return c}));var r=i("b775");function n(e){return Object(r["a"])({url:"/iot/group/list",method:"get",params:e})}function a(e){return Object(r["a"])({url:"/iot/group/"+e,method:"get"})}function o(e){return Object(r["a"])({url:"/iot/group/getDeviceIds/"+e,method:"get"})}function l(e){return Object(r["a"])({url:"/iot/group",method:"post",data:e})}function u(e){return Object(r["a"])({url:"/iot/group",method:"put",data:e})}function s(e){return Object(r["a"])({url:"/iot/group/updateDeviceGroups",method:"put",data:e})}function c(e){return Object(r["a"])({url:"/iot/group/"+e,method:"delete"})}},1967:function(e,t,i){"use strict";i.r(t);var r=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticStyle:{padding:"6px"}},[i("el-card",{directives:[{name:"show",rawName:"v-show",value:e.showSearch,expression:"showSearch"}],staticStyle:{"margin-bottom":"6px"}},[i("el-form",{ref:"queryForm",staticStyle:{"margin-bottom":"-20px"},attrs:{model:e.queryParams,inline:!0,"label-width":"68px"}},[i("el-form-item",{attrs:{label:"分组名称",prop:"groupName"}},[i("el-input",{attrs:{placeholder:"请输入分组名称",clearable:"",size:"small"},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleQuery(t)}},model:{value:e.queryParams.groupName,callback:function(t){e.$set(e.queryParams,"groupName",t)},expression:"queryParams.groupName"}})],1),e.isAdmin?i("el-form-item",{staticStyle:{margin:"0 20px"},attrs:{label:"我的分组"}},[i("el-switch",{on:{change:e.myGroupChange},model:{value:e.myGroup,callback:function(t){e.myGroup=t},expression:"myGroup"}})],1):e._e(),i("el-form-item",[i("el-button",{attrs:{type:"primary",icon:"el-icon-search",size:"mini"},on:{click:e.handleQuery}},[e._v("搜索")]),i("el-button",{attrs:{icon:"el-icon-refresh",size:"mini"},on:{click:e.resetQuery}},[e._v("重置")])],1),i("el-form-item",{staticStyle:{float:"right"}},[i("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["iot:group:add"],expression:"['iot:group:add']"}],attrs:{type:"primary",plain:"",icon:"el-icon-plus",size:"mini"},on:{click:e.handleAdd}},[e._v("新增")])],1)],1)],1),i("el-card",{staticStyle:{"padding-bottom":"100px"}},[i("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.groupList,border:""},on:{"selection-change":e.handleSelectionChange}},[i("el-table-column",{attrs:{label:"分组名称",align:"center",prop:"groupName",width:"200"}}),i("el-table-column",{attrs:{label:"分组排序",align:"center",prop:"groupOrder",width:"100"}}),i("el-table-column",{attrs:{label:"创建时间",align:"center",prop:"createTime",width:"180"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("span",[e._v(e._s(e.parseTime(t.row.createTime,"{y}-{m}-{d}")))])]}}])}),e.isAdmin?i("el-table-column",{attrs:{label:"所属用户",align:"center",prop:"userName",width:"100"}}):e._e(),i("el-table-column",{attrs:{label:"备注",align:"left","header-align":"center",prop:"remark"}}),i("el-table-column",{attrs:{label:"操作",align:"center","class-name":"small-padding fixed-width",width:"320"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["iot:device:query"],expression:"['iot:device:query']"}],staticStyle:{padding:"5px"},attrs:{size:"small",type:"warning",icon:"el-icon-search"},on:{click:function(i){return e.handleViewDevice(t.row.groupId)}}},[e._v("查看设备")]),i("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["iot:group:add"],expression:"['iot:group:add']"}],staticStyle:{padding:"5px"},attrs:{size:"small",type:"success",icon:"el-icon-edit"},on:{click:function(i){return e.selectDevice(t.row)}}},[e._v("添加设备")]),i("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["iot:group:edit"],expression:"['iot:group:edit']"}],staticStyle:{padding:"5px"},attrs:{size:"small",type:"primary",icon:"el-icon-edit"},on:{click:function(i){return e.handleUpdate(t.row)}}},[e._v("修改")]),i("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["iot:group:remove"],expression:"['iot:group:remove']"}],staticStyle:{padding:"5px"},attrs:{size:"small",type:"danger",icon:"el-icon-delete"},on:{click:function(i){return e.handleDelete(t.row)}}},[e._v("删除")])]}}])})],1),i("pagination",{directives:[{name:"show",rawName:"v-show",value:e.total>0,expression:"total > 0"}],attrs:{total:e.total,page:e.queryParams.pageNum,limit:e.queryParams.pageSize},on:{"update:page":function(t){return e.$set(e.queryParams,"pageNum",t)},"update:limit":function(t){return e.$set(e.queryParams,"pageSize",t)},pagination:e.getList}}),i("deviceList",{ref:"groupDeviceList",attrs:{group:e.group}}),i("el-dialog",{attrs:{title:e.title,visible:e.open,width:"500px","append-to-body":""},on:{"update:visible":function(t){e.open=t}}},[i("el-form",{ref:"form",attrs:{model:e.form,rules:e.rules,"label-width":"80px"}},[i("el-form-item",{attrs:{label:"分组名称",prop:"groupName"}},[i("el-input",{attrs:{placeholder:"请输入分组名称"},model:{value:e.form.groupName,callback:function(t){e.$set(e.form,"groupName",t)},expression:"form.groupName"}})],1),i("el-form-item",{attrs:{label:"分组排序",prop:"groupOrder"}},[i("el-input",{attrs:{type:"number",placeholder:"请输入分组排序"},model:{value:e.form.groupOrder,callback:function(t){e.$set(e.form,"groupOrder",t)},expression:"form.groupOrder"}})],1),i("el-form-item",{attrs:{label:"备注",prop:"remark"}},[i("el-input",{attrs:{type:"textarea",placeholder:"请输入内容"},model:{value:e.form.remark,callback:function(t){e.$set(e.form,"remark",t)},expression:"form.remark"}})],1)],1),i("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[i("el-button",{attrs:{type:"primary"},on:{click:e.submitForm}},[e._v("确 定")]),i("el-button",{on:{click:e.cancel}},[e._v("取 消")])],1)],1)],1)],1)},n=[],a=i("5530"),o=(i("14d9"),i("d81d"),i("d4b0")),l=i("10f3"),u={name:"Group",components:{deviceList:o["default"]},data:function(){return{isAdmin:!1,myGroup:!1,loading:!0,ids:[],single:!0,multiple:!0,showSearch:!0,total:0,groupList:[],title:"",open:!1,queryParams:{pageNum:1,pageSize:10,groupName:null,userId:null},group:{},form:{},rules:{groupName:[{required:!0,message:"分组名称不能为空",trigger:"blur"}],groupOrder:[{required:!0,message:"分组排序不能为空,最大值为99",trigger:"blur"}]}}},created:function(){this.getList(),this.init()},methods:{init:function(){-1===this.$store.state.user.roles.indexOf("tenant")&&-1===this.$store.state.user.roles.indexOf("general")&&(this.isAdmin=!0)},myGroupChange:function(){this.queryParams.userId=this.myGroup?this.$store.state.user.userId:null},handleViewDevice:function(e){this.$router.push({path:"/iot/device",query:{t:Date.now(),groupId:e}})},getList:function(){var e=this;this.loading=!0,Object(l["e"])(this.queryParams).then((function(t){e.groupList=t.rows,e.total=t.total,e.loading=!1}))},cancel:function(){this.open=!1,this.reset()},reset:function(){this.form={groupId:null,groupName:null,groupOrder:null,userId:null,userName:null,delFlag:null,createBy:null,createTime:null,updateBy:null,updateTime:null,remark:null},this.resetForm("form")},handleQuery:function(){this.queryParams.pageNum=1,this.getList()},resetQuery:function(){this.resetForm("queryForm"),this.handleQuery()},handleSelectionChange:function(e){this.ids=e.map((function(e){return e.groupId})),this.single=1!==e.length,this.multiple=!e.length},handleAdd:function(){this.reset(),this.open=!0,this.title="添加设备分组"},handleUpdate:function(e){var t=this;this.reset();var i=e.groupId||this.ids;Object(l["d"])(i).then((function(e){t.form=e.data,t.open=!0,t.title="修改设备分组"}))},selectDevice:function(e){this.group=e,this.$refs.groupDeviceList.openDeviceList=!0},submitForm:function(){var e=this;this.$refs["form"].validate((function(t){t&&(null!=e.form.groupId?Object(l["g"])(e.form).then((function(t){e.$modal.msgSuccess("修改成功"),e.open=!1,e.getList()})):Object(l["a"])(e.form).then((function(t){e.$modal.msgSuccess("新增成功"),e.open=!1,e.getList()})))}))},handleDelete:function(e){var t=this,i=e.groupId||this.ids;this.$modal.confirm('是否确认删除设备分组编号为"'+i+'"的数据项?').then((function(){return Object(l["b"])(i)})).then((function(){t.getList(),t.$modal.msgSuccess("删除成功")})).catch((function(){}))},handleExport:function(){this.download("iot/group/export",Object(a["a"])({},this.queryParams),"group_".concat((new Date).getTime(),".xlsx"))}}},s=u,c=i("2877"),d=Object(c["a"])(s,r,n,!1,null,null,null);t["default"]=d.exports},"584f":function(e,t,i){"use strict";i.d(t,"k",(function(){return n})),i.d(t,"n",(function(){return a})),i.d(t,"l",(function(){return o})),i.d(t,"m",(function(){return l})),i.d(t,"j",(function(){return u})),i.d(t,"e",(function(){return s})),i.d(t,"c",(function(){return c})),i.d(t,"f",(function(){return d})),i.d(t,"h",(function(){return m})),i.d(t,"g",(function(){return p})),i.d(t,"a",(function(){return h})),i.d(t,"o",(function(){return g})),i.d(t,"b",(function(){return f})),i.d(t,"d",(function(){return v})),i.d(t,"i",(function(){return b}));var r=i("b775");function n(e){return Object(r["a"])({url:"/iot/device/list",method:"get",params:e})}function a(e){return Object(r["a"])({url:"/iot/device/unAuthlist",method:"get",params:e})}function o(e){return Object(r["a"])({url:"/iot/device/listByGroup",method:"get",params:e})}function l(e){return Object(r["a"])({url:"/iot/device/shortList",method:"get",params:e})}function u(){return Object(r["a"])({url:"/iot/device/all",method:"get"})}function s(e){return Object(r["a"])({url:"/iot/device/"+e,method:"get"})}function c(e){return Object(r["a"])({url:"/iot/device/synchronization/"+e,method:"get"})}function d(e){return Object(r["a"])({url:"/iot/device/getDeviceBySerialNumber/"+e,method:"get"})}function m(){return Object(r["a"])({url:"/iot/device/statistic",method:"get"})}function p(e){return Object(r["a"])({url:"/iot/device/runningStatus",method:"get",params:e})}function h(e){return Object(r["a"])({url:"/iot/device",method:"post",data:e})}function g(e){return Object(r["a"])({url:"/iot/device",method:"put",data:e})}function f(e){return Object(r["a"])({url:"/iot/device/"+e,method:"delete"})}function v(){return Object(r["a"])({url:"/iot/device/generator",method:"get"})}function b(e){return Object(r["a"])({url:"/iot/device/getMqttConnectData",method:"get",params:e})}},d4b0:function(e,t,i){"use strict";i.r(t);var r=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-dialog",{attrs:{title:"选择设备",visible:e.openDeviceList,width:"800px","append-to-body":""},on:{"update:visible":function(t){e.openDeviceList=t}}},[i("el-form",{ref:"queryForm",attrs:{model:e.queryParams,inline:!0,"label-width":"68px"}},[i("el-form-item",{attrs:{label:"设备名称",prop:"deviceName"}},[i("el-input",{attrs:{placeholder:"请输入设备名称",clearable:"",size:"small"},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleQuery(t)}},model:{value:e.queryParams.deviceName,callback:function(t){e.$set(e.queryParams,"deviceName",t)},expression:"queryParams.deviceName"}})],1),i("el-form-item",[i("el-button",{attrs:{type:"primary",icon:"el-icon-search",size:"mini"},on:{click:e.handleQuery}},[e._v("搜索")])],1)],1),i("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"multipleTable",attrs:{data:e.deviceList,size:"mini",border:""},on:{select:e.handleSelectionChange,"select-all":e.handleSelectionAll}},[i("el-table-column",{attrs:{type:"selection",width:"55",align:"center"}}),i("el-table-column",{attrs:{label:"设备名称",align:"center",prop:"deviceName"}}),i("el-table-column",{attrs:{label:"设备编号",align:"center",prop:"serialNumber"}}),i("el-table-column",{attrs:{label:"产品名称",align:"center",prop:"productName"}}),i("el-table-column",{attrs:{label:"设备类型",align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){return[0==t.row.isOwner?i("el-tag",{attrs:{type:"success"}},[e._v("分享")]):i("el-tag",{attrs:{type:"primary"}},[e._v("拥有")])]}}])}),i("el-table-column",{attrs:{label:"设备状态",align:"center",prop:"status"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("dict-tag",{attrs:{options:e.dict.type.iot_device_status,value:t.row.status}})]}}])})],1),i("pagination",{directives:[{name:"show",rawName:"v-show",value:e.total>0,expression:"total>0"}],attrs:{total:e.total,page:e.queryParams.pageNum,limit:e.queryParams.pageSize},on:{"update:page":function(t){return e.$set(e.queryParams,"pageNum",t)},"update:limit":function(t){return e.$set(e.queryParams,"pageSize",t)},pagination:e.getList}}),i("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[i("el-button",{attrs:{type:"primary"},on:{click:e.handleDeviceSelected}},[e._v("确 定")]),i("el-button",{on:{click:e.closeSelectDeviceList}},[e._v("取 消")])],1)],1)},n=[],a=(i("d3b7"),i("159b"),i("14d9"),i("a434"),i("10f3")),o=i("584f"),l={name:"device-list",dicts:["iot_device_status"],props:{group:{type:Object,default:null}},data:function(){return{deviceGroup:{},loading:!0,ids:[],openDeviceList:!1,total:0,deviceList:[],queryParams:{pageNum:1,pageSize:10,deviceName:null,productId:null,productName:null,userId:null,userName:null,tenantId:null,tenantName:null,serialNumber:null,status:null,networkAddress:null,activeTime:null}}},watch:{group:{handler:function(e,t){e.groupId&&(this.deviceGroup=e,this.queryParams.userId=this.deviceGroup.userId,this.queryParams.pageNum=1,this.getDeviceIdsByGroupId(this.deviceGroup.groupId))},immediate:!0}},created:function(){},methods:{getDeviceIdsByGroupId:function(e){var t=this;Object(a["c"])(e).then((function(e){t.ids=e.data,t.getList()}))},getList:function(){var e=this;this.loading=!0,this.queryParams.params={},null!=this.daterangeActiveTime&&""!=this.daterangeActiveTime&&(this.queryParams.params["beginActiveTime"]=this.daterangeActiveTime[0],this.queryParams.params["endActiveTime"]=this.daterangeActiveTime[1]),Object(o["l"])(this.queryParams).then((function(t){e.deviceList=t.rows,e.total=t.total,e.loading=!1,e.deviceList.forEach((function(t){e.$nextTick((function(){e.ids.some((function(e){return e===t.deviceId}))&&e.$refs.multipleTable.toggleRowSelection(t,!0)}))}))}))},handleQuery:function(){this.queryParams.pageNum=1,this.getList()},resetQuery:function(){this.daterangeActiveTime=[],this.resetForm("queryForm"),this.handleQuery()},handleSelectionChange:function(e,t){var i=this.ids.indexOf(t.deviceId),r=e.indexOf(t);-1==i&&-1!=r?this.ids.push(t.deviceId):-1!=i&&-1==r&&this.ids.splice(i,1)},handleSelectionAll:function(e){for(var t=0;t<this.deviceList.length;t++){var i=this.ids.indexOf(this.deviceList[t].deviceId),r=e.indexOf(this.deviceList[t]);-1==i&&-1!=r?this.ids.push(this.deviceList[t].deviceId):-1!=i&&-1==r&&this.ids.splice(i,1)}},closeSelectDeviceList:function(){this.openDeviceList=!1},handleDeviceSelected:function(){var e=this;this.group.deviceIds=this.ids,Object(a["f"])(this.group).then((function(t){e.$modal.msgSuccess("更新分组下的设备成功"),e.openDeviceList=!1}))}}},u=l,s=i("2877"),c=Object(s["a"])(u,r,n,!1,null,null,null);t["default"]=c.exports}}]); |