Explorar el Código

出运明细导出名称修改

jbb hace 2 años
padre
commit
5b8d6821ff
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/shipment-details/shipmentList.vue

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

@@ -130,8 +130,8 @@
       <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="handleExportXls('出运面辅料')">出运面辅料数据导出</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>