|
|
|
@ -28,21 +28,6 @@ |
|
|
|
<el-button @click="getDataList()" type="primary">查询</el-button> |
|
|
|
<el-button @click="resetQuery()" type="default">重置</el-button> |
|
|
|
|
|
|
|
<!-- 导出按钮 - rqrq --> |
|
|
|
<download-excel |
|
|
|
:fields="fields()" |
|
|
|
:data="exportData" |
|
|
|
type="xls" |
|
|
|
:name="exportName" |
|
|
|
:header="exportHeader" |
|
|
|
:footer="exportFooter" |
|
|
|
:fetch="createExportData" |
|
|
|
:before-generate="startDownload" |
|
|
|
:before-finish="finishDownload" |
|
|
|
worksheet="导出信息" |
|
|
|
class="el-button el-button--primary el-button--medium"> |
|
|
|
{{ '导出' }} |
|
|
|
</download-excel> |
|
|
|
|
|
|
|
<!-- 去除非栈板库存按钮 - rqrq --> |
|
|
|
<el-button @click="showRemoveNonPalletDialog()" type="danger" style="margin-left: 10px;"> |
|
|
|
|