|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="div-box-new-margin">
|
|
<div class="div-box-new-margin">
|
|
|
- <div class="div-border-box" id="orderTypeFull">
|
|
|
|
|
|
|
+ <div class="div-border-box" id="orderProductCategoryFull">
|
|
|
<div class="out">
|
|
<div class="out">
|
|
|
<div>
|
|
<div>
|
|
|
<div class="div-line div-line-right"></div>
|
|
<div class="div-line div-line-right"></div>
|
|
@@ -76,7 +76,7 @@
|
|
|
<exportFile :param="param" :columns="tablecols" fileName="订单类型占比分析" :dataid="param.content.dataid"></exportFile>
|
|
<exportFile :param="param" :columns="tablecols" fileName="订单类型占比分析" :dataid="param.content.dataid"></exportFile>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <fullScreen domId="orderTypeFull" @onFull="onFull" @backFull="backFull"></fullScreen>
|
|
|
|
|
|
|
+ <fullScreen domId="orderProductCategoryFull" @onFull="onFull" @backFull="backFull"></fullScreen>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="chart" style="height: 416px">
|
|
<div class="chart" style="height: 416px">
|
|
@@ -213,7 +213,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
async queryModel(val,type){
|
|
async queryModel(val,type){
|
|
|
this.param.content.dataid = val || this.dataid
|
|
this.param.content.dataid = val || this.dataid
|
|
|
- this.param.content.where.isleave = type
|
|
|
|
|
|
|
+ /* this.param.content.where.isleave = type*/
|
|
|
this.param.content.dataType = this.type
|
|
this.param.content.dataType = this.type
|
|
|
this.param.content.dateType = this.dateType === '全部'?'':this.dateType
|
|
this.param.content.dateType = this.dateType === '全部'?'':this.dateType
|
|
|
const res = await this.$api.requested(this.param)
|
|
const res = await this.$api.requested(this.param)
|