瀏覽代碼

销售数据新增订单产品类别占比分析调整

qymljy 2 年之前
父節點
當前提交
dce2329ca6
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/salesData/modules/orderProductCategory.vue

+ 3 - 3
src/views/salesData/modules/orderProductCategory.vue

@@ -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)