jbb преди 2 години
родител
ревизия
c4f460a935
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      src/views/shipment-details/shipmentList.vue

+ 3 - 2
src/views/shipment-details/shipmentList.vue

@@ -120,8 +120,9 @@
       <div class="table-operator">
         <!-- <a-button type="primary" @click.stop="addShipDet" icon="plus">新增</a-button> -->
         <a-button type="primary" @click.stop="referOrderDataOpen" icon="plus" >参照订单数据</a-button>
-        <a-button type="primary" icon="download" @click="handleExportXls('箱单数据')">箱单数据导出</a-button>
-        <a-button type="primary" icon="download" @click="exportXlsShipment('明细')">明细导出</a-button>
+        <a-button type="primary" icon="download" @click="handleExportXls('出运成衣')">出运成衣数据导出</a-button>
+        <a-button type="primary" icon="download" @click="handleExportXls('出运面辅料')">出运面辅料数据导出</a-button>
+        <a-button type="primary" icon="download" @click="exportXlsShipment('明细')">出运明细导出</a-button>
         <a-button type="primary" icon="check" @click="submit">批量提交</a-button>
         <a-button type="primary" icon="close" @click="cancelSubmit">批量取消提交</a-button>
       </div>