{"remainingRequest":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\reform-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\reform-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\reform-fvue\\src\\api\\bigScreen\\majorView.js","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\api\\bigScreen\\majorView.js","mtime":1685527483668},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import req from '@/request.js';\nvar portal = window.context.portal;\nvar headers = {\n 'Content-type': 'application/x-www-form-urlencoded'\n};\nexport default {\n // 品牌榜\n getProjectBrand: function getProjectBrand(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/queryBrandForProject?year=\".concat(data.year, \"&month=\").concat(data.month)).then(function (res) {\n cb(res.data);\n });\n },\n // 品牌榜 月统计\n getBrandMonthDate: function getBrandMonthDate(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/brandLineChart?year=\".concat(data.year, \"&month=\").concat(data.month)).then(function (res) {\n cb(res.data);\n });\n },\n // 迭代榜\n getIteration: function getIteration(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/queryIterationForProject?year=\".concat(data.year, \"&month=\").concat(data.month)).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id查询举措列表\n getIterationList: function getIterationList(id, cb) {\n req.post(portal + \"/project/largeScreen/v1/queryIterationForProjectInfo?projectId=\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 竞速榜\n getProjectSpeed: function getProjectSpeed(data, cb) {\n req.post(portal + \"/bizScoringProjectTarget/v1/query\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 指标库\n getIndexLibrary: function getIndexLibrary(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/complianceRateCount?year=\".concat(data.year, \"&month=\").concat(data.month)).then(function (res) {\n cb(res.data);\n });\n },\n // 查询指标库饼图数据\n getIndexPieChartData: function getIndexPieChartData(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/overviewComplianceCount?year=\".concat(data.year, \"&month=\").concat(data.month)).then(function (res) {\n cb(res.data);\n });\n },\n // 报表指数\n getRank: function getRank(data, cb) {\n req.request({\n method: 'post',\n url: portal + \"/project/largeScreen/v1/indexRank\",\n data: data,\n headers: headers\n }).then(function (res) {\n cb(res.data);\n });\n },\n // 成果榜 趋势对比\n getResultTrend: function getResultTrend(data, cb) {\n var year = data.year,\n month = data.month;\n req.post(portal + \"/project/largeScreen/v1/achievementCount?year=\".concat(year, \"&month=\").concat(month)).then(function (res) {\n cb(res.data);\n });\n },\n // 成果 分类查询\n getResultList: function getResultList(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/achievementInfo\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 成果榜查询详情\n getResultD: function getResultD(id, cb) {\n req.post(portal + \"/project/largeScreen/v1/achievementFindById/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 主要举措指标\n getNumIndex: function getNumIndex(cb) {\n req.get(portal + \"/bizScoringProjectMeasure/v1/getNumVo\").then(function (res) {\n cb(res.data);\n });\n },\n // 当月计划完成总览\n getProjectFinish: function getProjectFinish(cb) {\n req.get(portal + \"/bizScoringProjectTarget/v1/targetAll\").then(function (res) {\n cb(res.data);\n });\n },\n // 主要量化目标\n getTargetIndex: function getTargetIndex(cb) {\n req.get(portal + \"/bizScoringProjectTarget/v1/target\").then(function (res) {\n cb(res.data);\n });\n },\n // 三个一批项目库\n getProjectByType: function getProjectByType(data, cb) {\n req.post(portal + \"/majorProjects/municipalMajorProjectManagement/v1/queryProjectList\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 量化目标清单\n targetList: function targetList(data, cb) {\n req.request({\n method: 'post',\n url: portal + \"/majorProjects/pilotQuantitativeObjectivesPush/v1/queryTargetList\",\n data: data,\n headers: headers\n }).then(function (res) {\n cb(res.data);\n });\n },\n // 月度计划清单\n queryMonthPlanList: function queryMonthPlanList(data, cb) {\n req.request({\n method: 'post',\n url: portal + \"/majorProjects/pilotQuantitativeObjectivesPush/v1/queryMonthPlanList\",\n data: data,\n headers: headers\n }).then(function (res) {\n cb(res.data);\n });\n },\n // 重大项目综合报表\n getReport: function getReport(data, cb) {\n req.request({\n method: 'post',\n url: portal + \"/bizScoringProjectSyn/v1/querySynReport\",\n data: data,\n headers: headers\n }).then(function (res) {\n cb(res.data);\n });\n },\n // 需求热力榜\n getDemandHeatList: function getDemandHeatList(data, cb) {\n var year = data.year,\n month = data.month;\n req.post(portal + \"/project/largeScreen/v1/demandHeatList?year=\".concat(year, \"&month=\").concat(month)).then(function (res) {\n cb(res.data);\n });\n },\n // 需求清单\n getDemandList: function getDemandList(data, cb) {\n req.post(portal + '/project/largeScreen/v1/demandDetailList', data).then(function (res) {\n cb(res.data);\n });\n },\n // 获取作战图统计数据\n getBattleChart: function getBattleChart(data, cb) {\n var year = data.year,\n month = data.month;\n req.post(portal + \"/project/largeScreen/v1/monthPlanNum?year=\".concat(year, \"&month=\").concat(month)).then(function (res) {\n cb(res.data);\n });\n },\n // 各个项目作战图统计\n getProjectStatistics: function getProjectStatistics(data, cb) {\n var year = data.year,\n month = data.month;\n req.post(portal + \"/project/largeScreen/v1/monthPlanNumForProject?year=\".concat(year, \"&month=\").concat(month)).then(function (res) {\n cb(res.data);\n });\n },\n // 重大项目详情\n getProjectDetailById: function getProjectDetailById(data, cb) {\n var year = data.year,\n month = data.month,\n projectId = data.projectId;\n req.post(portal + \"/majorProjects/municipalMajorProjectManagement/v1/overAllQuery?projectId=\".concat(projectId, \"&year=\").concat(year, \"&month=\").concat(month)).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}