hurx hace 23 horas
padre
commit
bdaf219fb9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>