{"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\\MeetingManagement\\DocumentEntry.vue?vue&type=template&id=55684a69&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\MeetingManagement\\DocumentEntry.vue","mtime":1716368601157},{"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\":5}},[_c('el-form-item',{attrs:{\"label\":\"中央文件名称\"}},[_c('el-input',{attrs:{\"clearable\":\"\",\"placeholder\":\"请输入文件名称\"},model:{value:(_vm.searchForm['FILE_NAME_']),callback:function ($$v) {_vm.$set(_vm.searchForm, 'FILE_NAME_', $$v)},expression:\"searchForm['FILE_NAME_']\"}})],1)],1),_c('el-col',{attrs:{\"span\":5}},[_c('el-form-item',{attrs:{\"label\":\"审议时间\"}},[_c('el-date-picker',{staticStyle:{\"width\":\"100%\"},attrs:{\"type\":\"date\",\"format\":\"yyyy/MM/dd\",\"value-format\":\"yyyy-MM-dd\",\"placeholder\":\"请选择会议时间\"},model:{value:(_vm.searchForm['REVIEW_TIME_']),callback:function ($$v) {_vm.$set(_vm.searchForm, 'REVIEW_TIME_', $$v)},expression:\"searchForm['REVIEW_TIME_']\"}})],1)],1),_c('el-col',{attrs:{\"span\":5}},[_c('el-form-item',{attrs:{\"label\":\"会议名称\"}},[_c('el-input',{attrs:{\"clearable\":\"\",\"placeholder\":\"请输入会议名称\"},model:{value:(_vm.searchForm['MEETING_NAME_']),callback:function ($$v) {_vm.$set(_vm.searchForm, 'MEETING_NAME_', $$v)},expression:\"searchForm['MEETING_NAME_']\"}})],1)],1),_c('el-col',{attrs:{\"span\":4}},[_c('el-form-item',{attrs:{\"label\":\"分发状态\"}},[_c('dict-select',{staticStyle:{\"width\":\"100%\"},attrs:{\"dictCode\":\"ffzt\",\"hasDefaultOption\":true,\"clearable\":\"\",\"placeholder\":\"请选择分发状态\"},model:{value:(_vm.searchForm['SEND_STATUS_']),callback:function ($$v) {_vm.$set(_vm.searchForm, 'SEND_STATUS_', $$v)},expression:\"searchForm['SEND_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',{staticClass:\"btn btn-plus\",attrs:{\"icon\":\"el-icon-plus\",\"type\":\"primary\"},on:{\"click\":_vm.handleAdd}},[_vm._v(\"\\n \"+_vm._s(this.$t('common.add'))+\"\\n \")]),_c('el-button',{staticClass:\"btn btn-delete\",attrs:{\"slot\":\"reference\",\"icon\":\"el-icon-delete\",\"type\":\"danger\",\"disabled\":!_vm.deleteIds},on:{\"click\":_vm.handleDelete},slot:\"reference\"},[_vm._v(\"\\n \"+_vm._s(this.$t('common.delete'))+\"\\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:({\n width: '100%',\n height: \"\" + _vm.tableMaxHeight + 'px',\n }),attrs:{\"stripe\":\"\",\"size\":\"mini\",\"data\":_vm.tableData,\"max-height\":_vm.tableMaxHeight},on:{\"selection-change\":_vm.handleSelectionChange}},[_c('el-table-column',{attrs:{\"type\":\"selection\",\"width\":\"55\",\"align\":\"center\"}}),_c('el-table-column',{attrs:{\"label\":\"序号\",\"type\":\"index\",\"width\":\"55\",\"align\":\"center\"}}),_c('el-table-column',{attrs:{\"prop\":\"fileName\",\"show-overflow-tooltip\":\"\",\"min-width\":\"200\",\"align\":\"center\",\"label\":\"中央文件名称\"}}),_c('el-table-column',{attrs:{\"prop\":\"meetingName\",\"show-overflow-tooltip\":\"\",\"min-width\":\"200\",\"align\":\"center\",\"label\":\"审议通过该文件的会议名称\"}}),_c('el-table-column',{attrs:{\"prop\":\"reviewTime\",\"show-overflow-tooltip\":\"\",\"min-width\":\"100\",\"align\":\"center\",\"label\":\"审议时间\"}}),_c('el-table-column',{attrs:{\"prop\":\"sendStatus\",\"show-overflow-tooltip\":\"\",\"min-width\":\"80\",\"align\":\"center\",\"label\":\"分发状态\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\nreturn [_c('el-tag',{attrs:{\"type\":row.sendStatus ? 'success' : 'info'}},[_vm._v(_vm._s(_vm.getDictName('ffzt', row.sendStatus)))])]}}])}),_c('el-table-column',{attrs:{\"width\":\"180\",\"align\":\"center\",\"fixed\":\"right\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\nreturn [(row.sendStatus == 0)?_c('el-link',{staticClass:\"cloumn-btn\",attrs:{\"icon\":\"el-icon-refresh-left\",\"type\":\"primary\",\"underline\":false},on:{\"click\":function($event){return _vm.handleAppear(row)}}},[_vm._v(\"\\n 分发\\n \")]):_vm._e(),_c('el-link',{staticClass:\"cloumn-btn\",attrs:{\"icon\":\"el-icon-edit\",\"type\":\"primary\",\"underline\":false},on:{\"click\":function($event){return _vm.handleDbClick(row)}}},[_vm._v(\"\\n 编辑\\n \")]),(row.status == 1)?_c('el-link',{staticClass:\"cloumn-btn\",attrs:{\"icon\":\"el-icon-view\",\"type\":\"primary\",\"underline\":false},on:{\"click\":function($event){return _vm.handleLookDetiles(row)}}},[_vm._v(\"\\n 详情\\n \")]):_vm._e(),(row.sendStatus == 1)?_c('el-link',{staticClass:\"cloumn-btn withdraw\",attrs:{\"icon\":\"el-icon-refresh-left\",\"type\":\"danger\",\"underline\":false},on:{\"click\":function($event){return _vm.revokeReview(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('DocumentEntryForm',{ref:\"DocumentEntryForm\",on:{\"flushed\":_vm.flushed}}),_c('FileDetails',{ref:\"FileDetails\"}),_c('OrgSelectDialog',{ref:\"orgSeleect\",on:{\"orgSelect\":_vm.handleOrgSelect}})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}