|
@@ -101,9 +101,9 @@
|
|
|
<a-button type="primary" @click="push" icon="export">推送</a-button>
|
|
|
<a-button type="primary" @click="bitchSubmit" icon="check">批量提交</a-button>
|
|
|
<a-button type="primary" @click="bitchCanelSubmit" icon="close">批量取消提交</a-button>
|
|
|
- <a-button type="primary" icon="download" @click="handleExportXls('装箱单-成衣')">导出</a-button>
|
|
|
+ <a-button type="primary" icon="download" @click="handleExportXls('装箱单-成衣')">装箱单成衣导出</a-button>
|
|
|
<a-upload name="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>
|
|
|
</div>
|
|
|
|