{"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\\FlowHrScriptSelector.vue?vue&type=template&id=6b62fdd7&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\flow\\FlowHrScriptSelector.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 () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.dialogVisible)?_c('el-dialog',{staticClass:\"hr-script-select\",attrs:{\"width\":\"80%\",\"title\":(_vm.parentParam.test?'测试':'选择')+'人员脚本',\"visible\":_vm.dialogVisible,\"close-on-click-modal\":false,\"top\":\"8vh\",\"append-to-body\":\"\"},on:{\"update:visible\":function($event){_vm.dialogVisible=$event}}},[_c('div',{staticStyle:{\"width\":\"100%\",\"height\":\"500px\"}},[_c('div',{staticStyle:{\"float\":\"left\",\"width\":\"44%\",\"height\":\"100%\"}},[_c('ht-table',{ref:\"htTable\",attrs:{\"data\":_vm.scriptData,\"pageResult\":_vm.pageResult,\"show-export\":false,\"show-custom-column\":false,\"selectable\":false,\"highlight-current-row\":\"\",\"quick-search-props\":\"methodName,methodDesc,classInsName\"},on:{\"load\":_vm.loadData,\"row-click\":_vm.orgRowClick}},[[_c('ht-table-column',{attrs:{\"prop\":\"methodName\",\"label\":\"脚本别名\",\"show-overflow-tooltip\":\"\",\"width\":\"180\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.enable == 1)?_c('span',[_vm._v(_vm._s(scope.row.methodName))]):_vm._e()]}}],null,false,2230611153)}),_c('ht-table-column',{attrs:{\"prop\":\"methodDesc\",\"label\":\"脚本描述\",\"show-overflow-tooltip\":\"\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.enable == 1)?_c('span',[_vm._v(_vm._s(scope.row.methodDesc))]):_vm._e()]}}],null,false,3360962887)})]],2)],1),_c('div',{staticStyle:{\"width\":\"55%\",\"float\":\"left\",\"margin-left\":\"5px\"}},[(_vm.curScript.params)?_c('div',[_c('table',{staticClass:\"table table-bordered\",staticStyle:{\"width\":\"100%\"}},[_c('tr',[_c('th',{attrs:{\"width\":\"18%\"}},[_vm._v(\"脚本别名\")]),_c('td',{attrs:{\"ng-bind\":\"\"}},[_vm._v(_vm._s(_vm.curScript.methodName))])]),_c('tr',[_c('th',{attrs:{\"width\":\"18%\"}},[_vm._v(\"脚本描述\")]),_c('td',[_vm._v(_vm._s(_vm.curScript.methodDesc))])]),_c('tr',[_c('th',{attrs:{\"width\":\"18%\"}},[_vm._v(\"实例名\")]),_c('td',[_vm._v(_vm._s(_vm.curScript.classInsName))])])])]):_vm._e(),(_vm.curScript.params)?_c('div',{staticStyle:{\"margin-top\":\"5px\",\"width\":\"100%\"}},[_c('table',{staticClass:\"table table-bordered\",staticStyle:{\"width\":\"100%\"}},[_c('tr',[_c('th',{attrs:{\"width\":\"8%\"}},[_vm._v(\"名称\")]),_c('th',{attrs:{\"width\":\"18%\"}},[_vm._v(\"参数类型\")]),_c('th',[_vm._v(\"参数说明\")]),_c('th',{attrs:{\"width\":\"55%\"}},[_vm._v(\"参数值\")])]),_vm._l((_vm.curScript.params),function(param,$index){return _c('tr',{key:$index},[_c('td',[_vm._v(_vm._s(param.paraName))]),_c('td',[_vm._v(_vm._s(param.paraType))]),_c('td',[_vm._v(_vm._s(param.paraDesc))]),_c('td',[_c('el-select',{staticClass:\"valueType_select\",staticStyle:{\"width\":\"70px\"},attrs:{\"placeholder\":\"请选择\",\"size\":\"mini\"},on:{\"change\":function($event){param.value = '';}},model:{value:(param.valueType),callback:function ($$v) {_vm.$set(param, \"valueType\", $$v)},expression:\"param.valueType\"}},[_c('el-option',{attrs:{\"label\":\"固定值 \",\"value\":\"1\"}}),(!_vm.parentParam.test)?_c('el-option',{attrs:{\"label\":\"变量\",\"value\":\"0\"}}):_vm._e()],1),_c('el-input',{staticStyle:{\"width\":\"55%\"},attrs:{\"size\":\"mini\"},model:{value:(param.value),callback:function ($$v) {_vm.$set(param, \"value\", $$v)},expression:\"param.value\"}}),_c('label',{on:{\"click\":function($event){return _vm.setCurParam(param)}}},[(param.valueType=='0' && !_vm.parentParam.test)?_c('FlowVarSelector',{attrs:{\"defId\":_vm.parentParam.defId},on:{\"node-click\":_vm.varTreeOnConfirm}}):_vm._e(),(param.valueType=='1' && param.paraCt)?_c('el-button',{attrs:{\"size\":\"mini\"},on:{\"click\":function($event){return _vm.showDialogSelector(param)}}},[_vm._v(\"选择值\")]):_vm._e()],1)],1)])})],2)]):_vm._e()]),_c('el-dialog',{staticClass:\"hr-script-select\",attrs:{\"width\":\"60%\",\"title\":\"脚本执行结果\",\"visible\":_vm.resultDialogVisible,\"close-on-click-modal\":false,\"top\":\"20vh\",\"append-to-body\":\"\"},on:{\"update:visible\":function($event){_vm.resultDialogVisible=$event}}},[_c('el-input',{attrs:{\"disabled\":true,\"type\":\"textarea\",\"rows\":20},model:{value:(_vm.result),callback:function ($$v) {_vm.result=$$v},expression:\"result\"}})],1)],1),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('form',{directives:[{name:\"form\",rawName:\"v-form\"}],staticStyle:{\"display\":\"inline-block\"}},[_c('eip-user-selector',{staticClass:\"test-user-selector\",attrs:{\"placeholder\":\"选择测试用户\",\"single\":true,\"appendToBody\":true,\"config\":{id:'curUser.id',account:'curUser.account'}},model:{value:(_vm.curUser.name),callback:function ($$v) {_vm.$set(_vm.curUser, \"name\", $$v)},expression:\"curUser.name\"}}),_c('eip-user-selector',{staticClass:\"test-user-selector\",attrs:{\"placeholder\":\"选择测试流程发起人\",\"single\":true,\"appendToBody\":true,\"config\":{id:'startUser.id',account:'startUser.account'}},model:{value:(_vm.startUser.name),callback:function ($$v) {_vm.$set(_vm.startUser, \"name\", $$v)},expression:\"startUser.name\"}})],1),_c('el-button',{attrs:{\"type\":\"primary\",\"size\":\"medium\"},on:{\"click\":function($event){return _vm.handleClose(true)}}},[_vm._v(\"测试\")]),(!_vm.parentParam.test)?_c('el-button',{attrs:{\"type\":\"primary\",\"size\":\"medium\"},on:{\"click\":function($event){return _vm.handleClose(false)}}},[_vm._v(\"确 定\")]):_vm._e(),_c('el-button',{attrs:{\"size\":\"medium\"},on:{\"click\":function($event){_vm.dialogVisible = false}}},[_vm._v(\"取 消\")])],1),_c('eip-user-dialog',{ref:\"user-selector\",attrs:{\"name\":\"user-selector\",\"append-to-body\":\"\"},on:{\"onConfirm\":_vm.dialogOnConfirm}}),_c('eip-role-dialog',{ref:\"role-selector\",attrs:{\"name\":\"role-selector\",\"append-to-body\":\"\"},on:{\"onConfirm\":_vm.dialogOnConfirm}}),_c('eip-demension-dialog',{ref:\"dem-selector\",attrs:{\"name\":\"dem-selector\",\"append-to-body\":\"\"},on:{\"onConfirm\":_vm.dialogOnConfirm}}),_c('eip-job-dialog',{ref:\"job-selector\",attrs:{\"name\":\"job-selector\",\"append-to-body\":\"\"},on:{\"onConfirm\":_vm.dialogOnConfirm}}),_c('eip-org-dialog',{ref:\"org-selector\",attrs:{\"name\":\"org-selector\",\"append-to-body\":\"\"},on:{\"onConfirm\":_vm.dialogOnConfirm}}),_c('eip-post-dialog',{ref:\"pos-selector\",attrs:{\"name\":\"pos-selector\",\"append-to-body\":\"\"},on:{\"onConfirm\":_vm.dialogOnConfirm}}),_c('custom-dialog-show',{ref:\"customDialogShow\",attrs:{\"title\":_vm.titlePreview,\"custom-dialog\":_vm.customDialogPreview,\"alias\":_vm.aliasPreview},on:{\"handle-save\":_vm.dialogOnConfirm}}),_c('custom-dialog-show-tree',{ref:\"customDialogShowTree\",attrs:{\"title\":_vm.titlePreview,\"custom-dialog\":_vm.customDialogPreview,\"alias\":_vm.aliasPreview},on:{\"onConfirm\":_vm.dialogOnConfirm}}),_c('eip-tree-dialog',{ref:\"eipTreeDialog\",attrs:{\"custom-dialog\":_vm.customDialogPreview,\"ispreview\":false,\"alias\":_vm.aliasPreview},on:{\"onConfirm\":_vm.dialogOnConfirm}})],1):_vm._e()}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}