{"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":1744809878378},{"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 getIndexLibraryOld: function getIndexLibraryOld(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 getIndexLibrary: function getIndexLibrary(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/reachRateCount?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/reachProjectRateCount?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 getResultZD: function getResultZD(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/achievementInvCount?year=\".concat(data.year, \"&month=\").concat(data.month), data).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 // 改革动态\n getNews: function getNews(data, cb) {\n req.post(portal + \"/fill/bizWorkNews/v1/queryCode\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 其他成果列表查询\n getOtherResults: function getOtherResults(data, cb) {\n var year = data.year,\n month = data.month,\n projectId = data.projectId;\n req.post(portal + \"/project/largeScreen/v1/brandForProjectDetails?year=\".concat(year, \"&month=\").concat(month)).then(function (res) {\n cb(res.data);\n });\n },\n //三攻坚成果榜\n getThreeResultList: function getThreeResultList(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/difficultyFirstScreen?fillYear=\".concat(data.fillYear, \"&fillMonth=\").concat(data.fillMonth)).then(function (res) {\n cb(res.data);\n });\n },\n // 详情\n getThreeResultData: function getThreeResultData(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/difficultyFirstScreenDetails?fillYear=\".concat(data.fillYear, \"&fillMonth=\").concat(data.fillMonth)).then(function (res) {\n cb(res.data);\n });\n },\n //三攻坚竞速榜\n getThreeSpeedList: function getThreeSpeedList(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/difficultySecondScreen?fillYear=\".concat(data.fillYear, \"&fillMonth=\").concat(data.fillMonth)).then(function (res) {\n cb(res.data);\n });\n },\n // 详情\n getThreeSpeedData: function getThreeSpeedData(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/difficultySecondScreenDetails?fillYear=\".concat(data.fillYear, \"&fillMonth=\").concat(data.fillMonth)).then(function (res) {\n cb(res.data);\n });\n },\n // 三攻坚 详情\n getThreeOneData: function getThreeOneData(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/difficultyScreen?year=\".concat(data.fillYear, \"&month=\").concat(data.fillMonth, \"&fillType=\").concat(data.fillType)).then(function (res) {\n cb(res.data);\n });\n },\n // 三攻坚 导出\n exportThreeOneData: function exportThreeOneData(data, cb) {\n req.downloadPostCopy(portal + \"/project/largeScreen/v1/difficultyScreenExport?year=\".concat(data.fillYear, \"&month=\").concat(data.fillMonth, \"&fillType=\").concat(data.fillType)).then(function (res) {\n cb(res);\n });\n },\n // 加快实施一批和谋划储备一批数据查询\n getReadyAndPlanningData: function getReadyAndPlanningData(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/twoBatch?year=\".concat(data.year, \"&month=\").concat(data.month, \"&projectType=\").concat(data.type, \"&projectCategory=\").concat(data.projectCategory)).then(function (res) {\n cb(res.data);\n });\n },\n // 专项小组晾晒查询\n getGroupDrying: function getGroupDrying(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/groupField?year=\".concat(data.year, \"&month=\").concat(data.month)).then(function (res) {\n cb(res.data);\n });\n },\n // 专项小组资料查询\n getGroupFile: function getGroupFile(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/groupProfileInfo\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id查询附件列表\n getFiles: function getFiles(data, cb) {\n req.post(portal + '/file/v1/list', data).then(function (res) {\n cb(res.data);\n });\n },\n // 主屏加快实施一批查询\n getTriplicateOneData: function getTriplicateOneData(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/speedUpBatch?year=\".concat(data.year, \"&month=\").concat(data.month)).then(function (res) {\n cb(res.data);\n });\n },\n // 改革数据库基本类型数据查询\n getReformDataBase: function getReformDataBase(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/dataProfileInfo\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 改革数据库改革试点统计数据查询\n getMunicipalPilotStatistics: function getMunicipalPilotStatistics(cb) {\n req.post(portal + \"/project/largeScreen/v1/cityPilotCount\").then(function (res) {\n cb(res.data);\n });\n },\n // 改革数据库改革试点数据查询\n getMunicipalPilotData: function getMunicipalPilotData(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/cityPilotManagementDetails\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id查询推进信息\n getMunicipalPilotPropel: function getMunicipalPilotPropel(id, cb) {\n req.post(portal + \"/project/largeScreen/v1/cityPilotManagementById/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 改革数据库改革需求数据查询\n getReformDemandData: function getReformDemandData(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/demandAnalysisLibraryDetails\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 改革数据库改革需求统计数据查询\n getReformDemandStatistics: function getReformDemandStatistics(cb) {\n req.post(portal + \"/project/largeScreen/v1/demandCount\").then(function (res) {\n cb(res.data);\n });\n },\n // 根据id查询详情\n getReformDemandDetails: function getReformDemandDetails(id, cb) {\n req.post(portal + \"/project/largeScreen/v1/demandAnalysisLibraryById/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 改革数据库改革成效数据查询\n getEffectOfReformData: function getEffectOfReformData(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/cityBrandReformDetails\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 改革数据库改革成效统计数据查询\n getEffectOfReformStatistics: function getEffectOfReformStatistics(cb) {\n req.post(portal + \"/project/largeScreen/v1/cityBrandReformCount\").then(function (res) {\n cb(res.data);\n });\n },\n // 根据id查询详情\n getEffectOfReformDetails: function getEffectOfReformDetails(id, cb) {\n req.post(portal + \"/project/largeScreen/v1/cityBrandDetailsById/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 中央文件对接落实情况列表查询\n getDockedFileData: function getDockedFileData(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/documentsConsideredDetails\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 中央文件对接落实情况列表查询\n getDockedFileDetails: function getDockedFileDetails(id, cb) {\n req.post(portal + \"/project/largeScreen/v1/documentsConsideredById/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 加快实施一批报表详情数据查询\n getAccelerateImplementationDetails: function getAccelerateImplementationDetails(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/speedUpBatchDetails?year=\".concat(data.year, \"&month=\").concat(data.month, \"&projectCategory=\").concat(data.projectCategory)).then(function (res) {\n cb(res.data);\n });\n },\n // 根据项目id查询量化目标折线图数据\n getProjectLineChartData: function getProjectLineChartData(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/indexCompleteRateChart?year=\".concat(data.year, \"&month=\").concat(data.month, \"&projectId=\").concat(data.projectId)).then(function (res) {\n cb(res.data);\n });\n },\n // 成效晾晒excel导出\n downloadEffect: function downloadEffect(data, cb) {\n req.downloadPostCopy(portal + \"/project/largeScreen/v1/cityBrandReformExport\", data).then(function (res) {\n cb(res);\n });\n },\n // 改革需求excel导出\n downloadReform: function downloadReform(data, cb) {\n req.downloadPostCopy(portal + \"/project/largeScreen/v1/demandAnalysisLibraryExport\", data).then(function (res) {\n cb(res);\n });\n },\n // 市级试点excel导出\n downloadMunicipalPilot: function downloadMunicipalPilot(data, cb) {\n req.downloadPostCopy(portal + \"/project/largeScreen/v1/cityPilotManagementExport\", data).then(function (res) {\n cb(res);\n });\n },\n // 改革情况一览表导出\n downloadListOfReforms: function downloadListOfReforms(data, cb) {\n req.downloadPostCopy(portal + \"/bizCountyReformSituationFill/v1/export\", data).then(function (res) {\n cb(res);\n });\n },\n // 改革情况一览表导出 列表\n downloadListSituation: function downloadListSituation(data, cb) {\n req.downloadPostCopy(portal + \"/county/largeScreen/v1/situation/exportBase\", data).then(function (res) {\n cb(res);\n });\n },\n // 改革情况一览表导出 列表\n downloadListSituationDetail: function downloadListSituationDetail(data, cb) {\n req.downloadPostCopy(portal + \"/county/largeScreen/v1/situation/exportData\", data).then(function (res) {\n cb(res);\n });\n },\n // 加快实施一批月度进展查看详情\n getDetailsByType: function getDetailsByType(data, cb) {\n var year = data.year,\n month = data.month,\n projectId = data.projectId,\n planType = data.planType,\n status = data.status;\n req.post(portal + \"/project/largeScreen/v1/speedUpBatchList?year=\".concat(year, \"&month=\").concat(month, \"&projectId=\").concat(projectId, \"&planType=\").concat(planType, \"&status=\").concat(status)).then(function (res) {\n cb(res);\n });\n },\n // 六届全会\n getSixMeetingTableData: function getSixMeetingTableData(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/meetMunicipalList\", data).then(function (res) {\n cb(res.data);\n });\n },\n getSixMeetingDeatils: function getSixMeetingDeatils(id, cb) {\n req.post(portal + \"/project/largeScreen/v1/meetMunicipal/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 改革情况一览表 区县\n getReformSituationData: function getReformSituationData(data, cb) {\n req.post(portal + \"/county/largeScreen/v1/countyQueryPage\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 改革情况一览表 下砖\n getReformSituationRunInHole: function getReformSituationRunInHole(data, cb) {\n req.post(portal + \"/county/largeScreen/v1/situation/index\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 改革情况一览表 市级\n getReformSituationCityData: function getReformSituationCityData(data, cb) {\n req // .post(portal + `/municipal/largeScreen/v1/queryLargeScree`, data)\n .post(portal + \"/project/largeScreen/v1/municipalSituation\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 改革情况一览表 文件查询\n getReformSituationFile: function getReformSituationFile(data, cb) {\n req.get(portal + \"/file/v1/getFiles?id=\".concat(data.id, \"&code=\").concat(data.code)).then(function (res) {\n cb(res.data);\n });\n },\n // 六届六次全会-导出\n meetMunicipalExport: function meetMunicipalExport(data, cb) {\n req.downloadPostCopy(portal + \"/project/largeScreen/v1/meetMunicipal/export\", data).then(function (res) {\n cb(res);\n });\n }\n};",null]}