{"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\\FilingOfOneMatter\\MunicipalAudit.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\FilingOfOneMatter\\MunicipalAudit.vue","mtime":1701661898314},{"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//\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//\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 _ from 'lodash';\nimport pagination from '@/components/pagination';\nimport { TableMixin } from '@/mixins/tableMixin';\nimport req from '@/request.js';\nimport utils from '@/utils.js';\nimport ProcessInfoDialog from \"./components/ProcessInfoCountiesDialog.vue\";\nimport FileList from '@/components/uploadFile/newFileList.vue';\nvar portal = window.context.portal;\nexport default {\n name: 'AdvanceApproval',\n components: {\n pagination: pagination,\n ProcessInfoDialog: ProcessInfoDialog,\n FileList: FileList\n },\n mixins: [TableMixin],\n data: function data() {\n return {\n tableMaxHeight: 400,\n loading: false,\n tableLoading: false,\n tableData: [],\n multipleSelection: [],\n params: {\n pageBean: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n querys: [{\n group: 'main',\n operation: 'EQUAL',\n property: 'status',\n relation: 'AND',\n value: 2\n }]\n },\n pageResult: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n searchForm: {\n page: 1,\n size: 20,\n total: 0,\n status: [2]\n },\n // 顶部搜索对象\n activeCollapse1: ['1', '2'],\n fileList: [],\n // 文件上传\n dialog: {\n title: '审核',\n visible: false\n },\n dialogForm: {\n otherComments: []\n },\n disabled: false,\n // 是否禁止输入输入\n isShowBtn: false,\n // 是否显示底部按钮\n turnDownVisible: false,\n rules: {\n otherComments: {\n required: true,\n message: '请选择满足标准情况',\n trigger: 'blur'\n }\n },\n checkList: [],\n zzmh_mzbzqk: [],\n yjs_sxlb: [],\n //事项类别\n szcq_sspd: [],\n //所属跑道\n ssxt: [],\n //所属系统\n treeData: [],\n sjlx: [],\n //事项类型\n visibleTitle: '驳回'\n };\n },\n created: function created() {\n this.sjlx = utils.getDictItemsFromCache('sjlx');\n this.yjs_sxlb = utils.getDictItemsFromCache('yjs_sxlb');\n this.zzmh_mzbzqk = utils.getDictItemsFromCache('zzmh_mzbzqk');\n this.szcq_sspd = utils.getDictItemsFromCache('szcq_sspd');\n this.ssxt = utils.getDictItemsFromCache('ssxt');\n this.treeData = JSON.parse(sessionStorage.getItem('responsibilityTree'));\n this.loadData(this.searchForm);\n },\n methods: {\n getDictName: function getDictName(code, value) {\n return utils.getDictName(code, value);\n },\n //获取数据\n loadData: function loadData(params) {\n var _this = this;\n\n this.tableLoading = true;\n req.post(portal + '/bizEventCounty/v1/townsListByPage?isAffirm=false', params).then(function (res) {\n _this.tableLoading = false;\n var data = res && res.data || {};\n _this.tableData = data.rows || [];\n _this.searchForm.page = data.page;\n _this.searchForm.size = data.pageSize;\n _this.searchForm.total = data.total;\n });\n },\n // 审核通过\n handleVerify: function handleVerify() {\n var _this2 = this;\n\n this.$refs.form.validate(function (valid) {\n if (valid) {\n _this2.$confirm('确认通过吗?', _this2.$t('common.tips'), {\n confirmButtonText: _this2.$t('common.confirm'),\n cancelButtonText: _this2.$t('common.cancel'),\n type: 'success'\n }).then(function () {\n _this2.loading = true;\n _this2.dialogForm.status = 3;\n var params = _this2.dialogForm;\n params.otherComments = _this2.dialogForm.otherComments.join();\n var api = _this2.dialogForm.eventType == 1 ? '/bizEventCounty/v1/toExamine' : '/bizEventCity/v1/toExamine';\n req.post(portal + api, params).then(function (res) {\n if (res.data.state) {\n _this2.$message.success('通过成功');\n } else {\n _this2.$message.error('通过失败');\n }\n\n _this2.turnDownVisible = false;\n _this2.loading = false;\n _this2.dialog.visible = false;\n\n _this2.loadData(_this2.searchForm);\n });\n });\n }\n });\n },\n // 审核驳回\n handleReject: function handleReject() {\n var _this3 = this;\n\n // this.dialogForm.otherComments = this.checkList.join()\n // this.$refs.form.validate(valid => {\n // \tif (valid) {\n this.$confirm('确认驳回吗?', this.$t('common.tips'), {\n confirmButtonText: this.$t('common.confirm'),\n cancelButtonText: this.$t('common.cancel'),\n type: 'error'\n }).then(function () {\n _this3.turnDownVisible = true;\n _this3.visibleTitle = '驳回';\n }); // }\n // })\n },\n noPass: function noPass() {\n var _this4 = this;\n\n // this.$refs.form.validate(valid => {\n // \tif (valid) {\n this.$confirm('确认不通过吗?', this.$t('common.tips'), {\n confirmButtonText: this.$t('common.confirm'),\n cancelButtonText: this.$t('common.cancel'),\n type: 'error'\n }).then(function () {\n _this4.turnDownVisible = true;\n _this4.visibleTitle = '不通过';\n }); // }\n // })\n },\n handleClose: function handleClose() {\n this.turnDownVisible = false;\n },\n //驳回通过\n handleTurnDown: function handleTurnDown() {\n var _this5 = this;\n\n this.loading = true;\n this.dialogForm.status = this.visibleTitle === '驳回' ? -3 : this.visibleTitle === '不通过' ? -10 : '';\n var params = this.dialogForm;\n params.otherComments = this.dialogForm.otherComments.join();\n var api = this.dialogForm.eventType == 1 ? '/bizEventCounty/v1/toExamine' : '/bizEventCity/v1/toExamine';\n req.post(portal + api, params).then(function (res) {\n if (res.data.state) {\n _this5.$message.success('驳回成功');\n } else {\n _this5.$message.error('驳回失败');\n }\n\n _this5.turnDownVisible = false;\n _this5.loading = false;\n _this5.dialog.visible = false;\n\n _this5.loadData(_this5.searchForm);\n });\n },\n //修改\n handleDbClick: function handleDbClick(data) {\n var _this6 = this;\n\n this.isShowBtn = true;\n this.disabled = false;\n this.dialogForm = data;\n this.checkList = [];\n this.dialog.title = '审核';\n this.dialog.visible = true;\n this.$refs.form.clearValidate();\n req.get(portal + \"/bizEventCounty/v1/countyOrCityDetails?id=\".concat(data.id, \"&eventType=\").concat(data.eventType)).then(function (res) {\n _this6.loading = false;\n\n if (res.status == 200) {\n // this.dialogForm = (res && res.data) || {}\n if (res && res.data) {\n res.data.value.townFileLists = res.data.value.townFileLists ? res.data.value.townFileLists : [];\n res.data.value.otherComments = res.data.value.otherComments ? res.data.value.otherComments.join(',') : [];\n console.log(res.data.value.otherComments);\n _this6.dialogForm = res.data.value;\n console.log(_this6.dialogForm.otherComments);\n }\n\n _this6.disabledDetils = false;\n _this6.edit = true;\n _this6.activeCollapse1 = ['1', '2'];\n }\n }).catch(function () {\n _this6.loading = false;\n });\n },\n // 详情\n handleDetils: function handleDetils(data) {\n this.isShowBtn = false;\n this.disabled = true;\n this.dialogForm = data;\n this.dialog.title = '详情';\n this.dialog.visible = true;\n },\n //流程\n handleFlow: function handleFlow(data) {\n this.$refs.processInfo.open(data);\n },\n // 顶部搜索\n handleSearch: function handleSearch(bol) {\n if (bol) {\n this.searchForm.status = [3, 4, 5, -3, -4, -5, -10];\n } else {\n this.searchForm.status = [2];\n }\n\n this.loadData(this.searchForm);\n },\n // 弹层关闭\n handleDialogClose: function handleDialogClose() {\n this.dialog.visible = false;\n },\n handleSelectionChange: function handleSelectionChange() {},\n handleCurrentChange: function handleCurrentChange(page) {\n this.searchForm.page = page;\n this.loadData(this.searchForm);\n },\n handleSizeChange: function handleSizeChange(pageSize) {\n this.searchForm.size = pageSize;\n this.loadData(this.searchForm);\n }\n }\n};",null]}