{"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\\components\\ProcessInfoCountiesDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\FilingOfOneMatter\\components\\ProcessInfoCountiesDialog.vue","mtime":1701656333989},{"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//\nimport pagination from '@/components/pagination';\nimport utils from '@/utils.js';\nimport req from '@/request.js';\nimport FileList from '@/components/uploadFile/newFileList.vue';\nvar portal = window.context.portal;\nexport default {\n components: {\n pagination: pagination,\n FileList: FileList\n },\n data: function data() {\n return {\n title: '审批流程',\n visible: false,\n loading: false,\n activities: [],\n reqLoading: false,\n tableData: [],\n multipleSelection: [],\n params: {\n pageBean: {\n page: 1,\n pageSize: 20,\n total: 0\n }\n },\n pageResult: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n detailData: {},\n currentData: {},\n rowData: {} //父级数据\n\n };\n },\n created: function created() {\n this.yjs_sxlb = utils.getDictItemsFromCache('yjs_sxlb');\n this.szcq_sspd = utils.getDictItemsFromCache('szcq_sspd');\n this.ssxt = utils.getDictItemsFromCache('ssxt');\n },\n methods: {\n open: function open(val) {\n this.visible = true;\n this.rowData = val;\n this.tableTitle = this.rowData == 1 ? '自主谋划论证备案表' : '赋权试点论证备案表';\n this.getOperationLog(val.id);\n },\n getDictName: function getDictName(code, value) {\n return utils.getDictName(code, value);\n },\n // 查询日志\n getOperationLog: function getOperationLog(id) {\n var _this = this;\n\n this.activities = [];\n req.post(portal + \"/approvalLog/bizAchieveStatusLog/v1/process/\".concat(id)).then(function (res) {\n if (res.status == 200) {\n console.log(res);\n _this.activities = res.data;\n var obj = JSON.parse(JSON.stringify(res.data)).pop();\n res.data && res.data.length > 0 && _this.viewDetails(obj);\n }\n\n _this.reqLoading = false;\n });\n },\n //查看详情\n viewDetails: function viewDetails(val) {\n var _this2 = this;\n\n this.detailData = [];\n this.currentData = val;\n console.log(val);\n var api = this.rowData.eventType == 1 ? \"/bizEventCounty/v1/getStatusDetails?id=\".concat(val.bizId, \"&createTime=\").concat(val.createTime, \"&status=\").concat(val.status) : \"/bizEventCity/v1/getStatusDetails?id=\".concat(val.bizId, \"&createTime=\").concat(val.createTime, \"&status=\").concat(val.status);\n req.get(portal + api).then(function (res) {\n if (res && res.data) {\n console.log(res.data.value);\n _this2.detailData = res.data.value;\n\n _this2.$set(_this2.detailData);\n }\n\n _this2.reqLoading = false;\n });\n },\n // 设置图标以及颜色\n geticon: function geticon(row) {\n var icon = '';\n\n if (row.approvalResults === 1) {\n icon = 'el-icon-close';\n } else if (row.approvalResults === 0) {\n icon = 'el-icon-check';\n } else if (row.status == 0 && row.approvalResults != 2) {\n icon = 'el-icon-more';\n } else if (row.approvalResults === 2) {\n icon = 'el-icon-bottom-left';\n }\n\n return icon;\n },\n getcolor: function getcolor(row) {\n var color = '';\n\n if (row.approvalResults === 2 || row.approvalResults === 1) {\n color = '#F56C6C';\n } else if (row.status === 0 && row.approvalResults !== 2) {\n color = '#2761ff';\n } else {\n color = '#67C23A';\n }\n\n return color;\n },\n handleDialogClose: function handleDialogClose() {\n this.visible = false;\n this.activities = [];\n this.detailData = [];\n }\n }\n};",null]}