ソースを参照

1、优化产品

huangmp 2 年 前
コミット
07074b45fd
1 ファイル変更5 行追加1 行削除
  1. 5 1
      src/views/modules/order/order.vue

+ 5 - 1
src/views/modules/order/order.vue

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