{"remainingRequest":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\yhxt-web\\src\\views\\statisticalReport\\MaintenanceCostAccount.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\views\\statisticalReport\\MaintenanceCostAccount.vue","mtime":1690827200162},{"path":"D:\\jenkins\\workspace\\yhxt-web\\babel.config.js","mtime":1667326389982},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.function.name\";\nimport \"core-js/modules/web.dom.iterable\";\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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport basicData from '@/api/basicData.js';\nimport CascaderCompany from '@/components/selector/CascaderCompany.vue';\nexport default {\n name: 'MaintenanceCostAccount',\n components: {\n CascaderCompany: CascaderCompany\n },\n data: function data() {\n return {\n searchForm: {},\n pageResult: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n params: {},\n data: [],\n roadData: []\n };\n },\n created: function created() {\n this.getroad();\n },\n methods: {\n loadData: function loadData(param, cb) {\n var _this = this;\n this.params = param;\n this.cb = cb;\n this.$http.post('${yhxt}' + '/workOrderInformation/v1/orderItemCountReport', param).then(function (res) {\n _this.data = res.data.rows;\n _this.pageResult = {\n page: res.data.page,\n pageSize: res.data.pageSize,\n total: res.data.total\n };\n }).finally(function () {\n if (cb) {\n cb();\n }\n });\n },\n getroad: function getroad() {\n var arr = [];\n basicData.getRoadManagement().then(function (res) {\n res.rows.forEach(function (item) {\n arr.push({\n name: item.name,\n id: item.id\n });\n });\n });\n this.roadData = arr;\n },\n findinfo: function findinfo() {\n var query = this.searchForm;\n var querys = [];\n for (var i in query) {\n if (query[i]) {\n if (i == 'cissueDate' && query['cissueDate'] && query['cissueDate'].length !== 0) {\n querys.push({\n group: 'main',\n operation: 'GREAT_EQUAL',\n property: 'cissueDate',\n relation: 'AND',\n value: query[i][0]\n });\n querys.push({\n group: 'main',\n operation: 'LESS_EQUAL',\n property: 'cissueDate',\n relation: 'AND',\n value: query[i][1]\n });\n } else {\n querys.push({\n group: 'main',\n operation: 'EQUAL',\n property: i,\n relation: 'AND',\n value: query[i]\n });\n }\n }\n }\n this.params.querys = querys;\n this.loadData(this.params, this.cb);\n },\n downLoad: function downLoad() {\n var _this2 = this;\n this.$confirm('确认导出当前页数据吗?', '提示', {\n confirmButtonText: '确定',\n cancelButtonText: '取消',\n type: 'warning'\n }).then(function () {\n _this2.$http.downloadPost('${yhxt}/workOrderInformation/v1/orderItemCountReportExport', {\n pageBean: {\n page: -1\n }\n }).then(function (res) {\n _this2.$message.success('导出成功');\n });\n });\n }\n }\n};",null]}