{"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\\components\\dialog\\DefAuthorizeDialog.vue?vue&type=template&id=5a389b6c&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\dialog\\DefAuthorizeDialog.vue","mtime":1675071991710},{"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',[_c('el-dialog',{attrs:{\"width\":\"70%\",\"title\":(_vm.authId ? '编辑' : '添加') + '分管授权',\"visible\":_vm.dialogVisible,\"before-close\":_vm.handleClose,\"destroy-on-close\":true,\"close-on-click-modal\":false,\"custom-class\":\"authorization-dialog-wrap\"}},[_c('form',{directives:[{name:\"form\",rawName:\"v-form\"}],attrs:{\"data-vv-scope\":\"editFlowAuthForm\"}},[_c('table',{staticClass:\"form-table\",attrs:{\"cellspacing\":\"0\",\"cellpadding\":\"0\",\"border\":\"0\"}},[_c('tbody',[_c('tr',[_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"140px\"}},[_vm._v(\"权限描述:\")]),_c('td',[_c('ht-input',{attrs:{\"validate\":\"required\",\"maxlength\":200,\"showWordLimit\":true},model:{value:(_vm.flowAuth.authorizeDesc),callback:function ($$v) {_vm.$set(_vm.flowAuth, \"authorizeDesc\", $$v)},expression:\"flowAuth.authorizeDesc\"}})],1)]),_c('tr',[_c('th',{attrs:{\"width\":\"140px\"}},[_c('span',{staticClass:\"is-required\",staticStyle:{\"color\":\"#666\"}},[_vm._v(\"权限类型\")])]),_c('td',[_vm._l((_vm.authorizeTypes),function(key,value){return _c('el-checkbox',{key:value,on:{\"change\":_vm.authorizeTypesChange},model:{value:(_vm.authorizeTypes_[value]),callback:function ($$v) {_vm.$set(_vm.authorizeTypes_, value, $$v)},expression:\"authorizeTypes_[value]\"}},[_vm._v(_vm._s(key))])}),_c('span',{staticStyle:{\"margin-left\":\"5px\",\"color\":\"red\"}},[_vm._v(\"(注:勾选任务时必须勾选实例,任务的部门权限来源于实例)\")])],2)]),_c('tr',[_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"140px\"}},[_vm._v(\"授权人员名称:\")]),_c('td',[_c('el-table',{attrs:{\"data\":_vm.calOwnerNameJson}},[_c('el-table-column',{attrs:{\"prop\":\"title\"}},[_c('template',{slot:\"header\"},[_c('el-button',{attrs:{\"type\":\"primary\",\"size\":\"mini\",\"icon\":\"el-icon-plus\"},on:{\"click\":_vm.showAuthDialog}},[_vm._v(\"选择\")]),_vm._v(\"权限分类\\n \")],1)],2),_c('el-table-column',{attrs:{\"prop\":\"name\",\"label\":\"授权给\"}})],1)],1)]),_c('tr',[_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"140px\"}},[_vm._v(\"授权流程类型\")]),_c('td',[_c('ht-radio',{attrs:{\"options\":[\n { key: '1', value: '流程' },\n { key: '2', value: '分类' }\n ],\"validate\":\"required\"},model:{value:(_vm.flowAuth.multiple),callback:function ($$v) {_vm.$set(_vm.flowAuth, \"multiple\", $$v)},expression:\"flowAuth.multiple\"}})],1)]),_c('tr',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.flowAuth.multiple == '1'),expression:\"flowAuth.multiple == '1'\"}]},[_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"140px\"}},[_vm._v(\"授权流程名称:\")]),_c('td',[_c('el-table',{attrs:{\"data\":_vm.defNameJson}},[_c('el-table-column',{attrs:{\"prop\":\"defName\",\"width\":\"160\"}},[_c('template',{slot:\"header\"},[_c('el-button',{attrs:{\"type\":\"primary\",\"size\":\"mini\",\"icon\":\"el-icon-plus\"},on:{\"click\":_vm.showFlowDialog}},[_vm._v(\"选择\")]),_vm._v(\"流程名称\\n \")],1)],2),_c('el-table-column',{attrs:{\"label\":\"授权内容\"}},[_c('el-table-column',{attrs:{\"render-header\":_vm.renderLastHeader},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\n var column = ref.column;\n var $index = ref.$index;\nreturn [_c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.authorizeTypes_.management),expression:\"authorizeTypes_.management\"}]},[_c('el-checkbox',{on:{\"change\":function (checked){ return _vm.handleDefauthSelect(checked, row, 'def'); }},model:{value:(_vm.checkMap[row.defKey]),callback:function ($$v) {_vm.$set(_vm.checkMap, row.defKey, $$v)},expression:\"checkMap[row.defKey]\"}}),_vm._v(\"\\n 定义(\\n \"),_c('el-checkbox',{model:{value:(row.right.m_edit),callback:function ($$v) {_vm.$set(row.right, \"m_edit\", $$v)},expression:\"row.right.m_edit\"}},[_vm._v(\"编辑\")]),_c('el-checkbox',{model:{value:(row.right.m_del),callback:function ($$v) {_vm.$set(row.right, \"m_del\", $$v)},expression:\"row.right.m_del\"}},[_vm._v(\"删除\")]),_c('el-checkbox',{model:{value:(row.right.m_start),callback:function ($$v) {_vm.$set(row.right, \"m_start\", $$v)},expression:\"row.right.m_start\"}},[_vm._v(\"启动\")]),_c('el-checkbox',{model:{value:(row.right.m_clean),callback:function ($$v) {_vm.$set(row.right, \"m_clean\", $$v)},expression:\"row.right.m_clean\"}},[_vm._v(\"清除数据\")]),_vm._v(\")\\n \")],1),_c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.authorizeTypes_.instance),expression:\"authorizeTypes_.instance\"}]},[_vm._v(\"\\n 实例(\\n \"),_c('el-checkbox',{model:{value:(row.right.i_del),callback:function ($$v) {_vm.$set(row.right, \"i_del\", $$v)},expression:\"row.right.i_del\"}},[_vm._v(\"删除\")]),_vm._v(\")\\n \"),_c('el-checkbox',{model:{value:(row.right.i_org),callback:function ($$v) {_vm.$set(row.right, \"i_org\", $$v)},expression:\"row.right.i_org\"}},[_vm._v(\"本部门\")])],1)]}}])})],1),_c('el-table-column',{attrs:{\"label\":\"操作\",\"width\":\"100\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\n var column = ref.column;\n var $index = ref.$index;\nreturn [_c('el-button',{attrs:{\"type\":\"danger\",\"icon\":\"el-icon-delete\"},on:{\"click\":function($event){return _vm.defNameJson.remove(_vm.defNameJson[$index])}}},[_vm._v(\"删除\")])]}}])})],1)],1)]),_c('tr',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.flowAuth.multiple == '2'),expression:\"flowAuth.multiple == '2'\"}]},[_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"140px\"}},[_vm._v(\"授权流程分类名称:\")]),_c('td',[_c('el-table',{attrs:{\"data\":_vm.defAllNameJson}},[_c('el-table-column',{attrs:{\"prop\":\"defName\",\"width\":\"160\"}},[_c('template',{slot:\"header\"},[_c('el-button',{attrs:{\"type\":\"primary\",\"size\":\"mini\",\"icon\":\"el-icon-plus\"},on:{\"click\":_vm.showSysTypeDialog}},[_vm._v(\"选择\")]),_vm._v(\"流程分类名称\\n \")],1)],2),_c('el-table-column',{attrs:{\"label\":\"授权内容\"}},[_c('el-table-column',{attrs:{\"render-header\":_vm.renderLastHeader},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\n var column = ref.column;\n var $index = ref.$index;\nreturn [_c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.authorizeTypes_.management),expression:\"authorizeTypes_.management\"}]},[_c('el-checkbox',{on:{\"change\":function (checked){ return _vm.handleDefauthSelect(checked, row, 'type'); }},model:{value:(_vm.typeCheckMap[row.defKey]),callback:function ($$v) {_vm.$set(_vm.typeCheckMap, row.defKey, $$v)},expression:\"typeCheckMap[row.defKey]\"}}),_vm._v(\"\\n 定义(\\n \"),_c('el-checkbox',{model:{value:(row.right.m_edit),callback:function ($$v) {_vm.$set(row.right, \"m_edit\", $$v)},expression:\"row.right.m_edit\"}},[_vm._v(\"设计\")]),_c('el-checkbox',{model:{value:(row.right.m_del),callback:function ($$v) {_vm.$set(row.right, \"m_del\", $$v)},expression:\"row.right.m_del\"}},[_vm._v(\"删除\")]),_c('el-checkbox',{model:{value:(row.right.m_start),callback:function ($$v) {_vm.$set(row.right, \"m_start\", $$v)},expression:\"row.right.m_start\"}},[_vm._v(\"启动\")]),_c('el-checkbox',{model:{value:(row.right.m_set),callback:function ($$v) {_vm.$set(row.right, \"m_set\", $$v)},expression:\"row.right.m_set\"}},[_vm._v(\"设置\")]),_c('el-checkbox',{model:{value:(row.right.m_clean),callback:function ($$v) {_vm.$set(row.right, \"m_clean\", $$v)},expression:\"row.right.m_clean\"}},[_vm._v(\"清除数据\")]),_vm._v(\")\\n \")],1),_c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.authorizeTypes_.instance),expression:\"authorizeTypes_.instance\"}]},[_vm._v(\"\\n 实例(\\n \"),_c('el-checkbox',{model:{value:(row.right.i_del),callback:function ($$v) {_vm.$set(row.right, \"i_del\", $$v)},expression:\"row.right.i_del\"}},[_vm._v(\"删除\")]),_vm._v(\")\\n \"),_c('el-checkbox',{model:{value:(row.right.i_org),callback:function ($$v) {_vm.$set(row.right, \"i_org\", $$v)},expression:\"row.right.i_org\"}},[_vm._v(\"本部门\")])],1)]}}])})],1),_c('el-table-column',{attrs:{\"label\":\"操作\",\"width\":\"100\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var row = ref.row;\n var column = ref.column;\n var $index = ref.$index;\nreturn [_c('el-button',{attrs:{\"type\":\"danger\",\"icon\":\"el-icon-delete\"},on:{\"click\":function($event){return _vm.defAllNameJson.remove(_vm.defAllNameJson[$index])}}},[_vm._v(\"删除\")])]}}])})],1)],1)])])])]),_c('div',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('ht-submit-button',{attrs:{\"url\":\"${bpmModel}/flow/defAuthorize/v1/save\",\"model\":_vm.flowAuth,\"is-submit\":_vm.isSubmit,\"scope-name\":\"editFlowAuthForm\"},on:{\"before-save-data\":_vm.beforeSaveData,\"after-save-data\":_vm.afterSaveData}},[_vm._v(_vm._s(_vm.$t(\"eip.common.save\")))]),_c('el-button',{on:{\"click\":function($event){return _vm.dialogCancle('dialogVisible')}}},[_vm._v(_vm._s(_vm.$t(\"eip.common.cancel\")))])],1)]),_c('eip-auth-dialog',{ref:\"eipAuthDialog\",attrs:{\"name\":\"eipAuthDialog\",\"append-to-body\":\"\"},on:{\"onConfirm\":_vm.dialogOnConfirm}}),_c('eip-flow-dialog',{ref:\"eipFlowDialog\",attrs:{\"name\":\"eipFlowDialog\",\"append-to-body\":\"\"},on:{\"onConfirm\":_vm.dialogOnConfirm}}),_c('eip-sys-type-dialog',{ref:\"flowTypeDialog\",attrs:{\"name\":\"flowTypeDialog\",\"show-checkbox\":\"\",\"type-key\":\"FLOW_TYPE\"},on:{\"onConfirm\":_vm.dialogOnConfirm}}),_c('ht-load-data',{ref:\"htLoadData\"})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}