{"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\\FlowNodeJumpRule.vue?vue&type=template&id=7df56549&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\flow\\FlowNodeJumpRule.vue","mtime":1675071991803},{"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 () {\nvar this$1 = this;\nvar _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"form-inline\"},[_c('label',{staticClass:\"control-label\"},[_vm._v(_vm._s(_vm.node.name)+\"(\"+_vm._s(_vm.node.nodeId)+\")\")]),_c('el-button',{attrs:{\"type\":\"primary\",\"size\":\"mini\"},on:{\"click\":_vm.editNodeRules}},[_vm._v(\"设置跳转规则\")]),_c('br'),(!_vm.nodeDef.jumpRuleList || _vm.nodeDef.jumpRuleList.length==0)?_c('label',{staticClass:\"control-label\",staticStyle:{\"color\":\"#dd6161\"}},[_vm._v(\"尚未配置节点跳转规则\")]):_vm._e(),(_vm.nodeDef.jumpRuleList && _vm.nodeDef.jumpRuleList.length > 0)?_c('div',[_vm._l((_vm.nodeDef.jumpRuleList),function(rule){return _c('label',{key:rule.name,staticClass:\"control-label\",staticStyle:{\"display\":\"block\",\"text-align\":\"left\"}},[_vm._v(\"【\"+_vm._s(rule.ruleName)+\"】跳转至:\"+_vm._s(rule.targetNode))])}),_c('div',{staticClass:\"control-label\",staticStyle:{\"text-align\":\"right\"}},[_vm._v(\"查看更多信息请编辑\")]),_c('br')],2):_vm._e(),_c('el-dialog',{attrs:{\"width\":\"70%\",\"top\":\"8vh\",\"title\":_vm.titleSetting,\"visible\":_vm.dialogVisibleSetting,\"before-close\":_vm.close,\"close-on-click-modal\":false,\"append-to-body\":\"\"}},[_c('div',{staticStyle:{\"width\":\"100%\",\"height\":\"550px\"}},[_c('div',{staticStyle:{\"width\":\"60%\",\"float\":\"left\",\"height\":\"100%\",\"overflow\":\"auto\"}},[_c('div',{staticClass:\"div_list\"},[_vm._v(\"跳转规则设置\")]),_c('div',{staticStyle:{\"margin-bottom\":\"10px\"}},[_c('el-button',{attrs:{\"type\":\"primary\",\"size\":\"mini\",\"icon\":\"el-icon-right\"},on:{\"click\":_vm.addRule}},[_vm._v(\"新 增\")]),_c('el-button',{attrs:{\"type\":\"success\",\"size\":\"mini\",\"icon\":\"el-icon-check\"},on:{\"click\":_vm.saveRule}},[_vm._v(\"保 存\")]),_c('el-button',{attrs:{\"type\":\"danger\",\"size\":\"mini\",\"icon\":\"el-icon-close\"},on:{\"click\":_vm.close}},[_vm._v(\"关 闭\")])],1),_c('el-form',{attrs:{\"data-vv-scope\":\"settingSave\"},model:{value:(_vm.curRule),callback:function ($$v) {_vm.curRule=$$v},expression:\"curRule\"}},[_c('table',{staticClass:\"form-table\",attrs:{\"cellspacing\":\"0\",\"cellpadding\":\"0\",\"border\":\"0\"}},[_c('tbody',[_c('tr',[_c('th',{attrs:{\"width\":\"130px\"}},[_vm._v(\"当前节点名称:\")]),_c('td',[_c('label',[_vm._v(_vm._s(_vm.nodeDefCopy.name))])])]),_c('tr',[_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"130px\"}},[_vm._v(\"规则名称:\")]),_c('td',[_c('ht-input',{staticStyle:{\"width\":\"100%\"},attrs:{\"placeholder\":\"请输入规则名称\",\"autocomplete\":\"off\",\"validate\":\"required\"},model:{value:(_vm.curRule.ruleName),callback:function ($$v) {_vm.$set(_vm.curRule, \"ruleName\", $$v)},expression:\"curRule.ruleName\"}})],1)]),_c('tr',[_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"130px\"}},[_vm._v(\"跳转节点名称:\")]),_c('td',[_c('ht-select',{attrs:{\"clearable\":\"\",\"options\":_vm.nodeDefList.filter(function (item){ var result = this$1.filterNodeType.filter(function (nodeType){ return nodeType==item.nodeType; }); return !result||result.length==0 }),\"props\":{key:'nodeId',value:'name'},\"validate\":\"required\"},model:{value:(_vm.curRule.targetNode),callback:function ($$v) {_vm.$set(_vm.curRule, \"targetNode\", $$v)},expression:\"curRule.targetNode\"}})],1)]),_c('tr',[_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"130px\"}},[_c('el-tooltip',{staticClass:\"item\",attrs:{\"effect\":\"dark\",\"content\":\"这个脚本需要使用返回语句(return)返回布尔值,返回true流程将跳转到指定的节点。\",\"placement\":\"left-start\"}},[_c('i',{staticClass:\"el-icon-warning\"},[_vm._v(\"规则表达式:\")])])],1),_c('td',[_c('eip-script-dialog',{ref:\"eipScriptDialogCondition\",attrs:{\"append-to-body\":\"\"},model:{value:(_vm.curRule.condition),callback:function ($$v) {_vm.$set(_vm.curRule, \"condition\", $$v)},expression:\"curRule.condition\"}}),_c('el-button',{on:{\"click\":function($event){return _vm.showDialog('eipScriptDialogCondition')}}},[_vm._v(\"常用脚本\")]),_c('el-button',{attrs:{\"size\":\"small\"},on:{\"click\":_vm.showConditionBuild}},[_vm._v(\"条件脚本\")]),_c('FlowVarSelector',{attrs:{\"defId\":_vm.node.defId},on:{\"node-click\":_vm.varTreeOnConfirm}}),_c('br'),_c('br'),_c('ht-input',{staticClass:\"ht_tr\",attrs:{\"type\":\"textarea\",\"rows\":10,\"placeholder\":\"请输入规则表达式\",\"autocomplete\":\"off\",\"validate\":\"required\"},model:{value:(_vm.curRule.condition),callback:function ($$v) {_vm.$set(_vm.curRule, \"condition\", $$v)},expression:\"curRule.condition\"}})],1)])])])])],1),_c('div',{staticStyle:{\"float\":\"left\",\"width\":\"36%\",\"margin-left\":\"10px\",\"height\":\"100%\",\"overflow\":\"auto\"}},[_c('div',{staticClass:\"div_list\"},[_vm._v(\"跳转规则列表\")]),_c('el-table',{ref:\"htTableSetting\",attrs:{\"data\":_vm.nodeDefCopy.jumpRuleList,\"border\":\"\"},on:{\"row-click\":_vm.orgRowClick}},[_c('el-table-column',{attrs:{\"prop\":\"ruleName\",\"label\":\"规则名称\"}}),_c('el-table-column',{attrs:{\"prop\":\"targetNode\",\"label\":\"目标节点\"}}),_c('el-table-column',{attrs:{\"label\":\"操作\",\"width\":\"90\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nvar $index = ref.$index;\nreturn [_c('el-button',{attrs:{\"size\":\"mini\",\"type\":\"danger\",\"icon\":\"el-icon-delete\"},on:{\"click\":function($event){return _vm.deleteSetting(_vm.nodeDefCopy.jumpRuleList,$index)}}},[_vm._v(\"删除\")])]}}])})],1)],1)]),_c('FlowConditionBuildDialog',{ref:\"flowConditionBuildDialog\",attrs:{\"defId\":_vm.node.defId},on:{\"onConfirm\":_vm.conditionDialogConfirm}})],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}