|
|
@@ -52,8 +52,8 @@
|
|
|
|
|
|
<div style="display: flex; flex-wrap: nowrap; gap: 10px">
|
|
|
<el-button type="primary" @click="handleBatchConfirm()" :disabled="!ids.length" plain>批量确认订单</el-button>
|
|
|
- <el-button type="primary" @click="showImportDialog = true" plain>导入发货</el-button>
|
|
|
- <el-button type="primary" @click="handleExportDeliver()" :loading="exportDeliverLoading" plain>导出发货单</el-button>
|
|
|
+ <!-- <el-button type="primary" @click="showImportDialog = true" plain>导入发货</el-button> -->
|
|
|
+ <!-- <el-button type="primary" @click="handleExportDeliver()" :loading="exportDeliverLoading" plain>导出发货单</el-button> -->
|
|
|
<el-button type="primary" @click="handleCloseOrder()" :disabled="!ids.length" plain>关闭订单</el-button>
|
|
|
<el-button type="primary" @click="handleDelete()" :disabled="!ids.length" plain>删除订单</el-button>
|
|
|
<el-button type="primary" :disabled="!ids.length" plain>导出订单</el-button>
|