{"remainingRequest":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\sfz-lh-fvue\\src\\views\\BigScreen\\chargeDataReportAI.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\src\\views\\BigScreen\\chargeDataReportAI.vue","mtime":1705086512897},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport headline from \"./headlineAI.vue\";\nimport report from '@/api/DataReport/Report.js';\nimport moment from 'moment';\nexport default {\n components: {\n headline: headline\n },\n name: 'trafficReportAI',\n data: function data() {\n return {\n tableLoading: false,\n column: [{\n name: '日期',\n key: 'transDate'\n }, {\n name: '出口',\n key: 'exitusMoney'\n }, {\n name: '现金',\n key: 'exitusCash'\n }, {\n name: '非现金',\n key: 'exitusOnline'\n }, {\n name: 'ETC',\n key: 'exitusEtc'\n }, {\n name: '非ETC',\n key: 'exitusNoEtc'\n }, {\n name: '入口',\n key: 'inletMoney'\n }, {\n name: '现金',\n key: 'inletCash'\n }, {\n name: '非现金',\n key: 'inletOnline'\n }, {\n name: 'ETC',\n key: 'inletEtc'\n }, {\n name: '非ETC',\n key: 'inletNoEtc'\n }, {\n name: '出入口',\n key: 'allMoney'\n }, {\n name: '现金',\n key: 'allCash'\n }, {\n name: '非现金',\n key: 'allOnline'\n }, {\n name: 'ETC',\n key: 'allEtc'\n }, {\n name: '非ETC',\n key: 'allNoEtc'\n }],\n tableData: []\n };\n },\n mounted: function mounted() {},\n activated: function activated() {\n this.getData();\n },\n methods: {\n getData: function getData() {\n var _this = this;\n\n this.tableLoading = true;\n var startDate = moment().startOf('month').format('YYYY-MM-DD HH:mm:ss');\n var endDate = moment().startOf('month').subtract('month', -1).format('YYYY-MM-DD HH:mm:ss');\n this.tollStationId = sessionStorage.getItem('tollStationId');\n this.params = {\n pageBean: {\n page: 1,\n pageSize: -1,\n total: 0\n },\n querys: [{\n group: 'main',\n operation: 'LIKE',\n parentGroup: '',\n property: 'toll_station_id_',\n relation: 'AND',\n value: this.tollStationId\n }, {\n group: 'main',\n operation: 'BETWEEN',\n parentGroup: '',\n property: 'transDate',\n relation: 'AND',\n value: [startDate, endDate]\n }]\n };\n report.querytrafficCash(this.params).then(function (res) {\n _this.tableData = res.value || [];\n }).finally(function () {\n _this.tableLoading = false;\n });\n }\n }\n};",null]}