work/js/chunk-d8eef8cc.210c20c3.js
2024-01-15 19:56:20 +08:00

1 line
43 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-d8eef8cc"],{"009f":function(t,e,s){"use strict";s("7f7f");var a=function(){var t=this,e=t._self._c;return e("div",{staticClass:"task-detail",attrs:{id:"task-detail"}},[e("a-spin",{staticClass:"task-detail-spin",attrs:{spinning:t.loading}},[e("div",{staticClass:"task-header",class:{disabled:t.task.deleted}},[t.task.deleted?e("span",{staticClass:"head-title muted"},[e("a-icon",{attrs:{type:"delete"}}),t._v(" \n "),e("span",[t._v("任务已在回收站中,不可修改")])],1):e("span",{staticClass:"head-title"},[t.task.parentTask?e("span",[e("span",{staticClass:"muted"},[t._v("属于任务:")]),e("a-breadcrumb",{staticClass:"breadcrumb text-default",attrs:{separator:">"}},t._l(t.task.parentTasks,(function(s){return e("a-breadcrumb-item",{key:s.code},[e("a",{staticClass:"text-default",on:{click:function(e){return t.init(s.code)}}},[t._v(t._s(s.name))])])})),1)],1):e("span",[t._v(t._s(t.task.projectName)+" · "+t._s(t.task.stageName))])]),e("span",{staticClass:"header-action text-right"},[t.task.deleted?[e("a",{staticClass:"action-item muted",on:{click:t.recoveryTask}},[e("a-icon",{attrs:{type:"undo"}}),e("span",[t._v("恢复内容")])],1),e("a",{staticClass:"action-item muted",on:{click:t.deleteTask}},[e("a-icon",{attrs:{type:"delete"}}),e("span",[t._v("彻底删除")])],1)]:[e("a-tooltip",{attrs:{mouseEnterDelay:.5}},[e("template",{slot:"title"},[e("span",[t._v("复制任务链接")])]),e("a",{directives:[{name:"clipboard",rawName:"v-clipboard",value:t.taskLink,expression:"taskLink"}],staticClass:"action-item muted",on:{success:t.copyLink}},[e("a-icon",{attrs:{type:"link"}})],1)],2)],e("a-tooltip",{attrs:{mouseEnterDelay:.5}},[e("template",{slot:"title"},[e("span",[t._v("关闭面板")])]),e("a",{staticClass:"action-item muted",on:{click:t.detailClose}},[e("a-icon",{attrs:{type:"close"}})],1)],2)],2)]),e("div",{staticClass:"task-wrap"},[e("div",{staticClass:"task-content"},[e("div",{staticClass:"content-left"},[e("vue-scroll",{attrs:{ops:t.scrollOps}},[e("div",{staticClass:"task-title",class:{disabled:t.task.deleted},style:{"pointer-events":t.userInfo.code==t.task.create_by?"all":"none"}},[e("a-input",{directives:[{name:"show",rawName:"v-show",value:t.showEditName,expression:"showEditName"}],ref:"inputTitle",attrs:{size:"large"},on:{blur:t.doName},model:{value:t.task.name,callback:function(e){t.$set(t.task,"name",e)},expression:"task.name"}}),t.task.deleted?e("div",{directives:[{name:"show",rawName:"v-show",value:!t.showEditName,expression:"!showEditName"}],staticClass:"title-text"},[t._v("\n "+t._s(t.task.name)+"\n ")]):e("a-tooltip",{attrs:{mouseEnterDelay:.5}},[e("template",{slot:"title"},[e("span",[t._v("点击即可编辑")])]),e("div",{directives:[{name:"show",rawName:"v-show",value:!t.showEditName,expression:"!showEditName"}],staticClass:"title-text",on:{click:t.editTitle}},[t._v("\n "+t._s(t.task.name)+"\n ")])],2)],1),e("div",{staticClass:"task-basic-attrs-view muted"},[e("div",{staticClass:"field-list",class:{disabled:t.task.deleted}},[e("div",{staticClass:"component-mount pink-bg",style:{"pointer-events":t.userInfo.code==t.task.create_by?"all":"none"}},[e("div",{staticClass:"field"},[e("div",{staticClass:"field-left"},[e("a-icon",{attrs:{type:"file-text"}}),e("span",{staticClass:"field-name"},[t._v("工作内容")])],1),e("div",{staticClass:"field-right width-block"},[e("div",{directives:[{name:"show",rawName:"v-show",value:!t.showTaskDescriptionEdit,expression:"!showTaskDescriptionEdit"}],class:{"task-description":t.userInfo.code==t.task.create_by},on:{click:t.showTaskDesc}},[e("div",{directives:[{name:"show",rawName:"v-show",value:t.task.description,expression:"task.description"}],staticClass:"description-txt img-preview-content",domProps:{innerHTML:t._s(t.task.description)}}),e("span",{directives:[{name:"show",rawName:"v-show",value:!t.task.description,expression:"!task.description"}]},[t._v("添加工作内容")])]),t.hasMoreDesc?e("div",{staticClass:"m-t-sm"},[e("a",{directives:[{name:"show",rawName:"v-show",value:!t.showMoreDesc,expression:"!showMoreDesc"}],on:{click:function(e){return t.checkShowMoreDesc(!0)}}},[t._v("显示更多")]),e("a",{directives:[{name:"show",rawName:"v-show",value:t.showMoreDesc,expression:"showMoreDesc"}],on:{click:function(e){return t.checkShowMoreDesc(!1)}}},[t._v("收起工作内容")])]):t._e(),e("div",{directives:[{name:"show",rawName:"v-show",value:t.showTaskDescriptionEdit,expression:"showTaskDescriptionEdit"}]},[e("editor",{ref:"vueWangeditor",attrs:{id:"editor",uploadImgServer:t.editorConfig.uploadImgServer,uploadImgHeaders:t.editorConfig.uploadImgHeaders,menus:t.editorConfig.menus}}),e("div",{staticClass:"action-btn pull-right"},[e("a",{staticClass:"cancel-text muted",attrs:{type:"text"},on:{click:function(e){t.showTaskDescriptionEdit=!1,t.initContent(!1)}}},[t._v("\n 取消\n ")]),e("a-button",{staticClass:"middle-btn",attrs:{type:"primary",htmlType:"submit"},on:{click:t.doContent}},[t._v("保存\n ")])],1)],1)])])]),e("div",{staticClass:"component-mount",style:{"pointer-events":t.userInfo.code==t.task.create_by?"all":"none"}},[e("div",{staticClass:"field"},[e("div",{staticClass:"field-left"},[e("a-icon",{attrs:{type:"calendar"}}),e("span",{staticClass:"field-name"},[t._v("完成期限")])],1),e("div",{staticClass:"field-right field-date"},[t.task.openBeginTime?[e("a-dropdown",{attrs:{trigger:["click"],disabled:!!t.task.deleted},model:{value:t.showBeginTime,callback:function(e){t.showBeginTime=e},expression:"showBeginTime"}},[t.task.deleted?e("div",{staticClass:"field-flex"},[e("a",{staticClass:"muted name",staticStyle:{margin:"0"}},[t.task.setBeginTime?[t._v(t._s(t.task.begin_time_format))]:[t._v("设置开始完成期限")]],2)]):e("a-tooltip",{attrs:{mouseEnterDelay:.5}},[e("template",{slot:"title"},[e("span",[t._v("点击设置开始完成期限")])]),e("div",{staticClass:"field-flex"},[e("a",{staticClass:"muted name",staticStyle:{margin:"0"}},[t.task.setBeginTime?[t._v(t._s(t.task.begin_time_format)+"\n ")]:[t._v("设置开始完成期限\n ")]],2)])],2),e("div",{attrs:{slot:"overlay"},slot:"overlay"},[e("a-date-picker",{attrs:{size:"small",format:"MM月DD日 HH:mm",showTime:"",allowClear:"",showToday:!1,open:t.showBeginTime},on:{ok:function(e){return t.doBeginTime(!0)}},model:{value:t.task.begin_time,callback:function(e){t.$set(t.task,"begin_time",e)},expression:"task.begin_time"}},[e("template",{slot:"renderExtraFooter"},[e("a",{staticStyle:{position:"absolute"},attrs:{size:"small"},on:{click:function(e){return t.doBeginTime(!1)}}},[t._v("清除")])])],2)],1)],1),e("span",{staticClass:"m-l-sm m-r-sm"},[t._v("-")])]:t._e(),e("a-dropdown",{attrs:{trigger:["click"],disabled:!!t.task.deleted},model:{value:t.showEndTime,callback:function(e){t.showEndTime=e},expression:"showEndTime"}},[t.task.deleted?e("div",{staticClass:"field-flex"},[e("a",{staticClass:"muted name",staticStyle:{margin:"0"}},[t.task.setEndTime?[t._v(t._s(t.task.end_time_format))]:[t._v("设置截止完成期限")]],2)]):e("a-tooltip",{attrs:{mouseEnterDelay:.5}},[e("template",{slot:"title"},[e("span",[t._v("点击设置截止完成期限")])]),e("div",{staticClass:"field-flex"},[e("a",{staticClass:"muted name",staticStyle:{margin:"0"}},[t.task.setEndTime?[t._v(t._s(t.task.end_time_format))]:[t._v("设置截止完成期限")]],2)])],2),e("div",{attrs:{slot:"overlay"},slot:"overlay"},[e("a-date-picker",{attrs:{size:"small",format:"MM月DD日 HH:mm",showTime:"",allowClear:"",showToday:!1,open:t.showEndTime},on:{ok:function(e){return t.doEndTime(!0)}},model:{value:t.task.end_time,callback:function(e){t.$set(t.task,"end_time",e)},expression:"task.end_time"}},[e("template",{slot:"renderExtraFooter"},[e("a",{staticStyle:{position:"absolute"},attrs:{size:"small"},on:{click:function(e){return t.doEndTime(!1)}}},[t._v("清除")])])],2)],1)],1)],2)])]),e("div",{staticClass:"component-mount",staticStyle:{"pointer-events":"none"}},[e("div",{staticClass:"field"},[e("div",{staticClass:"field-left"},[e("a-icon",{attrs:{type:"check-square"}}),e("span",{staticClass:"field-name"},[t._v("完成状态")])],1),e("div",{staticClass:"field-right"},[e("a-dropdown",{class:{disabled:t.task.hasUnDone},attrs:{trigger:["click"],disabled:!!t.task.deleted||!!t.task.hasUnDone}},[e("a-tooltip",{attrs:{placement:"top"}},[e("template",{slot:"title"},[t.task.hasUnDone?e("span",{staticStyle:{"font-size":"12px"}},[t._v("子任务尚未全部完成,无法完成父任务")]):t._e()]),e("span",[t.task.done?e("a-tag",{attrs:{color:"green"}},[t._v("已完成")]):t._e(),e("span",{directives:[{name:"show",rawName:"v-show",value:!t.task.done,expression:"!task.done"}]},[t._v("未完成")])],1)],2),e("a-menu",{staticClass:"field-right-menu",attrs:{slot:"overlay",selectable:!1},on:{click:function(e){return t.taskDone(t.task.code,!t.task.done)}},slot:"overlay"},[e("a-menu-item",{key:"done"},[e("div",{staticClass:"menu-item-content"},[e("a-tag",{attrs:{color:"green"}},[t._v("已完成")]),e("a-icon",{directives:[{name:"show",rawName:"v-show",value:t.task.done,expression:"task.done"}],staticClass:"check muted",attrs:{type:"check"}})],1)]),e("a-menu-item",{key:"undone"},[e("div",{staticClass:"menu-item-content"},[e("a-tag",{attrs:{color:"grey"}},[t._v("未完成")]),e("a-icon",{directives:[{name:"show",rawName:"v-show",value:!t.task.done,expression:"!task.done"}],staticClass:"check muted",attrs:{type:"check"}})],1)])],1)],1)],1)])]),e("div",{staticClass:"component-mount",staticStyle:{"pointer-events":"none"}},[e("div",{staticClass:"field"},[e("div",{staticClass:"field-left"},[e("a-icon",{attrs:{type:"deployment-unit"}}),e("span",{staticClass:"field-name"},[t._v("执行状态")])],1),e("div",{staticClass:"field-right"},[e("a-dropdown",{attrs:{trigger:["click"],disabled:!!t.task.deleted}},[e("span",[t._v(t._s(t.task.statusText))]),e("a-menu",{staticClass:"field-right-menu",attrs:{slot:"overlay",selectable:!1},on:{click:t.taskStatusChange},slot:"overlay"},t._l(t.taskStatusList,(function(s,a){return e("a-menu-item",{key:s.id},[e("div",{staticClass:"menu-item-content"},[e("span",{attrs:{color:"green"}},[t._v(t._s(s.name))]),e("a-icon",{directives:[{name:"show",rawName:"v-show",value:t.task.status==s.id,expression:"task.status == status.id"}],staticClass:"check muted",attrs:{type:"check"}})],1)])})),1)],1)],1)])]),e("div",{staticClass:"component-mount",style:{"pointer-events":t.task.liasion_info&&t.userInfo.code==t.task.liasion_info.code?"all":"none"}},[e("div",{staticClass:"field"},[e("div",{staticClass:"field-left"},[e("a-icon",{attrs:{type:"user"}}),e("span",{staticClass:"field-name"},[t._v("执行者")])],1),e("div",{staticClass:"field-right"},[e("a-dropdown",{attrs:{trigger:["click"],disabled:!!t.task.deleted,placement:"bottomCenter"},model:{value:t.visibleTaskMemberMenu,callback:function(e){t.visibleTaskMemberMenu=e},expression:"visibleTaskMemberMenu"}},[t.task.deleted?e("div",{staticClass:"field-flex"},[t.task.executor?[e("a-avatar",{attrs:{src:t.task.executor.avatar,icon:"user",size:"small"}}),e("a",{staticClass:"muted name"},[t._v(t._s(t.task.executor.name))])]:t._e(),t.task.executor?t._e():[e("a-avatar",{attrs:{icon:"user",size:"small"}}),e("a",{staticClass:"muted name"},[t._v("待认领")])]],2):e("a-tooltip",{attrs:{mouseEnterDelay:.5}},[e("template",{slot:"title"},[e("span",[t._v("点击设置执行者")])]),e("div",{staticClass:"field-flex"},[t.task.executor?[e("a-avatar",{attrs:{src:t.task.executor.avatar,icon:"user",size:"small"}}),e("a",{staticClass:"muted name"},[t._v(t._s(t.task.executor.name))])]:t._e(),t.task.executor?t._e():[e("a-avatar",{attrs:{icon:"user",size:"small"}}),e("a",{staticClass:"muted name"},[t._v("待认领")])]],2)],2),e("div",{attrs:{slot:"overlay"},slot:"overlay"},[t.visibleTaskMemberMenu?e("task-member-menu",{attrs:{projectCode:t.projectCodeCurrent,taskCode:t.code},on:{close:function(e){return t.init(!1)},inviteProjectMember:function(e){t.showInviteMember=!0,t.visibleTaskMemberMenu=!1}}}):t._e()],1)],1)],1)])]),e("div",{staticClass:"component-mount",staticStyle:{"pointer-events":"none"}},[e("div",{staticClass:"field"},[e("div",{staticClass:"field-left"},[e("a-icon",{attrs:{type:"user"}}),e("span",{staticClass:"field-name"},[t._v("抄送人")])],1),e("div",{staticClass:"field-right field-flex",staticStyle:{"flex-wrap":"wrap","pointer-events":"none"}},[t._l(t.task.copied_info,(function(s){return e("div",{key:s.code,on:{click:function(e){return t.spliceCopied(t.index)}}},[e("a-avatar",{attrs:{src:s.avatar,icon:"user",size:"small"}}),e("a",{staticClass:"muted name"},[t._v(t._s(s.name))])],1)})),t._e()],2)])]),e("div",{staticClass:"component-mount",staticStyle:{"pointer-events":"none"}},[e("div",{staticClass:"field"},[e("div",{staticClass:"field-left"},[e("a-icon",{attrs:{type:"apartment"}}),e("span",{staticClass:"field-name"},[t._v("处理部门")])],1),e("div",{staticClass:"field-right"},[t.task.liasion_info?e("div",{staticClass:"field-flex",staticStyle:{"flex-wrap":"wrap","align-items":"center"}},[e("span",{staticStyle:{"padding-right":"10px"}},[t._v(t._s(t.task.department_info.name)+" ")]),e("span",{staticStyle:{"padding-right":"10px"}},[t._v(t._s("/")+" ")]),e("a-avatar",{attrs:{src:t.task.liasion_info.avatar,icon:"user",size:"small"}}),e("a",{staticClass:"muted name"},[t._v(t._s(t.task.liasion_info.name))])],1):t._e()])])]),e("div",{staticClass:"component-mount",staticStyle:{"pointer-events":"none"}},[e("div",{staticClass:"field"},[e("div",{staticClass:"field-left"},[e("a-icon",{attrs:{type:"gateway"}}),e("span",{staticClass:"field-name"},[t._v("工作流转")])],1),e("div",{staticClass:"field-right field-flex",staticStyle:{"flex-wrap":"wrap"}},[t._l(t.task.exchange_info,(function(s,a){return e("div",{key:a,staticStyle:{"pointer-events":"none"}},[e("a-dropdown",{attrs:{trigger:["click"],placement:"bottomCenter"},model:{value:s.show,callback:function(e){t.$set(s,"show",e)},expression:"exc.show"}},[e("a-tooltip",{attrs:{mouseEnterDelay:.5}},[e("template",{slot:"title"},[e("span",[t._v("更换人员")])]),e("div",{staticClass:"field-flex",staticStyle:{"flex-wrap":"wrap","align-items":"center"}},[e("a-avatar",{attrs:{src:s.avatar,icon:"user",size:"small"}}),e("a",{staticClass:"muted name"},[t._v(t._s(s.name))]),a!=t.task.exchange_info.length-1?e("a-icon",{staticStyle:{"margin-right":"10px"},attrs:{type:"double-right"}}):t._e()],1)],2),e("div",{attrs:{slot:"overlay"},slot:"overlay"},[s.show?e("task-member-menu",{attrs:{taskCode:t.code,projectCode:t.projectCodeCurrent,isCommit:!1},on:{inviteProjectMember:function(e){t.showInviteMember=!0,s.show=!1},close:t.changeExchangeShow}}):t._e()],1)],1)],1)})),t._e()],2)])]),e("div",{staticClass:"component-mount",style:{"pointer-events":t.userInfo.code==t.task.create_by?"all":"none"}},[e("div",{staticClass:"field"},[e("div",{staticClass:"field-left"},[e("a-icon",{attrs:{type:"bulb"}}),e("span",{staticClass:"field-name"},[t._v("优先级")])],1),e("div",{staticClass:"field-right"},[e("a-dropdown",{attrs:{trigger:["click"],disabled:!!t.task.deleted}},[e("span",[e("a-tag",{attrs:{color:t.priColor(t.task.pri)}},[t._v(t._s(t.task.priText))])],1),e("a-menu",{staticClass:"field-right-menu",attrs:{slot:"overlay",selectable:!1},on:{click:t.doPri},slot:"overlay"},[e("a-menu-item",{key:0},[e("div",{staticClass:"menu-item-content"},[e("a-tag",{attrs:{color:t.priColor(0)}},[t._v("普通")]),e("a-icon",{directives:[{name:"show",rawName:"v-show",value:0==t.task.pri,expression:"task.pri == 0"}],staticClass:"check muted",attrs:{type:"check"}})],1)]),e("a-menu-item",{key:1},[e("div",{staticClass:"menu-item-content"},[e("a-tag",{attrs:{color:t.priColor(1)}},[t._v("紧急")]),e("a-icon",{directives:[{name:"show",rawName:"v-show",value:1==t.task.pri,expression:"task.pri == 1"}],staticClass:"check muted",attrs:{type:"check"}})],1)]),e("a-menu-item",{key:2},[e("div",{staticClass:"menu-item-content"},[e("a-tag",{attrs:{color:t.priColor(2)}},[t._v("非常紧急")]),e("a-icon",{directives:[{name:"show",rawName:"v-show",value:2==t.task.pri,expression:"task.pri == 2"}],staticClass:"check muted",attrs:{type:"check"}})],1)])],1)],1)],1)])]),e("div",{staticClass:"component-mount"},[e("div",{staticClass:"field"},[e("div",{staticClass:"field-left"},[e("a-icon",{attrs:{type:"paper-clip"}}),e("span",{staticClass:"field-name"},[t._v("关联文件")])],1),e("div",{staticClass:"field-right width-block"})])]),e("div",{directives:[{name:"show",rawName:"v-show",value:t.userInfo.code==t.task.create_by||t.userInfo.code==t.task.assign_to&&2==t.task.status,expression:"userInfo.code==task.create_by||(userInfo.code==task.assign_to&&task.status==2)"}],staticClass:"component-mount"},[e("div",{staticClass:"field"},[e("div",{staticClass:"block-field width-block"},[e("div",{staticClass:"task-child"},[e("a",{staticClass:"add-handler",attrs:{id:"d-upload-file"}},[e("a-icon",{staticStyle:{"margin-right":"6px"},attrs:{type:"plus"}}),t._v("\n 上传文件\n ")],1)])])])]),e("div",{directives:[{name:"show",rawName:"v-show",value:t.taskSourceList.length>0,expression:"taskSourceList.length > 0"}],staticClass:"component-mount"},[e("div",{staticClass:"field"},[e("div",{staticClass:"block-field width-block"},[e("div",{staticClass:"file-list"},[e("div",{staticClass:"m-xs m-t-none"},[t._v("关联的文件")]),e("a-list",t._l(t.taskSourceList,(function(s,a){return e("a-list-item",{key:a},[e("a-list-item-meta",[e("a-avatar",{attrs:{slot:"avatar",size:"small",shape:"square",icon:"link",src:s.sourceDetail.file_url},slot:"avatar"}),e("div",{attrs:{slot:"title"},slot:"title"},[e("a",{staticClass:"muted",attrs:{target:"_blank",href:s.sourceDetail.file_url}},[t._v(t._s(s.title))])]),e("div",{attrs:{slot:"description"},slot:"description"})],1),e("a",{staticClass:"muted",attrs:{slot:"actions"},slot:"actions"},[e("span",[t._v(t._s(s.sourceDetail.projectName))])]),e("a",{staticClass:"muted",attrs:{slot:"actions"},slot:"actions"},[e("a-dropdown",{attrs:{trigger:["click"],placement:"bottomCenter"}},[e("a",{staticClass:"action-item muted"},[e("a-icon",{attrs:{type:"down"}})],1),e("a-menu",{directives:[{name:"clipboard",rawName:"v-clipboard",value:s.sourceDetail.file_url,expression:"item.sourceDetail.file_url"}],staticClass:"field-right-menu",attrs:{slot:"overlay"},on:{click:function(e){return t.doSource(e,s)}},slot:"overlay"},[e("a-menu-item",{key:"copy"},[e("a-icon",{attrs:{type:"link"}}),e("span",[t._v("复制链接")])],1),e("a-menu-item",{key:"unlink"},[e("a-icon",{attrs:{type:"disconnect"}}),e("span",[t._v("取消关联")])],1)],1)],1)],1)],1)})),1)],1)])])])])])])],1),e("div",{staticClass:"content-right"},[e("div",{staticClass:"header"},[e("div",{staticClass:"title"},[t._v("\n 参与者 · "+t._s(t.taskMemberList.length)+"\n ")]),e("div",{staticClass:"member-list"},t._l(t.taskMemberList,(function(s){return e("a-tooltip",{key:s.code,attrs:{mouseEnterDelay:.5}},[e("template",{slot:"title"},[e("span",[t._v(t._s(s.name)+" "),s.is_owner?e("span",[t._v(" · 创建者")]):t._e()])]),e("a-avatar",{staticClass:"member-item",attrs:{icon:"user",size:"small",src:s.avatar},on:{click:function(e){return t.routerLink("/members/profile/"+s.membar_account_code+"?key=3")}}})],2)})),1)]),e("div",{staticClass:"log-wrap"},[e("div",{staticClass:"header"},[e("a-dropdown",{attrs:{trigger:["click"]}},[e("a",{staticClass:"text-default"},[t._v("\n 所有动态\n "),e("a-icon",{attrs:{type:"down"}})],1),e("a-menu",{staticClass:"field-right-menu",attrs:{slot:"overlay",selectable:""},slot:"overlay",model:{value:t.taskLogType,callback:function(e){t.taskLogType=e},expression:"taskLogType"}},[e("a-menu-item",{key:"all"},[e("div",{staticClass:"menu-item-content"},[e("span",[t._v("所有动态")])])]),e("a-menu-item",{key:"comment"},[e("div",{staticClass:"menu-item-content"},[e("span",[t._v("仅审核")])])]),e("a-menu-item",{key:"log"},[e("div",{staticClass:"menu-item-content"},[e("span",[t._v("仅动态")])])])],1)],1)],1),e("vue-scroll",[e("div",{staticClass:"log-list muted"},[e("a",{directives:[{name:"show",rawName:"v-show",value:t.checkShowMoreLog,expression:"checkShowMoreLog"}],staticClass:"show-more muted",on:{click:t.getMoreTaskLog}},[e("a-icon",{attrs:{type:"ellipsis"}}),t._v("\n 显示较早的 "+t._s(t.taskLogTotal-t.taskLogList.length)+" 条数据\n ")],1),t._l(t.taskLogList,(function(s){return e("div",{key:s.code,class:{"log-comment":s.is_comment,"list-item":!s.is_comment,"log-pass":"pass"==s.type,"log-reject":"reject"==s.type,"log-add":"add"==s.type}},[s.is_comment?t._e():[e("a-icon",{staticClass:"log-item",attrs:{type:s.icon}}),e("div",{staticClass:"log-item log-txt"},[e("div",[t._v(t._s(s.member.name)+" "),e("span",{domProps:{innerHTML:t._s(s.remark)}})]),s.content?e("div",{staticClass:"log-content img-preview-content",domProps:{innerHTML:t._s(s.content)}}):t._e()])],s.is_comment?e("div",[e("div",{staticClass:"log-txt text-default",staticStyle:{width:"100%",display:"flex","justify-content":"space-between"}},[e("div",{staticStyle:{display:"flex","align-items":"center"}},[e("a-avatar",{staticClass:"m-r-sm",attrs:{size:24,src:s.member.avatar}}),e("div",[t._v(t._s(s.member.name))]),"add"==s.type?e("div",{staticClass:"log-add-tips"},[t._v("提交")]):t._e(),"pass"==s.type?e("div",{staticClass:"log-pass-tips"},[t._v("通过")]):t._e(),"reject"==s.type?e("div",{staticClass:"log-reject-tips"},[t._v("驳回")]):t._e()],1),e("a-tooltip",{attrs:{mouseEnterDelay:.5}},[e("template",{slot:"title"},[e("span",[t._v(t._s(s.create_time))])]),e("span",{staticClass:"muted"},[t._v(t._s(t._f("formatLogTime")(s.create_time)))])],2)],1),e("div",{staticClass:"log-txt text-default",staticStyle:{padding:"0 0 0 30px"}},[e("div",{staticClass:"m-t-xs",domProps:{innerHTML:t._s(t.checkLink(s.content))}})])]):t._e(),s.is_comment?t._e():e("a-tooltip",{attrs:{mouseEnterDelay:.5}},[e("template",{slot:"title"},[e("span",[t._v(t._s(s.create_time))])]),e("span",[t._v(t._s(t._f("formatLogTime")(s.create_time)))])],2)],2)}))],2)])],1),e("div",{staticClass:"footer",attrs:{id:"footer"}},[!t.readonly&&t.userInfo.code==t.task.create_by&&4==t.task.status||t.userInfo.code==t.task.assign_to&&2==t.task.status?e("a-popover",{attrs:{trigger:"click",placement:"top",visible:t.showMentions,arrowPointAtCenter:"",getPopupContainer:t.getPopup}},[e("template",{slot:"content"},[e("div",{staticClass:"mentions-content",staticStyle:{width:"200px"}},t._l(t.taskMemberList,(function(s){return e("div",{key:s.id,staticClass:"mentions-wrapper",on:{click:function(e){return t.selectMentionMember(s)}}},[e("a-avatar",{attrs:{src:s.avatar,icon:"user",size:28}}),e("span",{staticClass:"muted name m-l-xs"},[t._v(t._s(s.name))])],1)})),0)]),e("a-textarea",{ref:"commentText",staticStyle:{"margin-right":"15px"},attrs:{rows:1,placeholder:"@提及任务成员Ctrl+Enter发送"},on:{focus:function(e){t.commenting=!0},blur:function(e){t.commenting=!1}},model:{value:t.comment,callback:function(e){t.comment=e},expression:"comment"}})],2):t._e(),t.readonly||t.userInfo.code!=t.task.create_by||4!=t.task.status?t._e():[e("a-button",{staticClass:"middle-btn",attrs:{type:"danger"},on:{click:function(e){return t.createComment(2)}}},[t._v("驳回")]),e("a-button",{staticClass:"middle-btn",staticStyle:{"margin-left":"15px"},attrs:{type:"primary"},on:{click:function(e){return t.createComment(1)}}},[t._v("通过")])],t.readonly||t.userInfo.code!=t.task.assign_to||2!=t.task.status?t._e():[e("a-button",{staticClass:"middle-btn",attrs:{type:"primary"},on:{click:function(e){return t.createComment(3)}}},[t._v("提交")])]],2)])])])]),t.showInviteMember?e("invite-project-member",{attrs:{"project-code":t.projectCodeCurrent},model:{value:t.showInviteMember,callback:function(e){t.showInviteMember=e},expression:"showInviteMember"}}):t._e()],1)},i=[],n=(s("8e6e"),s("456d"),s("a481"),s("4917"),s("ac6a"),s("7514"),s("6b54"),s("20d6"),s("ade3")),o=(s("c5f6"),s("2f62")),r=s("1157"),c=s.n(r),l=s("c1df"),d=s.n(l),m=s("f93e"),u=s("a897"),k=s("b199"),h=s("8870"),f=s("d8bc"),p=s("f66c"),v=s("4540"),g=s("e8d3"),_=s("d3a1"),b=s("68fe"),w=s("2f14"),C=s("97a8"),T=s("81fe"),y=s("261e"),x=s("7dc6");function M(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);e&&(a=a.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,a)}return s}function j(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?M(Object(s),!0).forEach((function(e){Object(n["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):M(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var D=Object(b["a"])("tokenList",!0),L="";if(D){var S=D.accessToken,O=D.tokenType;L="".concat(O," ").concat(S)}var E={name:"task-detail",components:{ATextarea:y["a"],editor:u["a"],taskMemberMenu:p["a"],taskTagMenu:v["a"],projectMemberMenu:g["a"],inviteProjectMember:_["a"]},props:{taskCode:{type:[String],default:function(){return""}},width:{type:[String,Number],default:function(){return"1360"}},readonly:{type:[Boolean],default:function(){return!1}}},data:function(){return{moment:d.a,loading:!1,code:this.taskCode,projectCodeCurrent:"",task:{},taskStatusList:m["a"].TASK_STATUS,taskLogList:[],taskLogTotal:0,taskMemberList:[],workTimeList:[],workTimeTotal:[],visibleTaskMenu:!1,visibleTaskMemberMenu:!1,visibleTaskCopied:!1,visibleTaskTagMenu:!1,visibleProjectMemberMenu:!1,showInviteMember:!1,taskName:"",showEditName:!1,showBeginTime:!1,showEndTime:!1,showTaskDescriptionEdit:!1,showMoreDesc:!1,hasMoreDesc:!1,editorConfig:{uploadImgServer:Object(w["c"])("project/index/uploadImg"),uploadImgHeaders:{Authorization:L},menus:["head","bold","italic","justify","image","link","list","quote","table","|","fullscreen"]},departmentMemberInfo:null,childTaskList:[],showChildTask:!1,childTaskName:"",childExecutor:null,visibleChildTaskMemberMenu:!1,showInviteChildTaskMember:!1,taskSourceList:[],taskLogType:["all"],showMoreTaskLog:0,hasMoreTaskLog:!1,hideShowMore:!1,comment:"",commenting:!1,workTimeDo:{form:this.$form.createForm(this),info:null,modalTitle:"登记工时记录",modalStatus:!1,confirmLoading:!1},plainWorkTime:{form:this.$form.createForm(this),modalTitle:"设置预估工时",modalStatus:!1,confirmLoading:!1},showMentions:!1,mentionsList:[]}},computed:j(j({},Object(o["c"])({userInfo:function(t){return t.userInfo},uploader:function(t){return t.common.uploader},socketAction:function(t){return t.socketAction}})),{},{childTaskDoneNum:function(){var t=this.childTaskList.filter((function(t){return 1==t.done}));return t.length},checkShowMoreLog:function(){return!this.hideShowMore&&this.taskLogTotal>5},taskLink:function(){return window.location.href},scrollOps:function(){return{rail:{background:"#e5e5e5",opacity:1},bar:{keepShow:!0}}}}),watch:{$route:function(t,e){},showInviteMember:function(t){t||this.getTaskMembers()},taskLogType:function(){this.getTaskLog()},socketAction:function(t){if("organization:task"===t.action){var e=t.data.data;e.taskCode==this.code&&this.init(null,!1)}},uploader:{handler:function(t,e){var s=this;console.log(t),console.log(t.fileList);var a=t.fileList,i=a.findIndex((function(t){return t.projectName==s.task.projectName}));-1!==i&&(this.taskSources(),this.getTaskLog())},deep:!0}},created:function(){this.init()},mounted:function(){var t=this,e=arguments;this.$nextTick((function(){t.changeModalHeight()})),window.onresize=function(){return function(){t.changeModalHeight()}()},document.onkeydown=function(s){var a=s||window.event||e.callee.caller.arguments[0];13==a.keyCode&&a.ctrlKey&&t.createComment(1),("@"==a.key||"Digit2"==a.code&&"Process"==a.key&&a.shiftKey)&&t.commenting?t.showMentions=!0:t.showMentions=!1},setTimeout((function(){t.uploader.assignBrowse(document.getElementById("d-upload-file"))}),500)},filters:{formatLogTime:function(t){return Object(T["c"])(t)}},methods:{getDepartment:function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(){var t=this;getDepartment().then((function(e){t.departmentList=e.data.list}))})),departmentDropClick:function(t){var e=this,s=this.departmentList.find((function(e){return e.code==t.key}));this.department=s,getliasonMan({searchType:4,type:1,departmentCode:s.code}).then((function(t){t.data.list[0]?e.liasionMan=t.data.list[0]:Object(C["b"])({title:"该部门没有联络员"},"notice","error",5)}))},changeRecipient:function(t){var e=this.task.copied_info.find((function(e){return e.code==t.code}));e?Object(C["b"])({title:"已经设置过, 请更换其他人员"},"error",3e3):this.task.copied_info.push(t),this.showInviteMember=!1},spliceCopied:function(t){this.task.copied_info.splice(t,1)},changeExchange:function(t){this.task.exchange_info.push(j({f_key:(new Date).getTime(),show:!1},t))},changeExchangeShow:function(t){var e=this,s=this.task.exchange_info.findIndex((function(t){return 1==t.show}));if(-1!=s){this.task.exchange_info[s].show=!1;var a=JSON.parse(JSON.stringify(this.task.exchange_info));t?a[s]=j({f_key:(new Date).getTime(),show:!1},t):a.splice(s,1),this.$nextTick((function(){e.task.exchange_info=a}))}},init:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];t&&(this.code=t),e&&(this.loading=!0),this.clearMemberMenu(),this.getTask(),this.getChildTasks(),this.getTaskMembers(),this.getTaskWorkTimeList()},detailClose:function(){this.$emit("close",this.task)},clearMemberMenu:function(){this.visibleTaskTagMenu=!1,this.visibleTaskMemberMenu=!1,this.visibleProjectMemberMenu=!1},getTask:function(){var t=this;this.$store.commit("viewRefresh"),this.clearMemberMenu(),Object(k["o"])(this.code).then((function(e){try{t.getTaskLog(),t.taskSources(),t.taskName=e.data.name,t.task=e.data,t.projectCodeCurrent=e.data.project_code,t.task.end_time?(t.task.setEndTime=!0,t.task.end_time=d()(t.task.end_time)):(t.task.setEndTime=!1,t.task.end_time=d()(d()().format("YYYY-MM-DD")+" 18:00")),t.task.end_time_format=Object(T["b"])(t.task.end_time,!0),t.task.begin_time?(t.task.setBeginTime=!0,t.task.begin_time=d()(t.task.begin_time)):(t.task.setBeginTime=!1,t.task.begin_time=d()(d()().format("YYYY-MM-DD")+" 18:00")),t.task.begin_time_format=Object(T["b"])(t.task.begin_time,!0),t.initContent(t.task.description),t.task.executor&&!t.childExecutor&&(t.childExecutor=t.task.executor),t.loading=!1,t.$store.dispatch("setTempData",{projectCode:t.projectCodeCurrent,taskCode:t.code,projectName:e.data.projectName})}catch(s){console.error(s)}}))},getTaskLog:function(){var t=this;Object(k["n"])({taskCode:this.code,all:this.showMoreTaskLog,pageSize:5,comment:"comment"==this.taskLogType[0]?1:0}).then((function(e){t.taskLogList=e.data.list,t.taskLogTotal=e.data.total,e.data.total>5&&(t.hasMoreTaskLog=!0),t.$nextTick((function(){c()(".img-preview-content").find("img").click((function(t){window.open(c()(t.target).attr("src"))}))}))}))},taskSources:function(){var t=this;Object(k["A"])({taskCode:this.code}).then((function(e){t.taskSourceList=e.data}))},getMoreTaskLog:function(){this.showMoreTaskLog=1,this.hideShowMore=!0,this.getTaskLog()},getTaskWorkTimeList:function(){var t=this;Object(k["a"])({taskCode:this.code}).then((function(e){t.workTimeList=e.data;var s=0;e.data&&(e.data.forEach((function(t){s+=Number(t.num)})),t.workTimeTotal=s)}))},getTaskMembers:function(){var t=this;this.clearMemberMenu(),Object(f["b"])({taskCode:this.code,pageSize:100}).then((function(e){t.taskMemberList=e.data.list,t.loading=!1}))},doTask:function(t){var e=this,s=this,a=t.key;switch(a){case"recycle":this.$confirm({title:"移到回收站",content:"您确定要把该任务移到回收站吗?",okText:"确定",okType:"danger",cancelText:"再想想",onOk:function(){return Object(k["q"])(s.code).then((function(t){var e=Object(w["a"])(t);if(!e)return!1;s.task.deleted=1,s.getTaskLog()})),Promise.resolve()}});break;case"star":return this.task.stared?this.task.stared=0:this.task.stared=1,Object(k["y"])(s.code,this.task.stared),!0;case"open":var i=window.location.href;-1!==i.indexOf("?")?i+="&full-screen":i+="?full-screen",window.open(i);break;case"private":return Object(k["v"])(s.code,Number(!this.task.private)).then((function(t){var s=Object(w["a"])(t);if(!s)return!1;e.task.private=Number(!e.task.private)})),!0}this.visibleTaskMenu=!1},editTitle:function(){var t=this;this.showEditName=!0,this.$nextTick((function(){t.$refs.inputTitle.focus()}))},doSource:function(t,e){var s=this,a=t.key;switch(a){case"unlink":this.$confirm({title:"取消关联",content:"您确定永久删除这个关联?",okText:"确定",okType:"danger",cancelText:"再想想",onOk:function(){return Object(h["a"])(e.code).then((function(t){var e=Object(w["a"])(t);if(!e)return!1;s.taskSources(),s.getTaskLog()})),Promise.resolve()}});break;case"copy":return Object(C["b"])({title:"复制链接成功",msg:"在地址栏粘贴并打开可下载该资源"},"notice","success",5),!0}},deleteTask:function(){var t=this;this.$confirm({title:"彻底删除",content:"彻底删除任务后,该任务及其子任务将会被永久被删除。",okText:"删除",okType:"danger",cancelText:"再想想",onOk:function(){return Object(k["f"])(t.code).then((function(e){t.detailClose()})),Promise.resolve()}})},recoveryTask:function(){var t=this;this.$confirm({title:"恢复内容",content:"您确定要恢复该任务吗?",okText:"确定",okType:"primary",cancelText:"再想想",onOk:function(){return Object(k["p"])(t.code).then((function(e){var s=Object(w["a"])(e);if(!s)return!1;t.getTaskLog()})),t.task.deleted=0,Promise.resolve()}})},copyLink:function(){Object(C["b"])({title:"复制链接成功",msg:"你可以在其他标签页粘贴并快速打开任务页面"},"notice","success",5)},like:function(t){t=Number(t),Object(k["l"])(this.code,t),t?this.task.like++:this.task.like--,this.task.liked=t},taskDone:function(t,e,s){var a=this,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"self";e=e?1:0,Object(k["z"])(t,e).then((function(t){var n=Object(w["a"])(t);if(!n)return!1;a.getTaskLog(),"self"==i?a.task.done=e:a.childTaskList[s].done=e,a.getTask(),a.getChildTasks()}))},doBeginTime:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.task.setBeginTime=t,this.showBeginTime=e;var s="";t?(s=d()(this.task.begin_time).format("YYYY-MM-DD HH:mm"),this.task.begin_time_format=d()(this.task.begin_time).format("MM月DD日 HH:mm")):s="",this.editTask({begin_time:s})},doEndTime:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.task.setEndTime=t,this.showEndTime=e;var s="";t?(s=d()(this.task.end_time).format("YYYY-MM-DD HH:mm"),this.task.end_time_format=d()(this.task.end_time).format("MM月DD日 HH:mm")):s="",this.editTask({end_time:s})},doPri:function(t){this.editTask({pri:t.key})},doName:function(){if(this.showEditName=!1,!this.task.name.trim()||this.task.name==this.taskName)return this.task.name=this.taskName,!1;this.editTask({name:this.task.name})},taskStatusChange:function(t){this.task.status=t.key,this.editTask({status:t.key})},editTask:function(t){var e=this;t.taskCode=this.code,Object(k["h"])(t).then((function(t){var s=Object(w["a"])(t);if(!s)return!1;e.getTask()}))},priColor:function(t){switch(t){case 1:return"#ff9900";case 2:return"#ed3f14";default:return"green"}},showTaskDesc:function(){if(this.task.deleted)return!1;this.showTaskDescriptionEdit=!0,this.initContent(this.task.description)},initContent:function(t){var e=this;try{t?this.$refs.vueWangeditor.setHtml(t):this.$refs.vueWangeditor.setHtml(""),this.$nextTick((function(){e.checkShowMoreDesc(!1,!0)}))}catch(s){}},doContent:function(){var t=this,e=this.$refs.vueWangeditor.getHtml(),s={taskCode:this.code,description:e};Object(k["h"])(s).then((function(){t.task.description=e,t.showTaskDescriptionEdit=!1,t.$nextTick((function(){t.checkShowMoreDesc(!1,!0)})),t.getTaskLog()}))},createComment:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,s=this.comment.trim();if(!s)return!1;s+=" ";var a=/(@[^@]+) /g,i=s.match(a);i&&i.forEach((function(e){var s=e.substring(1,e.length-1);-1===t.mentionsList.findIndex((function(t){return t==s}))&&t.mentionsList.push(s)})),Object(k["d"])(this.code,this.comment,JSON.stringify(this.mentionsList),e).then((function(){t.comment="",t.mentionsList=[],t.getTaskLog()}))},checkShowMoreDesc:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],s=c()(".description-txt");if(e||(t?(this.showMoreDesc=!0,s.css("max-height",(function(){return"100%"}))):(this.showMoreDesc=!1,s.css("max-height",(function(){return"300px"})))),e){var a=s.height();return a>=300?(this.hasMoreDesc=!0,!0):(this.hasMoreDesc=!1,!1)}return!1},createTask:function(){var t=this,e={pcode:this.code,name:this.childTaskName};this.childExecutor&&(e.assign_to=this.childExecutor.code),Object(k["s"])(e).then((function(e){var s=Object(w["a"])(e);if(!s)return!1;t.childTaskName="",t.getChildTasks(),t.getTaskLog()}))},getChildTasks:function(){var t=this;Object(k["m"])({pcode:this.code,pageSize:100,deleted:0}).then((function(e){var s=[];e.data.list.forEach((function(t){t.visibleChildTaskMemberMenu=!1,s.push(t)})),t.childTaskList=s}))},taskTagChange:function(t){var e=this.task.tags.findIndex((function(e){return e.tag_code==t.code}));-1!==e?this.task.tags.splice(e,1):this.task.tags.push({tag_code:t.code,tag:t})},taskTagUpdate:function(t){var e=this.task.tags.findIndex((function(e){return e.tag_code==t.code}));-1!==e&&(this.task.tags[e].tag=t)},taskTagDelete:function(t){var e=this.task.tags.findIndex((function(e){return e.tag_code==t.code}));-1!==e&&this.task.tags.splice(e,1)},removeTag:function(t,e){var s=this;Object(k["w"])({taskCode:this.task.code,tagCode:t.code}).then((function(){s.task.tags.splice(e,1)}))},doPlainWorkTime:function(){var t=this;this.plainWorkTime.modalStatus=!0,this.$nextTick((function(){t.plainWorkTime.form.setFieldsValue({work_time:t.task.work_time})}))},doWorkTime:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this;this.workTimeDo.modalStatus=!0,t?(this.workTimeDo.info=t,this.$nextTick((function(){e.workTimeDo.form.setFieldsValue({num:t.num,begin_time:d()(t.begin_time),content:t.content})}))):(this.workTimeDo.form.resetFields(),this.workTimeDo.info=null)},deleteWorkTime:function(t,e){var s=this;this.$confirm({title:"删除工时记录",content:"确定要删除工时记录吗?",okText:"确定",okType:"danger",cancelText:"再想想",onOk:function(){return Object(k["g"])({code:t.code}).then((function(a){Object(w["a"])(a)&&(s.workTimeList.splice(e,1),s.workTimeTotal-=t.num)})),Promise.resolve()}})},workTimePlainHandleSubmit:function(){var t=this;this.plainWorkTime.form.validateFields((function(e,s){e||(t.editTask({work_time:s.work_time}),t.plainWorkTime.modalStatus=!1)}))},workTimeHandleSubmit:function(){var t=this;this.workTimeDo.form.validateFields((function(e,s){if(!e){t.workTimeDo.confirmLoading=!0;var a={beginTime:s.begin_time.format("YYYY-MM-DD HH:mm"),num:s.num,content:s.content,taskCode:t.code};t.workTimeDo.info?(a.code=t.workTimeDo.info.code,Object(k["i"])(a).then((function(e){t.workTimeDo.confirmLoading=!1,Object(w["a"])(e)&&(t.workTimeDo.modalStatus=!1,t.getTaskWorkTimeList())}))):Object(k["t"])(a).then((function(e){t.workTimeDo.confirmLoading=!1,Object(w["a"])(e)&&(t.workTimeDo.modalStatus=!1,t.getTaskWorkTimeList())}))}}))},checkLink:function(t){var e=/(http:\/\/|https:\/\/)((\w|=|\?|\.|\/|&|-)+)/g;return e.exec(t)?(t=t.replace(e,"<a target='_blank' href='$1$2'>$1$2</a>"),t):t},updateChildExecutor:function(t){this.visibleChildTaskMemberMenu=!1,this.childExecutor=t},getPopup:function(){return document.getElementById("footer")},getTaskMemberPopup:function(){return document.getElementById("task-detail")},departmentMemberDetail:function(t){var e=this;Object(x["a"])({code:t,organization:this.$store.state.currentOrganization.code}).then((function(t){e.departmentMemberInfo=t.data}))},selectMentionMember:function(t){var e=this;this.showMentions=!1,this.comment+=t.name+" ",this.$nextTick((function(){e.$refs.commentText.focus()}))},changeModalHeight:function(){var t=this.width,e=c()(window).width()-100,s=c()(window).height()-150,a=c()(window).height()-315;"full-screen"===t||void 0!==this.$route.query["full-screen"]?(c()(".task-detail-modal").css("width",c()(window).width()),c()(".task-detail").css("width",c()(window).width()),c()(".ant-modal").css("top",0),s+=85,a+=85,c()(".content-left").css("height",s+"px"),c()(".log-wrap").css("height",a+"px")):(e>t&&(e=t),c()(".task-detail").css("width",e),c()(".content-left").css("height",s+"px"),c()(".log-wrap").css("height",a+"px"))}}},N=E,I=(s("690d"),s("2877")),$=Object(I["a"])(N,a,i,!1,null,null,null);e["a"]=$.exports},4917:function(t,e,s){"use strict";var a=s("cb7c"),i=s("9def"),n=s("0390"),o=s("5f1b");s("214f")("match",1,(function(t,e,s,r){return[function(s){var a=t(this),i=void 0==s?void 0:s[e];return void 0!==i?i.call(s,a):new RegExp(s)[e](String(a))},function(t){var e=r(s,t,this);if(e.done)return e.value;var c=a(t),l=String(this);if(!c.global)return o(c,l);var d=c.unicode;c.lastIndex=0;var m,u=[],k=0;while(null!==(m=o(c,l))){var h=String(m[0]);u[k]=h,""===h&&(c.lastIndex=n(l,i(c.lastIndex),d)),k++}return 0===k?null:u}]}))},"662f":function(t,e,s){"use strict";s("a1f3")},"690d":function(t,e,s){"use strict";s("ddba")},"7dc6":function(t,e,s){"use strict";s.d(e,"d",(function(){return i})),s.d(e,"b",(function(){return n})),s.d(e,"c",(function(){return o})),s.d(e,"a",(function(){return r}));var a=s("22b6");s("2f14");function i(t,e){return a["a"].post("project/department_member/searchInviteMember",{keyword:t,departmentCode:e})}function n(t,e){return a["a"].post("project/department_member/inviteMember",{accountCode:t,departmentCode:e})}function o(t,e){return a["a"].post("project/department_member/removeMember",{accountCode:t,departmentCode:e})}function r(t){return a["a"].post("project/department_member/detail",t)}},a1f3:function(t,e,s){},d0e1:function(t,e,s){"use strict";s.r(e);var a=function(){var t=this,e=t._self._c;return e("a-modal",{staticClass:"task-detail-modal",attrs:{width:"min-content",closable:!1,visible:"",title:"",footer:null},on:{cancel:t.detailClose}},[e("task-detail",{attrs:{taskCode:t.code},on:{close:t.detailClose}})],1)},i=[],n=s("009f"),o={name:"task-detail-modal",components:{taskDetail:n["a"]},data:function(){return{loading:!1,code:this.$route.params.taskCode,projectCode:this.$route.params.code}},created:function(){this.init()},methods:{init:function(){this.loading=!0},detailClose:function(){var t=this.$route.query.from,e="";t&&(e="?from=".concat(t)),this.$router.push("/project/space/task/".concat(this.projectCode).concat(e))}}},r=o,c=(s("662f"),s("2877")),l=Object(c["a"])(r,a,i,!1,null,null,null);e["default"]=l.exports},ddba:function(t,e,s){}}]);