Files
wysite/output/sourcemaps/hc-pos.sqygj.cn/static/js/chunk-a19b5270.193d68f5.js

514 lines
29 KiB
JavaScript

(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["chunk-a19b5270"], { "4d19": function(t, e, r) {
"use strict";
r.r(e);
var a = function() {
var t2 = this, e2 = t2.$createElement, r2 = t2._self._c || e2;
return r2("div", { staticClass: "app-container bgHeight" }, [r2("div", [r2("div", { ref: "box", staticClass: "searchStys transition_dom" }, [r2("el-form", { ref: "query", attrs: { model: t2.query } }, [r2("div", { ref: "form_box", staticClass: "searchBar" }, [r2("div", { staticClass: "searchInput" }, [r2("el-row", { attrs: { gutter: 24 } }, [r2("el-col", { attrs: { span: 6 } }, [r2("el-form-item", { attrs: { prop: "deviceId" } }, [r2("el-cascader", { attrs: { clearable: "", placeholder: "请选择设备类型", options: t2.typeList, "show-all-levels": false, props: { label: "eventName", children: "children", value: "id", emitPath: false }, filterable: "" }, model: { value: t2.query.deviceId, callback: function(e3) {
t2.$set(t2.query, "deviceId", e3);
}, expression: "query.deviceId" } })], 1)], 1), t2._v(" "), r2("el-col", { attrs: { span: 6 } }, [r2("el-form-item", { attrs: { prop: "status" } }, [r2("el-select", { attrs: { clearable: "", placeholder: "请选择状态" }, model: { value: t2.query.status, callback: function(e3) {
t2.$set(t2.query, "status", e3);
}, expression: "query.status" } }, t2._l(t2.aiStatus, (function(t3) {
return r2("el-option", { key: t3.value, attrs: { label: t3.label, value: t3.value } });
})), 1)], 1)], 1), t2._v(" "), r2("el-col", { attrs: { span: 6 } }, [r2("el-form-item", { attrs: { prop: "alarmType" } }, [r2("el-select", { attrs: { clearable: "", placeholder: "请选择预警类型" }, model: { value: t2.query.alarmType, callback: function(e3) {
t2.$set(t2.query, "alarmType", e3);
}, expression: "query.alarmType" } }, t2._l(t2.AIAlearmType, (function(t3) {
return r2("el-option", { key: t3.value, attrs: { label: t3.label, value: t3.value } });
})), 1)], 1)], 1), t2._v(" "), r2("el-col", { attrs: { span: 6 } }, [r2("el-form-item", { attrs: { prop: "handleStatus" } }, [r2("el-select", { attrs: { clearable: "", placeholder: "请选择处理状态" }, model: { value: t2.query.handleStatus, callback: function(e3) {
t2.$set(t2.query, "handleStatus", e3);
}, expression: "query.handleStatus" } }, [r2("el-option", { attrs: { label: "有效", value: 1 } }), t2._v(" "), r2("el-option", { attrs: { label: "无效", value: 2 } })], 1)], 1)], 1)], 1), t2._v(" "), r2("el-row", { attrs: { gutter: 24 } }, [r2("el-col", { attrs: { span: 12 } }, [r2("el-form-item", { attrs: { prop: "handleStatus" } }, [r2("el-date-picker", { attrs: { type: "datetimerange", format: "yyyy-MM-dd HH:mm:ss", "value-format": "yyyy-MM-dd HH:mm:ss", "range-separator": "至", "start-placeholder": "预警开始时间", "end-placeholder": "预警结束时间", "default-time": ["00:00:00", "23:59:59"] }, model: { value: t2.queryTime, callback: function(e3) {
t2.queryTime = e3;
}, expression: "queryTime" } })], 1)], 1)], 1)], 1), t2._v(" "), r2("div", { staticClass: "searchBtn" }, [r2("el-form-item", [r2("el-button", { directives: [{ name: "points", rawName: "v-points", value: 500, expression: "500" }], on: { click: function(e3) {
return t2.resetFormQuery("query");
} } }, [t2._v("重置")]), t2._v(" "), r2("el-button", { directives: [{ name: "points", rawName: "v-points", value: 500, expression: "500" }], attrs: { type: "primary" }, on: { click: t2.onSearch } }, [t2._v("查询")])], 1)], 1)])])], 1), t2._v(" "), r2("div", { staticClass: "totalBar" }, [r2("el-card", { staticClass: "box-card", attrs: { shadow: "never" } }, [r2("div", { staticClass: "planLst", attrs: { slot: "header" }, slot: "header" }, [t2._v("辅助统计")]), t2._v(" "), r2("el-descriptions", { attrs: { column: 6 } }, [r2("el-descriptions-item", { attrs: { label: "预警总数" } }, [t2._v(t2._s(t2.totalInfo.totalNum || 0))]), t2._v(" "), r2("el-descriptions-item", { attrs: { label: "未处理" } }, [t2._v(t2._s(t2.totalInfo.unManage || 0))]), t2._v(" "), r2("el-descriptions-item", { attrs: { label: "处理中" } }, [t2._v(t2._s(t2.totalInfo.managing || 0))]), t2._v(" "), r2("el-descriptions-item", { attrs: { label: "已修复" } }, [t2._v(t2._s(t2.totalInfo.fixed || 0))]), t2._v(" "), r2("el-descriptions-item", { attrs: { label: "已忽略" } }, [t2._v(t2._s(t2.totalInfo.ignored || 0))]), t2._v(" "), r2("el-descriptions-item", { attrs: { label: "AI处理" } }, [t2._v(t2._s(t2.totalInfo.aiManaging || 0))])], 1), t2._v(" "), r2("el-descriptions", { attrs: { column: 2 } }, [r2("el-descriptions-item", { attrs: { label: "误报率" } }, [r2("span", [t2._v(t2._s(t2.totalInfo.falseRate || "0%"))]), t2._v(" "), r2("el-tooltip", { staticClass: "item", attrs: { effect: "dark", content: "已忽略/预警总数", placement: "top" } }, [r2("span", { staticClass: "el-icon-info", staticStyle: { "margin-left": "10px" } })])], 1), t2._v(" "), r2("el-descriptions-item", { attrs: { label: "处理率" } }, [r2("span", [t2._v(" " + t2._s(t2.totalInfo.manageRate || "0%"))]), t2._v(" "), r2("el-tooltip", { staticClass: "item", attrs: { effect: "dark", content: "未处理/预警总数", placement: "top" } }, [r2("span", { staticClass: "el-icon-info", staticStyle: { "margin-left": "10px" } })])], 1)], 1), t2._v(" "), r2("el-descriptions", { attrs: { column: 1 } }, [r2("el-descriptions-item", { attrs: { label: "有效处理数" } }, [t2._v(t2._s(t2.totalInfo.validNum || 0))])], 1)], 1)], 1), t2._v(" "), r2("el-card", { staticClass: "box-card", attrs: { shadow: "never" } }, [r2("div", { staticClass: "planLst", attrs: { slot: "header" }, slot: "header" }, [r2("span", { staticClass: "planTitle" }, [t2._v("预警管控列表")])]), t2._v(" "), r2("el-table", { directives: [{ name: "loading", rawName: "v-loading", value: t2.listLoading, expression: "listLoading" }], ref: "receivableTable", attrs: { border: "", data: t2.list, "header-cell-style": t2.headClass } }, [r2("el-table-column", { attrs: { "min-width": "200", align: "center", "show-overflow-tooltip": "", label: "预警时间" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [t2._v("\n " + t2._s(e3.row.createDate || "-") + "\n ")];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "200", align: "center", "show-overflow-tooltip": "", label: "预警ID" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [t2._v("\n " + t2._s(e3.row.earlyWarningId || "-") + "\n ")];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "200", align: "center", "show-overflow-tooltip": "", label: "预警信息" }, scopedSlots: t2._u([{ key: "default", fn: function(t3) {
return [r2("el-image", { staticStyle: { width: "100px", height: "100px" }, attrs: { src: t3.row.images, "preview-src-list": [t3.row.images] } })];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "200", align: "center", "show-overflow-tooltip": "", label: "预警类型" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [r2("div", { staticClass: "numberSet" }, [t2._v("\n " + t2._s(t2.getAIAlearmType(e3.row.alarmType)) + "\n ")])];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "200", align: "center", "show-overflow-tooltip": "", label: "设备类型" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [t2._v("\n " + t2._s(e3.row.deviceType || "-") + "\n ")];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "100", align: "center", "show-overflow-tooltip": "", label: "处理状态" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [r2("div", { style: t2.filterColor(e3.row.status) }, [t2._v("\n " + t2._s(t2._f("getItemType")(e3.row.status, t2.aiStatus)) + "\n ")])];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "100", align: "center", "show-overflow-tooltip": "", label: "处理人" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [t2._v("\n " + t2._s(e3.row.processor || "-") + "\n ")];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "150", align: "center", "show-overflow-tooltip": "", label: "工单单号" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [t2._v("\n " + t2._s(e3.row.postponeOrderNo || "-") + "\n ")];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "150", align: "center", "show-overflow-tooltip": "", label: "处理时间" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [t2._v("\n " + t2._s(e3.row.handleTime || "-") + "\n ")];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "150", align: "center", "show-overflow-tooltip": "", label: "处理截止时间" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [t2._v("\n " + t2._s(e3.row.handleEndTime || "-") + "\n ")];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "150", align: "center", "show-overflow-tooltip": "", label: "状态" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [t2._v("\n " + t2._s(1 == e3.row.handleStatus ? "有效" : "无效") + "\n ")];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "150", align: "center", "show-overflow-tooltip": "", label: "设备ID" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [t2._v("\n " + t2._s(e3.row.deviceCode || "-") + "\n ")];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "150", align: "center", "show-overflow-tooltip": "", label: "算法商品" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [t2._v("\n " + t2._s(e3.row.edgeDeviceName || "-") + "\n ")];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "150", align: "center", "show-overflow-tooltip": "", label: "边缘计算盒子名称" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [r2("el-tooltip", { attrs: { effect: "dark", content: e3.row.edgeDeviceId } }, [r2("span", [t2._v(t2._s(e3.row.edgeDeviceName))])])];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "200", align: "center", "show-overflow-tooltip": "", label: "作业网格" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [r2("div", [r2("span", [t2._v(" " + t2._s(e3.row.alarmSpaceName || "暂无空间"))]), t2._v("/\n "), r2("span", [t2._v("\n " + t2._s(e3.row.alarmLocationName || "暂无网格") + "\n ")])])];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "200", align: "center", "show-overflow-tooltip": "", label: "预警来源" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [t2._v("\n " + t2._s(t2.filterManuFacturerId(e3.row.manufacturerId)) + "\n ")];
} }]) }), t2._v(" "), r2("el-table-column", { attrs: { "min-width": "100", align: "center", "show-overflow-tooltip": "", label: "预警人" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
return [t2._v("\n " + t2._s(e3.row.personLiableName || "-") + "\n ")];
} }]) })], 1), t2._v(" "), r2("div", { staticClass: "paginations" }, [r2("el-pagination", { attrs: { background: "", "current-page": t2.query.pageNumber, "page-sizes": [10, 30, 50], "page-size": t2.query.pageSize, layout: "total, sizes, prev, pager, next, jumper", total: t2.total }, on: { "update:currentPage": function(e3) {
return t2.$set(t2.query, "pageNumber", e3);
}, "update:current-page": function(e3) {
return t2.$set(t2.query, "pageNumber", e3);
}, "size-change": t2.handleSizeChange, "current-change": t2.handleCurrentChange } })], 1)], 1)], 1)]);
}, n = [], o = r("be2e"), c = r("dce5"), u = { data: function() {
return { aiStatus: c["m"], AIAlearmType: c["a"], query: { status: "", deviceId: "", alarmType: "", handleStatus: "", pageNumber: 1, pageSize: 10, projectUuid: this.$store.state.community_uuid, startTime: "", endTime: "" }, queryTime: "", totalInfo: { totalNum: "", falseRate: "", manageRate: "", unManage: "", managing: "", fixed: "", ignored: "", aiManaging: "", validNum: "" }, typeList: [], list: [], listLoading: false, total: 1, downloading: false };
}, mounted: function() {
var t2 = this;
this.getListData(), this.getTotal(), Object(o["F"])({ projectId: this.$store.state.community_uuid, queryType: 2 }).then((function(e2) {
t2.typeList = e2.data;
}));
}, methods: { filterManuFacturerId: function(t2) {
return "QST" == t2 ? "千视通" : "XSYT" == t2 ? "芯算一体" : "人工";
}, filterColor: function(t2) {
switch (t2) {
case 1:
return "color:red";
case 2:
return "color:blue";
case 3:
return "color:green";
case 4:
return "color:grey";
case 5:
return "";
default:
return "";
}
}, getAIAlearmType: function(t2) {
if (null != t2 && "" != t2 && void 0 != t2) {
var e2 = c["a"].filter((function(e3) {
return e3.value === t2;
}));
return e2.length > 0 ? e2[0].label : "-";
}
return "-";
}, getListData: function() {
var t2 = this;
this.queryTime ? (this.query.startTime = this.queryTime[0], this.query.endTime = this.queryTime[1]) : (this.query.startTime = "", this.query.endTime = ""), this.listLoading = true, Object(o["K"])(this.query).then((function(e2) {
t2.list = e2.data.records, t2.query.pageNumber = e2.data.pageNumber, t2.total = e2.data.rowsCount, t2.listLoading = false;
}));
}, getTotal: function() {
var t2 = this;
Object(o["a"])(this.query).then((function(e2) {
0 == e2.code && (t2.totalInfo = e2.data);
}));
}, onSearch: function() {
this.query.pageNumber = 1, this.getListData(), this.getTotal();
}, resetFormQuery: function(t2) {
console.log(t2, "formName"), this.$refs[t2].resetFields(), this.queryTime = "", this.query.pageNumber = 1, this.getListData(), this.getTotal();
}, handleSizeChange: function(t2) {
this.query.pageSize = t2, this.getListData(), this.getTotal();
}, handleCurrentChange: function(t2) {
this.query.pageNumber = t2, this.getListData(), this.getTotal();
}, headClass: function() {
return "text-align:center;background:#FAFAFA;";
} } }, i = u, l = (r("5e71"), r("829d")), s = Object(l["a"])(i, a, n, false, null, "c56a3a18", null);
e["default"] = s.exports;
}, "5e71": function(t, e, r) {
"use strict";
r("7782");
}, 7782: function(t, e, r) {
}, be2e: function(t, e, r) {
"use strict";
r.d(e, "lb", (function() {
return n;
})), r.d(e, "ib", (function() {
return o;
})), r.d(e, "x", (function() {
return c;
})), r.d(e, "zb", (function() {
return u;
})), r.d(e, "F", (function() {
return i;
})), r.d(e, "C", (function() {
return l;
})), r.d(e, "eb", (function() {
return s;
})), r.d(e, "vb", (function() {
return p;
})), r.d(e, "v", (function() {
return d;
})), r.d(e, "S", (function() {
return f;
})), r.d(e, "s", (function() {
return m;
})), r.d(e, "y", (function() {
return h;
})), r.d(e, "B", (function() {
return b;
})), r.d(e, "E", (function() {
return v;
})), r.d(e, "db", (function() {
return y;
})), r.d(e, "t", (function() {
return j;
})), r.d(e, "xb", (function() {
return g;
})), r.d(e, "z", (function() {
return _;
})), r.d(e, "u", (function() {
return w;
})), r.d(e, "yb", (function() {
return O;
})), r.d(e, "hb", (function() {
return S;
})), r.d(e, "jb", (function() {
return D;
})), r.d(e, "fb", (function() {
return T;
})), r.d(e, "rb", (function() {
return I;
})), r.d(e, "ub", (function() {
return C;
})), r.d(e, "tb", (function() {
return q;
})), r.d(e, "sb", (function() {
return E;
})), r.d(e, "pb", (function() {
return k;
})), r.d(e, "qb", (function() {
return P;
})), r.d(e, "w", (function() {
return L;
})), r.d(e, "A", (function() {
return M;
})), r.d(e, "cb", (function() {
return x;
})), r.d(e, "gb", (function() {
return B;
})), r.d(e, "nb", (function() {
return A;
})), r.d(e, "b", (function() {
return R;
})), r.d(e, "D", (function() {
return N;
})), r.d(e, "bb", (function() {
return F;
})), r.d(e, "wb", (function() {
return z;
})), r.d(e, "mb", (function() {
return Q;
})), r.d(e, "kb", (function() {
return $;
})), r.d(e, "G", (function() {
return H;
})), r.d(e, "Z", (function() {
return U;
})), r.d(e, "K", (function() {
return Y;
})), r.d(e, "a", (function() {
return V;
})), r.d(e, "ab", (function() {
return J;
})), r.d(e, "I", (function() {
return W;
})), r.d(e, "H", (function() {
return K;
})), r.d(e, "J", (function() {
return X;
})), r.d(e, "j", (function() {
return G;
})), r.d(e, "n", (function() {
return Z;
})), r.d(e, "i", (function() {
return tt;
})), r.d(e, "h", (function() {
return et;
})), r.d(e, "k", (function() {
return rt;
})), r.d(e, "l", (function() {
return at;
})), r.d(e, "m", (function() {
return nt;
})), r.d(e, "U", (function() {
return ot;
})), r.d(e, "q", (function() {
return ct;
})), r.d(e, "p", (function() {
return ut;
})), r.d(e, "L", (function() {
return it;
})), r.d(e, "M", (function() {
return lt;
})), r.d(e, "N", (function() {
return st;
})), r.d(e, "V", (function() {
return pt;
})), r.d(e, "X", (function() {
return dt;
})), r.d(e, "W", (function() {
return ft;
})), r.d(e, "O", (function() {
return mt;
})), r.d(e, "P", (function() {
return ht;
})), r.d(e, "Q", (function() {
return bt;
})), r.d(e, "R", (function() {
return vt;
})), r.d(e, "Y", (function() {
return yt;
})), r.d(e, "T", (function() {
return jt;
})), r.d(e, "r", (function() {
return gt;
})), r.d(e, "o", (function() {
return _t;
})), r.d(e, "d", (function() {
return wt;
})), r.d(e, "g", (function() {
return Ot;
})), r.d(e, "c", (function() {
return St;
})), r.d(e, "e", (function() {
return Dt;
})), r.d(e, "f", (function() {
return Tt;
})), r.d(e, "ob", (function() {
return It;
}));
var a = r("b775");
function n(t2) {
return Object(a["a"])({ url: "/appproject/SpaceLocation/page", method: "post", data: t2 });
}
function o(t2) {
return Object(a["a"])({ url: "/appproject/ProjectInitSpaceRel/querySelectedSpace", method: "post", data: t2 });
}
function c(t2) {
return Object(a["a"])({ url: "/appproject/SpaceLocation/create", method: "post", data: t2 });
}
function u(t2) {
return Object(a["a"])({ url: "/appproject/SpaceLocation/update", method: "post", data: t2 });
}
function i(t2) {
return Object(a["a"])({ url: "/appproject/Device/getDeviceTypeTreeParam", method: "post", data: t2 });
}
function l(t2) {
return Object(a["a"])({ url: "/appproject/DeviceBaseInfo/pageList", method: "post", data: t2 });
}
function s(t2) {
return Object(a["a"])({ url: "/appproject/DeviceBaseInfo/queryDeviceMaintainPlan", method: "post", data: t2 });
}
function p(t2) {
return Object(a["a"])({ url: "/appproject/DeviceBaseInfo/update", method: "post", data: t2 });
}
function d(t2) {
return Object(a["a"])({ url: "/appproject/DeviceBaseInfo/create", method: "post", data: t2 });
}
function f(t2) {
return Object(a["a"])({ url: "/appproject/DeviceBaseInfo/getDeviceFilePage", method: "post", data: t2 });
}
function m(t2) {
return Object(a["a"])({ url: "/appproject/DeviceBaseInfo/createFile", method: "post", data: t2 });
}
function h(t2) {
return Object(a["a"])({ url: "/appproject/DeviceBaseInfo/deleteFileBatch", method: "post", data: t2 });
}
function b(t2) {
return Object(a["a"])({ url: "/appproject/DeviceBaseInfo/delete", method: "post", data: t2 });
}
function v(t2) {
return Object(a["a"])({ url: "/space/DeviceParam/pageList", method: "post", data: t2 });
}
function y(t2) {
return Object(a["a"])({ url: "/space/DeviceParam/queryBuiltinParamList", method: "post", data: t2 });
}
function j(t2) {
return Object(a["a"])({ url: "/space/DeviceParam/create", method: "post", data: t2 });
}
function g(t2) {
return Object(a["a"])({ url: "/space/DeviceParam/update", method: "post", data: t2 });
}
function _(t2) {
return Object(a["a"])({ url: "/space/DeviceParam/delete", method: "post", data: t2 });
}
function w(t2) {
return Object(a["a"])({ url: "/space/DeviceParam/changeState", method: "post", data: t2 });
}
function O(t2) {
return Object(a["a"])({ url: "/space/DeviceParam/update", method: "post", data: t2 });
}
function S(t2) {
return Object(a["a"])({ url: "/space/DeviceParam/queryReportDataPage", method: "post", data: t2 });
}
function D(t2) {
return Object(a["a"])({ url: "/appproject/VirescenceProject/getVirescenceType", method: "post", data: t2 });
}
function T(t2) {
return Object(a["a"])({ url: "/appproject/ProjectInit/queryElectricTypeByProject", method: "post", data: t2 });
}
function I(t2) {
return Object(a["a"])({ url: "/appproject/AloneStandardProject/create", method: "post", data: t2 });
}
function C(t2) {
return Object(a["a"])({ url: "/appproject/AloneStandardProject/update", method: "post", data: t2 });
}
function q(t2) {
return Object(a["a"])({ url: "/appproject/AloneStandardProject/pageList", method: "post", data: t2 });
}
function E(t2) {
return Object(a["a"])({ url: "/appproject/AloneStandardProject/delete", method: "post", data: t2 });
}
function k(t2) {
return Object(a["a"])({ url: "/appproject/AloneStandardProject/queryStandImageAssem", method: "post", data: t2 });
}
function P(t2) {
return Object(a["a"])({ url: "/appproject/AloneStandardProject/standImagePage", method: "post", data: t2 });
}
function L(t2) {
return Object(a["a"])({ url: "/appproject/AloneStandardProject/createExampleImage", method: "post", data: t2 });
}
function M(t2) {
return Object(a["a"])({ url: "/appproject/AloneStandardProject/deleteBatch", method: "post", data: t2 });
}
function x(t2) {
return Object(a["a"])({ url: "/appproject/PlanInspectionsStandard/createExampleImageUrl", method: "post", data: t2 });
}
function B(t2) {
return Object(a["a"])({ url: "/appproject/SpaceLocation/queryLocationImage", method: "post", data: t2 });
}
function A(t2) {
return Object(a["a"])({ url: "/appproject/AloneStandardProject/standCloudDownSyncV2", method: "post", data: t2 });
}
function R(t2) {
return Object(a["a"])({ url: "/appproject/ChargeCycle/getList", method: "post", data: t2 });
}
function N(t2) {
return Object(a["a"])({ url: "/space/DeviceParam/deviceParamCloudDownSync", method: "post", data: t2 });
}
function F(t2) {
return Object(a["a"])({ url: "/space/DeviceParam/modifyFirstData", method: "post", data: t2 });
}
function z(t2) {
return Object(a["a"])({ url: "/appproject/ChargeCycle/updateDeviceChargeInfo", method: "post", data: t2 });
}
function Q(t2) {
return Object(a["a"])({ url: "appproject/SpaceLocation/listByTempId", method: "post", data: t2 });
}
function $(t2) {
return Object(a["a"])({ url: "appproject/DeviceBaseInfo/relatedPageList", method: "post", data: t2 });
}
function H(t2) {
return Object(a["a"])({ url: "space/DeviceParam/downloadExcel", method: "post", responseType: "blob", data: t2 });
}
function U(t2, e2) {
return Object(a["a"])({ url: "/appproject/DeviceBaseInfo/importExcel/".concat(e2), method: "post", isReturnResponse: true, responseType: "blob", headers: { "Content-Type": "multipart/form-data;charset=UTF-8" }, data: t2 });
}
function Y(t2) {
return Object(a["a"])({ url: "/appproject/AlarmRecord/earlyWarning", method: "post", data: t2 });
}
function V(t2) {
return Object(a["a"])({ url: "/appproject/AlarmRecord/total", method: "post", data: t2 });
}
function J(t2) {
return Object(a["a"])({ url: "/appproject/DeviceBaseInfo/listByParam", method: "post", data: t2 });
}
function W(t2) {
return Object(a["a"])({ url: "/appproject/DeviceResponsibility/pageList", method: "post", data: t2 });
}
function K(t2) {
return Object(a["a"])({ url: "/appproject/DeviceResponsibility/create", method: "post", data: t2 });
}
function X(t2) {
return Object(a["a"])({ url: "/appproject/DeviceResponsibility/update", method: "post", data: t2 });
}
function G(t2) {
return Object(a["a"])({ url: "/appproject/ElectricMeter/pageList", method: "post", data: t2 });
}
function Z(t2) {
return Object(a["a"])({ url: "/appproject/ElectricMeter/update", method: "post", data: t2 });
}
function tt(t2) {
return Object(a["a"])({ url: "/appproject/ElectricMeter/importExcel", method: "post", isReturnResponse: true, headers: { "Content-Type": "multipart/form-data;charset=UTF-8" }, responseType: "blob", data: t2 });
}
function et(t2) {
return Object(a["a"])({ url: "/appproject/ElectricMeter/findById", method: "post", data: t2 });
}
function rt(t2) {
return Object(a["a"])({ url: "/appproject/ElectricMeter/pageListTotal", method: "post", data: t2 });
}
function at(t2) {
return Object(a["a"])({ url: "/appproject/ElectricMeter/pageRecycled", method: "post", data: t2 });
}
function nt(t2) {
return Object(a["a"])({ url: "/appproject/ElectricMeter/pageRecycledTotal", method: "post", data: t2 });
}
function ot(t2) {
return Object(a["a"])({ url: "/space/DeviceParam/getPrepaymentMeterList", method: "post", data: t2 });
}
function ct(t2) {
return Object(a["a"])({ url: "/appproject/RecyclableElectricMeter/pageList", method: "post", data: t2 });
}
function ut(t2) {
return Object(a["a"])({ url: "/appproject/RecyclableElectricMeter/importExcel", method: "post", isReturnResponse: true, headers: { "Content-Type": "multipart/form-data;charset=UTF-8" }, responseType: "blob", data: t2 });
}
function it(t2) {
return Object(a["a"])({ url: "/appproject/EnergyBoard/getCommonElectricQty", method: "post", data: t2 });
}
function lt(t2) {
return Object(a["a"])({ url: "/appproject/EnergyBoard/getCommonElectricQty2", method: "post", data: t2 });
}
function st(t2) {
return Object(a["a"])({ url: "/appproject/EnergyBoard/getCommonElectricQtyMom", method: "post", data: t2 });
}
function pt(t2) {
return Object(a["a"])({ url: "/appproject/EnergyBoard/getRecyclableAmountYoy", method: "post", data: t2 });
}
function dt(t2) {
return Object(a["a"])({ url: "/appproject/EnergyBoard/getRecyclableElectricQtyYoy", method: "post", data: t2 });
}
function ft(t2) {
return Object(a["a"])({ url: "/appproject/EnergyBoard/getRecyclableElectricQtyMom", method: "post", data: t2 });
}
function mt(t2) {
return Object(a["a"])({ url: "/appproject/EnergyDeviceStatistic/getEnergyDevicePowerMom", method: "post", data: t2 });
}
function ht(t2) {
return Object(a["a"])({ url: "/appproject/EnergyDeviceStatistic/getEnergyDevicePowerYoy", method: "post", data: t2 });
}
function bt(t2) {
return Object(a["a"])({ url: "/appproject/EnergyDeviceStatistic/getEnergyDeviceQtyMom", method: "post", data: t2 });
}
function vt(t2) {
return Object(a["a"])({ url: "/appproject/EnergyDeviceStatistic/getEnergyDeviceQtyYoy", method: "post", data: t2 });
}
function yt(t2) {
return Object(a["a"])({ url: "/appproject/EnergyDeviceStatistic/getShopsEnergyDeviceLevel", method: "post", data: t2 });
}
function jt(t2) {
return Object(a["a"])({ url: "/appproject/MultipathDevice/getMultipathDeviceChart", method: "post", data: t2 });
}
function gt(t2) {
return Object(a["a"])({ url: "/project/RecyclableElectricMeter/update", method: "post", data: t2 });
}
function _t(t2) {
return Object(a["a"])({ url: "/appproject/RecyclableElectricMeter/delete", method: "post", data: t2 });
}
function wt(t2) {
return Object(a["a"])({ url: "/appproject/ElectricMeterFile/create", method: "post", data: t2 });
}
function Ot(t2) {
return Object(a["a"])({ url: "/appproject/ElectricMeterFile/getChargeDateImg", method: "post", data: t2 });
}
function St(t2) {
return Object(a["a"])({ url: "/appproject/ElectricMeterCheck/checkBill", method: "post", data: t2 });
}
function Dt(t2) {
return Object(a["a"])({ url: "/appproject/ElectricMeterCheck/existCheckData", method: "post", data: t2 });
}
function Tt(t2) {
return Object(a["a"])({ url: "/appproject/ElectricMeterCheck/pageList", method: "post", data: t2 });
}
function It(t2) {
return Object(a["a"])({ url: "/appproject/AloneStandardProject/standCloudDownSyncV3", method: "post", data: t2 });
}
} }]);