FastBee/docker/data/nginx/vue/static/js/chunk-1c9bdf72.ac706061.js
2025-07-07 09:21:15 +08:00

1 line
10 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1c9bdf72","chunk-793c42a8"],{"307e":function(e,t,i){},"5b52":function(e,t,i){"use strict";i.d(t,"h",(function(){return n})),i.d(t,"c",(function(){return s})),i.d(t,"i",(function(){return l})),i.d(t,"a",(function(){return r})),i.d(t,"e",(function(){return c})),i.d(t,"g",(function(){return o})),i.d(t,"b",(function(){return u})),i.d(t,"f",(function(){return d})),i.d(t,"d",(function(){return m}));var a=i("b775");function n(e){return Object(a["a"])({url:"/sub/gateway/list",method:"get",params:e})}function s(e){return Object(a["a"])({url:"/sub/gateway/"+e,method:"delete"})}function l(e){return Object(a["a"])({url:"/sub/gateway/subDevice",method:"get",params:e})}function r(e){return Object(a["a"])({url:"/sub/gateway/addBatch",method:"post",data:e})}function c(e){return Object(a["a"])({url:"/sub/gateway/editBatch",method:"post",data:e})}function o(e){return Object(a["a"])({url:"/productModbus/gateway/list",method:"get",params:e})}function u(e){return Object(a["a"])({url:"productModbus/gateway/addBatch",method:"post",data:e})}function d(e){return Object(a["a"])({url:"/productModbus/gateway/editBatch",method:"post",data:e})}function m(e){return Object(a["a"])({url:"/productModbus/gateway/"+e,method:"delete"})}},9626:function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"device-sub-container"},[i("el-form",{directives:[{name:"show",rawName:"v-show",value:e.showSearch,expression:"showSearch"}],ref:"queryForm",attrs:{model:e.queryParams,inline:!0,"label-width":"68px"}},[i("el-form-item",[i("el-button",{attrs:{plain:"",type:"primary",icon:"el-icon-plus",size:"small"},on:{click:e.handleAdd}},[e._v(e._s(e.$t("device.sub.083943-0")))])],1),i("el-form-item",[i("el-button",{attrs:{plain:"",type:"danger",icon:"el-icon-delete",size:"small",disabled:0==this.ids.length},on:{click:e.handleDelete}},[e._v(e._s(e.$t("device.sub.083943-1")))])],1),i("el-form-item",[i("el-button",{attrs:{icon:"el-icon-refresh",size:"small"},on:{click:e.resetQuery}},[e._v(e._s(e.$t("refresh")))]),i("span",{staticStyle:{"font-size":"12px","margin-left":"10px"}},[e._v(e._s(e.$t("device.device-sub.299018-28")))])],1),e.isSet?e._e():i("el-form-item",{staticStyle:{float:"right"}},[i("el-button",{attrs:{plain:"",type:"primary",icon:"el-icon-edit",size:"small"},on:{click:e.setSubDeviceAddress}},[e._v(e._s(e.$t("device.sub.083943-2")))])],1),e.isSet?i("el-form-item",{staticStyle:{float:"right"}},[i("el-button",{attrs:{plain:"",type:"primary",icon:"el-icon-edit",size:"small"},on:{click:e.saveSetting}},[e._v(e._s(e.$t("save")))])],1):e._e(),e.isSet?i("el-form-item",{staticStyle:{float:"right"}},[i("el-button",{attrs:{plain:"",type:"info",icon:"el-icon-edit",size:"small"},on:{click:e.cancelSetting}},[e._v(e._s(e.$t("cancel")))])],1):e._e()],1),i("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.deviceList,border:!1},on:{"selection-change":e.handleSelectionChange}},[i("el-table-column",{attrs:{type:"selection",width:"55",align:"center"}}),i("el-table-column",{attrs:{label:e.$t("device.device-edit.148398-1"),align:"center",prop:"subDeviceName"}}),i("el-table-column",{attrs:{label:e.$t("device.device-edit.148398-7"),align:"center",prop:"subDeviceNo"}}),i("el-table-column",{attrs:{label:e.$t("device.sub.083943-3"),align:"center",prop:"slaveId",width:"180px"},scopedSlots:e._u([{key:"default",fn:function(t){return[i("el-input",{staticStyle:{width:"120px","text-align":"center"},attrs:{disabled:!e.isSet,size:"small",placeholder:e.$t("device.sub.083943-2")},model:{value:t.row.slaveId,callback:function(i){e.$set(t.row,"slaveId",i)},expression:"scope.row.slaveId"}})]}}])}),i("el-table-column",{attrs:{label:e.$t("creatTime"),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}")))])]}}])})],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("subDeviceList",{ref:"subDeviceList",attrs:{gateway:e.gateway},on:{addSuccess:e.addSuccess}})],1)},n=[],s=(i("d81d"),i("5b52")),l=i("ea2a"),r={name:"device-sub",props:{device:{type:Object,default:null}},components:{subDeviceList:l["default"]},dicts:["iot_device_status"],data:function(){return{loading:!0,ids:[],single:!0,multiple:!0,showSearch:!0,total:0,deviceList:[],deviceInfo:{},title:"",open:!1,queryParams:{pageNum:1,pageSize:10},form:{},gateway:{},isSet:!1}},watch:{device:{handler:function(e){this.deviceInfo=e,this.deviceInfo&&0!=this.deviceInfo.deviceId&&(this.gateway.gwDeviceId=this.deviceInfo.deviceId,this.queryParams.gwDeviceId=this.deviceInfo.deviceId,this.getList())}}},methods:{getList:function(){var e=this;Object(s["h"])(this.queryParams).then((function(t){e.deviceList=t.rows,e.total=t.total,e.loading=!1}))},cancel:function(){this.open=!1,this.reset()},reset:function(){this.form={id:null,gwDeviceId:null,subDeviceId:null,slaveId:null,createBy:null,createTime:null,updateBy:null,updateTime:null,remark:null},this.resetForm("form")},resetQuery:function(){this.resetForm("queryForm"),this.getList()},handleSelectionChange:function(e){this.ids=e.map((function(e){return e.id})),this.single=1!==e.length,this.multiple=!e.length},handleAdd:function(){this.$refs.subDeviceList.openDeviceList=!0,this.$refs.subDeviceList.getList()},handleDelete:function(e){var t=this,i=e.deviceId||this.ids;this.$modal.confirm(this.$t("device.device-sub.299018-26",[i])).then((function(){return Object(s["c"])(i)})).then((function(){t.getList(),t.$modal.msgSuccess(t.$t("device.device-sub.299018-27"))})).catch((function(){}))},setSubDeviceAddress:function(){this.isSet=!this.isSet},saveSetting:function(){var e=this;this.isSet=!this.isSet,Object(s["e"])(this.deviceList).then((function(t){e.getList(),e.$modal.msgSuccess(e.$t("saveSuccess"))}))},cancelSetting:function(){this.isSet=!this.isSet},addSuccess:function(){this.getList()}}},c=r,o=(i("dd9f"),i("2877")),u=Object(o["a"])(c,a,n,!1,null,"34ce6ac9",null);t["default"]=u.exports},dd9f:function(e,t,i){"use strict";i("307e")},ea2a:function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-dialog",{attrs:{title:e.$t("device.sub-device-list.323213-0"),visible:e.openDeviceList,width:"800px","append-to-body":""},on:{"update:visible":function(t){e.openDeviceList=t}}},[i("el-form",{directives:[{name:"show",rawName:"v-show",value:e.showSearch,expression:"showSearch"}],ref:"queryForm",attrs:{model:e.queryParams,size:"small",inline:!0,"label-width":"68px"}},[i("el-form-item",{attrs:{label:e.$t("device.index.105953-20"),prop:"serialNumber"}},[i("el-input",{attrs:{placeholder:e.$t("device.sub-device-list.323213-1"),clearable:""},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.serialNumber,callback:function(t){e.$set(e.queryParams,"serialNumber",t)},expression:"queryParams.serialNumber"}})],1),i("el-form-item",{attrs:{label:e.$t("device.sub-device-list.323213-2"),prop:"deviceName"}},[i("el-input",{attrs:{placeholder:e.$t("device.sub-device-list.323213-3"),clearable:""},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",{staticStyle:{float:"right"}},[i("el-button",{attrs:{icon:"el-icon-refresh",size:"mini"},on:{click:e.resetQuery}},[e._v(e._s(e.$t("refresh")))]),i("el-button",{attrs:{type:"primary",icon:"el-icon-search",size:"mini"},on:{click:e.handleQuery}},[e._v(e._s(e.$t("search")))])],1)],1),i("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.gatewayList},on:{"selection-change":e.handleSelectionChange}},[i("el-table-column",{attrs:{type:"selection",width:"55",align:"center"}}),i("el-table-column",{attrs:{label:"ID",align:"center",prop:"deviceId"}}),i("el-table-column",{attrs:{label:e.$t("device.device-edit.148398-7"),align:"center",prop:"serialNumber"}}),i("el-table-column",{attrs:{label:e.$t("device.device-edit.148398-1"),align:"center",prop:"deviceName"}})],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(e._s(e.$t("confirm")))]),i("el-button",{on:{click:e.closeSelectDeviceList}},[e._v(e._s(e.$t("cancel")))])],1)],1)},n=[],s=(i("d81d"),i("5b52")),l={name:"sub-device-list",props:{gateway:{type:Object,default:null}},data:function(){return{loading:!0,ids:[],single:!0,multiple:!0,showSearch:!0,total:0,gatewayList:[],title:"",open:!1,openDeviceList:!1,queryParams:{pageNum:1,pageSize:10,deviceName:null,serialNumber:null},form:{}}},created:function(){},watch:{gateway:{handler:function(){this.queryParams.pageNum=1,this.getList()},immediate:!0}},methods:{getList:function(){var e=this;this.loading=!0,Object(s["i"])(this.queryParams).then((function(t){e.gatewayList=t.rows,e.total=t.total,e.loading=!1}))},cancel:function(){this.open=!1,this.reset()},reset:function(){this.form={deviceId:null,deviceName:null,serialNumber: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.deviceId})),this.single=1!==e.length,this.multiple=!e.length},closeSelectDeviceList:function(){this.openDeviceList=!1},handleDeviceSelected:function(){var e=this;this.gateway.subDeviceIds=this.ids,Object(s["a"])(this.gateway).then((function(t){e.$modal.msgSuccess(e.$t("device.sub-device-list.323213-4")),e.openDeviceList=!1,e.$emit("addSuccess")}))}}},r=l,c=i("2877"),o=Object(c["a"])(r,a,n,!1,null,null,null);t["default"]=o.exports}}]);