Procházet zdrojové kódy

预装箱单导入导出按钮文字修改

jbb před 2 roky
rodič
revize
b4ec9e6890

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

@@ -98,10 +98,10 @@
     <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="handleExportXls('预装箱单-成衣','0')">报表模版导出</a-button>
-        <a-button type="primary" icon="download" @click="handleExportXls('预装箱单-成衣','1')">成衣模版导出</a-button>
+        <a-button type="primary" icon="download" @click="handleExportXls('预装箱单-成衣','0')">预装箱单成衣导出</a-button>
+        <a-button type="primary" icon="download" @click="handleExportXls('预装箱单-成衣','1')">预装箱单成衣导出-装箱单</a-button>
         <a-upload productName="file" :showUploadList="false"  :multiple="false"  :headers="tokenHeader"  :action="importExcelUrl"   @change="handleImportExcel">
-          <a-button type="primary" icon="import">导入</a-button>
+          <a-button type="primary" icon="import">导入-来源出运明细</a-button>
         </a-upload>
         <a-button type="primary" @click="batchSubmit" icon="check">批量提交</a-button>
         <a-button type="primary" @click="batchCanelSubmit" icon="close">批量取消提交</a-button>