100 lines
9.9 KiB
JavaScript
100 lines
9.9 KiB
JavaScript
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["chunk-72e4965d"], { "08ff": function(e, t, a) {
|
|
"use strict";
|
|
a("609c");
|
|
}, "42ce": function(e, t, a) {
|
|
"use strict";
|
|
a.d(t, "a", (function() {
|
|
return r;
|
|
})), a.d(t, "b", (function() {
|
|
return o;
|
|
}));
|
|
var n = a("b775");
|
|
function r(e2) {
|
|
return Object(n["a"])({ url: "/appproject/RefundRecord/list", method: "post", data: e2 });
|
|
}
|
|
function o(e2) {
|
|
return Object(n["a"])({ url: "/appproject/RefundRecord/create", method: "post", data: e2 });
|
|
}
|
|
}, "609c": function(e, t, a) {
|
|
}, 6396: function(e, t, a) {
|
|
"use strict";
|
|
Math.easeInOutQuad = function(e2, t2, a2, n) {
|
|
return e2 /= n / 2, e2 < 1 ? a2 / 2 * e2 * e2 + t2 : (e2--, -a2 / 2 * (e2 * (e2 - 2) - 1) + t2);
|
|
};
|
|
(function() {
|
|
window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame;
|
|
})();
|
|
}, "754d": function(e, t, a) {
|
|
"use strict";
|
|
a.r(t);
|
|
var n = function() {
|
|
var e2 = this, t2 = e2.$createElement, a2 = e2._self._c || t2;
|
|
return a2("div", { staticClass: "app-container bgHeight" }, [a2("div", { ref: "box", staticClass: "searchStys transition_dom" }, [a2("el-form", { ref: "query", attrs: { model: e2.query } }, [a2("div", { ref: "form_box", staticClass: "searchBar" }, [a2("div", { staticClass: "searchInput" }, [a2("el-row", { attrs: { gutter: 24 } }, [a2("el-col", { attrs: { span: 6 } }, [a2("el-form-item", { attrs: { prop: "refundNo" } }, [a2("el-input", { attrs: { placeholder: "退款单号", clearable: "" }, model: { value: e2.query.refundNo, callback: function(t3) {
|
|
e2.$set(e2.query, "refundNo", t3);
|
|
}, expression: "query.refundNo" } })], 1)], 1), e2._v(" "), a2("el-col", { attrs: { span: 6 } }, [a2("el-form-item", { attrs: { prop: "receivableNo" } }, [a2("el-input", { attrs: { placeholder: "业务订单号", clearable: "" }, model: { value: e2.query.receivableNo, callback: function(t3) {
|
|
e2.$set(e2.query, "receivableNo", t3);
|
|
}, expression: "query.receivableNo" } })], 1)], 1), e2._v(" "), a2("el-col", { attrs: { span: 6 } }, [a2("el-form-item", { attrs: { prop: "create" } }, [a2("el-date-picker", { attrs: { clearable: "", "value-format": "yyyy-MM-dd", format: "yyyy-MM-dd", type: "date", placeholder: "发起时间" }, model: { value: e2.query.create, callback: function(t3) {
|
|
e2.$set(e2.query, "create", t3);
|
|
}, expression: "query.create" } })], 1)], 1), e2._v(" "), a2("el-col", { attrs: { span: 6 } }, [a2("el-form-item", { attrs: { prop: "memberName" } }, [a2("el-input", { attrs: { placeholder: "发起人", clearable: "" }, model: { value: e2.query.memberName, callback: function(t3) {
|
|
e2.$set(e2.query, "memberName", t3);
|
|
}, expression: "query.memberName" } })], 1)], 1), e2._v(" "), a2("el-col", { attrs: { span: 6 } }, [a2("el-form-item", { attrs: { prop: "content" } }, [a2("el-input", { attrs: { placeholder: "缴费主体", clearable: "" }, model: { value: e2.query.content, callback: function(t3) {
|
|
e2.$set(e2.query, "content", t3);
|
|
}, expression: "query.content" } })], 1)], 1), e2._v(" "), a2("el-col", { attrs: { span: 6 } }, [a2("el-form-item", { attrs: { prop: "chargeDateList" } }, [a2("el-date-picker", { attrs: { type: "months", format: "yyyy-MM", "value-format": "yyyy-MM", placeholder: "请选择账期" }, model: { value: e2.query.chargeDateList, callback: function(t3) {
|
|
e2.$set(e2.query, "chargeDateList", t3);
|
|
}, expression: "query.chargeDateList" } })], 1)], 1)], 1)], 1), e2._v(" "), a2("div", { staticClass: "searchBtn" }, [a2("el-form-item", [a2("el-button", { directives: [{ name: "points", rawName: "v-points", value: 500, expression: "500" }], on: { click: function(t3) {
|
|
return e2.resetForm("query");
|
|
} } }, [e2._v("重置")]), e2._v(" "), a2("el-button", { directives: [{ name: "points", rawName: "v-points", value: 500, expression: "500" }], attrs: { type: "primary" }, on: { click: e2.onSearch } }, [e2._v("查询")]), e2._v(" "), e2.is_show ? e2._e() : a2("el-button", { directives: [{ name: "points", rawName: "v-points", value: 500, expression: "500" }], attrs: { type: "text" }, on: { click: e2.upAndDown } }, [e2._v("展开"), a2("i", { staticClass: "el-icon-arrow-down" })]), e2._v(" "), e2.is_show ? a2("el-button", { directives: [{ name: "points", rawName: "v-points", value: 500, expression: "500" }], attrs: { type: "text" }, on: { click: e2.upAndDown } }, [e2._v("收起"), a2("i", { staticClass: "el-icon-arrow-up" })]) : e2._e()], 1)], 1)])])], 1), e2._v(" "), a2("el-card", { staticClass: "box-card", attrs: { shadow: "never" } }, [a2("div", { staticClass: "planLst", attrs: { slot: "header" }, slot: "header" }, [a2("span", { staticClass: "planTitle" }, [e2._v("退款记录列表")])]), e2._v(" "), a2("el-table", { directives: [{ name: "loading", rawName: "v-loading", value: e2.listLoading, expression: "listLoading" }], attrs: { border: "", data: e2.listTable, "header-cell-style": e2.headClass, "tooltip-effect": "dark" } }, [a2("el-table-column", { attrs: { label: "#", align: "center", "min-width": "50", fixed: "left" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
|
|
return [a2("span", [e2._v(e2._s(t3.$index + (e2.query.pageNumber - 1) * e2.query.pageSize + 1) + "\n ")])];
|
|
} }]) }), e2._v(" "), a2("el-table-column", { attrs: { label: "缴费主体", align: "center", "show-overflow-tooltip": "", "min-width": "180", fixed: "left" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
|
|
return [a2("span", [e2._v(e2._s(t3.row.content ? t3.row.content : "-") + " ")])];
|
|
} }]) }), e2._v(" "), a2("el-table-column", { attrs: { prop: "refundNo", label: "被含退款单号", "min-width": "140", align: "center" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
|
|
return [e2._v("\n " + e2._s(t3.row.refundNo ? t3.row.refundNo : "-") + "\n ")];
|
|
} }]) }), e2._v(" "), a2("el-table-column", { attrs: { prop: "receivableNo", label: "业务订单号", "min-width": "140", align: "center" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
|
|
return [e2._v("\n " + e2._s(t3.row.receivableNo ? t3.row.receivableNo : "-") + "\n ")];
|
|
} }]) }), e2._v(" "), a2("el-table-column", { attrs: { prop: "baseAmount", label: "归属本业务订单现金", "min-width": "140", align: "center" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
|
|
return [e2._v("\n " + e2._s(t3.row.baseAmount ? t3.row.baseAmount : "-") + "\n ")];
|
|
} }]) }), e2._v(" "), a2("el-table-column", { attrs: { prop: "feeAmount", label: "归属本业务订单雨滴", "min-width": "140", align: "center" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
|
|
return [e2._v("\n " + e2._s(t3.row.feeAmount ? t3.row.feeAmount : "-") + "\n ")];
|
|
} }]) }), e2._v(" "), a2("el-table-column", { attrs: { prop: "receivableNo", label: "支付方向", "min-width": "80", align: "center" } }, [[e2._v("退款")]], 2), e2._v(" "), a2("el-table-column", { attrs: { prop: "chargeDate", label: "账期", "min-width": "80", align: "center" } }), e2._v(" "), a2("el-table-column", { attrs: { prop: "createdTime", label: "发起时间", "min-width": "160", align: "center" } }), e2._v(" "), a2("el-table-column", { attrs: { prop: "memberName", label: "发起人", "min-width": "100", align: "center" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
|
|
return [e2._v("\n " + e2._s(t3.row.memberName ? t3.row.memberName : "-") + "\n ")];
|
|
} }]) }), e2._v(" "), a2("el-table-column", { attrs: { prop: "remark", label: "退款备注", "min-width": "140", align: "center", "show-overflow-tooltip": "" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
|
|
return [e2._v("\n " + e2._s(t3.row.remark ? t3.row.remark : "-") + "\n ")];
|
|
} }]) })], 1), e2._v(" "), a2("div", { staticClass: "pagination" }, [a2("Pagination", { attrs: { total: e2.pageTotal }, on: { handleCurrentChange: e2.handleCurrentChange, handleSizeChange: e2.handleSizeChange } })], 1)], 1)], 1);
|
|
}, r = [], o = a("333d"), i = a("42ce"), s = { components: { Pagination: o["a"] }, data: function() {
|
|
return { is_show: false, height: "", isShow: false, pageTotal: 0, listLoading: false, listTable: [], taskDate: "", totalMoney: 0, query: { chargeDateList: [], pageNumber: 1, pageSize: 10, receivableNo: "", refundNo: "", create: "", memberName: "", content: "" } };
|
|
}, beforeRouteEnter: function(e2, t2, a2) {
|
|
a2((function(t3) {
|
|
var a3 = e2.name, n2 = JSON.parse(sessionStorage.getItem(a3));
|
|
n2 && (t3.query = n2), t3.getlistData();
|
|
}));
|
|
}, mounted: function() {
|
|
this.getRealHeight();
|
|
}, created: function() {
|
|
this.headClass(), this.getlistData();
|
|
}, methods: { getlistData: function() {
|
|
var e2 = this;
|
|
this.listLoading = true, this.query.projectUuid = this.$store.state.community_uuid, Object(i["a"])(this.query).then((function(t2) {
|
|
0 == t2.code && (e2.listTable = t2.data.records, e2.pageTotal = t2.data.rowsCount, e2.totalMoney = t2.data.totalAmount);
|
|
})), this.listLoading = false;
|
|
}, onSearch: function() {
|
|
this.query.pageNumber = 1, this.getlistData();
|
|
}, handleSizeChange: function(e2) {
|
|
this.query.pageSize = e2.limit, this.query.pageNumber = 1, this.getlistData();
|
|
}, handleCurrentChange: function(e2) {
|
|
this.query.pageNumber = e2.currentPage, this.getlistData();
|
|
}, resetForm: function(e2) {
|
|
this.$refs[e2].resetFields(), this.query.pageNumber = 1, this.getlistData();
|
|
}, handleSlow: function() {
|
|
this.isShow = !this.isShow;
|
|
}, headClass: function() {
|
|
return "text-align:center;background:#FAFAFA;";
|
|
}, upAndDown: function() {
|
|
this.is_show ? this.$refs.box.style.height = "80px" : this.$refs.box.style.height = this.height, this.is_show = !this.is_show;
|
|
}, getRealHeight: function() {
|
|
this.$nextTick((function() {
|
|
this.height = this.$refs.form_box.offsetHeight + "px";
|
|
}));
|
|
} } }, l = s, c = (a("08ff"), a("829d")), u = Object(c["a"])(l, n, r, false, null, "568ab4ed", null);
|
|
t["default"] = u.exports;
|
|
} }]);
|