Commit b205c091 authored by hanfeng's avatar hanfeng

首页订单统计

parent 12a0da55
...@@ -522,9 +522,9 @@ ...@@ -522,9 +522,9 @@
var that = this; var that = this;
orderStatistics(4).then(res => { orderStatistics(4).then(res => {
if (res.status == 200) { if (res.status == 200) {
that.totalGmv = res.data.totalGmv that.totalGmv = res.data.totalOrders;
that.totalSecurityDeposit = res.data.totalSecurityDeposit that.totalSecurityDeposit = res.data.totalOutstandingDeposit;
that.peichang = Number(Number(res.data.totalCompensation)+Number(res.data.totalForfeit)+Number(res.data.totalPenalSum)+Number(res.data.totalPostpone)).toFixed(2) that.peichang = res.data.additionalIndemnity;
} else { } else {
this.$notify({ this.$notify({
title: '失败', title: '失败',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment