lilei 3 年 前
コミット
06f69acca6
2 ファイル変更3 行追加2 行削除
  1. 1 0
      src/libs/JGPrint.js
  2. 2 2
      src/views/salesManagement/salesQuery/list.vue

+ 1 - 0
src/libs/JGPrint.js

@@ -143,6 +143,7 @@ export const printFun = function(url,params,type,taskName,callback,printLogParam
       })
       reader.readAsText(res)
     } else {
+       console.log(res,'printFun')
        jGPrintPdf(res,type,taskName,printLogParams,callback)
     }
   })

+ 2 - 2
src/views/salesManagement/salesQuery/list.vue

@@ -132,7 +132,7 @@
       <s-table
         class="sTable fixPagination"
         ref="table"
-        :style="{ height: tableHeight+40+'px' }"
+        :style="{ height: tableHeight+75+'px' }"
         size="small"
         :rowKey="(record) => record.id"
         :columns="columns"
@@ -446,7 +446,7 @@ export default {
     },
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 260
+      this.tableHeight = window.innerHeight - tableSearchH - 280
     }
   },
   watch: {