|
@@ -12,8 +12,8 @@
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
<el-col :xs="24" :sm="16" :md="16" :lg="16" :xl="16">
|
|
<el-col :xs="24" :sm="16" :md="16" :lg="16" :xl="16">
|
|
- <p class="title">2.订单情况 </p>
|
|
|
|
- <order :date="date" />
|
|
|
|
|
|
+ <p class="title">2.订单未发货情况</p>
|
|
|
|
+ <not-deliver-good :date="date" />
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
@@ -24,44 +24,47 @@
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
<el-col :xs="24" :sm="16" :md="16" :lg="16" :xl="16">
|
|
<el-col :xs="24" :sm="16" :md="16" :lg="16" :xl="16">
|
|
- <p class="title">4.采购员采购单情况</p>
|
|
|
|
- <purchase :date="date" />
|
|
|
|
|
|
+ <p class="title">4.订单情况</p>
|
|
|
|
+ <order :date="date" />
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
- <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12">
|
|
|
|
- <p class="title">5.采购员竞价反馈情况 : 竞价单总量 : {{ zxTotal }}</p>
|
|
|
|
|
|
+ <el-col :xs="24" :sm="8" :md="8" :lg="8" :xl="8">
|
|
|
|
+ <p class="title">5.竞价单空返情况统计:</p>
|
|
|
|
+ <empty-return :date="date" />
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :xs="24" :sm="6" :md="6" :lg="6" :xl="6">
|
|
|
|
+ <p class="title">6.采购员竞价反馈情况 : 竞价单总量 : {{ zxTotal }}</p>
|
|
<purchase-back :date="date" @getZXTotal="getZXTotal" />
|
|
<purchase-back :date="date" @getZXTotal="getZXTotal" />
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
- <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12">
|
|
|
|
- <p class="title">6.竞价单空返情况统计:</p>
|
|
|
|
- <empty-return :date="date" />
|
|
|
|
|
|
+ <el-col :xs="24" :sm="10" :md="10" :lg="10" :xl="10">
|
|
|
|
+ <p class="title">7.采购员采购单情况</p>
|
|
|
|
+ <purchase :date="date" />
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
- <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12">
|
|
|
|
- <p class="title">7.当日库存销售情况表:</p>
|
|
|
|
- <the-sales :date="date" />
|
|
|
|
- </el-col>
|
|
|
|
|
|
+ <!-- <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12">
|
|
|
|
+
|
|
|
|
+ </el-col> -->
|
|
|
|
|
|
<el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12">
|
|
<el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12">
|
|
<p class="title">8.发货工单时效:</p>
|
|
<p class="title">8.发货工单时效:</p>
|
|
<send-order :date="date" />
|
|
<send-order :date="date" />
|
|
</el-col>
|
|
</el-col>
|
|
- </el-row>
|
|
|
|
|
|
|
|
- <el-row :gutter="20">
|
|
|
|
<el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12">
|
|
<el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12">
|
|
<p class="title">9.发货单时效:</p>
|
|
<p class="title">9.发货单时效:</p>
|
|
<send-exp :date="date" />
|
|
<send-exp :date="date" />
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ </el-row>
|
|
|
|
|
|
- <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12">
|
|
|
|
- <p class="title">10.订单未发货情况:</p>
|
|
|
|
- <not-deliver-good :date="date" />
|
|
|
|
|
|
+ <el-row :gutter="20">
|
|
|
|
+ <el-col :xs="24">
|
|
|
|
+ <p class="title">10.当日库存销售情况表:</p>
|
|
|
|
+ <the-sales :date="date" />
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</div>
|
|
</div>
|