jbb 2 éve
szülő
commit
4de86e8632

+ 1 - 1
src/views/packing-list/clothes-list.vue

@@ -102,7 +102,7 @@
         <!-- <a-button type="primary" @click="push" icon="export">推送</a-button> -->
         <a-button type="primary" @click="bitchSubmit" icon="check">批量提交</a-button>
         <a-button type="primary" @click="bitchCanelSubmit" icon="close">批量取消提交</a-button>
-        <!-- <a-button type="primary" icon="download" @click="handleExportXls('装箱单-成衣')">装箱单成衣导出</a-button> -->
+        <a-button type="primary" icon="download" @click="handleExportXls('装箱单-成衣')">装箱单成衣导出</a-button>
         <a-upload  name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl"  @change="handleImportExcel" :customRequest="uploadFlie">
           <a-button type="primary" icon="import">导入-来源预装箱单</a-button>
         </a-upload>

+ 1 - 1
src/views/packing-list/fabric-list.vue

@@ -53,7 +53,7 @@
         <a-button type="primary" @click="bitchSubmitList" icon="check">批量提交</a-button>
         <a-button type="primary" @click="bitchCancelSubmitList" icon="close">批量取消提交</a-button>
         <!-- <a-button type="primary" @click="push" icon="export">推送</a-button> -->
-        <!-- <a-button type="primary" icon="download" @click="handleExportXls('装箱单-面辅料')">装箱单面辅料导出</a-button> -->
+        <a-button type="primary" icon="download" @click="handleExportXls('装箱单-面辅料')">装箱单面辅料导出</a-button>
         <a-upload  name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader"   @change="handleImportExcel" :customRequest="uploadFlie" >
           <a-button type="primary" icon="import">导入-来源出运明细</a-button>
         </a-upload>