(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7781d6ac"],{"0d7a":function(t,e,n){"use strict";n.d(e,"a",function(){return i}),n.d(e,"b",function(){return c});var a=n("c1df"),r=n.n(a),i="DD/MM/YYYY";function c(t){return t?r()(t).format(i):""}},"38dc":function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("a-layout-content",{staticClass:"CandidateList"},[n("a-spin",{attrs:{spinning:t.isLoading}},[n("a-breadcrumb",{staticStyle:{margin:"16px 24px"}},[n("a-breadcrumb-item",[t._v("Trang chủ")]),n("a-breadcrumb-item",[t._v("Danh sách ứng viên không đạt")])],1),n("div",{staticClass:"content"},[n("form-filter",{on:{"click-filter":t.handleFilter}}),n("table-candidate",{attrs:{page:t.page,pageSize:t.pageSize,candidateData:t.candidate},on:{"change-page":t.handleChangePage,"change-status":t.handleChangeStatus}})],1)],1)],1)},r=[],i=(n("8e6e"),n("ac6a"),n("456d"),n("7514"),n("96cf"),n("3b8d")),c=n("bd86"),o=n("2f62"),s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"content-form"},[n("a-form",{attrs:{form:t.form}},[n("a-row",{attrs:{gutter:24}},[n("a-col",{attrs:{span:4,lg:6,xxl:3}},[n("a-form-item",{attrs:{label:"Tên"}},[n("a-input",{directives:[{name:"decorator",rawName:"v-decorator",value:["fullName",{initialValue:""}],expression:"['fullName', { initialValue: '' }]"}],staticStyle:{width:"100%"},attrs:{"allow-clear":""}})],1)],1),n("a-col",{attrs:{span:4,lg:6,xxl:3}},[n("a-form-item",{attrs:{label:"Số điện thoại"}},[n("a-input",{directives:[{name:"decorator",rawName:"v-decorator",value:["phone",{initialValue:""}],expression:"['phone', { initialValue: '' }]"}],staticStyle:{width:"100%"},attrs:{"allow-clear":""}})],1)],1),n("a-col",{attrs:{span:4,lg:6,xxl:3}},[n("a-form-item",{attrs:{label:"CMND"}},[n("a-input",{directives:[{name:"decorator",rawName:"v-decorator",value:["idNumber",{initialValue:""}],expression:"['idNumber', { initialValue: '' }]"}],staticStyle:{width:"100%"},attrs:{"allow-clear":""}})],1)],1),n("a-col",{attrs:{span:4,lg:6,xxl:3}},[n("a-form-item",{attrs:{label:"Vị trí"}},[n("a-select",{directives:[{name:"decorator",rawName:"v-decorator",value:["position",{initialValue:"ALL"}],expression:"['position', { initialValue: 'ALL' }]"}],staticStyle:{width:"100%"},attrs:{"option-filter-prop":"children"}},[n("a-select-option",{attrs:{value:"ALL"}},[t._v("\n Tất cả\n ")]),t._l(t.listPosition,function(e){return n("a-select-option",{key:e.id,attrs:{value:e.id}},[t._v("\n "+t._s(e.name)+"\n ")])})],2)],1)],1),n("a-col",{staticClass:"form-filter_button",attrs:{span:4}},[n("a-form-item",[n("a-button",{attrs:{type:"primary",icon:"search"},on:{click:t.handleSubmit}},[t._v("\n Xem kết quả\n ")])],1)],1),n("a-col",{staticClass:"form-filter_button",attrs:{span:4}},[n("a-form-item",[n("a-button",{on:{click:t.handleReset}},[t._v("Xóa tìm kiếm")])],1)],1)],1)],1)],1)},u=[];function l(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);e&&(a=a.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n.push.apply(n,a)}return n}function d(t){for(var e=1;e0&&void 0!==r[0]?r[0]:{},this.isLoading=!0,t.prev=2,n=k({},e,{isCompleted:!0,isPassed:!1,page:this.page-1,pageSize:this.pageSize}),t.next=6,this.fetchCandidate(n);case 6:t.next=13;break;case 8:t.prev=8,t.t0=t["catch"](2),a=t.t0.response.data,console.log(a.message),this.$error({title:"Lấy thông tin thất bại!",okText:"OK",centered:!0,onOk:function(){}});case 13:this.isLoading=!1;case 14:case"end":return t.stop()}},t,this,[[2,8]])}));function e(){return t.apply(this,arguments)}return e}(),handleFilter:function(t){this.page=1,this.pageSize=10,this.fetchData(t)},handleChangePage:function(t){this.page=t.current,this.pageSize=t.pageSize,this.fetchData()},handleChangeStatus:function(){var t=Object(i["a"])(regeneratorRuntime.mark(function t(e){var n,a,r,i,c,o,s=this;return regeneratorRuntime.wrap(function(t){while(1)switch(t.prev=t.next){case 0:return n=e.id,a=e.status,r=this.round.find(function(t){return t.firstStep}),i=this.round.find(function(t){return t.lastStep}),c=0,o={adminId:this.user.userId},"ONLINE"==a&&(c=r.statuses.find(function(t){return t.pending}).id,o.round={id:r.id}),"SALON"==a&&(c=i.statuses.find(function(t){return t.pending}).id,o.round={id:i.id}),o.status={id:c},this.isLoading=!0,t.prev=9,t.next=12,P.updateStatusInterview(n,o);case 12:this.$success({title:"Chuyển ứng viên thành công",okText:"Tiếp tục",centered:!0,onOk:function(){s.fetchData()}}),t.next=18;break;case 15:t.prev=15,t.t0=t["catch"](9),this.$error({title:"Chuyển ứng viên thất bại!",okText:"OK",centered:!0,onOk:function(){}});case 18:return t.prev=18,this.isLoading=!1,t.finish(18);case 21:case"end":return t.stop()}},t,this,[[9,15,18,21]])}));function e(e){return t.apply(this,arguments)}return e}()})},L=E,F=(n("f92c"),Object(h["a"])(L,a,r,!1,null,"47e5feea",null));e["default"]=F.exports},"3b05":function(t,e,n){},"4ffc":function(t,e,n){},"5dbc":function(t,e,n){var a=n("d3f4"),r=n("8b97").set;t.exports=function(t,e,n){var i,c=e.constructor;return c!==n&&"function"==typeof c&&(i=c.prototype)!==n.prototype&&a(i)&&r&&r(t,i),t}},"8b97":function(t,e,n){var a=n("d3f4"),r=n("cb7c"),i=function(t,e){if(r(t),!a(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,a){try{a=n("9b43")(Function.call,n("11e9").f(Object.prototype,"__proto__").set,2),a(t,[]),e=!(t instanceof Array)}catch(r){e=!0}return function(t,n){return i(t,n),e?t.__proto__=n:a(t,n),t}}({},!1):void 0),check:i}},aa77:function(t,e,n){var a=n("5ca1"),r=n("be13"),i=n("79e5"),c=n("fdef"),o="["+c+"]",s="​…",u=RegExp("^"+o+o+"*"),l=RegExp(o+o+"*$"),d=function(t,e,n){var r={},o=i(function(){return!!c[t]()||s[t]()!=s}),u=r[t]=o?e(f):c[t];n&&(r[n]=u),a(a.P+a.F*o,"String",r)},f=d.trim=function(t,e){return t=String(r(t)),1&e&&(t=t.replace(u,"")),2&e&&(t=t.replace(l,"")),t};t.exports=d},ab21:function(t,e,n){"use strict";var a=n("3b05"),r=n.n(a);r.a},bf0e:function(t,e,n){"use strict";var a=n("4ffc"),r=n.n(a);r.a},c5f6:function(t,e,n){"use strict";var a=n("7726"),r=n("69a8"),i=n("2d95"),c=n("5dbc"),o=n("6a99"),s=n("79e5"),u=n("9093").f,l=n("11e9").f,d=n("86cc").f,f=n("aa77").trim,p="Number",h=a[p],g=h,m=h.prototype,b=i(n("2aeb")(m))==p,v="trim"in String.prototype,y=function(t){var e=o(t,!1);if("string"==typeof e&&e.length>2){e=v?e.trim():f(e,3);var n,a,r,i=e.charCodeAt(0);if(43===i||45===i){if(n=e.charCodeAt(2),88===n||120===n)return NaN}else if(48===i){switch(e.charCodeAt(1)){case 66:case 98:a=2,r=49;break;case 79:case 111:a=8,r=55;break;default:return+e}for(var c,s=e.slice(2),u=0,l=s.length;ur)return NaN;return parseInt(s,a)}}return+e};if(!h(" 0o1")||!h("0b1")||h("+0x1")){h=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof h&&(b?s(function(){m.valueOf.call(n)}):i(n)!=p)?c(new g(y(e)),n,h):y(e)};for(var O,S=n("9e1e")?u(g):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),w=0;S.length>w;w++)r(g,O=S[w])&&!r(h,O)&&d(h,O,l(g,O));h.prototype=m,m.constructor=h,n("2aba")(a,p,h)}},ee0d:function(t,e,n){},f92c:function(t,e,n){"use strict";var a=n("ee0d"),r=n.n(a);r.a},fdef:function(t,e){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"}}]); //# sourceMappingURL=chunk-7781d6ac.85c228cb.js.map