hurx há 23 horas atrás
pai
commit
bdaf219fb9
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/order/saleOrder/index.vue

+ 2 - 2
src/views/order/saleOrder/index.vue

@@ -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>