|
@@ -1,10 +1,10 @@
|
|
|
<template>
|
|
|
- <a-card size="small" :bordered="false" class="chainSalesDetailsCountReportList-wrap">
|
|
|
+ <a-card size="small" :bordered="false" class="reportSalesReturnBillDetail-wrap">
|
|
|
<a-spin :spinning="spinning" tip="Loading...">
|
|
|
<!-- 搜索条件 -->
|
|
|
<div class="table-page-search-wrapper">
|
|
|
<a-form-model
|
|
|
- id="chainSalesDetailsCountReportList-form"
|
|
|
+ id="reportSalesReturnBillDetail-form"
|
|
|
ref="ruleForm"
|
|
|
class="form-model-con"
|
|
|
layout="inline"
|
|
@@ -23,7 +23,7 @@
|
|
|
<a-form-model-item label="连锁店" prop="tenantId">
|
|
|
<a-select
|
|
|
placeholder="请选择连锁店"
|
|
|
- id="chainSalesDetailsCountReportList-tenantId"
|
|
|
+ id="reportSalesReturnBillDetail-tenantId"
|
|
|
allowClear
|
|
|
v-model="queryParam.tenantId"
|
|
|
:showSearch="true"
|
|
@@ -34,8 +34,8 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24" style="margin-bottom: 10px;">
|
|
|
- <a-button type="primary" @click="handleSearch" :disabled="disabled" id="chainSalesDetailsCountReportList-refresh">查询</a-button>
|
|
|
- <a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="chainSalesDetailsCountReportList-reset">重置</a-button>
|
|
|
+ <a-button type="primary" @click="handleSearch" :disabled="disabled" id="reportSalesReturnBillDetail-refresh">查询</a-button>
|
|
|
+ <a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="reportSalesReturnBillDetail-reset">重置</a-button>
|
|
|
<a-button
|
|
|
style="margin-left: 5px"
|
|
|
type="primary"
|
|
@@ -43,7 +43,8 @@
|
|
|
@click="handleExport"
|
|
|
:disabled="disabled"
|
|
|
:loading="exportLoading"
|
|
|
- id="chainSalesDetailsCountReportList-export">导出</a-button>
|
|
|
+ v-if="$hasPermissions('B_reportSalesReturnBillDetailExport')"
|
|
|
+ id="reportSalesReturnBillDetail-export">导出</a-button>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
</a-form-model>
|