386 lines
23 KiB
JavaScript
386 lines
23 KiB
JavaScript
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["chunk-6b26c6d8"], { "0b37": function(t, e, n) {
|
|
"use strict";
|
|
n.d(e, "a", (function() {
|
|
return r;
|
|
})), n.d(e, "b", (function() {
|
|
return o;
|
|
})), n.d(e, "c", (function() {
|
|
return a;
|
|
})), n.d(e, "d", (function() {
|
|
return u;
|
|
})), n.d(e, "f", (function() {
|
|
return i;
|
|
})), n.d(e, "e", (function() {
|
|
return c;
|
|
}));
|
|
n("8dee"), n("e680"), n("4057"), n("fc02");
|
|
function r(t2, e2) {
|
|
var n2, r2, o2, a2;
|
|
try {
|
|
n2 = t2.toString().split(".")[1].length;
|
|
} catch (i2) {
|
|
n2 = 0;
|
|
}
|
|
try {
|
|
r2 = e2.toString().split(".")[1].length;
|
|
} catch (i2) {
|
|
r2 = 0;
|
|
}
|
|
if (a2 = Math.abs(n2 - r2), o2 = Math.pow(10, Math.max(n2, r2)), a2 > 0) {
|
|
var u2 = Math.pow(10, a2);
|
|
n2 > r2 ? (t2 = Number(t2.toString().replace(".", "")), e2 = Number(e2.toString().replace(".", "")) * u2) : (t2 = Number(t2.toString().replace(".", "")) * u2, e2 = Number(e2.toString().replace(".", "")));
|
|
} else t2 = Number(t2.toString().replace(".", "")), e2 = Number(e2.toString().replace(".", ""));
|
|
return (t2 + e2) / o2;
|
|
}
|
|
function o(t2, e2) {
|
|
var n2, r2, o2 = 0, a2 = 0;
|
|
try {
|
|
o2 = t2.toString().split(".")[1].length;
|
|
} catch (u2) {
|
|
}
|
|
try {
|
|
a2 = e2.toString().split(".")[1].length;
|
|
} catch (u2) {
|
|
}
|
|
return n2 = Number(t2.toString().replace(".", "")), r2 = Number(e2.toString().replace(".", "")), n2 / r2 * Math.pow(10, a2 - o2);
|
|
}
|
|
function a(t2, e2) {
|
|
var n2 = 0, r2 = t2.toString(), o2 = e2.toString();
|
|
try {
|
|
n2 += r2.split(".")[1].length;
|
|
} catch (a2) {
|
|
}
|
|
try {
|
|
n2 += o2.split(".")[1].length;
|
|
} catch (a2) {
|
|
}
|
|
return Number(r2.replace(".", "")) * Number(o2.replace(".", "")) / Math.pow(10, n2);
|
|
}
|
|
function u(t2, e2) {
|
|
var n2, r2, o2, a2;
|
|
try {
|
|
n2 = t2.toString().split(".")[1].length;
|
|
} catch (u2) {
|
|
n2 = 0;
|
|
}
|
|
try {
|
|
r2 = e2.toString().split(".")[1].length;
|
|
} catch (u2) {
|
|
r2 = 0;
|
|
}
|
|
return o2 = Math.pow(10, Math.max(n2, r2)), a2 = n2 >= r2 ? n2 : r2, (Math.round(t2 * o2 - e2 * o2) / o2).toFixed(a2);
|
|
}
|
|
function i(t2, e2) {
|
|
if (0 == t2 && (t2 = 0), /[^[\-|0-9][0-9]*]/.test(t2)) return "0";
|
|
if (null == t2 || "" === t2) return "";
|
|
t2 = t2.toString().replace(/^(-\d*)$/, "$1."), t2 = t2.toString().replace(/^(\d*)$/, "$1."), t2 = (t2 + "00").replace(/(\d*\.\d\d)\d*/, "$1"), t2 = t2.replace(".", ",");
|
|
var n2 = /(\d)(\d{3},)/;
|
|
while (n2.test(t2)) t2 = t2.replace(n2, "$1,$2");
|
|
if (t2 = t2.replace(/,(\d\d)$/, ".$1"), 0 === e2 || void 0 === e2) {
|
|
var r2 = t2.split(".");
|
|
"00" == r2[1] && (t2 = r2[0]);
|
|
}
|
|
return t2;
|
|
}
|
|
function c(t2, e2) {
|
|
t2 = t2.toString();
|
|
var n2 = t2.indexOf(".");
|
|
return t2 = -1 !== n2 ? t2.substring(0, e2 + n2 + 1) : t2.substring(0), parseFloat(t2).toFixed(e2);
|
|
}
|
|
}, "44e7": function(t, e, n) {
|
|
"use strict";
|
|
n.r(e);
|
|
var r = function() {
|
|
var t2 = this, e2 = t2.$createElement, n2 = t2._self._c || e2;
|
|
return n2("div", { staticClass: "todayDynamicsbox" }, [n2("div", { staticClass: "box-container todayDynamicsTable detaPlatformTable" }, [n2("el-table", { directives: [{ name: "loading", rawName: "v-loading", value: t2.listLoading, expression: "listLoading" }], staticClass: "todayDynamics", attrs: { size: "small", height: t2.tableHeight, "element-loading-background": "rgba(0, 0, 0, 0.1)", data: t2.tableList, "row-class-name": t2.tableRowClassName, "cell-style": t2.cellStyle } }, [n2("el-table-column", { attrs: { label: "统计科目", align: "center" } }, [n2("el-table-column", { attrs: { prop: "subCode", label: "#", "min-width": "50", align: "left", "show-overflow-tooltip": "" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("span", [t2._v(t2._s(e3.$index + 1) + " ")])];
|
|
} }]) }), t2._v(" "), n2("el-table-column", { attrs: { prop: "projectName", label: "项目名称", "min-width": "120", align: "left", "show-overflow-tooltip": "", "label-class-name": "titleBlue" } })], 1), t2._v(" "), n2("el-table-column", { attrs: { align: "center" } }, [n2("template", { slot: "header" }, [t2._v("\n 账期收入\n "), n2("el-tooltip", { staticClass: "item", attrs: { effect: "dark", content: t2.accountingPeriodText, placement: "top-start" } }, [n2("i", { staticClass: "el-icon-question itemcursor" })])], 1), t2._v(" "), n2("el-table-column", { attrs: { label: "Q往年回款", "min-width": "120", align: "right" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("el-popover", { attrs: { "popper-class": "rePopoverOwner", placement: "top", "visible-arrow": false, effect: "dark", width: "200", trigger: "hover" } }, [n2("div", [n2("p", [t2._v("货币收入:" + t2._s(t2._f("formatMoney")(e3.row.previousYearsRealAmount)))]), t2._v(" "), n2("p", [t2._v("雨滴减免:" + t2._s(t2._f("formatMoney")(e3.row.previousYearsReductionAmount)))])]), t2._v(" "), n2("div", { attrs: { slot: "reference" }, slot: "reference" }, [t2._v(t2._s(t2._f("formatMoney")(t2.amountCalculation(e3.row.previousYearsRealAmount, e3.row.previousYearsReductionAmount))))])])];
|
|
} }]) }), t2._v(" "), n2("el-table-column", { attrs: { prop: "unPreviousYearsAmount", label: "应收未收款", "min-width": "120", align: "right" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("div", { staticClass: "unamout" }, [t2._v(t2._s(t2._f("formatMoney")(e3.row.unPreviousYearsAmount)))])];
|
|
} }]) }), t2._v(" "), n2("el-table-column", { attrs: { prop: "money", label: "Q去年回款", "min-width": "120", align: "right", "label-class-name": "titleBlue" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("el-popover", { attrs: { "popper-class": "rePopoverOwner", placement: "top", "visible-arrow": false, effect: "dark", width: "200", trigger: "hover" } }, [n2("div", [n2("p", [t2._v("货币收入:" + t2._s(t2._f("formatMoney")(e3.row.lastYearsRealAmount)))]), t2._v(" "), n2("p", [t2._v("雨滴减免:" + t2._s(t2._f("formatMoney")(e3.row.lastYearsReductionAmount)))])]), t2._v(" "), n2("div", { attrs: { slot: "reference" }, slot: "reference" }, [t2._v(t2._s(t2._f("formatMoney")(t2.amountCalculation(e3.row.lastYearsRealAmount, e3.row.lastYearsReductionAmount))))])])];
|
|
} }]) }), t2._v(" "), n2("el-table-column", { attrs: { prop: "unLastYearsAmount", label: "应收未收款", "min-width": "120", align: "right", "label-class-name": "titleBlue" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("div", { staticClass: "unamout" }, [t2._v(t2._s(t2._f("formatMoney")(e3.row.unLastYearsAmount)))])];
|
|
} }]) }), t2._v(" "), n2("el-table-column", { attrs: { prop: "money", label: "Q本年回款", "min-width": "120", align: "right" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("el-popover", { attrs: { "popper-class": "rePopoverOwner", placement: "top", "visible-arrow": false, effect: "dark", width: "200", trigger: "hover" } }, [n2("div", [n2("p", [t2._v("货币收入:" + t2._s(t2._f("formatMoney")(e3.row.currentYearRealAmount)))]), t2._v(" "), n2("p", [t2._v("雨滴减免:" + t2._s(t2._f("formatMoney")(e3.row.currentYearReductionAmount)))])]), t2._v(" "), n2("div", { attrs: { slot: "reference" }, slot: "reference" }, [t2._v(t2._s(t2._f("formatMoney")(t2.amountCalculation(e3.row.currentYearRealAmount, e3.row.currentYearReductionAmount))))])])];
|
|
} }]) }), t2._v(" "), n2("el-table-column", { attrs: { prop: "unCurrentYearAmount", label: "应收未收款", "min-width": "120", align: "right" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("div", { staticClass: "unamout" }, [t2._v(t2._s(t2._f("formatMoney")(e3.row.unCurrentYearAmount)))])];
|
|
} }]) }), t2._v(" "), n2("el-table-column", { attrs: { prop: "money", label: "DL往月回款", "min-width": "120", align: "right", "label-class-name": "titleBlue" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("el-popover", { attrs: { "popper-class": "rePopoverOwner", placement: "top", "visible-arrow": false, effect: "dark", width: "200", trigger: "hover" } }, [n2("div", [n2("p", [t2._v("货币收入:" + t2._s(t2._f("formatMoney")(e3.row.currentYearBeforeRealAmount)))]), t2._v(" "), n2("p", [t2._v("雨滴减免:" + t2._s(t2._f("formatMoney")(e3.row.currentYearBeforeReductionAmount)))])]), t2._v(" "), n2("div", { attrs: { slot: "reference" }, slot: "reference" }, [t2._v(t2._s(t2._f("formatMoney")(t2.amountCalculation(e3.row.currentYearBeforeRealAmount, e3.row.currentYearBeforeReductionAmount))))])])];
|
|
} }]) }), t2._v(" "), n2("el-table-column", { attrs: { prop: "unCurrentYearBeforeMonthAmount", label: "应收未收款", "min-width": "120", align: "right", "label-class-name": "titleBlue" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("div", { staticClass: "unamout" }, [t2._v(t2._s(t2._f("formatMoney")(e3.row.unCurrentYearBeforeMonthAmount)))])];
|
|
} }]) }), t2._v(" "), n2("el-table-column", { attrs: { prop: "money", label: "D本月回款", "min-width": "120", align: "right" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("el-popover", { attrs: { "popper-class": "rePopoverOwner", placement: "top", "visible-arrow": false, effect: "dark", width: "200", trigger: "hover" } }, [n2("div", [n2("p", [t2._v("货币收入:" + t2._s(t2._f("formatMoney")(e3.row.currentMonthRealAmount)))]), t2._v(" "), n2("p", [t2._v("雨滴减免:" + t2._s(t2._f("formatMoney")(e3.row.currentMonthReductionAmount)))])]), t2._v(" "), n2("div", { attrs: { slot: "reference" }, slot: "reference" }, [t2._v(t2._s(t2._f("formatMoney")(t2.amountCalculation(e3.row.currentMonthRealAmount, e3.row.currentMonthReductionAmount))))])])];
|
|
} }]) }), t2._v(" "), n2("el-table-column", { attrs: { prop: "unCurrentMonthAmount", label: "应收未收款", "min-width": "120", align: "right" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("div", { staticClass: "unamout" }, [t2._v(t2._s(t2._f("formatMoney")(e3.row.unCurrentMonthAmount)))])];
|
|
} }]) }), t2._v(" "), n2("el-table-column", { attrs: { prop: "currentRate", label: "同比", "min-width": "80", align: "right", "label-class-name": "titleBlue" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("div", { staticClass: "unamout" }, [t2._v(t2._s(t2._f("decimalProcessing")(e3.row.currentRate)) + "%")])];
|
|
} }]) })], 2), t2._v(" "), n2("el-table-column", { attrs: { align: "center" } }, [n2("template", { slot: "header" }, [t2._v("\n 现金流收入\n "), n2("el-tooltip", { staticClass: "item", attrs: { effect: "dark", content: t2.cashFlowDes, placement: "top-start" } }, [n2("i", { staticClass: "el-icon-question itemcursor" })])], 1), t2._v(" "), n2("el-table-column", { attrs: { prop: "money", label: "本月流入", "min-width": "120", align: "right" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("el-popover", { attrs: { "popper-class": "rePopoverOwner", placement: "top", "visible-arrow": false, effect: "dark", width: "200", trigger: "hover" } }, [n2("div", [n2("p", [t2._v("货币收入:" + t2._s(t2._f("formatMoney")(e3.row.monthRealAmount)))]), t2._v(" "), n2("p", [t2._v("雨滴减免:" + t2._s(t2._f("formatMoney")(e3.row.monthReductionAmount)))])]), t2._v(" "), n2("div", { attrs: { slot: "reference" }, slot: "reference" }, [t2._v(t2._s(t2._f("formatMoney")(t2.amountCalculation(e3.row.monthRealAmount, e3.row.monthReductionAmount))))])])];
|
|
} }]) }), t2._v(" "), n2("el-table-column", { attrs: { prop: "currentMonthRate", label: "同比", "min-width": "80", align: "right", "label-class-name": "titleBlue" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("div", { staticClass: "unamout" }, [t2._v(t2._s(t2._f("decimalProcessing")(e3.row.currentMonthRate)) + "%")])];
|
|
} }]) }), t2._v(" "), n2("el-table-column", { attrs: { prop: "money", label: "近七天流入", "min-width": "120", align: "right", "label-class-name": "titleBlue" }, scopedSlots: t2._u([{ key: "default", fn: function(e3) {
|
|
return [n2("el-popover", { attrs: { "popper-class": "rePopoverOwner", placement: "top", "visible-arrow": false, effect: "dark", width: "200", trigger: "hover" } }, [n2("div", [n2("p", [t2._v("货币收入:" + t2._s(t2._f("formatMoney")(e3.row.weekRealAmount)))]), t2._v(" "), n2("p", [t2._v("雨滴减免:" + t2._s(t2._f("formatMoney")(e3.row.weekReductionAmount)))])]), t2._v(" "), n2("div", { attrs: { slot: "reference" }, slot: "reference" }, [t2._v(t2._s(t2._f("formatMoney")(t2.amountCalculation(e3.row.weekRealAmount, e3.row.weekReductionAmount))))])])];
|
|
} }]) })], 2)], 1)], 1)]);
|
|
}, o = [], a = n("b071"), u = n("0b37"), i = { name: "incomeStatementTable", props: ["subjectName"], data: function() {
|
|
return { companyId: "", accountingPeriodText: "按“计费账期”统计本年度各账期的收费金额", cashFlowDes: "按“支付时间”统计各时间段的收入", tableList: [], listLoading: false, isMobile: false, queryResult: [], subjectCode: "1801.1", tableHeight: null };
|
|
}, mounted: function() {
|
|
this.$route.query.code ? (this.companyId = this.$route.query.code, this.isMobile = true, this.subjectCode = "1801.1.1.1.1") : (this.isMobile = false, this.subjectCode = "1801.1", this.companyId = JSON.parse(window.localStorage.getItem("companyInfo")).osId), this.initPageTableHeight(), this.initPageData();
|
|
}, methods: { initPageTableHeight: function() {
|
|
if (this.isMobile) this.tableHeight = window.innerWidth - 24;
|
|
else {
|
|
var t2 = document.getElementsByClassName("R2-navbar")[0].clientHeight, e2 = document.getElementsByClassName("incomeHeader")[0].clientHeight;
|
|
this.tableHeight = window.innerHeight - t2 - e2 - 24;
|
|
}
|
|
}, initPageData: function() {
|
|
this.getList();
|
|
}, getList: function() {
|
|
var t2 = this;
|
|
this.listLoading = true, Object(a["n"])({ companyId: this.companyId }).then((function(e2) {
|
|
0 === e2.code ? (t2.queryResult = e2.data, t2.handelTableData()) : t2.tableList = [], t2.listLoading = false;
|
|
}));
|
|
}, handelTableData: function() {
|
|
var t2 = this, e2 = this.queryResult;
|
|
if (e2.length > 0) {
|
|
var n2 = [];
|
|
e2.map((function(e3) {
|
|
var r2 = e3.dtoList, o2 = r2.filter((function(e4) {
|
|
return e4.subCode === t2.subjectCode;
|
|
}));
|
|
o2.length > 0 && (o2[0] = Object.assign(o2[0], { projectName: e3.projectName })), n2 = 0 === n2.length ? o2 : n2.concat(o2);
|
|
})), this.$emit("updataStatisicsTime", e2[0].dtoList.length > 0 ? e2[0].dtoList[0].updateTime : "-"), 0 === n2.length ? this.tableList = [] : this.tableList = n2;
|
|
} else this.tableList = [];
|
|
}, updataTableRender: function(t2) {
|
|
console.log("list", t2), this.subjectCode = t2[0], this.handelTableData();
|
|
}, tableRowClassName: function(t2) {
|
|
t2.row;
|
|
var e2 = t2.rowIndex;
|
|
return (e2 + 1) % 2 === 0 ? "detaPlatRow-even" : "detaPlatRow-odd";
|
|
}, cellStyle: function(t2) {
|
|
t2.row, t2.column, t2.rowIndex, t2.columnIndex;
|
|
return "";
|
|
}, amountCalculation: function(t2, e2) {
|
|
return Object(u["a"])(t2, e2);
|
|
} } }, c = i, l = (n("5598"), n("829d")), s = Object(l["a"])(c, r, o, false, null, "faa920d6", null);
|
|
e["default"] = s.exports;
|
|
}, 5598: function(t, e, n) {
|
|
"use strict";
|
|
n("79f2");
|
|
}, "79f2": function(t, e, n) {
|
|
}, b071: function(t, e, n) {
|
|
"use strict";
|
|
n.d(e, "n", (function() {
|
|
return o;
|
|
})), n.d(e, "q", (function() {
|
|
return a;
|
|
})), n.d(e, "o", (function() {
|
|
return u;
|
|
})), n.d(e, "r", (function() {
|
|
return i;
|
|
})), n.d(e, "E", (function() {
|
|
return c;
|
|
})), n.d(e, "D", (function() {
|
|
return l;
|
|
})), n.d(e, "N", (function() {
|
|
return s;
|
|
})), n.d(e, "K", (function() {
|
|
return d;
|
|
})), n.d(e, "F", (function() {
|
|
return p;
|
|
})), n.d(e, "p", (function() {
|
|
return m;
|
|
})), n.d(e, "G", (function() {
|
|
return f;
|
|
})), n.d(e, "H", (function() {
|
|
return h;
|
|
})), n.d(e, "O", (function() {
|
|
return b;
|
|
})), n.d(e, "k", (function() {
|
|
return v;
|
|
})), n.d(e, "M", (function() {
|
|
return g;
|
|
})), n.d(e, "l", (function() {
|
|
return y;
|
|
})), n.d(e, "j", (function() {
|
|
return _;
|
|
})), n.d(e, "i", (function() {
|
|
return w;
|
|
})), n.d(e, "L", (function() {
|
|
return O;
|
|
})), n.d(e, "x", (function() {
|
|
return S;
|
|
})), n.d(e, "y", (function() {
|
|
return k;
|
|
})), n.d(e, "c", (function() {
|
|
return T;
|
|
})), n.d(e, "d", (function() {
|
|
return j;
|
|
})), n.d(e, "b", (function() {
|
|
return P;
|
|
})), n.d(e, "w", (function() {
|
|
return C;
|
|
})), n.d(e, "v", (function() {
|
|
return R;
|
|
})), n.d(e, "C", (function() {
|
|
return M;
|
|
})), n.d(e, "a", (function() {
|
|
return A;
|
|
})), n.d(e, "A", (function() {
|
|
return L;
|
|
})), n.d(e, "t", (function() {
|
|
return x;
|
|
})), n.d(e, "B", (function() {
|
|
return Y;
|
|
})), n.d(e, "u", (function() {
|
|
return B;
|
|
})), n.d(e, "s", (function() {
|
|
return N;
|
|
})), n.d(e, "z", (function() {
|
|
return I;
|
|
})), n.d(e, "P", (function() {
|
|
return $;
|
|
})), n.d(e, "g", (function() {
|
|
return D;
|
|
})), n.d(e, "h", (function() {
|
|
return H;
|
|
})), n.d(e, "f", (function() {
|
|
return W;
|
|
})), n.d(e, "e", (function() {
|
|
return q;
|
|
})), n.d(e, "m", (function() {
|
|
return E;
|
|
})), n.d(e, "I", (function() {
|
|
return F;
|
|
})), n.d(e, "J", (function() {
|
|
return J;
|
|
}));
|
|
var r = n("b775");
|
|
function o(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/currentYearTotal", method: "POST", data: t2 });
|
|
}
|
|
function a(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/employeeReport", method: "POST", data: t2 });
|
|
}
|
|
function u(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/currentYearTotalTask", method: "POST", data: t2 });
|
|
}
|
|
function i(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/employeeReportTask", method: "POST", data: t2 });
|
|
}
|
|
function c(t2) {
|
|
return Object(r["a"])({ url: "/company/Assess/pageListAssess", method: "POST", data: t2 });
|
|
}
|
|
function l(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/chargeTotal", method: "POST", data: t2 });
|
|
}
|
|
function s(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/currentTotalTask", method: "POST", data: t2 });
|
|
}
|
|
function d(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/syncTaskV2", method: "POST", data: t2 });
|
|
}
|
|
function p(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/syncUpdate", method: "POST", data: t2 });
|
|
}
|
|
function m(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/downloadChargeTotal", method: "POST", responseType: "blob", data: t2 });
|
|
}
|
|
function f(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/spaceTaskStatistics/pageList", method: "POST", data: t2 });
|
|
}
|
|
function h(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/spaceTaskStatistics/exportByMonth", method: "POST", responseType: "blob", data: t2 });
|
|
}
|
|
function b(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/spaceTaskStatistics/statistics", method: "POST", data: t2 });
|
|
}
|
|
function v(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/ContractTaskStatistics/pageList", method: "POST", data: t2 });
|
|
}
|
|
function g(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/ContractTaskStatistics/statistics", method: "POST", data: t2 });
|
|
}
|
|
function y(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/ContractTaskStatistics/pageItemList", method: "POST", data: t2 });
|
|
}
|
|
function _(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/ContractExecuteStatistics/pageList", method: "POST", data: t2 });
|
|
}
|
|
function w(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/ContractExecuteStatistics/export", method: "POST", responseType: "blob", data: t2 });
|
|
}
|
|
function O(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/ContractExecuteStatistics/statistics", method: "POST", data: t2 });
|
|
}
|
|
function S(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/InspectSubscribe/reportPageList", method: "POST", data: t2 });
|
|
}
|
|
function k(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/InspectSubscribe/exportReport", method: "POST", responseType: "blob", data: t2 });
|
|
}
|
|
function T(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/TaskStatisticsReport/pageList", method: "POST", data: t2 });
|
|
}
|
|
function j(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/TaskStatisticsReport/statistics", method: "POST", data: t2 });
|
|
}
|
|
function P(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/TaskStatisticsReport/exportReport", method: "POST", responseType: "blob", data: t2 });
|
|
}
|
|
function C(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/personWeekInfo", method: "POST", data: t2 });
|
|
}
|
|
function R(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/downloadWeekInfo", method: "POST", responseType: "blob", data: t2 });
|
|
}
|
|
function M(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/projectWxpublicUser", method: "POST", data: t2 });
|
|
}
|
|
function A(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/TaskStatisticsReport/projectPageList", method: "POST", data: t2 });
|
|
}
|
|
function L(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/PostponeWorder/projectOrderStatisticsPage", method: "POST", data: t2 });
|
|
}
|
|
function x(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/PostponeWorder/memberOrderPage", method: "POST", data: t2 });
|
|
}
|
|
function Y(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/TaskStatisticsReport/projectPageByTaskType", method: "POST", data: t2 });
|
|
}
|
|
function B(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/TaskStatisticsReport/pageByTaskType", method: "POST", data: t2 });
|
|
}
|
|
function N(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/WorkOrder/memberOrderPage", method: "POST", data: t2 });
|
|
}
|
|
function I(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/PostponeWorder/export", method: "POST", responseType: "blob", data: t2 });
|
|
}
|
|
function $(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/WorkOrder/export", method: "POST", responseType: "blob", data: t2 });
|
|
}
|
|
function D(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/ChargeReportByCharge/pageList", method: "POST", data: t2 });
|
|
}
|
|
function H(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/ChargeReportByCharge/pageList/sum", method: "POST", data: t2 });
|
|
}
|
|
function W(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/ChargeReportByCharge/out/excel", method: "POST", responseType: "blob", data: t2 });
|
|
}
|
|
function q(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/calculated/rate", method: "POST", data: t2 });
|
|
}
|
|
function E(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/data/project/ChargeReportByCharge/current/by/charges", method: "POST", data: t2 });
|
|
}
|
|
function F(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/CustomerVisit/statisticsCustomerVisit", method: "POST", data: t2 });
|
|
}
|
|
function J(t2) {
|
|
return Object(r["a"])({ url: "/hakocompany/CustomerVisit/export", method: "POST", responseType: "blob", data: t2 });
|
|
}
|
|
} }]);
|