|
@@ -81,14 +81,14 @@
|
|
|
id="salesReturnsReportList-stockDate">盘点区间日期</a-button>
|
|
|
<a-button style="margin-left: 5px" type="primary" @click="handleSearch" :disabled="disabled" id="salesReturnsReportList-refresh">查询</a-button>
|
|
|
<a-button style="margin-left: 8px" @click="resetSearchForm" :disabled="disabled" id="salesReturnsReportList-reset">重置</a-button>
|
|
|
- <a-button
|
|
|
+ <!-- <a-button
|
|
|
style="margin-left: 10px"
|
|
|
type="primary"
|
|
|
class="button-warning"
|
|
|
@click="handleExport"
|
|
|
:disabled="disabled"
|
|
|
:loading="exportLoading"
|
|
|
- id="salesReturnsReportList-export">导出</a-button>
|
|
|
+ id="salesReturnsReportList-export">导出</a-button> -->
|
|
|
<a @click="advanced=!advanced" style="margin-left: 5px">
|
|
|
{{ advanced ? '收起' : '展开' }}
|
|
|
<a-icon :type="advanced ? 'up' : 'down'"/>
|