1 |
- webpackJsonp([25],{Arb9:function(e,t){},HTo8:function(e,t,a){"use strict";var s={name:"approval_process",props:{data:{type:Array,default:function(){return[]}}},data:function(){return{}},methods:{getIconText:function(e){if(e&&e.length>2){var t=e.length;return e[t-2]+e[t-1]}return e}}},n={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return e.data&&e.data.length>0?a("div",[e._m(0),e._v(" "),a("div",{staticClass:"h32"}),e._v(" "),e._l(e.data,function(t,s){return a("van-cell",{key:s,staticClass:"process-item",class:{"process-item-last":e.data.length==s+1},attrs:{border:!1}},[a("template",{slot:"icon"},[a("userImage",{attrs:{user_name:t.name,id:0,img_url:t.img_url}})],1),e._v(" "),a("template",{slot:"title"},[a("span",{staticClass:"process-item__name"},[e._v(e._s(t.name))]),e._v(" "),"申请人"==t.remark?a("span",{staticClass:"process-item__remark"},[e._v(e._s(t.remark))]):a("span",{staticClass:"process-item__remark",class:{orange:"待审核"==t.remark,green:"审核通过"==t.remark,red:"审核驳回"==t.remark,"color-FF9600":"待处理"==t.remark,"color-F56C6C":"驳回"==t.remark}},[e._v("\n "+e._s(t.remark)+"\n ")])]),e._v(" "),a("template",{slot:"right-icon"},[t.review_point>0?a("span",{staticClass:"red"},[e._v("+"+e._s(t.review_point))]):a("span",{staticClass:"green"},[e._v(e._s(t.review_point||""))])]),e._v(" "),a("template",{slot:"label"},[a("span",{staticClass:"datetime"},[e._v(e._s(t.time))]),e._v(" "),"申请人"!=t.remark?a("div",{staticStyle:{color:"#323233","font-size":"0.28rem","margin-top":"0.12rem"}},[e._v(e._s(t.review_remark))]):e._e(),e._v(" "),a("div",{staticClass:"h40"})])],2)})],2):e._e()},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"process-header"},[t("h4",{staticClass:"process-header-title"},[this._v("\n 审批\n "),t("span",{staticClass:"process-header-remark",staticStyle:{"font-weight":"500"}},[this._v("多人审批时,以最后一人为准")])])])}]};var i=a("VU/8")(s,n,!1,function(e){a("SKDd")},"data-v-43a058e8",null);t.a=i.exports},SKDd:function(e,t){},"i+3i":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});a("I4j4");var s=a("7fQT"),n=(a("nsOR"),a("WMi1")),i=(a("LlGJ"),a("Wtz3")),r=(a("WJbf"),a("OhwO")),_=(a("XmAh"),a("il3B")),v=a("HTo8");a("7+uW").a.use(s.a).use(n.a).use(i.a).use(r.a).use(_.a);var l={name:"event_detail_info",components:{approval_process:v.a},data:function(){return{loading:!0,eventInfo:{remark:{customize:""},process:[]},deptName:""}},computed:{hasRule:function(){return!!this.eventInfo.rule_item_id},hasAttachmentFile:function(){return Array.isArray(this.eventInfo.files)&&this.eventInfo.files.length>0}},methods:{revocation:function(){var e=this,t=this;_.a.confirm({title:"提示",message:"您确定要撤销此项吗?"}).then(function(){var a={target_id:e.$route.query.id,type:1};e.$axiosUser("post","/api/pro/integral/review/prize/destroy",a).then(function(e){1==e.data.code&&(t.$toast("已撤销"),t.$route_back())})}).catch(function(){})},show_imgae:function(e,t){Object(r.a)({images:t,startPosition:e,onClose:function(){}})},getIconText:function(e){if(e&&e.length>2){var t=e.length;return e[t-2]+e[t-1]}return e},getEventDetail:function(){var e=this;this.$toast.loading({message:"正在加载"});var t={event_id:this.$route.query.id};this.$axiosUser("get","/api/pro/integral/statistics/integral/info",t).then(function(t){e.eventInfo=t.data.data,e.deptName=e.$returnDeptName([t.data.data])[0].deptName,e.eventInfo.status="审批通过"}).finally(function(){e.$toast.clear(),e.loading=!1})}},mounted:function(){this.getEventDetail()}},o={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"event-info__wrap"},[a("van-nav-bar",{attrs:{title:"事件详情","left-text":"返回","left-arrow":""},on:{"click-left":e.$route_back}}),e._v(" "),a("div",{staticClass:"event-info__content"},[a("scroller",[a("van-skeleton",{staticStyle:{padding:"0.32rem","background-color":"#fff"},attrs:{title:"",avatar:"",row:3,loading:e.loading}},[a("div",{staticClass:"flex-box-ce event-info__header"},[a("div",{staticClass:"flex-1 flex-box-ce"},[a("userImage",{attrs:{id:e.eventInfo.employee_id,img_url:e.eventInfo.img_url,user_name:e.eventInfo.employee_name,width:"1.1rem",height:"1.1rem"}}),e._v(" "),a("div",{staticStyle:{"margin-left":"0.1rem"}},[a("div",{staticClass:"event-employee__name"},[e._v(e._s(e.eventInfo.employee_name))]),e._v(" "),a("div",{staticClass:"deptName"},[e._v(e._s(e.deptName))])])],1),e._v(" "),e.eventInfo.point>=0?a("span",{staticClass:"event-info__value red"},[e._v("+"+e._s(e.eventInfo.point)+" "+e._s(e.$getTypesName(e.eventInfo.pt_id)))]):a("span",{staticClass:"event-info__value green"},[e._v(e._s(e.eventInfo.point)+" "+e._s(e.$getTypesName(e.eventInfo.pt_id)))])]),e._v(" "),a("div",{staticClass:"event-task__wrap"},[null!==e.eventInfo.remark&&e.eventInfo.remark.customize?a("div",{staticClass:"event-task__item"},[a("div",{staticClass:"task-item__label"},[e._v("事件内容")]),e._v(" "),a("div",{staticClass:"task-item__value"},[e._v(e._s(e.eventInfo.remark.customize||e.eventInfo.remark.rule))])]):e._e(),e._v(" "),e.eventInfo.rule_list?a("div",{staticClass:"event-task__item"},[a("div",{staticClass:"task-item__label"},[e._v("事件分类")]),e._v(" "),a("div",{staticClass:"task-item__value"},[e._v(e._s(e.eventInfo.rule_list))])]):e._e(),e._v(" "),e.eventInfo.source_type_mark?a("div",{staticClass:"event-task__item"},[a("div",{staticClass:"task-item__label"},[e._v("来源类型")]),e._v(" "),a("div",{staticClass:"task-item__value"},[e._v(e._s(e.eventInfo.source_type_mark))])]):e._e(),e._v(" "),e.eventInfo.date?a("div",{staticClass:"event-task__item"},[a("div",{staticClass:"task-item__label"},[e._v("发生时间")]),e._v(" "),a("div",{staticClass:"task-item__value"},[e._v(e._s(e.eventInfo.date))])]):e._e(),e._v(" "),e.hasAttachmentFile?a("div",{staticClass:"event-task__item"},[a("div",{staticClass:"task-item__label"},[e._v("图片")]),e._v(" "),a("div",{staticClass:"task-item__value"},e._l(e.eventInfo.files,function(t,s){return a("van-image",{key:s,staticStyle:{"margin-right":"0.1rem"},attrs:{src:t,width:"40",height:"40",radius:"5",type:"contain"},on:{click:function(t){return e.show_imgae(s,e.eventInfo.files)}}})}),1)]):e._e(),e._v(" "),e.eventInfo.recorder_name?a("div",{staticClass:"event-task__item"},[a("div",{staticClass:"task-item__label"},[e._v("记录人")]),e._v(" "),a("div",{staticClass:"task-item__value"},[e._v(e._s(e.eventInfo.recorder_name))])]):e._e()]),e._v(" "),e.eventInfo.rule_item_id?a("div",{staticClass:"event-rule__wrap"},[a("div",{staticClass:"event-rule__header",staticStyle:{"margin-bottom":"0.24rem"}},[a("span",{staticClass:"event-rule__title"},[e._v("规则依据")]),e._v(" "),a("span",{staticClass:"event-process__sub-title"},[e._v("此事件打分参考以下积分规则")])]),e._v(" "),a("div",{staticClass:"event-rule__item"},[a("div",{staticClass:"rule-item__label"},[e._v("规则分类")]),e._v(" "),a("div",{staticClass:"rule-item__value"},[e._v(e._s(e.eventInfo.rule_list))])]),e._v(" "),e.eventInfo.rule_item_id?a("div",{staticClass:"event-rule__item"},[a("div",{staticClass:"rule-item__label"},[e._v("积分规则")]),e._v(" "),a("div",{staticClass:"rule-item__value"},[e._v(e._s(e.eventInfo.rule_item.remark))])]):e._e(),e._v(" "),e.eventInfo.rule_item_id?a("div",{staticClass:"event-rule__item"},[a("div",{staticClass:"rule-item__label"},[e._v("规则积分")]),e._v(" "),a("div",{staticClass:"rule-item__value"},[1==e.eventInfo.rule_item.range_type?a("span",[e._v(e._s(e.eventInfo.rule_item.min_point))]):e._e(),e._v(" "),2==e.eventInfo.rule_item.range_type?a("span",[e._v(e._s(e.eventInfo.rule_item.min_point)+" ~ "+e._s(e.eventInfo.rule_item.max_point))]):e._e(),e._v(" "),a("span",[e._v(e._s(e.$getTypesName(e.eventInfo.pt_id)))])])]):e._e()]):e._e(),e._v(" "),a("approval_process",{attrs:{data:e.eventInfo.process},on:{"update:data":function(t){return e.$set(e.eventInfo,"process",t)}}})],1),e._v(" "),a("div",{staticStyle:{height:"1.5rem"}})],1),e._v(" "),e.eventInfo.recorder_id!=e.$userInfo().id||1!=e.eventInfo.process.length||3!=e.eventInfo.event_type&&4!=e.eventInfo.event_type?e._e():a("footer",{staticClass:"flex-box flex-v-ce footer"},[a("div",{staticClass:"flex-2"},[e._v("撤销后数据将不可恢复")]),e._v(" "),a("van-button",{staticClass:"flex-1",attrs:{type:"info"},on:{click:function(t){return e.revocation()}}},[e._v("撤销")])],1)],1)],1)},staticRenderFns:[]};var c=a("VU/8")(l,o,!1,function(e){a("Arb9")},"data-v-6a701d97",null);t.default=c.exports}});
|