{"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\\monthlyProgressDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\BigScreen\\components\\subComponents\\monthlyProgressDialog.vue","mtime":1727414222169},{"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//\nimport utils from '@/utils.js';\nimport apiList from '@/api/bigScreen/majorView.js';\nimport FileList from '@/components/uploadFile/FileList.vue';\nexport default {\n name: 'monthlyProgressDialog',\n components: {\n FileList: FileList\n },\n data: function data() {\n return {\n title: '',\n dialogVisible: false,\n projectDetail: null,\n planType: '',\n planTypeDetails: [],\n loading: false,\n statusText: ''\n };\n },\n beforeDestroy: function beforeDestroy() {\n this.$bus.$off('changeDate');\n },\n mounted: function mounted() {},\n methods: {\n open: function open(item, index) {\n console.log(item);\n this.loading = true;\n this.projectDetail = item;\n this.getDetailsByType(item, index);\n this.dialogVisible = true;\n },\n getDetailsByType: function getDetailsByType(item, index) {\n var _this = this;\n\n var _JSON$parse = JSON.parse(sessionStorage.getItem('searchDate')),\n year = _JSON$parse.year,\n month = _JSON$parse.month;\n\n var _item$ = item[\"target\".concat(index)],\n planType = _item$.planType,\n status = _item$.status,\n projectId = _item$.projectId,\n statusText = _item$.statusText;\n this.planType = planType;\n this.statusText = statusText;\n var data = {\n year: year,\n month: month,\n planType: planType,\n status: status,\n projectId: projectId\n };\n apiList.getDetailsByType(data, function (res) {\n if (res && res.data.length) {\n _this.planTypeDetails = res.data;\n } else {\n _this.planTypeDetails = [];\n }\n\n _this.loading = false;\n });\n },\n getDictName: function getDictName(code, value) {\n return utils.getDictName(code, value);\n },\n handleClose: function handleClose() {\n this.projectDetail = null;\n this.planType = '';\n this.planTypeDetails = [];\n this.dialogVisible = false;\n }\n }\n};",null]}