{"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\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\reform-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\reform-fvue\\src\\views\\BigScreen\\components\\subComponents\\projectSubBrand.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\BigScreen\\components\\subComponents\\projectSubBrand.vue","mtime":1702263619948},{"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\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\reform-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//\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//\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 utils from '@/utils.js';\nimport pagenation from \"./pagenation.vue\";\nimport apiList from '@/api/bigScreen/districView.js';\nimport apiList1 from '@/api/bigScreen/projectSub.js';\nimport FileList from '@/components/uploadFile/FileList.vue';\nexport default {\n components: {\n pagenation: pagenation,\n FileList: FileList\n },\n props: {\n tableOptions: {\n type: Object,\n default: function _default() {\n return {};\n }\n }\n },\n data: function data() {\n return {\n activeBtn1: 1,\n activeBtn2: 1,\n activeName: '1',\n loadingColor: 'rgba(6, 46, 106, 0.4)',\n loading: false,\n pieLoading: false,\n stage: '',\n params: {\n pageBean: {\n page: 1,\n pageSize: 20,\n total: 0,\n showTotal: true\n },\n querys: [{\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'push.PROJECT_ID_',\n // 字段名\n relation: 'AND',\n value: ''\n }, {\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'push.PLAN_TYPE_',\n // 字段名\n relation: 'AND',\n value: ''\n }, {\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'sche.PLAN_YEAR_',\n // 字段名\n relation: 'AND',\n value: ''\n }, {\n group: 'main',\n operation: 'LESS_EQUAL',\n parentGroup: '',\n property: 'sche.PLAN_MONTH_',\n // 字段名\n relation: 'AND',\n value: ''\n }, {\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'push.IS_OVER_',\n // 字段名\n relation: 'AND',\n value: ''\n }]\n },\n projectOptions: [],\n tableData: [],\n pieChart1: null,\n pieChart1Option: null,\n pieChartData1: [],\n pieChart2: null,\n pieChart2Option: null,\n pieChartData2: [],\n projectId: '',\n yd_jhlx: [],\n exportLoading: false\n };\n },\n beforeDestroy: function beforeDestroy() {\n this.$bus.$off('changeDate');\n },\n mounted: function mounted() {\n var _this = this;\n\n this.$emit('searchDateChange');\n this.pieLoading = true;\n this.getPagingQuery();\n this.$bus.$on('changeDate', function (searchDate) {\n _this.getPagingQuery();\n });\n },\n methods: {\n // 导出excel\n exportExcel: function exportExcel() {\n var _this2 = this;\n\n this.exportLoading = true;\n var data = JSON.parse(JSON.stringify(this.params));\n data.pageBean.pageSize = -1;\n apiList.exportMonthList(data, function (res) {\n if (res) {\n _this2.$message.success('导出成功');\n }\n\n _this2.exportLoading = false;\n });\n },\n handleClick: function handleClick() {\n this.params.pageBean.page = 1;\n this.params.querys[1].value = this.activeName;\n this.getPagingQuery();\n },\n currentChange: function currentChange() {},\n pageChange: function pageChange(e) {\n this.params.pageBean.page = e;\n this.getPagingQuery();\n },\n handleCommand: function handleCommand(e) {\n this.params.pageBean.page = 1;\n this.params.querys[4].value = e;\n this.getPagingQuery();\n },\n expend: function expend(row) {\n var $table = this.$refs.expendTable;\n this.tableData.map(function (item) {\n if (row.id != item.id) {\n $table.toggleRowExpansion(item, false);\n item.expansion = false;\n } else {\n item.expansion = !item.expansion;\n }\n });\n $table.toggleRowExpansion(row);\n },\n getDictName: function getDictName(code, value) {\n return utils.getDictName(code, value);\n },\n // 分页查询\n getPagingQuery: function getPagingQuery() {\n var _this3 = this;\n\n this.loading = true;\n var projectId = this.$route.query.projectId;\n var data = JSON.parse(sessionStorage.getItem('searchDate'));\n data.id = projectId;\n apiList1.getBrandXQ(data, function (res) {\n _this3.loading = false;\n _this3.tableData = res && res.pilotBrandPushList ? res.pilotBrandPushList : [];\n });\n }\n }\n};",null]}