Browse Source

预装箱单导出参数增加

jbb 2 years ago
parent
commit
4926f0eebb
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/advance-packingList/adPaList-clothes.vue

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

@@ -600,8 +600,9 @@ export default {
 
     // 列表导出
     handleExportXls(fileName,sta) {
-      var data = sta
-      downFile('/spapl/syPreAssembledPackingList/exportXls',{status:data}).then(data => {
+      const data = this.queryParam
+      data['status'] = sta
+      downFile('/spapl/syPreAssembledPackingList/exportXls',data).then(data => {
         if (!data) {
           this.$message.warning('文件下载失败')
           return