|
|
@@ -369,6 +369,9 @@
|
|
|
@click="deliveryThirdBatch">
|
|
|
批量发货
|
|
|
</div>
|
|
|
+ <el-button style="margin-left: 20px" size="small" type="primary" :loading="exportDeliveryLoading" @click="handleExportDelivery">
|
|
|
+ 导出发货信息
|
|
|
+ </el-button>
|
|
|
<!--<el-button style="margin-left: 20px" size="small" type="primary" @click="openPromotionDialog">
|
|
|
推广数据
|
|
|
</el-button>-->
|
|
|
@@ -1186,7 +1189,8 @@ export default {
|
|
|
generatePrintPdfBatchVisible: false,
|
|
|
orderCreateBatchVisible: false,
|
|
|
printChannel: "Lightning",
|
|
|
- orderCreateBatchLoading: false
|
|
|
+ orderCreateBatchLoading: false,
|
|
|
+ exportDeliveryLoading: false
|
|
|
}
|
|
|
},
|
|
|
components: {
|