{"remainingRequest":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!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\\ReformRiskManagement\\RiskAuditConfirmation.vue?vue&type=template&id=9ff14a5e&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\ReformRiskManagement\\RiskAuditConfirmation.vue","mtime":1685953070074},{"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\\loaders\\templateLoader.js","mtime":499162500000},{"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":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:\"loading\",rawName:\"v-loading.fullscreen.lock\",value:(_vm.markLoading),expression:\"markLoading\",modifiers:{\"fullscreen\":true,\"lock\":true}}],staticClass:\"full-page bg\",attrs:{\"element-loading-text\":\"数据加载中...\",\"element-loading-spinner\":\"el-icon-loading\",\"element-loading-background\":\"rgba(255,255,255, 0.5)\"}},[_c('div',{staticClass:\"search-container\"},[_c('el-form',{ref:\"form\",attrs:{\"model\":_vm.searchForm,\"label-width\":\"auto\"}},[_c('el-row',{attrs:{\"gutter\":20}},[_c('el-col',{attrs:{\"span\":6}},[_c('el-form-item',{attrs:{\"label\":\"事件名称\"}},[_c('el-input',{attrs:{\"clearable\":\"\",\"placeholder\":\"请输入事件名称\"},model:{value:(_vm.searchForm.riskName),callback:function ($$v) {_vm.$set(_vm.searchForm, \"riskName\", $$v)},expression:\"searchForm.riskName\"}})],1)],1),_c('el-col',{attrs:{\"span\":6}},[_c('el-form-item',{attrs:{\"label\":\"风险类别\"}},[_c('dict-select',{staticStyle:{\"width\":\"100%\"},attrs:{\"dictCode\":\"ggfx_ywlb\",\"hasDefaultOption\":true,\"clearable\":\"\",\"placeholder\":\"请选择风险类别\"},model:{value:(_vm.searchForm.riskType),callback:function ($$v) {_vm.$set(_vm.searchForm, \"riskType\", $$v)},expression:\"searchForm.riskType\"}})],1)],1),_c('el-col',{attrs:{\"span\":6}},[_c('el-form-item',{attrs:{\"label\":\"审核状态\"}},[_c('dict-select',{staticStyle:{\"width\":\"100%\"},attrs:{\"dictCode\":\"fm_shzt\",\"hasDefaultOption\":true,\"clearable\":\"\",\"placeholder\":\"请选择审核状态\"},model:{value:(_vm.searchForm.status),callback:function ($$v) {_vm.$set(_vm.searchForm, \"status\", $$v)},expression:\"searchForm.status\"}})],1)],1),_c('el-col',{attrs:{\"span\":2}},[_c('el-button',{staticClass:\"btn btn-plus\",attrs:{\"icon\":\"el-icon-search\",\"type\":\"primary\"},on:{\"click\":_vm.handleSearch}},[_vm._v(\"\\n \"+_vm._s(this.$t('common.search'))+\"\\n \")])],1)],1)],1)],1),_c('el-row',{staticClass:\"main-table-container flex\",attrs:{\"gutter\":10}},[_c('el-col',{ref:\"contentPanel\",staticClass:\"table-container\",staticStyle:{\"padding\":\"20px\"},attrs:{\"span\":24}},[_c('div',{ref:\"btnPanel\",staticStyle:{\"margin-bottom\":\"10px\"}},[_c('el-button',{class:['btn', 'btn-plus', _vm.auditStatus ? '' : 'btn-reviewed'],attrs:{\"type\":\"danger\",\"plain\":\"\"},on:{\"click\":function($event){return _vm.getTableData(false)}}},[_vm._v(\"\\n 待审核\\n \")]),_c('el-button',{class:['btn', 'btn-delete', _vm.auditStatus ? 'btn-audited' : ''],attrs:{\"slot\":\"reference\",\"type\":\"success\",\"plain\":\"\"},on:{\"click\":function($event){return _vm.getTableData(true)}},slot:\"reference\"},[_vm._v(\"\\n 已审核\\n \")])],1),_c('div',{style:({width: '100%', height: \"\" + _vm.tableMaxHeight + 'px'})},[_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.tableLoading),expression:\"tableLoading\"}],ref:\"multipleSelection\",style:({width: '100%'}),attrs:{\"stripe\":\"\",\"size\":\"mini\",\"data\":_vm.tableData,\"max-height\":_vm.tableMaxHeight,\"header-cell-style\":{'text-align': 'center'}},on:{\"selection-change\":_vm.handleSelectionChange}},[_c('el-table-column',{attrs:{\"type\":\"index\",\"width\":\"100\",\"label\":\"序号\",\"align\":\"center\"}}),_c('el-table-column',{attrs:{\"prop\":\"riskName\",\"show-overflow-tooltip\":\"\",\"align\":\"center\",\"width\":\"200\",\"label\":\"事件名称\"}}),_c('el-table-column',{attrs:{\"prop\":\"riskType\",\"show-overflow-tooltip\":\"\",\"align\":\"center\",\"width\":\"200\",\"label\":\"风险类别\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nreturn [_vm._v(\"\\n \"+_vm._s(_vm.getDictName('ggfx_ywlb', row.riskType))+\"\\n \")]}}])}),_c('el-table-column',{attrs:{\"prop\":\"riskDate\",\"show-overflow-tooltip\":\"\",\"align\":\"center\",\"label\":\"风险发生日期\"}}),_c('el-table-column',{attrs:{\"prop\":\"thisTime\",\"show-overflow-tooltip\":\"\",\"label\":\"本次更新时间\",\"align\":\"center\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nreturn [_vm._v(\"\\n \"+_vm._s(row.thisTime || '----')+\"\\n \")]}}])}),_c('el-table-column',{attrs:{\"prop\":\"status\",\"show-overflow-tooltip\":\"\",\"align\":\"center\",\"label\":\"审核状态\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nreturn [_c('status-by-color',{attrs:{\"status\":row.status}})]}}])}),_c('el-table-column',{attrs:{\"prop\":\"riskType\",\"show-overflow-tooltip\":\"\",\"align\":\"center\",\"label\":\"操作\",\"width\":\"180\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nreturn [(row.status === 3)?_c('el-link',{staticClass:\"cloumn-btn\",attrs:{\"icon\":\"el-icon-s-check\",\"type\":\"primary\",\"underline\":false},on:{\"click\":function($event){return _vm.handleDbClick(row)}}},[_vm._v(\"\\n 审核\\n \")]):_c('el-link',{staticClass:\"cloumn-btn\",attrs:{\"icon\":\"el-icon-view\",\"type\":\"primary\",\"underline\":false},on:{\"click\":function($event){return _vm.handleDetils(row)}}},[_vm._v(\"\\n 详情\\n \")]),(row.status === 4 || row.status === 5)?_c('el-link',{staticClass:\"cloumn-btn withdraw\",attrs:{\"icon\":\"el-icon-refresh-left\",\"type\":\"danger\",\"underline\":false},on:{\"click\":function($event){return _vm.riskRevokeReview(row)}}},[_vm._v(\"\\n 撤回\\n \")]):_vm._e()]}}])})],1)],1),_c('pagination',{ref:\"paginationPanel\",staticStyle:{\"margin-top\":\"10px\"},attrs:{\"pageResult\":_vm.pageResult},on:{\"size-change\":_vm.handleSizeChange,\"current-change\":_vm.handleCurrentChange}})],1)],1),_c('el-dialog',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.loading),expression:\"loading\"}],class:[_vm.reqLoading ? 'dialog-box' : ''],attrs:{\"title\":\"改革风险录入\",\"visible\":_vm.dialog.visible,\"width\":\"50%\",\"top\":\"6vh\",\"before-close\":_vm.handleDialogClose,\"close-on-click-modal\":false},on:{\"update:visible\":function($event){return _vm.$set(_vm.dialog, \"visible\", $event)}}},[_c('div',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.reqLoading),expression:\"reqLoading\"}],attrs:{\"element-loading-text\":\"加载中...\",\"element-loading-spinner\":\"el-icon-loading\",\"element-loading-background\":\"rgba(255, 255, 255, 1)\"}},[_c('el-collapse',{staticClass:\"form-collapse\",model:{value:(_vm.activeCollapse1),callback:function ($$v) {_vm.activeCollapse1=$$v},expression:\"activeCollapse1\"}},[_c('el-collapse-item',{staticClass:\"basis-position\",attrs:{\"name\":\"1\"}},[_c('RecordPopover',{attrs:{\"id\":_vm.dialogForm.id}}),_c('template',{slot:\"title\"},[_c('span',{staticClass:\"collapse-title\"},[_c('i',{staticClass:\"collapse-title-icon el-icon-info\"}),_vm._v(\"\\n 市网信办、市信访办录入\\n \")])]),_c('el-descriptions',{attrs:{\"column\":2,\"border\":\"\"}},[(_vm.approvalComments && _vm.approvalComments.length)?_c('el-descriptions-item',{attrs:{\"label\":\"审批意见描述\",\"span\":2}},_vm._l((_vm.approvalComments),function(item,index){return _c('span',{key:index,staticStyle:{\"color\":\"#f40\",\"display\":\"inline-block\",\"padding\":\"0 5px 0 0\"}},[_vm._v(\"\\n \"+_vm._s(index + 1 + '.' + item + ';')+\"\\n \")])}),0):_vm._e(),_c('el-descriptions-item',{attrs:{\"label\":\"事件名称\",\"labelStyle\":{width: '100px'}}},[_vm._v(_vm._s(_vm.dialogForm.riskName))]),_c('el-descriptions-item',{attrs:{\"label\":\"风险类别\",\"labelStyle\":{width: '100px'}}},[_vm._v(_vm._s(_vm.getDictName('ggfx_ywlb', _vm.dialogForm.riskType)))]),_c('el-descriptions-item',{attrs:{\"label\":\"风险程度\"}},[_vm._v(_vm._s(_vm.getDictName('fxcd', _vm.dialogForm.riskLevel)))]),_c('el-descriptions-item',{attrs:{\"label\":\"风险涉及对象\"}},[_vm._v(\"\\n \"+_vm._s(_vm.getDictName('fx_sjdx', _vm.dialogForm.significant))+\"\\n \")]),_c('el-descriptions-item',{attrs:{\"label\":\"涉及区县\"}},[_vm._v(_vm._s(_vm.optionName))]),_c('el-descriptions-item',{attrs:{\"label\":\"风险发生时间\"}},[_vm._v(_vm._s(_vm.dialogForm.riskDate))]),_c('el-descriptions-item',{attrs:{\"label\":\"事件详情\",\"span\":3}},[_vm._v(\"\\n \"+_vm._s(_vm.dialogForm.riskDetail)+\"\\n \")]),_c('el-descriptions-item',{attrs:{\"label\":\"佐证材料\",\"span\":3}},[[_vm._l((_vm.fileList),function(file,index){return _c('div',{key:index,staticClass:\"file-item\"},[_c('span',[_vm._v(_vm._s(file.name))]),_c('span',[(\n file.fileType.toLowerCase() == 'png' ||\n file.fileType.toLowerCase() == 'jpg' ||\n file.fileType.toLowerCase() == 'jpeg' ||\n file.fileType.toLowerCase() == 'bmp' ||\n file.fileType.toLowerCase() == 'gif' ||\n file.fileType.toLowerCase() == 'webp' ||\n file.fileType.toLowerCase() == 'psd' ||\n file.fileType.toLowerCase() == 'svg' ||\n file.fileType.toLowerCase() == 'tiff' ||\n file.fileType.toLowerCase() == 'docx' ||\n file.fileType.toLowerCase() == 'pdf'\n )?_c('el-link',{attrs:{\"type\":\"primary\",\"underline\":false},on:{\"click\":function($event){return _vm.handlePreview(file)}}},[_vm._v(\"预览\")]):_vm._e(),_c('el-link',{attrs:{\"type\":\"primary\",\"underline\":false},on:{\"click\":function($event){return _vm.handleDownloadFile(file)}}},[_vm._v(\"下载\")])],1)])}),(_vm.dialogForm.classified)?_c('div',[_vm._v(\"\\n 文件涉密,已通过网邮件上传\\n \")]):_vm._e()]],2)],1)],2)],1)],1),_c('span',{staticClass:\"dialog-footer\",style:(_vm.reqLoading ? 'position: relative;z-index: -1;' : ''),attrs:{\"slot\":\"footer\"},slot:\"footer\"},[(_vm.btnIsShow)?_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.handleVerify(5)}}},[_vm._v(\"\\n 通过\\n \")]):_vm._e(),(_vm.btnIsShow)?_c('el-button',{attrs:{\"type\":\"danger\"},on:{\"click\":_vm.openInputVisible}},[_vm._v(\"\\n 驳回\\n \")]):_vm._e(),_c('el-button',{on:{\"click\":function($event){_vm.dialog.visible = false}}},[_vm._v(\"\\n 取消\\n \")])],1)]),_c('filePreview',{ref:\"filePreview\"}),_c('RejectInfoDialog',{ref:\"RejectInfoDialog\",on:{\"sendRejectInfo\":_vm.sendRejectInfo}})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}