Redeem 1 年之前
父节点
当前提交
a568f2c5bb
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      src/views/OYE/components/oYeOutbound.vue

+ 7 - 1
src/views/OYE/components/oYeOutbound.vue

@@ -141,7 +141,9 @@ export default {
       orgCode: null,
       orgCode: null,
       loginName: null,
       loginName: null,
       showSummaryList: ['materialNumber', 'netWeight', 'theoryWeight'],
       showSummaryList: ['materialNumber', 'netWeight', 'theoryWeight'],
-      queryMap: {}
+      queryMap: {},
+      tableData: [],
+      tableTop: []
     }
     }
   },
   },
   created() {
   created() {
@@ -154,6 +156,10 @@ export default {
     this.getRequestUrl()
     this.getRequestUrl()
   },
   },
   methods: {
   methods: {
+    func(res) {
+      console.log(res, 'res')
+      this.tableTop = res.columnData
+    },
     exportExcel() {
     exportExcel() {
       //创建工作簿对象
       //创建工作簿对象
       let wb = XLSX.utils.book_new()
       let wb = XLSX.utils.book_new()