This commit is contained in:
linfso 2024-11-25 16:59:17 +08:00
parent eb38553ed7
commit 04a8aff569

View File

@ -147,57 +147,31 @@
</CardWithHeader>
<CardWithHeader header="回款预警统计" height="146px" >
<CardWithHeader header="个人回款/提成统计" height="146px" >
<template v-slot:body>
<div class="h-overview">
<el-row>
<el-col :span="6">
<el-col :span="6">
<div class="count">
<span @click="goRouter('/websites')">{{queryStatInfoMap?queryStatInfoMap.totalSettlementWeight:0}}</span>
<span @click="goRouter('/')">0/0</span>
</div>
<!-- <i class="icon iconfont icon-RectangleCopy141" style="color:#2296f3;font-size: 25px;"></i> -->
<div class="title">结算重量(kg)</div>
<div class="title">未回款:票数/金额</div>
</el-col>
<el-col :span="6">
<div class="count">
<span @click="goRouter('/websites')">{{queryStatInfoMap?queryStatInfoMap.totalFreight:0}}</span>
<span @click="goRouter('/')">0/0</span>
</div>
<!-- <i class="icon iconfont icon-RectangleCopy141" style="color:#2296f3;font-size: 25px;"></i> -->
<div class="title">应收总运费(kg)</div>
<div class="title">未开票:票数/金额</div>
</el-col>
<!-- <el-col :span="6">
<el-col :span="6">
<div class="count">
<span @click="goRouter('/websites')">{{queryStatInfoMap?queryStatInfoMap.totalNum:0}}</span>
<span @click="goRouter('/')">0/0</span>
</div>
<!-- <i class="icon iconfont icon-RectangleCopy141" style="color:#2296f3;font-size: 25px;"></i> -->
<div class="title">当月计提</div>
</el-col> -->
<el-col :span="6">
<div class="count">
<span @click="goRouter('/websites')">0</span>
</div>
<!-- <i class="icon iconfont icon-RectangleCopy141" style="color:#2296f3;font-size: 25px;"></i> -->
<div class="title">已收款/总应收款</div>
</el-col>
<el-col :span="6">
<div class="count">
<span @click="goRouter('/websites')">0</span>
</div>
<!-- <i class="icon iconfont icon-RectangleCopy141" style="color:#2296f3;font-size: 25px;"></i> -->
<div class="title">已开票/待开票</div>
</el-col>
<!-- <el-col :span="6">
<div class="count">
<span @click="goRouter('/websites')">0</span>
</div>
<div class="title">当月订单/总订单</div>
</el-col> -->
<!-- <el-col :span="6">
<div class="count">
<span @click="goRouter('/websites')">0</span>
</div>
<div class="title">拣货中</div>
</el-col> -->
</el-row>
</div>
</template>
@ -205,6 +179,8 @@
</CardWithHeader>
<!-- <CardWithHeader header="日单量趋势(最近15天)" height="400px">
<template v-slot:body>
<LineChart :chart-data="lineChartData" />