1 line
21 KiB
JavaScript
1 line
21 KiB
JavaScript
webpackJsonp([263],{UZ7L:function(module,__webpack_exports__,__webpack_require__){"use strict";var __WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_get_iterator__=__webpack_require__("BO1k"),__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_get_iterator___default=__webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_get_iterator__),__WEBPACK_IMPORTED_MODULE_1_babel_runtime_core_js_json_stringify__=__webpack_require__("mvHQ"),__WEBPACK_IMPORTED_MODULE_1_babel_runtime_core_js_json_stringify___default=__webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_babel_runtime_core_js_json_stringify__),__WEBPACK_IMPORTED_MODULE_2_babel_runtime_helpers_extends__=__webpack_require__("Dd8w"),__WEBPACK_IMPORTED_MODULE_2_babel_runtime_helpers_extends___default=__webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_babel_runtime_helpers_extends__),__WEBPACK_IMPORTED_MODULE_3__utils_config_js__=__webpack_require__("bzuE"),__WEBPACK_IMPORTED_MODULE_4__utils_tools_js__=__webpack_require__("GKmE"),__WEBPACK_IMPORTED_MODULE_5__components_btnInput_vue__=__webpack_require__("ysqt"),__WEBPACK_IMPORTED_MODULE_6__components_System_dialogChooseSingleUser__=__webpack_require__("3MlD"),__WEBPACK_IMPORTED_MODULE_7__components_System_tagMulitUsers__=__webpack_require__("HeHh"),__WEBPACK_IMPORTED_MODULE_8_js_cookie__=__webpack_require__("lbHh"),__WEBPACK_IMPORTED_MODULE_8_js_cookie___default=__webpack_require__.n(__WEBPACK_IMPORTED_MODULE_8_js_cookie__),__WEBPACK_IMPORTED_MODULE_9_vuex__=__webpack_require__("NYxO"),__WEBPACK_IMPORTED_MODULE_10__components_DetailPages_approDrawer__=__webpack_require__("AVXS"),__WEBPACK_IMPORTED_MODULE_11__components_DetailApproveFlow__=__webpack_require__("EB+w");__webpack_exports__.a={components:{SearchMulitUsers:__WEBPACK_IMPORTED_MODULE_7__components_System_tagMulitUsers__.a,btnInput:__WEBPACK_IMPORTED_MODULE_5__components_btnInput_vue__.a,DialogChooseSingleUser:__WEBPACK_IMPORTED_MODULE_6__components_System_dialogChooseSingleUser__.a,approDrawer:__WEBPACK_IMPORTED_MODULE_10__components_DetailPages_approDrawer__.a,DetailApproveFlow:__WEBPACK_IMPORTED_MODULE_11__components_DetailApproveFlow__.a},data:function(){return{search_data:{pageno:1,pagesize:10,deptId:""},formData:{deptId:"",advertisePosition:"",applicant:"",create_by:"",submitTime:Object(__WEBPACK_IMPORTED_MODULE_4__utils_tools_js__.c)()},config:__WEBPACK_IMPORTED_MODULE_3__utils_config_js__.a,selectDeptId:"",depOptions:[],welfareTreatmentOptions:[],salaryOptions:[],advertiseTypeOptions:[],positionNatureOptions:[],postOptions:[],ruleForm:{deptId:[{required:!0,message:"请选择招聘部门",trigger:"change"}],advertiseType:[{required:!0,message:"请选择招聘类型",trigger:"change"}],advertisePosition:[{required:!0,message:"请选择招聘岗位",trigger:"change"}],advertiseCounts:[{required:!0,message:"请填写招聘人数",trigger:"change"}],comeDate:[{required:!0,message:"请选择期望到岗日期",trigger:"change"}]},approveList:[],btnShow:!1,isDisabled:!1,selectShow:!0,chooseUserVisible:!1,userInfo:{},approveButtons:[{key:0,btnName:"同意",click:"agree",type:"primary",disabled:!1},{key:1,btnName:"否决",click:"turnDownTask",type:"primary",disabled:!1},{key:2,btnName:"回退",click:"rollbackTask",type:"primary",disabled:!1},{key:3,btnName:"转派",click:"redeployTask",type:"primary",disabled:!1},{key:4,btnName:"关闭",click:"close",type:"primary",disabled:!1}],drawer:!1,isApprove:!1,submitParam:{type:12},approveFlow:[],instanceId:"",auditStatus:0,progressList:[]}},mounted:function(){this.userInfo=JSON.parse(__WEBPACK_IMPORTED_MODULE_8_js_cookie___default.a.get("userInfo"));var e=__WEBPACK_IMPORTED_MODULE_8_js_cookie___default.a.get("userName"),t=this.userInfo.userId;this.formData.applicant=e,this.formData.create_by=t,this.initData(),this.$route.query.id?(this.formData.id=this.$route.query.id,this.$route.query.approveState&&(this.auditStatus=this.$route.query.approveState),2==this.$route.query.type&&(this.isApprove=!0),this.getDetail(e,t),this.btnShow=!0):this.btnShow=!0},watch:{formData:{handler:function(e){e.deptId?(this.selectShow=!1,this.search_data.deptId=e.deptId,this.getPost()):this.selectShow=!0,e.deptId||(this.formData.advertisePosition="",this.formData.deptCounts="",this.formData.deptAuthorized="",this.formData.isAuthorized=""),e.deptAuthorized?e.authorizedCounts=e.deptAuthorized-e.deptCounts:e.authorizedCounts=""},deep:!0}},methods:__WEBPACK_IMPORTED_MODULE_2_babel_runtime_helpers_extends___default()({},Object(__WEBPACK_IMPORTED_MODULE_9_vuex__.d)({removeTagNav:"tagNav/removeTagNav"}),{initData:function(){var e=this;this.$api.commonAPI.getDeptsTree().then(function(t){0===t.code&&(e.depOptions=t.data.children,console.log(e.depOptions),e.setDefaultDept(),e.setDeptList(e.depOptions))}).catch(function(e){console.log(e)}),this.$api.dictAPI.getDictsByType("advertise_type").then(function(t){e.advertiseTypeOptions=t.datas}),this.$api.dictAPI.getDictsByType("position_nature").then(function(t){e.positionNatureOptions=t.datas}),this.$api.dictAPI.getDictsByType("salary").then(function(t){e.salaryOptions=t.datas}),this.$api.dictAPI.getDictsByType("welfare_treatment").then(function(t){e.welfareTreatmentOptions=t.datas})},getPost:function(){var e=this;this.$api.postManagementAPI.pageList(this.search_data).then(function(t){t.data?(e.postOptions=t.data.datas?t.data.datas:[],console.log(e.postOptions)):e.postOptions=[]}).catch(function(e){console.log(e)})},selectChanged:function(e){var t=this;console.log(e),this.$api.postManagementAPI.detail(e).then(function(e){e.data&&(t.formData.deptAuthorized=e.data.authorizedCounts?e.data.authorizedCounts:0,t.formData.deptCounts=e.alreadyCount,t.formData.isAuthorized=e.data.isAuthorized,1==t.formData.isAuthorized?t.formData.isAuthorized="是":t.formData.isAuthorized="否",t.formData.responsibilities=e.data.responsibilities,t.formData.jobRequirements=e.data.jobRequirements)}).catch(function(e){console.log(e)})},goIndex:function(){this.drawer=!1,this.$router.push({path:"/advertiseManagement/advertiseInfo",query:{t:Date.now()}})},toJobDescription:function(){this.$router.push({path:"/advertiseManagement/advertiseInfo_jobDescription",query:{id:this.formData.id,t:Date.now()}})},clear:function(){this.$route.query.id&&(this.formData.id=void 0),this.selectDeptId="",this.formData={},this.approveList=[],this.$refs.form.resetFields();new Date;var e=__WEBPACK_IMPORTED_MODULE_8_js_cookie___default.a.get("userName"),t=this.userInfo.userId;this.formData.applicant=e,this.formData.create_by=t},tempSave:function(e){var t=this;this.$refs[e].validate(function(e){if(!e)return!1;if(console.log(t.approveList),"是"==t.formData.isAuthorized&&t.formData.advertiseCounts>t.formData.authorizedCounts)t.$message({message:"是否编制为是时,招聘人数不能大于缺编人数",type:"warning"});else{if(console.log(t.approveList),t.approveList){var a=[];t.approveList.forEach(function(e){a.push(e.id)}),t.formData.approvedPerson=a.toString(),console.log(t.formData.approvedPerson)}t.isDisabled||(t.isDisabled=!0,t.$api.advertiseInfoAPI.save(t.formData).then(function(e){t.isDisabled=!1,0===e.code?(t.$message({message:e.msg,type:"success"}),window.location.href=t.changeURLArg("id",e.data)):t.$message({message:e.msg,type:"error"})}))}})},save:function(e){var t=this;this.$refs[e].validate(function(e){if(!e)return!1;if("是"==t.formData.isAuthorized&&t.formData.advertiseCounts>t.formData.authorizedCounts)t.$message({message:"是否编制为是时,招聘人数不能大于缺编人数",type:"warning"});else{if(t.approveList){var a=[];t.approveList.forEach(function(e){a.push(e.id)}),t.formData.approvedPerson=a.toString(),console.log(t.formData.approvedPerson)}t.isDisabled||(t.isDisabled=!0,t.$api.advertiseInfoAPI.submit(t.formData).then(function(e){t.isDisabled=!1,0===e.code?(t.$message({message:e.msg,type:"success"}),t.$router.push({path:"/advertiseManagement/advertiseInfo",query:{t:Date.now()}})):t.$message({message:e.msg,type:"error"})}))}})},getDetail:function(e,t){var a=this;this.$api.advertiseInfoAPI.detail(this.formData.id).then(function(s){0==s.code&&(a.formData=s.data,a.formData.applicant=e,a.formData.create_by=t,s.data.taskInfo&&(a.instanceId=s.data.taskInfo.instanceId,a.submitParam.taskId=s.data.taskInfo.taskId),0!==a.auditStatus&&(a.progressList=s.data.progressList),1==a.formData.isAuthorized?a.formData.isAuthorized="是":a.formData.isAuthorized="否",a.selectDeptId=s.data.deptId,s.approvedPersons&&s.approvedPersons.forEach(function(e){var t={id:e.user_id,name:e.name};a.approveList.push(t)}),console.log(a.approveList),a.setDefaultDept())}).catch(function(e){console.log(e)})},handleChange:function(e){e.length>0?(this.formData.deptId=e.length>=1?Number(e[e.length-1]):"",this.formData.deptName=this.$refs.cascaderAddr.getCheckedNodes()[0].label,this.selectDeptId=e,this.formData.advertisePosition="",this.formData.responsibilities="",this.formData.jobRequirements=""):(this.formData.deptId="",this.formData.deptName="",this.selectDeptId="",this.formData.advertisePosition="",this.formData.responsibilities="",this.formData.jobRequirements="")},setDefaultDept:function(){if(this.depOptions.length>0&&this.formData.deptId){var e=__WEBPACK_IMPORTED_MODULE_1_babel_runtime_core_js_json_stringify___default()(this.formData.deptId),t=this.treeFindPath(this.depOptions,function(t){return t.id===e});this.selectDeptId=JSON.parse(__WEBPACK_IMPORTED_MODULE_1_babel_runtime_core_js_json_stringify___default()(t))}},treeFindPath:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];if(!e)return[];var s=!0,r=!1,i=void 0;try{for(var o,n=__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_get_iterator___default()(e);!(s=(o=n.next()).done);s=!0){var l=o.value;if(a.push(l.id),t(l))return a;if(l.children){var _=this.treeFindPath(l.children,t,a);if(_.length)return _}a.pop()}}catch(e){r=!0,i=e}finally{try{!s&&n.return&&n.return()}finally{if(r)throw i}}return[]},setDeptList:function(e){var t=!0,a=!1,s=void 0;try{for(var r,i=__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_get_iterator___default()(e);!(t=(r=i.next()).done);t=!0){var o=r.value;o.hasChildren?this.setDeptList(o.children):o.children=void 0}}catch(e){a=!0,s=e}finally{try{!t&&i.return&&i.return()}finally{if(a)throw s}}},changeURLArg:function changeURLArg(arg,arg_val){var url=window.location.href,pattern=arg+"=([^&]*)",replaceText=arg+"="+arg_val;if(url.match(pattern)){var tmp="/("+arg+"=)([^&]*)/gi";return tmp=url.replace(eval(tmp),replaceText),tmp}return url.match("[?]")?url+"&"+replaceText:url+"?"+replaceText},btnClick:function(e,t){console.log("按钮调试"),console.log(e),"agree"==e?this.agree(t):"turnDownTask"==e?this.turnDownTask(t):"rollbackTask"==e?this.rollbackTask(t):"redeployTask"==e?this.redeployTask(t):(e="close")&&(this.drawer=!1)},auditOpen:function(){var e=this;this.drawer=!0,this.$api.scmApproveAPI.findApproveRecords(this.instanceId).then(function(t){e.approveFlow=t.data,e.approveFlow.forEach(function(e){e.name=e.applicantName.substring(0,1),e.content=e.description,1==e.approveState?(e.showIcon=!0,e.showIcon1=!1):2==e.approveState?(e.showIcon=!1,e.showIcon1=!0):3==e.approveState?(e.showIcon=!0,e.showIcon1=!1):4==e.approveState?(e.showIcon=!0,e.showIcon1=!1):5==e.approveState&&(e.showIcon=!0,e.showIcon1=!1)})}).catch()},agree:function(e){var t=this;console.log("tongyi___________"),this.submitParam.remark=e,this.$api.sendBeanApi.completeTask(this.submitParam).then(function(e){t.drawer=!1,0==e.code?(t.$message({message:e.msg,type:"success"}),t.goIndex()):t.$message({message:e.msg,type:"error"})}).catch(function(e){t.drawer=!1,t.$message({message:"请求异常",type:"error"})})},turnDownTask:function(e){var t=this;this.submitParam.remark=e,this.$api.sendBeanApi.turnDownTask(this.submitParam).then(function(e){0==e.code?(t.$message({message:e.msg,type:"success"}),t.goIndex()):t.$message({message:e.msg,type:"error"})}).catch(function(e){t.$message({message:"请求异常",type:"error"})})},rollbackTask:function(e){var t=this;this.submitParam.remark=e,this.$api.scmApproveAPI.findRollBackUser({instanceId:this.instanceId}).then(function(e){0===e.code?t.$confirm("此操作将回退到:"+e.data.applicantName+", 是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){t.submitParam.userId=e.data.applicant,t.$api.sendBeanApi.rollbackTask(t.submitParam).then(function(e){0==e.code?(t.$message({message:e.msg,type:"success"}),t.goIndex()):t.$message({message:e.msg,type:"error"})}).catch(function(e){t.$message({message:"请求异常",type:"error"})})}):t.$message.error(e.msg)}).catch()},redeployTask:function(e){this.submitParam.remark=e,this.chooseUserVisible=!0},getUserAndSubmit:function(e){var t=this;this.submitParam.userId=e.id,this.$api.sendBeanApi.redeployTask(this.submitParam).then(function(e){0==e.code?(t.$message({message:e.msg,type:"success"}),t.goIndex()):t.$message({message:e.msg,type:"error"})}).catch(function(e){t.$message({message:"请求异常",type:"error"})})}})}},Y3hW:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=a("UZ7L"),r={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"sys-box"},[a("div",{staticClass:"sys-operate",staticStyle:{position:"relative"}},[a("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.goIndex}},[e._v(e._s(e.config.cancelText))]),e._v(" "),0==e.auditStatus||2==e.auditStatus?a("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(t){return e.clear()}}},[e._v("新增")]):e._e(),e._v(" "),0==e.auditStatus||2==e.auditStatus?a("el-button",{attrs:{type:"primary",size:"small",disabled:e.isDisabled},on:{click:function(t){return e.tempSave("form")}}},[e._v("暂存")]):e._e(),e._v(" "),0==e.auditStatus||2==e.auditStatus?a("el-button",{attrs:{type:"primary",size:"small",disabled:e.isDisabled},on:{click:function(t){return e.save("form")}}},[e._v("提交")]):e._e(),e._v(" "),a("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(t){return e.toJobDescription()}}},[e._v("岗位描述")]),e._v(" "),e.isApprove?a("div",{staticClass:"audit-box",on:{click:e.auditOpen}},[e._v("审批")]):e._e()],1),e._v(" "),a("div",{staticClass:"sys-form"},[a("el-form",{ref:"form",attrs:{"label-width":"120px",model:e.formData,rules:e.ruleForm,"inline-message":!0}},[a("div",{staticClass:"flex"},[a("el-form-item",{staticClass:"form-inline",attrs:{label:"招聘部门",prop:"deptId"}},[a("el-cascader",{ref:"cascaderAddr",attrs:{clearable:"",options:e.depOptions,"change-on-select":"",props:{expandTrigger:"hover",label:"text",value:"id",checkStrictly:!0}},on:{change:e.handleChange},model:{value:e.selectDeptId,callback:function(t){e.selectDeptId=t},expression:"selectDeptId"}})],1),e._v(" "),a("el-form-item",{staticClass:"form-inline",attrs:{label:"招聘类型",prop:"advertiseType"}},[a("el-select",{attrs:{placeholder:"请选择",clearable:"",size:"small"},model:{value:e.formData.advertiseType,callback:function(t){e.$set(e.formData,"advertiseType",t)},expression:"formData.advertiseType"}},e._l(e.advertiseTypeOptions,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})}),1)],1),e._v(" "),a("el-form-item",{staticClass:"form-inline",attrs:{label:"招聘岗位",prop:"advertisePosition"}},[a("el-select",{attrs:{placeholder:"请选择",clearable:"",size:"small",disabled:e.selectShow},on:{change:e.selectChanged},model:{value:e.formData.advertisePosition,callback:function(t){e.$set(e.formData,"advertisePosition",t)},expression:"formData.advertisePosition"}},e._l(e.postOptions,function(e){return a("el-option",{key:e.id,attrs:{label:e.postName,value:e.id}})}),1)],1),e._v(" "),a("el-form-item",{staticClass:"form-inline",attrs:{label:"岗位人数"}},[a("el-input-number",{staticStyle:{width:"100%"},attrs:{label:"描述文字",disabled:"",size:"small"},model:{value:e.formData.deptCounts,callback:function(t){e.$set(e.formData,"deptCounts",t)},expression:"formData.deptCounts"}})],1),e._v(" "),a("el-form-item",{staticClass:"form-inline",attrs:{label:"岗位编制"}},[a("el-input-number",{staticStyle:{width:"100%"},attrs:{label:"描述文字",disabled:"",size:"small"},model:{value:e.formData.deptAuthorized,callback:function(t){e.$set(e.formData,"deptAuthorized",t)},expression:"formData.deptAuthorized"}})],1),e._v(" "),a("el-form-item",{staticClass:"form-inline",attrs:{label:"缺编人数"}},[a("el-input-number",{staticStyle:{width:"100%"},attrs:{disabled:"",label:"描述文字",size:"small"},model:{value:e.formData.authorizedCounts,callback:function(t){e.$set(e.formData,"authorizedCounts",t)},expression:"formData.authorizedCounts"}})],1),e._v(" "),a("el-form-item",{staticClass:"form-inline",attrs:{label:"是否编制"}},[a("el-input",{attrs:{disabled:""},model:{value:e.formData.isAuthorized,callback:function(t){e.$set(e.formData,"isAuthorized",t)},expression:"formData.isAuthorized"}})],1),e._v(" "),a("el-form-item",{staticClass:"form-inline",attrs:{label:"招聘人数",prop:"advertiseCounts"}},[a("el-input-number",{staticStyle:{width:"100%"},attrs:{label:"描述文字",size:"small"},model:{value:e.formData.advertiseCounts,callback:function(t){e.$set(e.formData,"advertiseCounts",t)},expression:"formData.advertiseCounts"}})],1),e._v(" "),a("el-form-item",{staticClass:"form-inline",attrs:{label:"期望到岗日期",prop:"comeDate"}},[a("el-date-picker",{attrs:{type:"date",format:"yyyy-MM-dd","value-format":"yyyy-MM-dd HH:mm:ss",placeholder:"选择日期"},model:{value:e.formData.comeDate,callback:function(t){e.$set(e.formData,"comeDate",t)},expression:"formData.comeDate"}})],1),e._v(" "),a("el-form-item",{staticClass:"form-inline",attrs:{label:"岗位性质"}},[a("el-select",{attrs:{placeholder:"请选择",clearable:"",size:"small"},model:{value:e.formData.positionNature,callback:function(t){e.$set(e.formData,"positionNature",t)},expression:"formData.positionNature"}},e._l(e.positionNatureOptions,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})}),1)],1),e._v(" "),a("el-form-item",{staticClass:"form-inline",attrs:{label:"工资待遇"}},[a("el-select",{attrs:{placeholder:"请选择",clearable:"",size:"small"},model:{value:e.formData.salary,callback:function(t){e.$set(e.formData,"salary",t)},expression:"formData.salary"}},e._l(e.salaryOptions,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})}),1)],1),e._v(" "),a("el-form-item",{staticClass:"form-inline",attrs:{label:"福利待遇"}},[a("el-select",{attrs:{placeholder:"请选择",clearable:"",size:"small"},model:{value:e.formData.welfareTreatment,callback:function(t){e.$set(e.formData,"welfareTreatment",t)},expression:"formData.welfareTreatment"}},e._l(e.welfareTreatmentOptions,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})}),1)],1)],1),e._v(" "),a("el-form-item",{attrs:{label:"工作地点"}},[a("el-input",{model:{value:e.formData.workAddress,callback:function(t){e.$set(e.formData,"workAddress",t)},expression:"formData.workAddress"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"备注说明"}},[a("el-input",{staticStyle:{width:"100%"},attrs:{type:"textarea",autosize:{minRows:4},clearable:""},model:{value:e.formData.remarks,callback:function(t){e.$set(e.formData,"remarks",t)},expression:"formData.remarks"}})],1),e._v(" "),a("div",{staticClass:"flex"},[a("el-form-item",{staticClass:"form-inline",attrs:{label:"申请人"}},[a("el-input",{model:{value:e.formData.applicant,callback:function(t){e.$set(e.formData,"applicant",t)},expression:"formData.applicant"}})],1),e._v(" "),a("el-form-item",{staticClass:"form-inline",attrs:{label:"申请日期"}},[a("el-input",{attrs:{placeholder:"自动显示",readonly:"",size:"small"},model:{value:e.formData.submitTime,callback:function(t){e.$set(e.formData,"submitTime",t)},expression:"formData.submitTime"}})],1)],1),e._v(" "),a("el-form-item",{attrs:{label:"岗位职责"}},[a("el-input",{staticStyle:{width:"100%"},attrs:{type:"textarea",autosize:{minRows:8},clearable:""},model:{value:e.formData.responsibilities,callback:function(t){e.$set(e.formData,"responsibilities",t)},expression:"formData.responsibilities"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"任职要求"}},[a("el-input",{staticStyle:{width:"100%"},attrs:{type:"textarea",autosize:{minRows:8},clearable:""},model:{value:e.formData.jobRequirements,callback:function(t){e.$set(e.formData,"jobRequirements",t)},expression:"formData.jobRequirements"}})],1),e._v(" "),e.progressList&&e.progressList.length?a("el-form-item",{attrs:{label:"审批流程"}},[a("DetailApproveFlow",{attrs:{tableList:e.progressList}})],1):e._e()],1)],1),e._v(" "),a("approDrawer",{attrs:{buttons:e.approveButtons,drawer:e.drawer,activities:e.approveFlow},on:{btnClick:e.btnClick}}),e._v(" "),a("DialogChooseSingleUser",{attrs:{visible:e.chooseUserVisible},on:{"update:visible":function(t){e.chooseUserVisible=t},change:e.getUserAndSubmit}})],1)},staticRenderFns:[]};var i=function(e){a("purU")},o=a("VU/8")(s.a,r,!1,i,"data-v-334ca713",null);t.default=o.exports},purU:function(e,t){}}); |