|
@@ -7,32 +7,40 @@
|
|
|
|
|
|
<el-row gutter="20">
|
|
|
<el-row gutter="20">
|
|
|
- <el-col :xs="24" :sm="8" :md="8" :lg="8" :xl="8">
|
|
|
+ <el-col :xs="24">
|
|
|
<p class="title">1.竞价咨询统计</p>
|
|
|
<consult :date="date" />
|
|
|
</el-col>
|
|
|
-
|
|
|
- <el-col :xs="24" :sm="8" :md="8" :lg="8" :xl="8">
|
|
|
+ </el-row>
|
|
|
+
|
|
|
+ <el-row>
|
|
|
+ <el-col :xs="24">
|
|
|
<p class="title">2.竞价反馈统计</p>
|
|
|
<purchase-back :date="date" @getZXTotal="getZXTotal" />
|
|
|
</el-col>
|
|
|
+ </el-row>
|
|
|
|
|
|
- <el-col :xs="24" :sm="8" :md="8" :lg="8" :xl="8">
|
|
|
+ <el-col :xs="24">
|
|
|
<p class="title">3.竞价空返统计</p>
|
|
|
<empty-return :date="date" />
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
|
|
|
<!-- <el-row :gutter="20"> -->
|
|
|
- <el-col :xs="24" :sm="16" :md="16" :lg="16" :xl="16">
|
|
|
+ <el-col :xs="24">
|
|
|
<p class="title">4.销售订单统计</p>
|
|
|
<order :date="date" />
|
|
|
</el-col>
|
|
|
|
|
|
- <el-col :xs="24" :sm="8" :md="8" :lg="8" :xl="8">
|
|
|
+ <el-col :xs="24">
|
|
|
<p class="title">5.备库单统计</p>
|
|
|
<stock :date="date" />
|
|
|
</el-col>
|
|
|
+
|
|
|
+ <el-col :xs="24">
|
|
|
+ <p class="title">6.采购订单统计</p>
|
|
|
+ <purchase :date="date" />
|
|
|
+ </el-col>
|
|
|
<!-- </el-row> -->
|
|
|
|
|
|
<!-- <el-row :gutter="20"> -->
|
|
@@ -45,9 +53,6 @@
|
|
|
|
|
|
<!-- <el-row :gutter="20"> -->
|
|
|
<!-- </el-row> -->
|
|
|
-
|
|
|
- </el-row>
|
|
|
-
|
|
|
<!-- :sm="16" :md="16" :lg="16" :xl="16" -->
|
|
|
</div>
|
|
|
|