|
@@ -87,20 +87,11 @@
|
|
|
<!-- 操作按钮区域 导出 导入 新增-->
|
|
|
<a-card :bordered="false" style="margin:10px 0">
|
|
|
<div class="table-operator">
|
|
|
+ <a-button type="primary" @click="addAdpacking" icon="plus">新增</a-button>
|
|
|
<a-button type="primary" icon="download" @click="handleExportXls('预装箱单-成衣')">导出</a-button>
|
|
|
-
|
|
|
- <a-upload
|
|
|
- productName="file"
|
|
|
- :showUploadList="false"
|
|
|
- :multiple="false"
|
|
|
- :headers="tokenHeader"
|
|
|
- :action="importExcelUrl"
|
|
|
- @change="handleImportExcel"
|
|
|
- >
|
|
|
+ <a-upload productName="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
|
|
|
<a-button type="primary" icon="import">导入</a-button>
|
|
|
</a-upload>
|
|
|
-
|
|
|
- <a-button type="primary" @click="addAdpacking" icon="plus">新增</a-button>
|
|
|
<a-button type="primary" @click="batchSubmit" icon="plus">批量提交</a-button>
|
|
|
<a-button type="primary" @click="batchPush" icon="plus">批量推送</a-button>
|
|
|
</div>
|