work/js/chunk-37d804d0.caee3303.js
2024-01-09 17:50:02 +08:00

1 line
26 KiB
PHP

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-37d804d0"],{"0a8f":function(t,e,s){},"0e8f":function(t,e,s){"use strict";s.d(e,"c",(function(){return a})),s.d(e,"d",(function(){return n})),s.d(e,"b",(function(){return o})),s.d(e,"a",(function(){return r}));var i=s("22b6");function a(t){return i["a"].post("project/department",t)}function n(t){return i["a"].post("project/department/read",{departmentCode:t})}function o(t){var e="project/department/save";return t.departmentCode&&(e="project/department/edit"),i["a"].post(e,t)}function r(t){return i["a"].post("project/department/delete",{departmentCode:t})}},"1a88":function(t,e,s){"use strict";s("0a8f")},"5ab3":function(t,e,s){"use strict";s("75b8")},"75b8":function(t,e,s){},f561:function(t,e,s){"use strict";s.r(e);var i=function(){var t=this,e=t._self._c;return e("a-modal",{staticClass:"task-add-modal",attrs:{width:"min-content",closable:!1,visible:"",title:"",footer:null},on:{cancel:t.addClose}},[e("task-add",{attrs:{taskCode:t.code},on:{close:t.addClose}})],1)},a=[],n=(s("7f7f"),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"},[e("span",{staticClass:"head-title"},[e("span",[t._v("创建工单")])]),e("span",{staticClass:"header-action text-right"},[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)],1)]),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",staticStyle:{"background-color":"#f5f5f5"}},[e("a-input",{ref:"inputTitle",attrs:{"auto-focus":"",size:"large",placeholder:"请输入工单名称"},on:{blur:t.doName},model:{value:t.task.name,callback:function(e){t.$set(t.task,"name",e)},expression:"task.name"}})],1),e("div",{staticClass:"task-basic-attrs-view muted"},[e("div",{staticClass:"field-list"},[e("div",{staticClass:"component-mount pink-bg"},[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"}],staticClass:"task-description",class:{disabled:t.task.deleted},on:{click:t.showTaskDesc}},[e("div",{directives:[{name:"show",rawName:"v-show",value:t.task.description,expression:"task.description"}],staticClass:"description-txt description-txt-con 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"},[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"]},model:{value:t.showBeginTime,callback:function(e){t.showBeginTime=e},expression:"showBeginTime"}},[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"]},model:{value:t.showEndTime,callback:function(e){t.showEndTime=e},expression:"showEndTime"}},[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"},[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"},[t._l(t.task.copied_list,(function(s,i){return e("div",{key:s.code,staticClass:"field-flex",staticStyle:{"flex-wrap":"wrap"},on:{click:function(e){return t.spliceCopied(i)}}},[e("a-avatar",{attrs:{src:s.avatar,icon:"user",size:"small"}}),e("a",{staticClass:"muted name"},[t._v(t._s(s.name))])],1)})),e("a-dropdown",{attrs:{trigger:["click"],placement:"bottomCenter"},model:{value:t.visibleTaskCopied,callback:function(e){t.visibleTaskCopied=e},expression:"visibleTaskCopied"}},[e("a-tooltip",{attrs:{mouseEnterDelay:.5}},[e("template",{slot:"title"},[e("span",[t._v("点击设置抄送人")])]),e("div",{staticClass:"field-flex"},[[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.visibleTaskCopied?e("task-member-menu",{attrs:{projectCode:t.projectCode,isCommit:!1},on:{inviteProjectMember:function(e){t.showInviteMember=!0,t.visibleTaskCopied=!1},close:t.changeRecipient}}):t._e()],1)],1)],2)])]),e("div",{staticClass:"component-mount"},[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"},[e("a-dropdown",{scopedSlots:t._u([{key:"overlay",fn:function(){return[e("a-menu",{staticClass:"field-right-menu",attrs:{slot:"overlay"},on:{click:t.departmentDropClick},slot:"overlay"},t._l(t.departmentList,(function(s){return e("a-menu-item",{key:s.code},[e("div",{staticClass:"menu-item-content"},[e("a-tag",[t._v(t._s(s.name))]),e("a-icon",{directives:[{name:"show",rawName:"v-show",value:s.code==t.department.code,expression:"item.code == department.code"}],staticClass:"check muted",attrs:{type:"check"}})],1)])})),1)]},proxy:!0}])},[e("div",[t.department.name?e("span",[t._v(t._s(t.department.name)+" / "+t._s(t.liasionMan.name))]):e("span",[t._v("选择部门")])])])],1)])]),e("div",{staticClass:"component-mount"},[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.exchangeList,(function(s){return e("div",{key:s.f_key},[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))]),e("a-icon",{staticStyle:{"margin-right":"10px"},attrs:{type:"double-right"}})],1)],2),e("div",{attrs:{slot:"overlay"},slot:"overlay"},[s.show?e("task-member-menu",{attrs:{projectCode:t.projectCode,isCommit:!1},on:{inviteProjectMember:function(e){t.showInviteMember=!0,s.show=!1},close:t.changeExchangeShow}}):t._e()],1)],1)],1)})),e("a-dropdown",{attrs:{trigger:["click"],placement:"bottomCenter"},model:{value:t.exchangeMenu,callback:function(e){t.exchangeMenu=e},expression:"exchangeMenu"}},[e("a-tooltip",{attrs:{mouseEnterDelay:.5}},[e("template",{slot:"title"},[e("span",[t._v("添加工作流转人员")])]),e("div",{staticClass:"field-flex",staticStyle:{"flex-wrap":"wrap"}},[[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.exchangeMenu?e("task-member-menu",{attrs:{projectCode:t.projectCode,isCommit:!1},on:{inviteProjectMember:function(e){t.showInviteMember=!0,t.exchangeMenu=!1},close:t.changeExchange}}):t._e()],1)],1)],2)])]),e("div",{staticClass:"component-mount"},[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"]}},[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",{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:"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,i){return e("a-list-item",{key:i},[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)])])]),e("div",{staticClass:"component-mount",staticStyle:{display:"flex","justify-content":"flex-end"}},[e("a-button",{staticClass:"middle-btn",staticStyle:{"margin-right":"20px"},on:{click:t.detailClose}},[t._v("取消")]),e("a-button",{staticClass:"middle-btn",attrs:{type:"primary"},on:{click:t.addTask}},[t._v("完成")])],1)])])])],1)])])]),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)}),o=[],r=(s("8e6e"),s("ac6a"),s("456d"),s("7514"),s("20d6"),s("ade3")),c=(s("c5f6"),s("2f62")),l=s("1157"),d=s.n(l),m=s("c1df"),u=s.n(m),h=s("f93e"),p=s("a897"),f=s("b199"),k=s("8870"),v=s("d8bc"),g=s("d3a1"),w=s("68fe"),C=s("2f14"),b=s("f66c"),_=s("97a8"),T=s("81fe"),y=s("0e8f"),x=s("c24f"),M=s("261e");function j(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,i)}return s}function D(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?j(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):j(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var O=Object(w["a"])("tokenList",!0),S="";if(O){var L=O.accessToken,E=O.tokenType;S="".concat(E," ").concat(L)}var $={name:"task-add",components:{ATextarea:M["a"],editor:p["a"],inviteProjectMember:g["a"],taskMemberMenu:b["a"]},props:{taskCode:{type:[String],default:function(){return""}},width:{type:[String,Number],default:function(){return"1360"}}},data:function(){return{moment:u.a,loading:!1,code:this.taskCode,projectCodeCurrent:"",task:{pri:0,priText:"普通",exchangeList:[],copied_list:[]},taskStatusList:h["a"].TASK_STATUS,taskLogList:[],taskLogTotal:0,taskMemberList:[],workTimeList:[],workTimeTotal:[],visibleTaskMenu:!1,visibleTaskCopied:!1,exchangeMenu:!1,visibleTaskTagMenu:!1,showInviteMember:!1,taskName:"",showEditName:!1,showBeginTime:!1,showEndTime:!1,showTaskDescriptionEdit:!1,showMoreDesc:!1,hasMoreDesc:!1,editorConfig:{uploadImgServer:Object(C["c"])("project/index/uploadImg"),uploadImgHeaders:{Authorization:S},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:[],projectCode:"",departmentList:[],department:{},liasionMan:{}}},computed:D(D({},Object(c["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){},uploader:{handler:function(t,e){var s=this;console.log(t),console.log(t.fileList);var i=t.fileList,a=i.findIndex((function(t){return t.projectName==s.task.projectName}));-1!==a&&(this.taskSources(),this.getTaskLog())},deep:!0}},created:function(){},mounted:function(){var t=this,e=arguments;this.getDepartment(),this.projectCode=this.$route.params.code,this.$nextTick((function(){t.changeModalHeight()})),window.onresize=function(){return function(){t.changeModalHeight()}()},document.onkeydown=function(s){console.log(s);var i=s||window.event||e.callee.caller.arguments[0];13==i.keyCode&&i.ctrlKey&&t.createComment(),"@"==i.key&&t.commenting?t.showMentions=!0:t.showMentions=!1},setTimeout((function(){t.uploader.assignBrowse(document.getElementById("upload-file"))}),500)},filters:{formatLogTime:function(t){return Object(T["c"])(t)}},methods:{getDepartment:function(){var t=this;Object(y["c"])().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,Object(x["w"])({searchType:4,type:1,departmentCode:s.code}).then((function(t){t.data.list[0]?e.liasionMan=t.data.list[0]:Object(_["b"])({title:"该部门没有联络员"},"notice","error",5)}))},changeRecipient:function(t){var e=this.task.copied_list.find((function(e){return e.code==t.code}));e?Object(_["b"])({title:"已经设置过, 请更换其他人员"},"error",3e3):this.task.copied_list.push(t),this.showInviteMember=!1},spliceCopied:function(t){this.task.copied_list.splice(t,1)},changeExchange:function(t){this.task.exchangeList.push(D({f_key:(new Date).getTime(),show:!1},t))},changeExchangeShow:function(t){var e=this,s=this.task.exchangeList.findIndex((function(t){return 1==t.show}));if(-1!=s){this.task.exchangeList[s].show=!1;var i=JSON.parse(JSON.stringify(this.task.exchangeList));t?i[s]=D({f_key:(new Date).getTime(),show:!1},t):i.splice(s,1),this.$nextTick((function(){e.task.exchangeList=i}))}},addTask:function(){return this.task.name?this.task.description?this.task.end_time?this.department.code?void this.createTask():Object(_["b"])({title:"请选择处理部门"},"error",5e3):Object(_["b"])({title:"请选择完成期限"},"error",5e3):Object(_["b"])({title:"请输入工作内容"},"error",5e3):Object(_["b"])({title:"请输入工单名称"},"error",5e3)},createTask:function(){var t=this,e=JSON.parse(JSON.stringify(this.task));e.exchangeList=e.exchangeList.map((function(t){return t.code})),e.exchangeList=e.exchangeList.join(","),e.copied_list=e.copied_list.map((function(t){return t.code})),e.copied_list=e.copied_list.join(","),e.assign_to="",e.department_code=this.department.code,e.liasion_code=this.liasionMan.code,e.stage_code=this.$route.query.stage_code,e.project_code=this.$route.params.code,e.end_time=new Date(e.end_time).getTime(),Object(f["s"])(e).then((function(e){console.log(e),t.$emit("close",t.task),t.$router.push("/project/space/task/".concat(t.$route.params.code,"?re=1&from=").concat(t.$route.query.from))})).catch((function(t){Object(_["b"])({title:"创建失败"},"error",5e3)}))},detailClose:function(){this.$emit("close",this.task)},clearMemberMenu:function(){this.visibleTaskTagMenu=!1,this.visibleTaskCopied=!1,this.showChildTask=!1},getTask:function(){this.$store.commit("viewRefresh"),this.clearMemberMenu(),this.task.end_time?(this.task.setEndTime=!0,this.task.end_time=u()(this.task.end_time)):(this.task.setEndTime=!1,this.task.end_time=u()(u()().format("YYYY-MM-DD")+" 18:00")),this.task.end_time_format=Object(T["b"])(this.task.end_time,!0),this.task.begin_time?(this.task.setBeginTime=!0,this.task.begin_time=u()(this.task.begin_time)):(this.task.setBeginTime=!1,this.task.begin_time=u()(u()().format("YYYY-MM-DD")+" 18:00")),this.task.begin_time_format=Object(T["b"])(this.task.begin_time,!0),this.initContent(this.task.description||""),this.loading=!1,this.$store.dispatch("setTempData",{projectCode:this.projectCodeCurrent,taskCode:this.code})},getTaskLog:function(){},taskSources:function(){},getTaskMembers:function(){var t=this;this.clearMemberMenu(),Object(v["b"])({taskCode:this.code,pageSize:100}).then((function(e){t.taskMemberList=e.data.list,t.loading=!1}))},doSource:function(t,e){var s=this,i=t.key;switch(i){case"unlink":this.$confirm({title:"取消关联",content:"您确定永久删除这个关联?",okText:"确定",okType:"danger",cancelText:"再想想",onOk:function(){return Object(k["a"])(e.code).then((function(t){var e=Object(C["a"])(t);if(!e)return!1;s.taskSources(),s.getTaskLog()})),Promise.resolve()}});break;case"copy":return Object(_["b"])({title:"复制链接成功",msg:"在地址栏粘贴并打开可下载该资源"},"notice","success",5),!0}},deleteTask:function(){var t=this;this.$confirm({title:"彻底删除",content:"彻底删除工单后,该工单及其子工单将会被永久被删除。",okText:"删除",okType:"danger",cancelText:"再想想",onOk:function(){return Object(f["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(f["p"])(t.code).then((function(e){var s=Object(C["a"])(e);if(!s)return!1;t.getTaskLog()})),t.task.deleted=0,Promise.resolve()}})},copyLink:function(){Object(_["b"])({title:"复制链接成功",msg:"你可以在其他标签页粘贴并快速打开工单页面"},"notice","success",5)},like:function(t){t=Number(t),Object(f["l"])(this.code,t),t?this.task.like++:this.task.like--,this.task.liked=t},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=u()(this.task.begin_time).format("YYYY-MM-DD HH:mm"),this.task.begin_time_format=u()(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=u()(this.task.end_time).format("YYYY-MM-DD HH:mm"),this.task.end_time_format=u()(this.task.end_time).format("MM月DD日 HH:mm")):s="",this.editTask({end_time:s})},doPri:function(t){console.log(this.task),this.task.pri=t.key,0==this.task.pri&&(this.task.priText="普通"),1==this.task.pri&&(this.task.priText="紧急"),2==this.task.pri&&(this.task.priText="非常紧急"),this.clearMemberMenu()},doName:function(){if(this.showEditName=!1,this.task.name==this.taskName)return this.task.name=this.taskName,!1;this.editTask({name:this.task.name})},editTask:function(t){},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;t?this.$refs.vueWangeditor&&this.$refs.vueWangeditor.setHtml(t):this.$refs.vueWangeditor&&this.$refs.vueWangeditor.setHtml(""),this.$nextTick((function(){e.checkShowMoreDesc(!1,!0)}))},doContent:function(){var t=this.$refs.vueWangeditor.getHtml();this.code;this.task.description=t,this.showTaskDescriptionEdit=!1},checkShowMoreDesc:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],s=d()(".description-txt-con");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 i=s.height();return i>=300?(this.hasMoreDesc=!0,!0):(this.hasMoreDesc=!1,!1)}return!1},changeModalHeight:function(){var t=this.width,e=d()(window).width()-100,s=d()(window).height()-150;d()(window).height();"full-screen"===t||void 0!==this.$route.query["full-screen"]?(d()(".task-detail").css("width",d()(window).width()),s+=85,85,d()(".content-left").css("height",s+"px")):(e>t&&(e=t),d()(".task-detail").css("width",e),d()(".content-left").css("height",s+"px"))}}},N=$,I=(s("1a88"),s("2877")),H=Object(I["a"])(N,n,o,!1,null,null,null),P=H.exports,B={name:"task-add-modal",components:{taskAdd:P},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},addClose:function(){var t=this.$route.query.from,e="";t&&(e="?from=".concat(t)),this.$router.push("/project/space/task/".concat(this.projectCode).concat(e))}}},Y=B,z=(s("5ab3"),Object(I["a"])(Y,i,a,!1,null,null,null));e["default"]=z.exports}}]);