{"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\\flow\\FlowSignRuleSet.vue?vue&type=template&id=7e823895&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\flow\\FlowSignRuleSet.vue","mtime":1675071991850},{"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',[(_vm.dialogVisible)?_c('el-dialog',{attrs:{\"width\":\"70%\",\"title\":'会签规则设置('+_vm.curNode.nodeId+')',\"visible\":_vm.dialogVisible,\"top\":\"8vh\",\"close-on-click-modal\":false,\"append-to-body\":\"\"},on:{\"update:visible\":function($event){_vm.dialogVisible=$event}}},[_c('el-container',[_c('el-tabs',{staticStyle:{\"width\":\"100%\"},attrs:{\"type\":\"card\"},model:{value:(_vm.signRuleSetPane),callback:function ($$v) {_vm.signRuleSetPane=$$v},expression:\"signRuleSetPane\"}},[_c('el-tab-pane',{attrs:{\"label\":\"投票规则设置\",\"name\":\"first\"}},[_c('table',{staticClass:\"table table-bordered\",staticStyle:{\"border-spacing\":\"0\",\"width\":\"100%\",\"padding\":\"8px\"}},[_c('tr',[_c('th',{attrs:{\"width\":\"20%\"}},[_c('span',[_vm._v(\"决策类型\")])]),_c('td',[_c('ht-radio',{attrs:{\"options\":[{ key: \"agree\", value: \"同意票\"}, { key: \"refuse\", value: \"否定票\" }]},model:{value:(_vm.data.signRule.decideType),callback:function ($$v) {_vm.$set(_vm.data.signRule, \"decideType\", $$v)},expression:\"data.signRule.decideType\"}})],1)]),_c('tr',[_c('th',{attrs:{\"width\":\"20%\"}},[_c('span',[_vm._v(\"后续处理模式\")])]),_c('td',[_c('ht-radio',{attrs:{\"options\":[{ key: \"wait\", value: \"等待所有人投票\"}, { key: \"complete\", value: \"直接处理\" }]},model:{value:(_vm.data.signRule.followMode),callback:function ($$v) {_vm.$set(_vm.data.signRule, \"followMode\", $$v)},expression:\"data.signRule.followMode\"}})],1)]),_c('tr',[_c('th',{attrs:{\"width\":\"20%\"}},[_c('span',[_vm._v(\"投票类型\")])]),_c('td',[_c('ht-radio',{attrs:{\"options\":[{ key: \"amount\", value: \"绝对票数\"}, { key: \"percent\", value: \"百分比\" }]},model:{value:(_vm.data.signRule.voteType),callback:function ($$v) {_vm.$set(_vm.data.signRule, \"voteType\", $$v)},expression:\"data.signRule.voteType\"}})],1)]),_c('tr',[_c('th',{attrs:{\"width\":\"20%\"}},[_c('span',[_vm._v(\"票数:\")])]),_c('td',[(_vm.data.signRule.voteType!='percent')?_c('el-input-number',{attrs:{\"min\":1},model:{value:(_vm.data.signRule.voteAmount),callback:function ($$v) {_vm.$set(_vm.data.signRule, \"voteAmount\", $$v)},expression:\"data.signRule.voteAmount\"}}):_vm._e(),(_vm.data.signRule.voteType=='percent')?_c('el-input-number',{attrs:{\"min\":1,\"max\":100},model:{value:(_vm.data.signRule.voteAmount),callback:function ($$v) {_vm.$set(_vm.data.signRule, \"voteAmount\", $$v)},expression:\"data.signRule.voteAmount\"}}):_vm._e(),(_vm.data.signRule.voteType=='percent')?_c('span',[_vm._v(\"%\")]):_vm._e()],1)])])]),_c('el-tab-pane',{attrs:{\"label\":\"权限功能设置\",\"name\":\"second\"}},[_c('table',{staticClass:\"table table-bordered\"},[_c('tr',{staticStyle:{\"text-align\":\"center\"}},[_c('td',{staticStyle:{\"width\":\"14%\"}},[_c('label',[_vm._v(\"权限类型\")])]),_c('td',[_c('label',[_vm._v(\"人员配置\")])])]),_c('tr',[_c('th',[_c('span',[_vm._v(\"允许加签:\")])]),_c('td',[_c('div',{staticStyle:{\"min-height\":\"60px\"}},[_c('table',{staticClass:\"table table-bordered\"},[_c('tr',[_c('th',{attrs:{\"width\":\"6%\"}},[_vm._v(\"序号\")]),_c('th',{attrs:{\"width\":\"84%\"}},[_vm._v(\"条件\")]),_c('th',{attrs:{\"width\":\"10%\"}},[_vm._v(\"操作\")])]),_vm._l((_vm.data.privilegeList.allowAddSign),function(userRule,$index){return _c('tr',{key:$index},[_c('td',[_vm._v(_vm._s($index+1))]),_c('td',[_vm._v(_vm._s(userRule.description))]),_c('td',[_c('el-button',{attrs:{\"size\":\"mini\",\"icon\":\"el-icon-edit\"},on:{\"click\":function($event){return _vm.addUserCondition('allowAddSign',$index)}}}),_c('el-button',{attrs:{\"size\":\"mini\",\"icon\":\"el-icon-delete\"},on:{\"click\":function($event){return _vm.data.privilegeList.allowAddSign.remove(_vm.data.privilegeList.allowAddSign[$index])}}})],1)])}),_c('tr',[_c('td',{staticStyle:{\"text-align\":\"left\"},attrs:{\"colspan\":\"3\"}},[_c('el-button',{attrs:{\"size\":\"mini\"},on:{\"click\":function($event){return _vm.addUserCondition('allowAddSign')}}},[_vm._v(\"新增人员规则\")])],1)])],2)])])]),_c('tr',[_c('th',[_c('span',[_vm._v(\"一票制:\")])]),_c('td',[_c('div',{staticStyle:{\"min-height\":\"60px\"}},[_c('table',{staticClass:\"table table-bordered\"},[_c('thead',[_c('tr',[_c('th',{attrs:{\"width\":\"6%\"}},[_vm._v(\"序号\")]),_c('th',{attrs:{\"width\":\"84%\"}},[_vm._v(\"条件\")]),_c('th',{attrs:{\"width\":\"10%\"}},[_vm._v(\"操作\")])])]),_vm._l((_vm.data.privilegeList.oneticket),function(userRule,$index){return _c('tr',{key:$index},[_c('td',[_vm._v(_vm._s($index+1))]),_c('td',[_vm._v(_vm._s(userRule.description))]),_c('td',[_c('el-button',{attrs:{\"size\":\"mini\",\"icon\":\"el-icon-edit\"},on:{\"click\":function($event){return _vm.addUserCondition('oneticket',$index)}}}),_c('el-button',{attrs:{\"size\":\"mini\",\"icon\":\"el-icon-delete\"},on:{\"click\":function($event){return _vm.data.privilegeList.oneticket.remove(_vm.data.privilegeList.oneticket[$index])}}})],1)])}),_c('tr',[_c('td',{staticStyle:{\"text-align\":\"left\"},attrs:{\"colspan\":\"3\"}},[_c('el-button',{attrs:{\"size\":\"mini\"},on:{\"click\":function($event){return _vm.addUserCondition('oneticket')}}},[_vm._v(\"新增人员规则\")])],1)])],2)])])])])])],1)],1),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{attrs:{\"type\":\"primary\",\"size\":\"medium\"},on:{\"click\":_vm.handleClose}},[_vm._v(\"确 定\")]),_c('el-button',{attrs:{\"size\":\"medium\"},on:{\"click\":function($event){_vm.dialogVisible = false}}},[_vm._v(\"取 消\")])],1)],1):_vm._e(),_c('FlowNodeUserCondition',{ref:\"flowNodeUserCondition\",on:{\"nodeUserConditionConfirm\":_vm.nodeUserConditionConfirm}})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}