|
@@ -120,8 +120,9 @@
|
|
|
<div class="table-operator">
|
|
|
<!-- <a-button type="primary" @click.stop="addShipDet" icon="plus">新增</a-button> -->
|
|
|
<a-button type="primary" @click.stop="referOrderDataOpen" icon="plus" >参照订单数据</a-button>
|
|
|
- <a-button type="primary" icon="download" @click="handleExportXls('箱单数据')">箱单数据导出</a-button>
|
|
|
- <a-button type="primary" icon="download" @click="exportXlsShipment('明细')">明细导出</a-button>
|
|
|
+ <a-button type="primary" icon="download" @click="handleExportXls('出运成衣')">出运成衣数据导出</a-button>
|
|
|
+ <a-button type="primary" icon="download" @click="handleExportXls('出运面辅料')">出运面辅料数据导出</a-button>
|
|
|
+ <a-button type="primary" icon="download" @click="exportXlsShipment('明细')">出运明细导出</a-button>
|
|
|
<a-button type="primary" icon="check" @click="submit">批量提交</a-button>
|
|
|
<a-button type="primary" icon="close" @click="cancelSubmit">批量取消提交</a-button>
|
|
|
</div>
|