Browse Source

预装箱单-导出文件名称更改

jingbb 1 year ago
parent
commit
9606cf4bf1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/advance-packingList/adPaList-clothes.vue

+ 2 - 2
src/views/advance-packingList/adPaList-clothes.vue

@@ -151,9 +151,9 @@
     <a-card :bordered="false" style="margin:10px 0">
       <div class="table-operator">
         <a-button type="primary" @click="addAdpacking" icon="plus">新增</a-button>
-        <a-button type="primary" icon="download" @click="handleExportXls1('预装箱单-成衣','0')">预装箱单列表导出</a-button>
+        <a-button type="primary" icon="download" @click="handleExportXls1('预装箱单-列表','0')">预装箱单列表导出</a-button>
         <a-button type="primary" icon="download" @click="handleExportXls('预装箱单-成衣','1')">预装箱单成衣导出-装箱单</a-button>
-        <a-button type="primary" icon="download" @click="handleExportXls2('预装箱单列表')">预装箱单成衣导出</a-button>
+        <a-button type="primary" icon="download" @click="handleExportXls2('预装箱单成衣')">预装箱单成衣导出</a-button>
         <a-upload productName="file" :showUploadList="false"  :multiple="false"  :headers="tokenHeader"  :action="importExcelUrl"   @change="handleImportExcel" :customRequest="uploadFlie">
           <a-button type="primary" icon="import">导入-来源出运明细</a-button>
         </a-upload>