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