{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\applicationCenter\\MessageConfig\\MsgConfig.vue?vue&type=template&id=573b0381&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\applicationCenter\\MessageConfig\\MsgConfig.vue","mtime":1675071992772},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\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',{staticClass:\"fullheight\"},[_c('ht-table',{ref:\"htTable\",attrs:{\"data\":_vm.data,\"page-result\":_vm.pageBean,\"selection\":true,\"quick-search-props\":[{prop:'A.name_',label:'名称'},{prop:'A.code_',label:'编码'}],\"show-export\":false,\"show-custom-column\":false},on:{\"load\":_vm.loadData,\"row-click\":_vm.rowClick},scopedSlots:_vm._u([{key:\"toolbar\",fn:function(){return [_c('el-button',{attrs:{\"size\":\"small\",\"icon\":\"el-icon-plus\",\"type\":\"primary\"},on:{\"click\":function($event){return _vm.handleOpen('添加消息配置')}}},[_vm._v(\"添加\")]),_c('ht-delete-button',{staticStyle:{\"margin-left\":\"10px\"},attrs:{\"url\":_vm.formDeleteUrl(),\"htTable\":_vm.$refs.htTable}},[_vm._v(\"删除\")])]},proxy:true}])},[[_c('ht-table-column',{attrs:{\"type\":\"index\",\"width\":\"50\",\"align\":\"center\",\"label\":\"序号\"}}),_c('ht-table-column',{attrs:{\"prop\":\"name\",\"label\":\"名称\",\"width\":\"160\",\"show-overflow-tooltip\":true,\"sortable\":true},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('el-link',{attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.handleOpen('编辑消息配置', scope.row)}}},[_vm._v(_vm._s(scope.row.name))])]}}])}),_c('ht-table-column',{attrs:{\"prop\":\"code\",\"label\":\"编码\",\"width\":\"160\",\"show-overflow-tooltip\":true,\"sortable\":true}}),_c('ht-table-column',{attrs:{\"prop\":\"templateName\",\"show-overflow-tooltip\":true,\"label\":\"消息模板\",\"sortable\":true}}),_c('ht-table-column',{attrs:{\"prop\":\"notifyType\",\"show-overflow-tooltip\":true,\"label\":\"消息提示\",\"sortable\":true}}),_c('ht-table-column',{attrs:{\"prop\":\"userConfigType\",\"label\":\"接收人配置\",\"width\":\"120\",\"filters\":[\n {text: '动态', value: 1},\n {text: '固定', value: 2} ]},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.userConfigType == '1')?_c('span',[_c('el-tag',{attrs:{\"type\":\"success\"}},[_vm._v(\"动态\")])],1):_c('span',[_c('el-tag',{attrs:{\"type\":\"warning\"}},[_vm._v(\"固定\")])],1)]}}])})]],2),_c('el-dialog',{attrs:{\"width\":\"900px\",\"top\":\"5vh\",\"title\":_vm.title,\"visible\":_vm.dialogVisible,\"before-close\":_vm.handleClose,\"close-on-click-modal\":false,\"append-to-body\":\"\"},on:{\"update:visible\":function($event){_vm.dialogVisible=$event}}},[_c('el-form',{attrs:{\"model\":_vm.formData,\"data-vv-scope\":\"msgTemplateForm\"}},[_c('el-row',[_c('el-col',{attrs:{\"span\":12}},[_c('ht-form-item',{attrs:{\"label\":\"配置名称\",\"label-width\":\"120px\"}},[_c('ht-input',{staticStyle:{\"width\":\"100%\"},attrs:{\"validate\":{required: true},\"maxlength\":50,\"showWordLimit\":true},model:{value:(_vm.formData.name),callback:function ($$v) {_vm.$set(_vm.formData, \"name\", $$v)},expression:\"formData.name\"}})],1)],1),_c('el-col',{attrs:{\"span\":12}},[_c('ht-form-item',{attrs:{\"label\":\"配置编码\",\"label-width\":\"120px\"}},[_c('ht-input',{directives:[{name:\"pinyin\",rawName:\"v-pinyin\",value:(_vm.formData.name),expression:\"formData.name\"}],staticStyle:{\"width\":\"100%\"},attrs:{\"validate\":{required: true},\"disabled\":_vm.formData.id ? true : false},model:{value:(_vm.formData.code),callback:function ($$v) {_vm.$set(_vm.formData, \"code\", $$v)},expression:\"formData.code\"}})],1)],1)],1),_c('el-row',[_c('el-col',{attrs:{\"span\":22}},[_c('ht-form-item',{attrs:{\"label\":\"消息模板\",\"label-width\":\"120px\"}},[_c('ht-input',{staticClass:\"input-with-select\",staticStyle:{\"width\":\"100%\"},attrs:{\"validate\":{required: true},\"placeholder\":\"请选择消息模板\",\"readonly\":\"\"},model:{value:(_vm.formData.templateName),callback:function ($$v) {_vm.$set(_vm.formData, \"templateName\", $$v)},expression:\"formData.templateName\"}},[_c('el-button',{attrs:{\"slot\":\"append\",\"type\":\"primary\",\"icon\":\"el-icon-search\"},on:{\"click\":_vm.openTemplate},slot:\"append\"})],1)],1)],1)],1),_c('el-row',[_c('el-col',[_c('ht-form-item',{attrs:{\"label\":\"消息提醒\",\"label-width\":\"120px\"}},[_c('ht-checkbox',{attrs:{\"options\":_vm.msgType,\"validate\":{required: true}},model:{value:(_vm.formData.notifyType),callback:function ($$v) {_vm.$set(_vm.formData, \"notifyType\", $$v)},expression:\"formData.notifyType\"}})],1)],1)],1),_c('el-row',[_c('el-col',[_c('ht-form-item',{attrs:{\"label\":\"接收人配置\",\"label-width\":\"120px\"}},[_c('el-radio-group',{on:{\"change\":_vm.changeReceiverType},model:{value:(_vm.formData.userConfigType),callback:function ($$v) {_vm.$set(_vm.formData, \"userConfigType\", $$v)},expression:\"formData.userConfigType\"}},[_c('el-radio',{attrs:{\"label\":1}},[_vm._v(\"动态\")]),_c('el-radio',{attrs:{\"label\":2}},[_vm._v(\"固定\")])],1)],1)],1)],1),_c('el-row',[_c('el-col',[_c('ht-form-item',{attrs:{\"label\":\"接收人\",\"label-width\":\"120px\"}},[_c('ht-input',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.formData.userConfigType == 1),expression:\"formData.userConfigType == 1\"}],attrs:{\"readonly\":\"\",\"validate\":{required: true}},model:{value:(_vm.formData.userStr),callback:function ($$v) {_vm.$set(_vm.formData, \"userStr\", $$v)},expression:\"formData.userStr\"}}),_c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.formData.userConfigType == 2),expression:\"formData.userConfigType == 2\"}]},[_c('el-button',{on:{\"click\":_vm.openSelecter}},[_vm._v(\"管理接收人\")]),_c('el-table',{staticStyle:{\"width\":\"400px\",\"margin-top\":\"10px\"},attrs:{\"data\":_vm.receiverData,\"border\":\"\",\"max-height\":\"220\"}},[_c('el-table-column',{attrs:{\"align\":\"center\",\"prop\":\"name\",\"label\":\"接收人名称\"}}),_c('el-table-column',{attrs:{\"align\":\"center\",\"prop\":\"code\",\"label\":\"接收账号/编码\"}}),_c('el-table-column',{attrs:{\"align\":\"center\",\"prop\":\"type\",\"label\":\"接收类型\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('span',[_vm._v(_vm._s(scope.row.type == 'user'\n ? '用户'\n : '组织'))])]}}])})],1)],1)],1)],1)],1)],1),_c('div',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('ht-submit-button',{attrs:{\"url\":_vm.saveUrl(),\"model\":_vm.formData,\"is-submit\":_vm.isSubmit,\"scope-name\":\"msgTemplateForm\"},on:{\"before-save-data\":function($event){return _vm.beforeSaveData()},\"after-save-data\":_vm.afterSaveData}},[_vm._v(\"保存\")]),_c('el-button',{on:{\"click\":_vm.handleClose}},[_vm._v(\"取 消\")])],1),_c('select-type-dialog',{ref:\"selecter\",attrs:{\"selectType\":_vm.selectType},on:{\"select\":_vm.handleSelect}}),_c('msg-template-dialog',{ref:\"template\",on:{\"select\":_vm.handleSelectTemplate}})],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}