|
@@ -98,10 +98,10 @@
|
|
|
<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('预装箱单-成衣','0')">报表模版导出</a-button>
|
|
|
- <a-button type="primary" icon="download" @click="handleExportXls('预装箱单-成衣','1')">成衣模版导出</a-button>
|
|
|
+ <a-button type="primary" icon="download" @click="handleExportXls('预装箱单-成衣','0')">预装箱单成衣导出</a-button>
|
|
|
+ <a-button type="primary" icon="download" @click="handleExportXls('预装箱单-成衣','1')">预装箱单成衣导出-装箱单</a-button>
|
|
|
<a-upload productName="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
|
|
|
- <a-button type="primary" icon="import">导入</a-button>
|
|
|
+ <a-button type="primary" icon="import">导入-来源出运明细</a-button>
|
|
|
</a-upload>
|
|
|
<a-button type="primary" @click="batchSubmit" icon="check">批量提交</a-button>
|
|
|
<a-button type="primary" @click="batchCanelSubmit" icon="close">批量取消提交</a-button>
|