mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 查询接口页面
This commit is contained in:
@@ -494,13 +494,13 @@ export default {
|
|||||||
},
|
},
|
||||||
// 获取订单总金额数据
|
// 获取订单总金额数据
|
||||||
getOrderTotalData() {
|
getOrderTotalData() {
|
||||||
totalData(this.queryParams).then((response) => {
|
// totalData(this.queryParams).then((response) => {
|
||||||
console.log("getOrderTotalData", response);
|
// console.log("getOrderTotalData", response);
|
||||||
this.dateDescription = response.data.dateDescription;
|
// this.dateDescription = response.data.dateDescription;
|
||||||
this.sumOrderAmount = response.data.sumOrderAmount;
|
// this.sumOrderAmount = response.data.sumOrderAmount;
|
||||||
this.sumUsedElectricity = response.data.sumUsedElectricity;
|
// this.sumUsedElectricity = response.data.sumUsedElectricity;
|
||||||
this.sumSettleAmount = response.data.sumSettleAmount;
|
// this.sumSettleAmount = response.data.sumSettleAmount;
|
||||||
});
|
// });
|
||||||
},
|
},
|
||||||
// 取消按钮
|
// 取消按钮
|
||||||
cancel() {
|
cancel() {
|
||||||
@@ -541,7 +541,7 @@ export default {
|
|||||||
// 获取订单列表
|
// 获取订单列表
|
||||||
this.getList();
|
this.getList();
|
||||||
// 获取订单总金额
|
// 获取订单总金额
|
||||||
this.getOrderTotalData();
|
// this.getOrderTotalData();
|
||||||
},
|
},
|
||||||
/** 重置按钮操作 */
|
/** 重置按钮操作 */
|
||||||
resetQuery() {
|
resetQuery() {
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ export default {
|
|||||||
// 查询站点列表
|
// 查询站点列表
|
||||||
this.getStationList();
|
this.getStationList();
|
||||||
// 获取订单总金额
|
// 获取订单总金额
|
||||||
this.getOrderTotalData();
|
// this.getOrderTotalData();
|
||||||
},
|
},
|
||||||
/** 查询订单列表 */
|
/** 查询订单列表 */
|
||||||
getList() {
|
getList() {
|
||||||
|
|||||||
Reference in New Issue
Block a user