|
@@ -62,7 +62,7 @@
|
|
@click="handleExport"
|
|
@click="handleExport"
|
|
:disabled="disabled"
|
|
:disabled="disabled"
|
|
:loading="exportLoading"
|
|
:loading="exportLoading"
|
|
- v-if="$hasPermissions('B_tireReportExport')"
|
|
|
|
|
|
+ v-if="$hasPermissions('B_tireFeeExport')"
|
|
id="quarterQueryList-export">导出</a-button>
|
|
id="quarterQueryList-export">导出</a-button>
|
|
<a @click="advanced=!advanced" style="margin-left: 5px">
|
|
<a @click="advanced=!advanced" style="margin-left: 5px">
|
|
{{ advanced ? '收起' : '展开' }}
|
|
{{ advanced ? '收起' : '展开' }}
|
|
@@ -95,10 +95,10 @@
|
|
<a-row :gutter="15">
|
|
<a-row :gutter="15">
|
|
<a-col :md="4" :sm="24">轮胎省仓返利金额:{{ (totalData && (totalData.rebateAmountProvince || totalData.rebateAmountProvince==0)) ? toThousands(totalData.rebateAmountProvince): '--' }}</a-col>
|
|
<a-col :md="4" :sm="24">轮胎省仓返利金额:{{ (totalData && (totalData.rebateAmountProvince || totalData.rebateAmountProvince==0)) ? toThousands(totalData.rebateAmountProvince): '--' }}</a-col>
|
|
<a-col :md="4" :sm="24">平台出库数量:{{ (totalData && (totalData.outQty || totalData.outQty==0)) ? totalData.outQty: '--' }}</a-col>
|
|
<a-col :md="4" :sm="24">平台出库数量:{{ (totalData && (totalData.outQty || totalData.outQty==0)) ? totalData.outQty: '--' }}</a-col>
|
|
- <a-col :md="4" :sm="24">平台返利点数:{{ (totalData && (totalData.rebatePointProvince || totalData.rebatePointProvince==0)) ? toThousands(totalData.rebatePointProvince): '--' }}</a-col>
|
|
|
|
|
|
+ <a-col :md="4" :sm="24">平台返利点数:{{ (totalData && (totalData.rebatePointsSys || totalData.rebatePointsSys==0)) ? (totalData.rebatePointsSys*100).toFixed(2)+'%': '--' }}</a-col>
|
|
<a-col :md="4" :sm="24">开单金额:{{ (totalData && (totalData.outAmount || totalData.outAmount==0)) ? toThousands(totalData.outAmount): '--' }}</a-col>
|
|
<a-col :md="4" :sm="24">开单金额:{{ (totalData && (totalData.outAmount || totalData.outAmount==0)) ? toThousands(totalData.outAmount): '--' }}</a-col>
|
|
- <a-col :md="4" :sm="24">平台返利金额:{{ (totalData && (totalData.rebateAmountProvince || totalData.rebateAmountProvince==0)) ? toThousands(totalData.rebateAmountProvince): '--' }}</a-col>
|
|
|
|
- <a-col :md="4" :sm="24"><a-tooltip placement='top' title='开单金额合计*1.5%'>广宣品费用 <a-icon type="question-circle" /></a-tooltip>:{{ (totalData && (totalData.posterAmount || totalData.posterAmount==0)) ? toThousands(totalData.posterAmount): '--' }}</a-col>
|
|
|
|
|
|
+ <a-col :md="4" :sm="24">平台返利金额:{{ (totalData && (totalData.rebateAmountSys || totalData.rebateAmountSys==0)) ? toThousands(totalData.rebateAmountSys): '--' }}</a-col>
|
|
|
|
+ <a-col :md="4" :sm="24"><a-tooltip placement="top" title="开单金额合计*1.5%">广宣品费用 <a-icon type="question-circle" /></a-tooltip>:{{ (totalData && (totalData.posterAmount || totalData.posterAmount==0)) ? toThousands(totalData.posterAmount): '--' }}</a-col>
|
|
</a-row>
|
|
</a-row>
|
|
</template>
|
|
</template>
|
|
</s-table>s
|
|
</s-table>s
|
|
@@ -148,7 +148,7 @@ export default {
|
|
},
|
|
},
|
|
customSn: undefined, // 客户sn
|
|
customSn: undefined, // 客户sn
|
|
dealerEntity: {
|
|
dealerEntity: {
|
|
- dealerName: undefined,// 客户名称
|
|
|
|
|
|
+ dealerName: undefined, // 客户名称
|
|
provinceSn: undefined, // 省
|
|
provinceSn: undefined, // 省
|
|
citySn: undefined, // 市
|
|
citySn: undefined, // 市
|
|
districtSn: undefined // 区
|
|
districtSn: undefined // 区
|