$(document).ready(function() {
webpackJsonp(
[1],
{
"+EaS": function (e, t, o) {
"use strict";
function i(e) {
o("o4uE");
}
var s = (o("eY5P"), o("s3Uz")),
n = o("0xLw"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
"/eBj": function (e, t, o) {
"use strict";
var i = o("3cXf"),
s = o.n(i),
n = o("9Q05"),
a = o("adVT");
t.a = {
name: "swiper",
created: function () {
(this.index = this.value || 0),
this.index && (this.current = this.index);
},
mounted: function () {
var e = this;
this.hasTwoLoopItem(),
this.$nextTick(function () {
(e.list && 0 === e.list.length) || e.render(e.index),
(e.xheight = e.getHeight()),
e.$emit("on-get-height", e.xheight);
});
},
methods: {
hasTwoLoopItem: function () {
2 === this.list.length && this.loop
? (this.listTwoLoopItem = this.list)
: (this.listTwoLoopItem = []);
},
clickListItem: function (e) {
Object(a.a)(e.url, this.$router),
this.$emit("on-click-list-item", JSON.parse(s()(e)));
},
buildBackgroundUrl: function (e) {
return e.fallbackImg
? "url(" + e.img + "), url(" + e.fallbackImg + ")"
: "url(" + e.img + ")";
},
render: function () {
var e = this,
t =
arguments.length > 0 && void 0 !== arguments[0]
? arguments[0]
: 0;
this.swiper && this.swiper.destroy(),
(this.swiper = new n.a({
container: this.$el,
direction: this.direction,
auto: this.auto,
loop: this.loop,
interval: this.interval,
threshold: this.threshold,
duration: this.duration,
height: this.height || this._height,
minMovingDistance: this.minMovingDistance,
imgList: this.imgList,
}).on("swiped", function (t, o) {
(e.current = o % e.length), (e.index = o % e.length);
})),
t > 0 && this.swiper.go(t);
},
rerender: function () {
var e = this;
this.$el &&
!this.hasRender &&
((this.hasRender = !0),
this.hasTwoLoopItem(),
this.$nextTick(function () {
(e.index = e.value || 0),
(e.current = e.value || 0),
(e.length = e.list.length || e.$children.length),
e.destroy(),
e.render(e.value);
}));
},
destroy: function () {
(this.hasRender = !1), this.swiper && this.swiper.destroy();
},
getHeight: function () {
var e = parseInt(this.height, 10);
return e
? this.height
: e
? void 0
: this.aspectRatio
? this.$el.offsetWidth * this.aspectRatio + "px"
: "180px";
},
},
props: {
list: {
type: Array,
default: function () {
return [];
},
},
direction: { type: String, default: "horizontal" },
showDots: { type: Boolean, default: !0 },
showDescMask: { type: Boolean, default: !0 },
dotsPosition: { type: String, default: "right" },
dotsClass: String,
auto: Boolean,
loop: Boolean,
interval: { type: Number, default: 3e3 },
threshold: { type: Number, default: 50 },
duration: { type: Number, default: 300 },
height: { type: String, default: "auto" },
aspectRatio: Number,
minMovingDistance: { type: Number, default: 0 },
value: { type: Number, default: 0 },
},
data: function () {
return {
hasRender: !1,
current: this.index || 0,
xheight: "auto",
length: this.list.length,
index: 0,
listTwoLoopItem: [],
};
},
watch: {
auto: function (e) {
e
? this.swiper && this.swiper._auto()
: this.swiper && this.swiper.stop();
},
list: function (e, t) {
s()(e) !== s()(t) && this.rerender();
},
current: function (e) {
(this.index = e), this.$emit("on-index-change", e);
},
index: function (e) {
var t = this;
e !== this.current &&
this.$nextTick(function () {
t.swiper && t.swiper.go(e);
}),
this.$emit("input", e);
},
value: function (e) {
this.index = e;
},
},
beforeDestroy: function () {
this.destroy();
},
};
},
"0+Q0": function (e, t, o) {
"use strict";
function i(e) {
o("xbrm");
}
var s = (o("86Op"), o("ELCi")),
n = o("kx6v"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
"0Hg/": function (e, t, o) {
"use strict";
function i(e) {
o("oYCr");
}
var s = (o("JYoS"), o("TiVU")),
n = o("K8Mi"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-d7d1c410", null);
t.a = c.exports;
},
"0VIM": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o("transition", { attrs: { name: e.transition } }, [
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.show,
expression: "show",
},
],
staticClass: "weui-loading_toast vux-loading",
class: e.text ? "" : "vux-loading-no-text",
},
[
o("div", { staticClass: "weui-mask_transparent" }),
e._v(" "),
o(
"div",
{
staticClass: "weui-toast",
style: { position: e.position },
},
[
o("i", { staticClass: "weui-loading weui-icon_toast" }),
e._v(" "),
e.text
? o(
"p",
{ staticClass: "weui-toast__content" },
[e._v(e._s(e.text || "加载中")), e._t("default")],
2
)
: e._e(),
]
),
]
),
]);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"0xLw": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement;
return (e._self._c || t)(
"div",
{
staticClass: "vux-flexbox",
class: {
"vux-flex-col": "vertical" === e.orient,
"vux-flex-row": "horizontal" === e.orient,
},
style: e.styles,
},
[e._t("default")],
2
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"10/7": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
[
e.title
? o("div", {
staticClass: "weui-cells__title",
style: e.cleanStyle({ color: e.titleColor }),
domProps: { innerHTML: e._s(e.title) },
})
: e._e(),
e._v(" "),
e._t("title"),
e._v(" "),
o(
"div",
{
staticClass: "weui-cells",
class: { "vux-no-group-title": !e.title },
style: e.cleanStyle({
marginTop:
"number" == typeof e.gutter ? e.gutter + "px" : e.gutter,
}),
},
[e._t("after-title"), e._v(" "), e._t("default")],
2
),
e._v(" "),
e.footerTitle
? o("div", {
staticClass: "weui-cells__title vux-group-footer-title",
style: e.cleanStyle({ color: e.footerTitleColor }),
domProps: { innerHTML: e._s(e.footerTitle) },
})
: e._e(),
],
2
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"13kN": function (e, t, o) {
"use strict";
function i(e) {
o("yfb+");
}
var s = (o("Knjt"), o("JWOX")),
n = o("0VIM"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
"1Doj": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o("li", { staticClass: "vux-timeline-item" }, [
o(
"div",
{
class: [
"vux-timeline-item-color",
{
"vux-timeline-item-head": !e.isFirst,
"vux-timeline-item-head-first": e.isFirst,
},
],
style: e.headStyle,
},
[
o("icon", {
directives: [
{
name: "show",
rawName: "v-show",
value: e.isFirst && e.$parent.isShowIcon,
expression: "isFirst && $parent.isShowIcon",
},
],
staticClass: "vux-timeline-item-checked",
attrs: { type: "success_no_circle" },
}),
],
1
),
e._v(" "),
o("div", {
staticClass: "vux-timeline-item-tail",
style: e.tailStyle,
}),
e._v(" "),
o(
"div",
{ staticClass: "vux-timeline-item-content" },
[e._t("default")],
2
),
]);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"1OFS": function (e, t) {},
"1vKV": function (e, t, o) {
"use strict";
t.a = { name: "divider" };
},
"2QGj": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
staticClass: "vux-tab-item",
class: [
e.currentSelected ? e.activeClass : "",
{
"vux-tab-selected": e.currentSelected,
"vux-tab-disabled": e.disabled,
},
],
style: e.style,
on: { click: e.onItemClick },
},
[
e._t("default"),
e._v(" "),
void 0 !== e.badgeLabel && "" !== e.badgeLabel
? o(
"span",
{
staticClass: "vux-tab-item-badge",
style: {
background: e.badgeBackground,
color: e.badgeColor,
},
},
[e._v("\n " + e._s(e.badgeLabel))]
)
: e._e(),
],
2
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"2dEl": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement;
return (e._self._c || t)(
"p",
{ staticClass: "vux-divider" },
[e._t("default")],
2
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"2g3x": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o("div", { staticClass: "weui-cell vux-x-textarea" }, [
o(
"div",
{ staticClass: "weui-cell__hd" },
[
e.hasRestrictedLabel
? o(
"div",
{ style: e.labelStyles },
[e._t("restricted-label")],
2
)
: e._e(),
e._v(" "),
e._t("label", function () {
return [
e.title
? o("label", {
staticClass: "weui-label",
class: e.labelClass,
style: {
width: e.$parent.labelWidth || e.labelWidth + "em",
textAlign: e.$parent.labelAlign,
marginRight: e.$parent.labelMarginRight,
},
domProps: { innerHTML: e._s(e.title) },
})
: e._e(),
e._v(" "),
e.inlineDesc
? o("inline-desc", [e._v(e._s(e.inlineDesc))])
: e._e(),
];
}),
],
2
),
e._v(" "),
o("div", { staticClass: "weui-cell__bd" }, [
o("textarea", {
directives: [
{
name: "model",
rawName: "v-model",
value: e.currentValue,
expression: "currentValue",
},
],
ref: "textarea",
staticClass: "weui-textarea",
style: e.textareaStyle,
attrs: {
autocomplete: e.autocomplete,
autocapitalize: e.autocapitalize,
autocorrect: e.autocorrect,
spellcheck: e.spellcheck,
placeholder: e.placeholder,
readonly: e.readonly,
disabled: e.disabled,
name: e.name,
rows: e.rows,
cols: e.cols,
maxlength: e.max,
},
domProps: { value: e.currentValue },
on: {
focus: function (t) {
return e.$emit("on-focus");
},
blur: function (t) {
return e.$emit("on-blur");
},
input: function (t) {
t.target.composing || (e.currentValue = t.target.value);
},
},
}),
e._v(" "),
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.showCounter && e.max,
expression: "showCounter && max",
},
],
staticClass: "weui-textarea-counter",
on: { click: e.focus },
},
[
o("span", [e._v(e._s(e.count))]),
e._v("/" + e._s(e.max) + "\n "),
]
),
]),
]);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"2oZV": function (e, t, o) {
"use strict";
function i(e) {
var t = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"),
o = window.location.search.substr(1).match(t);
return null != o ? o[2] : null;
}
var s = o("3cXf"),
n = o.n(s),
a = o("GblZ"),
r = o("QpaW"),
c = (o("fRcE"), o("bT6r")),
l = o("SXXC"),
u = o.n(l),
d = o("KO53"),
p = o("RFt0"),
_ = i("eid") || "23400814",
m = i("storeEid"),
f = i("path") || "InterGo8612new",
h = i("appid") || "10036";
m = m ? "&storeEid=" + m : "";
a.a,
r.a,
c.a,
d.a,
p.a,
(function (e) {
function t(t) {
return e.apply(this, arguments);
}
t.toString = function () {
return e.toString();
};
})(function (e) {
this.results = e ? getResult(this.value) : [];
});
},
"3PAt": function (e, t) {},
"4+mH": function (e, t, o) {
"use strict";
var i = o("ZLEe"),
s = o.n(i),
n = o("p7Ev"),
a = o("GRuq"),
r = o("bT6r"),
c = o("4a+h"),
l = o("Bv05"),
u = o.n(l),
d = o("BzUK"),
p = o.n(d),
_ = o("n0S5"),
m = o("IFIB"),
f = o.n(m),
h = {
email: { fn: u.a, msg: "邮箱格式" },
"china-mobile": {
fn: function (e) {
return p()(e, "zh-CN");
},
msg: "手机号码",
},
"china-name": {
fn: function (e) {
return e.length >= 2 && e.length <= 6;
},
msg: "中文姓名",
},
};
t.a = {
name: "x-input",
created: function () {
var e = this;
(this.currentValue =
void 0 === this.value || null === this.value
? ""
: this.mask
? this.maskValue(this.value)
: this.value),
!this.required ||
(void 0 !== this.currentValue && "" !== this.currentValue) ||
(this.valid = !1),
(this.handleChangeEvent = !0),
this.debounce &&
(this._debounce = Object(_.a)(function () {
e.$emit("on-change", e.currentValue);
}, this.debounce));
},
beforeMount: function () {
this.$slots &&
this.$slots["restricted-label"] &&
(this.hasRestrictedLabel = !0),
this.$slots &&
this.$slots["right-full-height"] &&
(this.hasRightFullHeightSlot = !0);
},
beforeDestroy: function () {
this._debounce && this._debounce.cancel(),
window.removeEventListener("resize", this.scrollIntoView);
},
mixins: [n.a],
components: { Icon: a.a, InlineDesc: c.a, Toast: r.a },
props: {
title: { type: String, default: "" },
type: { type: String, default: "text" },
placeholder: String,
value: [String, Number],
name: String,
readonly: Boolean,
disabled: Boolean,
keyboard: String,
inlineDesc: String,
isType: [String, Function],
min: Number,
max: Number,
showClear: { type: Boolean, default: !0 },
equalWith: String,
textAlign: String,
autocomplete: { type: String, default: "off" },
autocapitalize: { type: String, default: "off" },
autocorrect: { type: String, default: "off" },
spellcheck: { type: String, default: "false" },
novalidate: { type: Boolean, default: !1 },
iconType: String,
debounce: Number,
placeholderAlign: String,
labelWidth: String,
mask: String,
shouldToastError: { type: Boolean, default: !0 },
},
computed: {
labelStyles: function () {
var e = this.$parent,
t = void 0 === e ? {} : e;
return {
width:
this.labelWidthComputed ||
t.labelWidth ||
this.labelWidthComputed,
textAlign: t.labelAlign,
marginRight: t.labelMarginRight,
};
},
labelClass: function () {
return {
"vux-cell-justify":
this.$parent &&
("justify" === this.$parent.labelAlign ||
"justify" === this.$parent.$parent.labelAlign),
};
},
pattern: function () {
if ("number" === this.keyboard || "china-mobile" === this.isType)
return "[0-9]*";
},
labelWidthComputed: function () {
var e = this.title.replace(/[^x00-xff]/g, "00").length / 2 + 1;
if (e < 10) return e + "em";
},
hasErrors: function () {
return s()(this.errors).length > 0;
},
inputStyle: function () {
if (this.textAlign) return { textAlign: this.textAlign };
},
showWarn: function () {
return (
!this.novalidate &&
!this.equalWith &&
!this.valid &&
this.firstError &&
(this.touched || this.forceShowError)
);
},
},
mounted: function () {
window.addEventListener("resize", this.scrollIntoView);
},
methods: {
scrollIntoView: function () {
var e = this,
t =
arguments.length > 0 && void 0 !== arguments[0]
? arguments[0]
: 0;
/iphone/i.test(navigator.userAgent),
("INPUT" !== document.activeElement.tagName &&
"TEXTAREA" !== document.activeElement.tagName) ||
setTimeout(function () {
e.$refs.input.scrollIntoViewIfNeeded(!0);
}, t);
},
onClickErrorIcon: function () {
this.shouldToastError &&
this.firstError &&
(this.showErrorToast = !0),
this.$emit("on-click-error-icon", this.firstError);
},
maskValue: function (e) {
return this.mask ? f.a.toPattern(e, this.mask) : e;
},
reset: function () {
var e =
arguments.length > 0 && void 0 !== arguments[0]
? arguments[0]
: "";
(this.dirty = !1),
(this.currentValue = e),
(this.firstError = ""),
(this.valid = !0);
},
clear: function () {
(this.currentValue = ""),
this.focus(),
this.$emit("on-click-clear-icon");
},
focus: function () {
this.$refs.input.focus();
},
blur: function () {
this.$refs.input.blur();
},
focusHandler: function (e) {
var t = this;
this.$emit("on-focus", this.currentValue, e),
(this.isFocus = !0),
setTimeout(function () {
!t.$refs.input || t.$refs.input.scrollIntoViewIfNeeded(!1);
}, 1e3);
},
onBlur: function (e) {
this.setTouched(),
this.validate(),
(this.isFocus = !1),
this.$emit("on-blur", this.currentValue, e);
},
onKeyUp: function (e) {
"Enter" === e.key &&
(e.target.blur(), this.$emit("on-enter", this.currentValue, e));
},
getError: function () {
var e = s()(this.errors)[0];
this.firstError = this.errors[e];
},
validate: function () {
if (void 0 !== this.equalWith) return void this.validateEqual();
if (((this.errors = {}), !this.currentValue && !this.required))
return void (this.valid = !0);
if (!this.currentValue && this.required)
return (
(this.valid = !1),
(this.errors.required = "必填哦"),
void this.getError()
);
if ("string" == typeof this.isType) {
var e = h[this.isType];
if (e) {
var t = this.currentValue;
if (
("china-mobile" === this.isType &&
"999 9999 9999" === this.mask &&
(t = this.currentValue.replace(/\s+/g, "")),
(this.valid = e.fn(t)),
!this.valid)
)
return (
(this.forceShowError = !0),
(this.errors.format = e.msg + "格式不对哦~"),
void this.getError()
);
delete this.errors.format;
}
}
if ("function" == typeof this.isType) {
var o = this.isType(this.currentValue);
if (((this.valid = o.valid), !this.valid))
return (
(this.errors.format = o.msg),
(this.forceShowError = !0),
void this.getError()
);
delete this.errors.format;
}
if (this.min) {
if (this.currentValue.length < this.min)
return (
(this.errors.min = "最少应该输入" + this.min + "个字符哦"),
(this.valid = !1),
void this.getError()
);
delete this.errors.min;
}
if (this.max) {
if (this.currentValue.length > this.max)
return (
(this.errors.max = "最多可以输入" + this.max + "个字符哦"),
(this.valid = !1),
void (this.forceShowError = !0)
);
(this.forceShowError = !1), delete this.errors.max;
}
this.valid = !0;
},
validateEqual: function () {
return !this.equalWith && this.currentValue
? ((this.valid = !1), void (this.errors.equal = "输入不一致"))
: (this.dirty ||
this.currentValue.length >= this.equalWith.length) &&
this.currentValue !== this.equalWith
? ((this.valid = !1), void (this.errors.equal = "输入不一致"))
: void (!this.currentValue && this.required
? (this.valid = !1)
: ((this.valid = !0), delete this.errors.equal));
},
_getInputMaskSelection: function (e, t, o, i) {
if (!this.mask || (i && 0 === t)) return e;
if ((0 === t && (t = this.lastDirection), t > 0)) {
if (!this.mask.substr(e - t, 1).match(/[9SA]/))
return this._getInputMaskSelection(e + 1, t, o, !0);
}
return e;
},
},
data: function () {
return {
hasRightFullHeightSlot: !1,
hasRestrictedLabel: !1,
firstError: "",
forceShowError: !1,
hasLengthEqual: !1,
valid: !0,
currentValue: "",
showErrorToast: !1,
isFocus: !1,
};
},
watch: {
mask: function (e) {
e &&
this.currentValue &&
(this.currentValue = this.maskValue(this.currentValue));
},
valid: function () {
this.getError();
},
value: function (e) {
this.currentValue = e;
},
equalWith: function (e) {
e && this.equalWith
? (e.length === this.equalWith.length &&
(this.hasLengthEqual = !0),
this.validateEqual())
: this.validate();
},
currentValue: function (e, t) {
var o = this,
i = null;
!this.equalWith && e && this.validateEqual(),
e && this.equalWith
? (e.length === this.equalWith.length &&
(this.hasLengthEqual = !0),
this.validateEqual())
: this.validate();
try {
i = this.$refs.input.selectionStart;
var s = e.length - t.length;
(i = this._getInputMaskSelection(i, s, this.maskValue(e))),
(this.lastDirection = s);
} catch (e) {}
this.$emit("input", this.maskValue(e)),
this.$nextTick(function () {
o.$refs.input.selectionStart !== i &&
((o.$refs.input.selectionStart = i),
(o.$refs.input.selectionEnd = i)),
o.currentValue !== o.maskValue(e) &&
(o.currentValue = o.maskValue(e));
}),
this._debounce ? this._debounce() : this.$emit("on-change", e);
},
},
};
},
"4JZ/": function (e, t) {},
"4PKW": function (e, t, o) {
"use strict";
var i = (o("iSeI"), o("cSqE")),
s = o("lMy9"),
n = o("C7Lr"),
a = n(i.a, s.a, !1, null, null, null);
t.a = a.exports;
},
"4a+h": function (e, t, o) {
"use strict";
function i(e) {
o("jaeW");
}
var s = (o("LA7I"), o("Al+k")),
n = o("b/us"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
"4l2z": function (e, t, o) {
"use strict";
var i = o("3cXf"),
s = o.n(i),
n = o("T1xl"),
a = o("0+Q0"),
r = o("C5VE"),
c = o("AhcD"),
l = o("4a+h"),
u = o("JRnO"),
d = o("xT2f"),
p = o("mqCR"),
_ = o("fwhU"),
m = o("uiKT"),
f = function (e) {
return JSON.parse(s()(e));
};
m.a,
_.a,
n.a,
a.a,
r.a,
c.a,
u.a,
u.b,
l.a,
d.a,
p.a,
String,
String,
String,
String,
Array,
String,
Number,
Number,
Array,
Boolean,
String,
Number,
Array,
Object,
Boolean,
Boolean,
Boolean,
Function,
Boolean,
Array,
Object,
String,
Boolean,
p.a;
},
"4u2B": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
directives: [
{
name: "wechat-title",
rawName: "v-wechat-title",
value: (e.$route.meta.title = e.titleName),
expression: "$route.meta.title=titleName",
},
],
staticClass: "judge_page",
},
[
o(
"view-box",
{ ref: "viewBox" },
[
e.showResume
? o(
"div",
{
staticClass: "taskItem",
on: {
click: function (t) {
return e.linkResume();
},
},
},
[
o("span", { staticClass: "stateTag" }, [
e._v(e._s(e.interStatus)),
]),
e._v(" "),
o(
"p",
{ staticClass: "task_hd" },
[
o("span", { staticClass: "name ellipsis" }, [
e._v(e._s(e.resumeInfos.name)),
]),
e._v(" "),
0 != e.resumeInfos.sex
? [
o("span", {
staticClass: "sexIcon",
class: [
"2" == e.resumeInfos.sex
? "female"
: "male",
],
}),
]
: e._e(),
e._v(" "),
o("span", { staticClass: "view-resume" }, [
e._v("查看简历"),
]),
e._v(" "),
o("span", { staticClass: "position ellipsis" }, [
e._v(e._s(e.resumeInfos.position)),
]),
e._v(" "),
o(
"span",
{
staticClass:
"timeOrState state tojudge ellipsis",
},
[e._v(e._s(e.state))]
),
],
2
),
e._v(" "),
o("p", { staticClass: "task_bd" }, [
o("span", { staticClass: "comIcon" }),
e._v(" "),
o("span", { staticClass: "company ellipsis" }, [
e._v(e._s(e.resumeInfos.company)),
]),
e._v(" "),
o("span", { staticClass: "seperator" }, [
e._v("|"),
]),
e._v(" "),
o("span", { staticClass: "department ellipsis" }, [
e._v(e._s(e.resumeInfos.department)),
]),
]),
]
)
: e._e(),
e._v(" "),
e.version < 1
? [
o(
"div",
{ staticClass: "interviewJudge" },
[
o("div", { staticClass: "requiredstar" }),
e._v(" "),
o(
"tab",
{ attrs: { "line-width": 0 } },
e._l(e.list, function (t, i) {
return o(
"tab-item",
{
key: i,
attrs: {
selected: e.judgeInfo.state === t.val,
},
on: {
"on-item-click": function (o) {
e.judgeInfo.state = t.val;
},
},
},
[e._v(e._s(t.text))]
);
}),
1
),
e._v(" "),
o(
"group",
{ staticClass: "evaluation" },
[
o("x-textarea", {
ref: "judge",
attrs: {
max: 1e3,
title:
e.localeResource.common_interEvaluation,
rows: 4,
autosize: "",
},
model: {
value: e.judgeInfo.interEvaluation,
callback: function (t) {
e.$set(e.judgeInfo, "interEvaluation", t);
},
expression: "judgeInfo.interEvaluation",
},
}),
],
1
),
e._v(" "),
o("div", { staticClass: "functionBtns" }, [
o(
"span",
{
staticClass: "comWords",
on: {
click: function (t) {
e.showComWordsPanel = !0;
},
touchstart: function (e) {},
touchend: function (e) {},
},
},
[
e._v(
e._s(e.localeResource.judgePage_comWords)
),
]
),
e._v(" "),
e.isYZJapp
? o("span", {
staticClass: "voiceIcon",
on: { click: e.voiceToText },
})
: e._e(),
]),
],
1
),
e._v(" "),
o(
"div",
{ staticClass: "interScore" },
[
o(
"group",
[
o("x-input", {
attrs: {
title: e.localeResource.common_interScore,
type: "text",
},
model: {
value: e.judgeInfo.interScore,
callback: function (t) {
e.$set(e.judgeInfo, "interScore", t);
},
expression: "judgeInfo.interScore",
},
}),
],
1
),
],
1
),
e._v(" "),
e.judgeInfo.hasOwnProperty("jobGrade")
? o(
"div",
{ staticClass: "interScore" },
[
o(
"group",
[
o("popup-picker", {
attrs: {
title: e.localeResource.common_jobGrade,
data: e.jobGradeList,
columns: 1,
"show-name": "",
},
on: { "on-change": e.onJobGradeChange },
model: {
value: e.selectJobGrade,
callback: function (t) {
e.selectJobGrade = t;
},
expression: "selectJobGrade",
},
}),
],
1
),
],
1
)
: e._e(),
e._v(" "),
e.judgeInfo.isExistInterForm
? o(
"div",
{ staticClass: "interJudgeForm" },
[
o(
"group",
{ staticClass: "evaluation" },
[
o("x-textarea", {
attrs: {
max: 200,
title:
e.localeResource.common_interForm,
rows: 2,
autosize: "",
},
model: {
value: e.judgeInfo.interForm,
callback: function (t) {
e.$set(e.judgeInfo, "interForm", t);
},
expression: "judgeInfo.interForm",
},
}),
],
1
),
],
1
)
: e._e(),
e._v(" "),
e.judgeInfo.isExistqualityEvaluation
? o(
"div",
{ staticClass: "qualityJudge" },
[
o(
"group",
{ staticClass: "evaluation" },
[
o("x-textarea", {
attrs: {
max: 200,
title:
e.localeResource
.common_qualityEvaluation,
rows: 2,
autosize: "",
},
model: {
value: e.judgeInfo.qualityEvaluation,
callback: function (t) {
e.$set(
e.judgeInfo,
"qualityEvaluation",
t
);
},
expression:
"judgeInfo.qualityEvaluation",
},
}),
],
1
),
],
1
)
: e._e(),
e._v(" "),
e.judgeInfo.isExistWriteExam
? o(
"div",
{ staticClass: "writeJudge" },
[
o(
"group",
{ staticClass: "evaluation" },
[
o("x-textarea", {
attrs: {
max: 200,
title:
e.localeResource.common_writeExam,
rows: 2,
autosize: "",
},
model: {
value: e.judgeInfo.writeExam,
callback: function (t) {
e.$set(e.judgeInfo, "writeExam", t);
},
expression: "judgeInfo.writeExam",
},
}),
],
1
),
],
1
)
: e._e(),
]
: e._l(e.judgeInfo.InterviewStructureData, function (t, i) {
return o(
"div",
{ key: t.struClass + i, staticClass: "model-box" },
[
o(
"van-collapse",
{
attrs: { border: !1 },
model: {
value: e.activeNames,
callback: function (t) {
e.activeNames = t;
},
expression: "activeNames",
},
},
[
o(
"van-collapse-item",
{
attrs: {
title: t.struName,
name: t.struClass,
"title-class": "box-title",
},
},
[
o(
"div",
{ staticClass: "field-box" },
e._l(t.groupData, function (s, n) {
return o("div", { key: i + n }, [
s.groupName
? o(
"div",
{
staticClass: "group-title",
class: s.hideGroupData
? "group-title-hide"
: "",
on: {
click: function (t) {
return e.showGroupData(s);
},
},
},
[e._v(e._s(s.groupName))]
)
: e._e(),
e._v(" "),
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: !s.hideGroupData,
expression:
"!list.hideGroupData",
},
],
},
e._l(s.data, function (s, a) {
return o(
"div",
{ key: i + n + a + s.colName },
[
!s.hasOwnProperty(
"visible"
) ||
(s.hasOwnProperty(
"visible"
) &&
s.visible)
? [
"Text" == s.fieldType
? o("van-field", {
attrs: {
label:
s.showName,
placeholder:
"请输入",
"input-align":
"right",
readonly:
s.readOnly,
required:
s.required,
"error-message":
s.errMsg,
maxlength:
s.maxLength,
clearable: "",
},
model: {
value: s.value,
callback:
function (t) {
e.$set(
s,
"value",
t
);
},
expression:
"field.value",
},
})
: e._e(),
e._v(" "),
"Number" == s.fieldType
? o("van-field", {
attrs: {
label:
s.showName,
placeholder:
"请输入",
"input-align":
"right",
readonly:
s.readOnly,
required:
s.required,
type: "number",
"error-message":
s.errMsg,
clearable: "",
},
on: {
input:
function (o) {
return e.countTatalScore(
t.groupData,
s.associatedField,
n
);
},
},
model: {
value: s.value,
callback:
function (t) {
e.$set(
s,
"value",
t
);
},
expression:
"field.value",
},
})
: e._e(),
e._v(" "),
"LongText" ==
s.fieldType
? o("van-field", {
attrs: {
rows: "3",
autosize: "",
label:
s.showName,
type: "textarea",
maxlength:
s.maxLength,
placeholder:
"请输入",
"show-word-limit":
"",
readonly:
s.readOnly,
required:
s.required,
"error-message":
s.errMsg,
},
model: {
value: s.value,
callback:
function (t) {
e.$set(
s,
"value",
t
);
},
expression:
"field.value",
},
})
: e._e(),
e._v(" "),
("remark" !==
s.colName &&
(("diathesis" !==
t.struClass &&
"write" !==
t.struClass) ||
"result" !==
s.colName)) ||
s.readOnly
? e._e()
: o(
"div",
{
staticClass:
"functionBtns",
},
[
o(
"span",
{
staticClass:
"comWords",
on: {
click:
function (
t
) {
(e.showComWordsPanel =
!0),
(e.currLongtextField =
s);
},
touchstart:
function (
e
) {},
touchend:
function (
e
) {},
},
},
[
e._v(
e._s(
e
.localeResource
.judgePage_comWords
)
),
]
),
]
),
e._v(" "),
"Select" == s.fieldType
? o("van-field", {
attrs: {
readonly: "",
clickable: "",
label:
s.showName,
placeholder:
"请选择",
"input-align":
"right",
required:
s.required,
"is-link":
!s.readOnly,
"error-message":
s.errMsg,
},
on: {
click:
function (t) {
return e.setPickerOptions(
s
);
},
},
model: {
value:
s.valueText,
callback:
function (t) {
e.$set(
s,
"valueText",
t
);
},
expression:
"field.valueText",
},
})
: e._e(),
e._v(" "),
"Date" == s.fieldType ||
"Time" == s.fieldType ||
"TimeStamp" ==
s.fieldType
? o("van-field", {
attrs: {
readonly: "",
clickable: "",
"input-align":
"right",
name: "datetimePicker",
label:
s.showName,
placeholder:
"请选择",
required:
s.required,
"is-link":
!s.readOnly,
"error-message":
s.errMsg,
},
on: {
click:
function (t) {
return e.dateTimePickerClickEvent(
s,
s.value
);
},
},
model: {
value: s.value,
callback:
function (t) {
e.$set(
s,
"value",
t
);
},
expression:
"field.value",
},
})
: e._e(),
e._v(" "),
"Boolean" == s.fieldType
? o("van-cell", {
attrs: {
center: "",
title:
s.showName,
},
scopedSlots: e._u(
[
{
key: "right-icon",
fn: function () {
return [
o(
"van-switch",
{
attrs:
{
size: "24",
},
model:
{
value:
s.value,
callback:
function (
t
) {
e.$set(
s,
"value",
t
);
},
expression:
"field.value",
},
}
),
];
},
proxy: !0,
},
],
null,
!0
),
})
: e._e(),
]
: e._e(),
],
2
);
}),
0
),
]);
}),
0
),
e._v(" "),
e.version > 1 && t.hasAttach
? o(
"div",
{ staticClass: "itemAttachsBox" },
[
o(
"div",
{ staticClass: "contentTitle" },
[
o("span", [
e._v(
e._s(
e.localeResource
.common_attachs
) +
"(" +
e._s(t.attachs.length) +
"/8)"
),
]),
e._v(" "),
t.attachs.length < 8
? o(
"span",
{
staticClass: "up-file",
},
[
o(
"van-uploader",
{
attrs: {
"after-read":
function (o) {
return e.afterRead(
o,
t
);
},
accept: "*",
multiple: "true",
billId: t.billid,
},
},
[
o(
"span",
{
staticClass:
"uploadIcon",
attrs: {
billId:
t.billid,
},
},
[e._v("新增")]
),
]
),
],
1
)
: e._e(),
]
),
e._v(" "),
o(
"ul",
{
staticClass:
"attach-box clearfix",
},
e._l(t.attachs, function (i, s) {
return o(
"li",
{
key: s,
ref: "menuItem",
refInFor: !0,
on: {
click: function (t) {
return (
t.stopPropagation(),
e.showFile(i)
);
},
},
},
[
o("span", {
staticClass: "pic",
class: e.judgePic(
"." +
(i.attachType ||
i.fsimplename)
),
}),
e._v(" "),
o(
"div",
{
staticClass:
"file-name",
},
[
e._v(
e._s(
i.attachName ||
i.fname_l2
)
),
]
),
e._v(" "),
o("button", {
staticClass: "delete",
attrs: { type: "button" },
on: {
click: function (o) {
return (
o.stopPropagation(),
e.removeFile(
s,
t,
i
)
);
},
},
}),
]
);
}),
0
),
]
)
: e._e(),
]
),
],
1
),
],
1
);
}),
e._v(" "),
(e.judgeInfo.billId || e.isYZJapp) && e.version < 2
? o("div", { staticClass: "attachsBox" }, [
o("p", { staticClass: "contentTitle" }, [
e._v(e._s(e.localeResource.common_attachs)),
o("i", { staticClass: "subInfo" }, [
e._v(
e._s(
e._f("tmpReplace")(
e.localeResource.common_attachs_info,
8
)
)
),
]),
e._v(":"),
]),
e._v(" "),
o(
"div",
{ staticClass: "attachments clearfix" },
[
e.judgeInfo.billId
? [
e._l(e.files, function (t, i) {
return o(
"li",
{
key: i,
ref: "menuItem",
refInFor: !0,
staticClass: "attachItem",
},
[
o("button", {
staticClass: "delete",
attrs: { type: "button" },
on: {
click: function (t) {
return e.removeFile(i);
},
},
}),
e._v(" "),
0 === t.type.indexOf("image/")
? o("span", {
staticClass: "pic",
style: e.base64List[i]
? {
backgroundImage:
"url(" +
e.base64List[i] +
")",
}
: "",
on: {
click: function (t) {
return e.previewImg(
e.base64List[i]
);
},
},
})
: o("span", {
staticClass: "pic",
class: e.judgePic(t.name),
on: {
click: function (e) {
e.stopPropagation();
},
},
}),
e._v(" "),
o("div", { staticClass: "file-name" }, [
e._v(e._s(t.name)),
]),
]
);
}),
e._v(" "),
e.files.length < 8
? o(
"li",
{ staticClass: "attachItem" },
[
o(
"van-uploader",
{
attrs: {
"after-read": e.afterRead,
accept: "*",
multiple: "true",
},
},
[
o(
"span",
{ staticClass: "uploadIcon" },
[e._v("+")]
),
]
),
],
1
)
: e._e(),
]
: e.isYZJapp
? [
e._l(e.judgeInfo.attachs, function (t, i) {
return o(
"li",
{ key: i, staticClass: "attachItem" },
[
o("button", {
staticClass: "delete",
attrs: { type: "button" },
on: {
click: function (t) {
return e.removeImg(i);
},
},
}),
e._v(" "),
o(
"span",
{
staticClass: "pic",
style: t
? {
backgroundImage:
"url(" + t.fileLink + ")",
}
: "",
on: {
click: function (t) {
return e.showImage(i);
},
},
},
[
o("img", {
attrs: {
src: [
"data:image/png;base64," +
t.fileLink,
],
},
}),
]
),
]
);
}),
e._v(" "),
!e.judgeInfo.attachs ||
(e.judgeInfo.attachs &&
e.judgeInfo.attachs.length < 8)
? o("li", { staticClass: "attachItem" }, [
o(
"div",
{ staticClass: "van-uploader" },
[
o(
"span",
{
staticClass: "uploadIcon",
on: {
click: function (t) {
return e.selectPhoto();
},
},
},
[e._v("+")]
),
]
),
])
: e._e(),
]
: e._e(),
],
2
),
])
: e._e(),
e._v(" "),
o(
"popup",
{
staticClass: "comWordsPanel",
attrs: { height: "68%" },
model: {
value: e.showComWordsPanel,
callback: function (t) {
e.showComWordsPanel = t;
},
expression: "showComWordsPanel",
},
},
[
o(
"ul",
{ staticClass: "comWords_List" },
e._l(e.comWords, function (t, i) {
return o(
"li",
{
key: i,
staticClass: "comWordsItem",
on: {
click: function (o) {
return e.setjudge(t.type, t.content);
},
},
},
[
o("span", {
staticClass: "tag",
class: [
0 == t.type
? "pass"
: 1 == t.type
? "deny"
: "quite",
],
}),
e._v(" "),
o("span", { staticClass: "text ellipsis" }, [
e._v(e._s(t.content)),
]),
]
);
}),
0
),
e._v(" "),
o(
"div",
{
staticClass: "setComWords",
attrs: { type: "primary" },
on: { click: e.setComWords },
},
[e._v(e._s(e.localeResource.judgePage_setComWords))]
),
]
),
e._v(" "),
o(
"div",
{
directives: [
{ name: "transfer-dom", rawName: "v-transfer-dom" },
],
},
[
o(
"x-dialog",
{
model: {
value: e.showFeedBack,
callback: function (t) {
e.showFeedBack = t;
},
expression: "showFeedBack",
},
},
[
e._v(
"\n\t\t\t \t\t" +
e._s(e.localeResource.judgePage_info_0) +
"\n\t\t\t \t"
),
]
),
],
1
),
e._v(" "),
o("loading", {
attrs: { show: e.showLoading, text: "上传中" },
}),
e._v(" "),
o(
"div",
{
staticClass: "submitBtn",
attrs: { slot: "bottom" },
on: { click: e.submitJudge },
slot: "bottom",
},
[
o("x-button", { attrs: { type: "primary" } }, [
e._v(e._s(e.localeResource.common_submit)),
]),
],
1
),
],
2
),
e._v(" "),
o(
"div",
{
directives: [
{ name: "transfer-dom", rawName: "v-transfer-dom" },
],
},
[
o("previewer", {
ref: "previewer",
attrs: { list: e.imgList },
}),
],
1
),
e._v(" "),
o(
"van-popup",
{
attrs: { position: "bottom" },
model: {
value: e.showPicker,
callback: function (t) {
e.showPicker = t;
},
expression: "showPicker",
},
},
[
o("van-picker", {
attrs: {
"show-toolbar": "",
columns: e.pickerOptions,
"value-key": "value",
},
on: {
cancel: function (t) {
e.showPicker = !1;
},
confirm: e.onPickerConfirm,
},
}),
],
1
),
e._v(" "),
o(
"van-popup",
{
attrs: { position: "bottom" },
model: {
value: e.showDatePicker,
callback: function (t) {
e.showDatePicker = t;
},
expression: "showDatePicker",
},
},
[
o("van-datetime-picker", {
attrs: { type: "date", formatter: e.formatter },
on: {
confirm: e.onDateTimePickerConfirm,
cancel: function (t) {
e.showDatePicker = !1;
},
},
model: {
value: e.currentDate,
callback: function (t) {
e.currentDate = t;
},
expression: "currentDate",
},
}),
],
1
),
e._v(" "),
o(
"van-popup",
{
attrs: { position: "bottom" },
model: {
value: e.showTimePicker,
callback: function (t) {
e.showTimePicker = t;
},
expression: "showTimePicker",
},
},
[
o("van-datetime-picker", {
attrs: { type: "time" },
on: {
confirm: e.onDateTimePickerConfirm,
cancel: function (t) {
e.showTimePicker = !1;
},
},
model: {
value: e.currentDate,
callback: function (t) {
e.currentDate = t;
},
expression: "currentDate",
},
}),
],
1
),
e._v(" "),
o(
"van-popup",
{
attrs: { position: "bottom" },
model: {
value: e.showDateTimePicker,
callback: function (t) {
e.showDateTimePicker = t;
},
expression: "showDateTimePicker",
},
},
[
o("van-datetime-picker", {
attrs: { type: "datetime", formatter: e.formatter },
on: {
confirm: e.onDateTimePickerConfirm,
cancel: function (t) {
e.showDateTimePicker = !1;
},
},
model: {
value: e.currentDate,
callback: function (t) {
e.currentDate = t;
},
expression: "currentDate",
},
}),
],
1
),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"4xmD": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
directives: [
{
name: "wechat-title",
rawName: "v-wechat-title",
value: (e.$route.meta.title = e.titleName),
expression: "$route.meta.title=titleName",
},
],
staticClass: "inter_analyse",
},
[
o("div", { staticClass: "analysPlane" }, [
o(
"div",
{ staticClass: "analysHeader" },
[
o(
"tab",
{
attrs: {
"line-width": 3,
"custom-bar-width": "0.8rem",
"active-color": "#388cff",
defaultColor: "#777",
},
},
[
o(
"tab-item",
{
attrs: { selected: 0 == e.curIndex },
on: {
"on-item-click": function (t) {
return e.showList(0);
},
},
},
[e._v(e._s(e.localeResource.interAnalyse_ThisYear))]
),
e._v(" "),
o(
"tab-item",
{
attrs: { selected: 1 == e.curIndex },
on: {
"on-item-click": function (t) {
return e.showList(1);
},
},
},
[e._v(e._s(e.localeResource.interAnalyse_all))]
),
],
1
),
],
1
),
e._v(" "),
o("div", { staticClass: "totalNum" }, [
o("span", { staticClass: "pic" }),
e._v(" "),
o("p", { staticClass: "count" }, [
e._v(e._s(e.curData.interviewCount)),
]),
e._v(" "),
o("p", { staticClass: "tipInfo" }, [
e._v(e._s(e.localeResource.interAnalyse_totalNum)),
]),
]),
e._v(" "),
o("div", { staticClass: "interResult" }, [
o("h3", { staticClass: "blockTitle" }, [
o("span", [
e._v(
e._s(e.localeResource.interAnalyse_interResult) + ":"
),
]),
]),
e._v(" "),
o("div", { staticClass: "chartBox" }, [
o("div", {
staticClass: "blockContent",
style: { width: "4rem", height: "4rem" },
attrs: { id: "myChart1" },
}),
e._v(" "),
o("ul", { staticClass: "chartInfo" }, [
o("li", [
o("span", { staticClass: "colorRec" }),
e._v(" "),
o("span", { staticClass: "itemName" }, [
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(
e._f("tmpReplace")(
e.localeResource.interAnalyse_interPassCount,
e.curData.interPassCount
)
) +
"\n\t\t\t\t\t\t"
),
]),
]),
e._v(" "),
o("li", [
o("span", { staticClass: "colorRec" }),
e._v(" "),
o("span", { staticClass: "itemName" }, [
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(
e._f("tmpReplace")(
e.localeResource.interAnalyse_entryCount,
e.curData.entryCount
)
) +
"\n\t\t\t\t\t\t"
),
]),
]),
e._v(" "),
o("li", [
o("span", { staticClass: "colorRec" }),
e._v(" "),
o("span", { staticClass: "itemName" }, [
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(
e._f("tmpReplace")(
e.localeResource.interAnalyse_workingCount,
e.curData.workingCount
)
) +
"\n\t\t\t\t\t\t"
),
]),
]),
]),
]),
]),
e._v(" "),
o("div", { staticClass: "workStateAnalys" }, [
o("h3", { staticClass: "blockTitle" }, [
o("span", [
e._v(
e._s(e.localeResource.interAnalyse_workStateAnalys) +
":"
),
]),
]),
e._v(" "),
o("div", { staticClass: "chartBox" }, [
o("div", {
staticClass: "blockContent",
style: { width: "4rem", height: "3rem" },
attrs: { id: "myChart2" },
}),
e._v(" "),
o("ul", { staticClass: "chartInfo" }, [
o("li", [
o("span", { staticClass: "colorRec" }),
e._v(" "),
o("span", { staticClass: "itemName" }, [
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(
e._f("tmpReplace")(
e.localeResource.interAnalyse_leavingCount,
e.curData.leavingCount
)
) +
"\n\t\t\t\t\t\t"
),
]),
e._v(" "),
o("span", { staticClass: "percent" }, [
e._v(
e._s(
(0 == e.curData.entryCount
? 0
: (
(e.curData.leavingCount /
e.curData.entryCount) *
100
).toFixed(2)) + "%"
)
),
]),
]),
e._v(" "),
o("li", [
o("span", { staticClass: "colorRec" }),
e._v(" "),
o("span", { staticClass: "itemName" }, [
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(
e._f("tmpReplace")(
e.localeResource.interAnalyse_workingCount,
e.curData.workingCount
)
) +
"\n\t\t\t\t\t\t"
),
]),
e._v(" "),
o("span", { staticClass: "percent" }, [
e._v(
e._s(
(0 == e.curData.entryCount
? 0
: (
(e.curData.workingCount /
e.curData.entryCount) *
100
).toFixed(2)) + "%"
)
),
]),
]),
]),
]),
]),
e._v(" "),
o("div", { staticClass: "staffAnalysBox" }, [
o("h3", { staticClass: "blockTitle" }, [
o("span", [
e._v(
e._s(e.localeResource.interAnalyse_staffAnalys) + ":"
),
]),
]),
e._v(" "),
o("div", { staticClass: "staffAnalys" }, [
o("span", {
domProps: {
innerHTML: e._s(
e.tmpReplaceFormat(
e.localeResource.interAnalyse_entryCount,
"" + e.curData.entryCount + ""
)
),
},
}),
e._v(" "),
o("span", {
domProps: {
innerHTML: e._s(
e.tmpReplaceFormat(
e.localeResource.interAnalyse_averageAge,
"" + e.curData.averageAge + ""
)
),
},
}),
e._v(" "),
o("span", {
domProps: {
innerHTML: e._s(
e.tmpReplaceFormat(
e.localeResource.interAnalyse_averageWorkingAge,
"" +
e.numFilter(e.curData.averageWorkingAge) +
""
)
),
},
}),
]),
]),
]),
]
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"5cXz": function (e, t) {},
"5wnk": function (e, t) {},
"6ONn": function (e, t, o) {
"use strict";
var i = (o("T46T"), o("tfs3")),
s = o("2QGj"),
n = o("C7Lr"),
a = n(i.a, s.a, !1, null, null, null);
t.a = a.exports;
},
"6x1W": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{ staticClass: "vux-toast" },
[
o("div", {
directives: [
{
name: "show",
rawName: "v-show",
value: e.isShowMask && e.show,
expression: "isShowMask && show",
},
],
staticClass: "weui-mask_transparent",
}),
e._v(" "),
o("transition", { attrs: { name: e.currentTransition } }, [
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.show,
expression: "show",
},
],
staticClass: "weui-toast",
class: e.toastClass,
style: { width: e.width },
},
[
o("i", {
directives: [
{
name: "show",
rawName: "v-show",
value: "text" !== e.type,
expression: "type !== 'text'",
},
],
staticClass:
"weui-icon-success-no-circle weui-icon_toast",
}),
e._v(" "),
e.text
? o("p", {
staticClass: "weui-toast__content",
style: e.style,
domProps: { innerHTML: e._s(e.text) },
})
: o(
"p",
{
staticClass: "weui-toast__content",
style: e.style,
},
[e._t("default")],
2
),
]
),
]),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"7BRc": function (e, t) {},
"7h+3": function (e, t, o) {
"use strict";
function i(e) {
var t = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"),
o = window.location.search.substr(1).match(t);
return null != o ? o[2] : null;
}
var s = o("3cXf"),
n = o.n(s),
a = o("GblZ"),
r = o("QpaW"),
c = o("SXXC"),
l = o.n(c),
u = o("KO53"),
d = o("RFt0"),
p = i("eid") || "23400814",
_ = i("storeEid"),
m = i("path") || "InterGo8612new",
f = i("appid") || "10036";
_ = _ ? "&storeEid=" + _ : "";
a.a,
r.a,
u.a,
d.a,
(function (e) {
function t(t) {
return e.apply(this, arguments);
}
t.toString = function () {
return e.toString();
};
})(function (e) {
this.results = e ? getResult(this.value) : [];
});
},
"7jxz": function (e, t) {},
"7uEZ": function (e, t) {},
"86Op": function (e, t, o) {
"use strict";
var i = o("4a+h"),
s = o("adVT"),
n = o("VOBM"),
a = o("gjrJ"),
r = o("L2it");
i.a, Object(n.a)();
},
"8IJT": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{ attrs: { id: "app" } },
[
o("loading", {
model: {
value: e.isLoading,
callback: function (t) {
e.isLoading = t;
},
expression: "isLoading",
},
}),
e._v(" "),
e.isLoading ? e._e() : o("router-view"),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"9DW+": function (e, t, o) {
"use strict";
t.a = {
name: "swiper-item",
mounted: function () {
var e = this;
this.$nextTick(function () {
e.$parent.rerender();
});
},
beforeDestroy: function () {
var e = this.$parent;
this.$nextTick(function () {
e.rerender();
});
},
};
},
"9iSu": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"button",
{
staticClass: "weui-btn",
class: e.classes,
style: e.buttonStyle,
attrs: { disabled: e.disabled, type: e.actionType },
on: { click: e.onClick },
},
[
e.showLoading ? o("i", { staticClass: "weui-loading" }) : e._e(),
e._v(" "),
e._t("default", function () {
return [e._v(e._s(e.text))];
}),
],
2
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
Aeaw: function (e, t) {},
AhcD: function (e, t, o) {
"use strict";
function i(e) {
o("S+VD");
}
var s = (o("w4e3"), o("wpwm")),
n = o("rR9h"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
"Al+k": function (e, t, o) {
"use strict";
t.a = { name: "inline-desc" };
},
Awhv: function (e, t, o) {
"use strict";
function i(e) {
o("RGrN"), o("Aeaw");
}
var s = (o("W86X"), o("mAB2")),
n = o("rDHI"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
B2U2: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement;
return (e._self._c || t)(
"div",
{ staticClass: "vux-swiper-item" },
[e._t("default")],
2
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"BGh+": function (e, t, o) {
"use strict";
var i = o("3cXf"),
s = o.n(i),
n = o("VawC"),
a = o("6ONn"),
r = o("+Ky8");
o("tSk9"), o("bGGv"), o("a9n6"), o("CieK");
var c = void 0,
l = void 0;
t.a = {
name: "interAnalyse",
components: { Tab: n.a, TabItem: a.a },
data: function () {
return {
analysDatas: { thisYear: [], allYears: [] },
curIndex: 0,
curData: {
averageAge: 0,
averageWorkingAge: 0,
entryCount: 0,
interPassCount: 0,
interviewCount: 0,
leavingCount: 0,
workingCount: 0,
},
titleName: this.localeResource.interAnalyse_pageName,
};
},
beforeCreate: function () {},
created: function () {
navigator.userAgent.match(/Qing\/.*;(iOS|iPhone|Android).*/) &&
(this.isYZJapp = !0),
this.isYZJapp && XuntongJSBridge.call("closePop");
var e = this;
try {
void 0 != mbos.http
? e.loadData()
: (window.onload = function () {
e.loadData();
});
} catch (t) {
e.loadData();
}
},
mounted: function () {
var e = this;
this.$nextTick(function () {
e.initChart();
});
},
methods: {
initUserData: function () {
var e = this,
t = this;
if (this.$store.state.userInfo.openId)
(this.userInfo.openId = this.$store.state.userInfo.openId),
(this.userInfo.name = encodeURIComponent(
encodeURIComponent(this.$store.state.userInfo.name)
));
else
try {
console.log(mbos);
var o;
mbos.eas.invokeScript({
name: "InterGo_GetCurrUserInfoService",
param: [],
success: function (e) {
if (
(console.log("调用接口成功"),
console.log(e),
"0" == e.code)
)
(o = e.data.openId), (t.$store.state.userInfo = e.data);
else {
var i = s()(e);
if (i.indexOf("请求云之家openauth2服务失败") >= 0)
alert(t.localeResource.common_loginTimeout);
else if (i.indexOf("无法连接EAS服务器") >= 0)
alert(t.localeResource.common_EAS500);
else {
var n = t.localeResource.common_errorMsg;
e.mesg && (n = e.mesg),
t.$vux.toast.show({
position: "default",
text: n,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
$(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
}),
t.$router.push("/common404");
}
}
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
alert(e.msg),
t.$router.push("/common404");
},
});
} catch (t) {
var o;
this.$http
.get("/user/info")
.then(function (t) {
var i = t.data;
"0" == i.code &&
((o = i.data.openId), (e.$store.state.userInfo = i.data));
})
.catch(function (e) {
console.log(e);
});
}
},
loadData: function () {
var e = this,
t = this,
o = (this.$store.state.userInfo.openId, new Date()),
i = o.getFullYear();
try {
console.log(mbos),
t.GetInterAnalysisService(),
t.GetInterAnalysisService(s()(i));
} catch (t) {
this.$http
.post("/person/interAnalys", { userOpenId: "fagigjlk" })
.then(function (t) {
var o = t.data;
"0" == o.code &&
((e.analysDatas = o.data),
(e.curData = e.analysDatas.thisYear));
})
.catch(function (e) {
console.log(e);
});
}
},
GetInterAnalysisService: function (e) {
var t = this;
e || (e = ""),
mbos.eas.invokeScript({
name: "InterGo_GetInterAnalysisService",
param: [e],
success: function (o) {
if (
(console.log("调用接口成功"), console.log(o), "0" == o.code)
)
e
? ((t.analysDatas.thisYear = o.data),
(t.curData = o.data))
: (t.analysDatas.allYears = o.data);
else {
console.log("获取面试分析数据失败");
var i = s()(o);
if (i.indexOf("请求云之家openauth2服务失败") >= 0)
alert(t.localeResource.common_loginTimeout);
else if (i.indexOf("无法连接EAS服务器") >= 0)
alert(t.localeResource.common_EAS500);
else {
var n = t.localeResource.common_errorMsg;
o.mesg && (n = o.mesg),
t.$vux.toast.show({
position: "default",
text: n,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
$(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
}),
t.$router.push("/common404");
}
}
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
alert(e.msg),
t.$router.push("/common404");
},
});
},
showList: function (e) {
(this.curIndex = e),
(this.curData =
0 === e
? this.analysDatas.thisYear
: this.analysDatas.allYears);
},
initChart: function () {
(c = r.init(document.getElementById("myChart1"))),
(l = r.init(document.getElementById("myChart2")));
},
resetChart: function () {
var e = this;
c.setOption({
tooltip: {
show: !1,
trigger: "item",
textStyle: { fontSize: "10", fontWeight: "normal" },
formatter: "{b} : {c}%",
},
color: ["#10a5ff", "#00e9e8", "#7ff9d4"],
legend: {
data: [
this.localeResource.interAnalyse_legend_0,
this.localeResource.interAnalyse_legend_1,
this.localeResource.interAnalyse_legend_2,
],
},
calculable: !0,
series: [
{
name: "面试结果分析",
type: "funnel",
left: "10%",
top: 15,
bottom: 20,
width: "78%",
height: "75%",
min: 0,
minSize: "15%",
maxSize: "100%",
sort: "descending",
label: { normal: { show: !1 }, emphasis: { show: !1 } },
labelLine: { normal: { show: !1 } },
data: [
{
value: e.curData.workingCount,
name: this.localeResource.interAnalyse_legend_2,
},
{
value: e.curData.entryCount,
name: this.localeResource.interAnalyse_legend_1,
},
{
value: e.curData.interPassCount,
name: this.localeResource.interAnalyse_legend_0,
},
],
},
],
}),
l.setOption({
tooltip: {
trigger: "item",
show: !1,
textStyle: { fontSize: "10", fontWeight: "normal" },
formatter: "{b}: {c}人({d}%)",
},
color: ["#c377ff", "#ff9379"],
borderRadius: 5,
renderItem: function (e, t) {
return { type: "sector" };
},
legend: {
orient: "horizontal",
show: !1,
align: "auto",
x: "right",
y: "center",
itemWidth: 4,
itemHeight: 16,
data: [
this.localeResource.interAnalyse_legend_3,
this.localeResource.interAnalyse_legend_2,
],
textStyle: { color: "#555", fontSize: 11 },
},
series: [
{
name: this.localeResource.interAnalyse_workStateAnalys,
type: "pie",
radius: ["63%", "76%"],
hoverAnimation: !1,
label: { normal: { show: !1 } },
labelLine: { normal: { show: !1 } },
data: [
{
value: e.curData.leavingCount,
name: this.localeResource.interAnalyse_legend_3,
},
{
value: e.curData.workingCount,
name: this.localeResource.interAnalyse_legend_2,
},
],
},
],
});
},
numFilter: function (e) {
return (e = Number(e)), e.toFixed(1);
},
},
watch: {
curData: {
handler: function (e, t) {
this.resetChart();
},
deep: !0,
},
},
filters: {
numFilter: function (e) {
return (e = Number(e)), e.toFixed(1);
},
},
};
},
BNkf: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o("div", { staticClass: "vux-cell-box" }, [
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.showCell,
expression: "showCell",
},
],
staticClass: "weui-cell vux-tap-active",
class: { "weui-cell_access": !e.disabled },
on: { click: e.onClick },
},
[
o(
"div",
{ staticClass: "weui-cell__hd" },
[
e._t(
"title",
function () {
return [
e.title
? o("label", {
staticClass: "weui-label",
class: e.labelClass,
style: e.labelStyles,
domProps: { innerHTML: e._s(e.title) },
})
: e._e(),
];
},
{
labelClass: "weui-label",
labelStyle: e.labelStyles,
labelTitle: e.title,
}
),
e._v(" "),
e.inlineDesc
? o("inline-desc", [e._v(e._s(e.inlineDesc))])
: e._e(),
],
2
),
e._v(" "),
o(
"div",
{
staticClass: "vux-cell-primary vux-popup-picker-select-box",
},
[
o(
"div",
{
staticClass: "vux-popup-picker-select",
style: { textAlign: e.valueTextAlign },
},
[
e.displayFormat || e.showName || !e.value.length
? e._e()
: o(
"span",
{
staticClass:
"vux-popup-picker-value vux-cell-value",
},
[e._v(e._s(e._f("array2string")(e.value)))]
),
e._v(" "),
!e.displayFormat && e.showName && e.value.length
? o(
"span",
{
staticClass:
"vux-popup-picker-value vux-cell-value",
},
[e._v(e._s(e._f("value2name")(e.value, e.data)))]
)
: e._e(),
e._v(" "),
e.displayFormat && e.value.length
? o(
"span",
{
staticClass:
"vux-popup-picker-value vux-cell-value",
},
[
e._v(
e._s(
e.displayFormat(
e.value,
e.value2name(e.value, e.data)
)
)
),
]
)
: e._e(),
e._v(" "),
!e.value.length && e.placeholder
? o("span", {
staticClass:
"vux-popup-picker-placeholder vux-cell-placeholder",
domProps: { textContent: e._s(e.placeholder) },
})
: e._e(),
]
),
]
),
e._v(" "),
o("div", { staticClass: "weui-cell__ft" }),
]
),
e._v(" "),
o(
"div",
{
directives: [
{
name: "transfer-dom",
rawName: "v-transfer-dom",
value: e.isTransferDom,
expression: "isTransferDom",
},
],
},
[
o(
"popup",
{
staticClass: "vux-popup-picker",
attrs: {
id: "vux-popup-picker-" + e.uuid,
"popup-style": e.popupStyle,
},
on: { "on-hide": e.onPopupHide, "on-show": e.onPopupShow },
model: {
value: e.showValue,
callback: function (t) {
e.showValue = t;
},
expression: "showValue",
},
},
[
o(
"div",
{ staticClass: "vux-popup-picker-container" },
[
o("popup-header", {
attrs: {
"left-text": e.cancelText || "取消",
"right-text": e.confirmText || "完成",
title: e.popupTitle,
},
on: {
"on-click-left": function (t) {
return e.onHide(!1);
},
"on-click-right": function (t) {
return e.onHide(!0);
},
},
}),
e._v(" "),
o("picker", {
attrs: {
data: e.data,
columns: e.columns,
"fixed-columns": e.fixedColumns,
container: "#vux-popup-picker-" + e.uuid,
"column-width": e.columnWidth,
},
on: { "on-change": e.onPickerChange },
model: {
value: e.tempValue,
callback: function (t) {
e.tempValue = t;
},
expression: "tempValue",
},
}),
],
1
),
]
),
],
1
),
]);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
BSzM: function (e, t, o) {
"use strict";
function i(e) {
o("N3y9");
}
var s = (o("wWlE"), o("k2yx")),
n = o("2g3x"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
BYsE: function (e, t) {},
Btq2: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"transition",
{ attrs: { name: "vux-popup-animate-" + e.position } },
[
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.show && !e.initialShow,
expression: "show && !initialShow",
},
],
staticClass: "vux-popup-dialog",
class: [
"vux-popup-" + e.position,
e.show ? "vux-popup-show" : "",
],
style: e.styles,
},
[e.shouldRenderBody ? e._t("default") : e._e()],
2
),
]
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
C5VE: function (e, t, o) {
"use strict";
function i(e) {
o("7uEZ");
}
var s = (o("xf7t"), o("lU2W")),
n = o("Btq2"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
D6g4: function (e, t, o) {
"use strict";
var i = o("x6d+");
t.a = {
name: "toast",
mixins: [i.a],
props: {
value: Boolean,
time: { type: Number, default: 2e3 },
type: { type: String, default: "success" },
transition: String,
width: { type: String, default: "7.6em" },
isShowMask: { type: Boolean, default: !1 },
text: String,
position: String,
},
data: function () {
return { show: !1 };
},
created: function () {
this.value && (this.show = !0);
},
computed: {
currentTransition: function () {
return this.transition
? this.transition
: "top" === this.position
? "vux-slide-from-top"
: "bottom" === this.position
? "vux-slide-from-bottom"
: "vux-fade";
},
toastClass: function () {
return {
"weui-toast_forbidden": "warn" === this.type,
"weui-toast_cancel": "cancel" === this.type,
"weui-toast_success": "success" === this.type,
"weui-toast_text": "text" === this.type,
"vux-toast-top": "top" === this.position,
"vux-toast-bottom": "bottom" === this.position,
"vux-toast-middle": "middle" === this.position,
};
},
style: function () {
if ("text" === this.type && "auto" === this.width)
return { padding: "10px" };
},
},
watch: {
show: function (e) {
var t = this;
e &&
(this.$emit("input", !0),
this.$emit("on-show"),
this.fixSafariOverflowScrolling("auto"),
clearTimeout(this.timeout),
(this.timeout = setTimeout(function () {
(t.show = !1),
t.$emit("input", !1),
t.$emit("on-hide"),
t.fixSafariOverflowScrolling("touch");
}, this.time)));
},
value: function (e) {
this.show = e;
},
},
};
},
DYOT: function (e, t, o) {
"use strict";
function i(e) {
var t = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"),
o = window.location.search.substr(1).match(t);
return null != o ? o[2] : null;
}
function s() {
var e =
window.innerHeight -
d()(".pageTitle").outerHeight(!0) -
d()(".backBtnBox").outerHeight(!0);
d()(".judgeDetailWrap").css("height", e + "px");
}
var n,
a = o("3cXf"),
r = o.n(a),
c = o("a3Yh"),
l = o.n(c),
u = o("SXXC"),
d = o.n(u),
p = o("+EaS"),
_ = o("4PKW"),
m = o("fRcE"),
f = o("Awhv"),
h = o("uiKT"),
v = o("BdEu"),
g = i("eid") || "23400814",
w = i("storeEid"),
x = i("path") || "InterGo8612new",
b = i("appid") || "10036";
w = w ? "&storeEid=" + w : "";
t.a = {
name: "Judge_detail",
directives: { TransferDom: h.a },
components:
((n = {
Flexbox: p.a,
FlexboxItem: _.a,
XDialog: m.a,
Previewer: f.a,
}),
l()(n, v.c.name, v.c),
l()(n, v.d.name, v.d),
l()(n, v.a.name, v.a),
n),
data: function () {
return {
recordId: "",
judgeResultDetail: {
resumeInfo: {
recordId: "",
userId: "",
photo: "",
sex: "",
name: "",
company: "",
department: "",
position: "",
},
judgeInfo: {
judger: { openId: "", name: "" },
state: "",
interEvaluation: "",
interForm: "",
qualityEvaluation: "",
writeExam: "",
attachs: [],
},
},
showPreviewBox: !1,
imgList: [],
titleName: this.localeResource.judgeDetail_pageName,
version: Number(localStorage.InterGo_Version),
activeNames: [],
isYZJapp: !1,
};
},
created: function () {
navigator.userAgent.match(/Qing\/.*;(iOS|iPhone|Android).*/) &&
(this.isYZJapp = !0),
this.isYZJapp && XuntongJSBridge.call("closePop");
var e = this;
try {
void 0 != mbos.http
? e.loadData()
: (window.onload = function () {
e.loadData();
});
} catch (t) {
e.loadData();
}
},
mounted: function () {
s();
},
methods: l()(
{
goHome: function () {
console.log("goHome2")
sessionStorage.isRecruitGo
? (top.location.href =
location.origin +
location.pathname +
"?appid=" +
b +
"&eid=" +
g +
"&path=" +
x +
w +
"&name=0.navui#/" +
w)
: this.$router.push("/");
},
openTointerview: function () {
sessionStorage.isRecruitGo
? ((sessionStorage.toDoListAtciveTab = "mytab0"),
(top.location.href =
location.origin +
location.pathname +
"?appid=" +
b +
"&eid=" +
g +
"&path=" +
x +
w +
"&name=01.navui&tabIndex=0&pageType=interviewResults" +
w))
: this.$router.push("/tointerview");
},
openTojudge: function () {
sessionStorage.isRecruitGo
? ((sessionStorage.toDoListAtciveTab = "mytab1"),
(top.location.href =
location.origin +
location.pathname +
"?appid=" +
b +
"&eid=" +
g +
"&path=" +
x +
w +
"&name=01.navui&tabIndex=1&pageType=interviewResults" +
w))
: this.$router.push("/tojudge");
},
showFile: function (e) {
var t = this,
o = void 0,
i = easContext.userID
.replaceAll("/", "_")
.replaceAll("+", "__")
.replaceAll("=", "___");
o =
(e.attachName || e.fname_l2) +
"_" +
i +
"." +
(e.attachType || e.fsimplename);
var s =
"/mbos/attach/download?id=" +
(e.attachId || e.fid) +
"&bostype=F4AF4F03&name=" +
o;
mbos.http.ajax({
url: s,
param: {},
success: function (o) {
var i = "string" == typeof o ? o : o.filename,
s = encodeURI(
window.location.origin +
"/mbos/download/attach/" +
decodeURIComponent(i)
),
n = !!navigator.userAgent.match(
/\(i[^;]+;( U;)? CPU.+Mac OS X/
);
"pic" == t.judgePic("." + (e.attachType || e.fsimplename))
? t.$hevueImgPreview(s)
: n
? (location.href = s)
: window.open(s);
},
});
},
loadData: function () {
var e = this,
t = "InterGo_GetJudgeResultDetailService",
o = decodeURIComponent(
decodeURIComponent(this.$route.query.recordId)
),
i = this.$store.state.userInfo.openId,
s = [o];
this.version > 1 &&
((t = "InterGo_GetTobeJudgedRecordInfoService"), (s = [o, i]));
try {
console.log(mbos);
var n = this;
mbos.eas.invokeScript({
name: t,
param: s,
success: function (e) {
if (
(console.log("调用接口成功"),
console.log(e),
"0" == e.code)
) {
(n.judgeResultDetail = e.data),
(n.recordId = n.judgeResultDetail.resumeInfo.recordId);
var t = [];
n.judgeResultDetail.judgeInfo.attachs &&
(n.judgeResultDetail.judgeInfo.attachs.forEach(
function (e) {
t.push({
src: "data:image/jpeg;base64," + e.fileLink,
});
}
),
(n.imgList = t)),
console.log(r()(n.imgList)),
n.version > 0 &&
n.judgeResultDetail.judgeInfo.InterviewStructureData.forEach(
function (e) {
n.activeNames.push(e.struClass),
e.data &&
e.data.forEach(function (e) {
if ("Select" === e.fieldType && e.options) {
var t = !1;
e.options.forEach(function (o) {
if (e.value == o.key)
return (
(e.value = o.value), (t = !0), !1
);
}),
t || (e.value = "");
}
"Time" === e.fieldType &&
(e.value = e.value
? e.value.substr(11, 5)
: ""),
"TimeStamp" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 16)
: ""),
"Date" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 10)
: "");
}),
e.groupData &&
e.groupData.forEach(function (e) {
e.data &&
e.data.forEach(function (e) {
if (
"Select" === e.fieldType &&
e.options
) {
var t = !1;
e.options.forEach(function (o) {
if (e.value == o.key)
return (
(e.value = o.value),
(t = !0),
!1
);
}),
t || (e.value = "");
}
"Time" === e.fieldType &&
(e.value = e.value
? e.value.substr(11, 5)
: ""),
"TimeStamp" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 16)
: ""),
"Date" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 10)
: "");
});
});
}
);
} else {
var o = r()(e);
if (o.indexOf("请求云之家openauth2服务失败") >= 0)
alert(n.localeResource.common_loginTimeout);
else if (o.indexOf("无法连接EAS服务器") >= 0)
alert(n.localeResource.common_EAS500);
else {
var i = n.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
n.$vux.toast.show({
position: "default",
text: i,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
d()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
}),
n.$router.push("/common404");
}
}
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
alert(e.msg),
n.$router.push("/common404");
},
});
} catch (i) {
var t =
this.version < 1
? "/user/judgeResults/details"
: this.version > 1
? "/user/judges/details1.0"
: "/user/judgeResults/details1.0";
this.$http
.post(t, { recordId: o })
.then(function (t) {
var o = t.data;
if ("0" == o.code) {
(e.judgeResultDetail = o.data),
(e.recordId = e.judgeResultDetail.resumeInfo.recordId);
var i = [];
e.judgeResultDetail.judgeInfo.attachs &&
(e.judgeResultDetail.judgeInfo.attachs.forEach(
function (e) {
i.push({
src: "data:image/jpeg;base64," + e.fileLink,
});
}
),
(e.imgList = i)),
e.version > 0 &&
e.judgeResultDetail.judgeInfo.InterviewStructureData.forEach(
function (t) {
e.activeNames.push(t.struClass),
t.data &&
t.data.forEach(function (e) {
if ("Select" === e.fieldType && e.options) {
var t = !1;
e.options.forEach(function (o) {
if (e.value == o.key)
return (
(e.value = o.value), (t = !0), !1
);
}),
t || (e.value = "");
}
"Time" === e.fieldType &&
(e.value = e.value
? e.value.substr(11, 5)
: ""),
"TimeStamp" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 16)
: ""),
"Date" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 10)
: "");
}),
t.groupData &&
t.groupData.forEach(function (e) {
e.data &&
e.data.forEach(function (e) {
if (
"Select" === e.fieldType &&
e.options
) {
var t = !1;
e.options.forEach(function (o) {
if (e.value == o.key)
return (
(e.value = o.value),
(t = !0),
!1
);
}),
t || (e.value = "");
}
"Time" === e.fieldType &&
(e.value = e.value
? e.value.substr(11, 5)
: ""),
"TimeStamp" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 16)
: ""),
"Date" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 10)
: "");
});
});
}
);
}
})
.catch(function (e) {
console.log(e);
});
}
},
judgePic: function (e) {
var t = "",
o = RegExp(/.*(\.png|\.jpg|\.jpeg|\.gif)$/),
i = RegExp(/.*(\.doc|\.docx)$/),
s = RegExp(/.*(\.xls|\.xlsx)$/),
n = RegExp(/.*(\.ppt|\.pptx)$/),
a = RegExp(/.*(\.pdf)$/),
r = RegExp(/.*(\.zip|\.rar)$/),
c = RegExp(/.*(\.js|\.css|\.html)$/),
l = RegExp(
/.*(\.mp3|\.wma|\.aac|\.ogg|\.mpc|\.wav|\.flac|\.midi|\.ra)$/
),
u = RegExp(
/.*(\.avi|\.wmv|\.mpg|\.mov|\.rm|\.ram|\.swf|\.flv|\.mp4)$/
),
d = RegExp(/.*(\.txt)$/);
return (
o.test(e)
? ((t = "pic"), this.version > 1 && (t = "pic-filetype"))
: (t = i.test(e)
? "word-filetype"
: s.test(e)
? "excel-filetype"
: n.test(e)
? "ppt-filetype"
: a.test(e)
? "pdf-filetype"
: r.test(e)
? "zip-filetype"
: c.test(e)
? "file-filetype"
: l.test(e)
? "music-filetype"
: u.test(e)
? "video-filetype"
: d.test(e)
? "txt-filetype"
: "unknown-filetype"),
t
);
},
judgeFileType: function (e) {
var t = RegExp(/.*(png|jpg|jpeg|gif)$/),
o = RegExp(/.*(doc|docx)$/),
i = RegExp(/.*(xls|xlsx)$/),
s = RegExp(/.*(ppt|pptx)$/),
n = RegExp(/.*(pdf)$/),
a = RegExp(/.*(zip)$/),
r = RegExp(/.*(html)$/);
return t.test(e)
? "pic"
: o.test(e)
? "word"
: i.test(e)
? "excel"
: s.test(e)
? "ppt"
: n.test(e)
? "pdf"
: a.test(e)
? "zip"
: r.test(e)
? "html"
: "unknown";
},
showPic: function (e) {
this.$refs.previewer.show(e);
},
showGroupData: function (e) {
(e.hideGroupData = !e.hideGroupData), this.$forceUpdate();
},
},
"showFile",
function (e, t) {
var o = easContext.easUrl + "/shr",
i =
"http://reccloud.kingdee.com/recRegister/recDemand/getSHRImageByURL?serviceURL=" +
encodeURIComponent(o) +
"&imageURL=" +
encodeURIComponent(e.fileDownLoadUrl);
0 == t &&
(i =
"http://reccloud.kingdee.com/recRegister/resume/viewFile?fileUrl=" +
encodeURIComponent(e.fileDownLoadUrl)),
this.isYZJapp
? XuntongJSBridge.call(
"showFile",
{
fileDownloadUrl: i,
fileName: e.name.split(".")[0],
fileExt: e.fileExt,
fileTime: "",
fileSize: e.fileSize,
},
function (e) {}
)
: ((i =
"http://reccloud.kingdee.com/recRegister/recDemand/preview?serviceURL=" +
encodeURIComponent(o) +
"&imageURL=" +
encodeURIComponent(e.fileDownLoadUrl) +
"&attachType=" +
e.fileExt),
"pic" == this.judgeFileType(e.fileExt)
? this.$hevueImgPreview(i)
: "html" == this.judgeFileType(e.fileExt)
? (location.href = i)
: (location.href =
"http://reccloud.kingdee.com/ws_sync/register/index.html#/pdfPreview?FilePath=" +
encodeURIComponent(i)),
console.log(i),
console.log(e));
}
),
};
},
Da0l: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement;
return (e._self._c || t)("i", {
class: [e.className, e.isMsg ? "weui-icon_msg" : ""],
});
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
DdMp: function (e, t, o) {
"use strict";
var i = o("gjrJ");
i.a,
String,
String,
String,
String,
String,
String,
Number,
String,
String;
},
E0It: function (e, t) {},
ECtY: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o("div", { staticClass: "vux-timeline" }, [
o("ul", [e._t("default")], 2),
]);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
EFzr: function (e, t, o) {
"use strict";
function i(e) {
o("z/MN");
}
var s = (o("HKli"), o("/eBj")),
n = o("UvZP"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
ELCi: function (e, t, o) {
"use strict";
var i = o("4a+h"),
s = o("adVT"),
n = o("VOBM"),
a = o("gjrJ"),
r = o("L2it");
t.a = {
name: "cell",
components: { InlineDesc: i.a },
props: Object(n.a)(),
created: function () {},
beforeMount: function () {
(this.hasTitleSlot = !!this.$slots.title), this.$slots.value;
},
computed: {
labelStyles: function () {
return Object(a.a)({
width: Object(r.a)(this, "labelWidth"),
textAlign: Object(r.a)(this, "labelAlign"),
marginRight: Object(r.a)(this, "labelMarginRight"),
});
},
valueClass: function () {
return {
"vux-cell-primary":
"content" === this.primary || "left" === this.valueAlign,
"vux-cell-align-left": "left" === this.valueAlign,
"vux-cell-arrow-transition": !!this.arrowDirection,
"vux-cell-arrow-up": "up" === this.arrowDirection,
"vux-cell-arrow-down": "down" === this.arrowDirection,
};
},
labelClass: function () {
return {
"vux-cell-justify":
this.$parent &&
("justify" === this.$parent.labelAlign ||
"justify" === this.$parent.$parent.labelAlign),
};
},
style: function () {
if (this.alignItems) return { alignItems: this.alignItems };
},
},
methods: {
onClick: function () {
!this.disabled && Object(s.a)(this.link, this.$router);
},
},
data: function () {
return { hasTitleSlot: !0, hasMounted: !1 };
},
};
},
Eefo: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
directives: [
{
name: "wechat-title",
rawName: "v-wechat-title",
value: (e.$route.meta.title = e.titleName),
expression: "$route.meta.title=titleName",
},
],
staticClass: "setcomwords",
},
[
o("div", { staticClass: "addBtnBox" }, [
10 - e.comWords.length > 0
? o(
"button",
{
staticClass: "addBtn",
on: {
click: function (t) {
e.showAddConfirm = !0;
},
},
},
[
o("span", { staticClass: "icon" }, [e._v("+")]),
e._v(" "),
o("span", { staticClass: "text" }, [
e._v(e._s(e.localeResource.setcomwords_addbtn)),
]),
e._v(" "),
o("span", { staticClass: "tips" }, [
e._v(
"(" +
e._s(
e._f("tmpReplace")(
e.localeResource.setcomwords_info_0,
10 - e.comWords.length
)
) +
")"
),
]),
]
)
: o(
"button",
{
staticClass: "addBtn",
attrs: { disabled: "disabled" },
},
[
o("span", { staticClass: "icon" }, [e._v("+")]),
e._v(" "),
o("span", { staticClass: "text" }, [
e._v(e._s(e.localeResource.setcomwords_addbtn)),
]),
e._v(" "),
o("span", { staticClass: "tips" }, [
e._v(
"(" +
e._s(
e._f("tmpReplace")(
e.localeResource.setcomwords_info_0,
10 - e.comWords.length
)
) +
")"
),
]),
]
),
]),
e._v(" "),
e.comWords.length > 0
? o(
"ul",
{ staticClass: "comwordsList" },
e._l(e.comWords, function (t, i) {
return o("li", { key: i, staticClass: "comwordItem" }, [
o("span", {
staticClass: "tag",
class: [
0 == t.type
? "pass"
: 1 == t.type
? "deny"
: "quite",
],
}),
e._v(" "),
o("span", { staticClass: "text ellipsis" }, [
e._v(e._s(t.content)),
]),
e._v(" "),
o("span", { staticClass: "btns" }, [
o("i", {
staticClass: "editBtn",
on: {
click: function (o) {
return e.editWords(i, t);
},
},
}),
e._v(" "),
o("i", {
staticClass: "delBtn",
on: {
click: function (o) {
return e.delWords(i, t);
},
},
}),
]),
]);
}),
0
)
: e._e(),
e._v(" "),
0 == e.comWords.length
? o("div", { staticClass: "noCurData" }, [
o("p", { staticClass: "noDataPic" }),
e._v(" "),
o("p", [e._v(e._s(e.localeResource.setcomwords_info_1))]),
])
: e._e(),
e._v(" "),
o(
"confirm",
{
attrs: {
"close-on-confirm": !1,
"hide-on-blur": !0,
title: e.localeResource.setcomwords_confirm_title,
"confirm-text": e.localeResource.setcomwords_confirm_text,
"cancel-text": e.localeResource.common_cancel,
},
on: {
"on-cancel": e.onCancelAdd,
"on-confirm": e.onConfirmAdd,
},
model: {
value: e.showAddConfirm,
callback: function (t) {
e.showAddConfirm = t;
},
expression: "showAddConfirm",
},
},
[
o("ul", { staticClass: "radioBtns" }, [
o("li", { staticClass: "btnItem" }, [
o("input", {
attrs: {
type: "radio",
id: "pass1",
name: "newWordsType",
},
domProps: { checked: 0 == e.newWords.type },
on: {
click: function (t) {
e.newWords.type = 0;
},
},
}),
e._v(" "),
o("label", { attrs: { for: "pass1" } }, [
e._v(e._s(e.localeResource.common_interEvaList_0)),
]),
]),
e._v(" "),
o("li", { staticClass: "btnItem" }, [
o("input", {
attrs: {
type: "radio",
id: "deny1",
name: "newWordsType",
},
domProps: { checked: 1 == e.newWords.type },
on: {
click: function (t) {
e.newWords.type = 1;
},
},
}),
e._v(" "),
o("label", { attrs: { for: "deny1" } }, [
e._v(e._s(e.localeResource.common_interEvaList_1)),
]),
]),
e._v(" "),
o("li", { staticClass: "btnItem" }, [
o("input", {
attrs: {
type: "radio",
id: "quite1",
name: "newWordsType",
},
domProps: { checked: 2 == e.newWords.type },
on: {
click: function (t) {
e.newWords.type = 2;
},
},
}),
e._v(" "),
o("label", { attrs: { for: "quite1" } }, [
e._v(e._s(e.localeResource.common_interEvaList_2)),
]),
]),
]),
e._v(" "),
o(
"group",
{ staticClass: "contentArea" },
[
o("x-textarea", {
attrs: { max: 200, rows: 5 },
model: {
value: e.newWords.content,
callback: function (t) {
e.$set(e.newWords, "content", t);
},
expression: "newWords.content",
},
}),
],
1
),
],
1
),
e._v(" "),
o(
"confirm",
{
attrs: {
"close-on-confirm": !1,
"hide-on-blur": !0,
title: e.localeResource.setcomwords_modify,
"confirm-text": e.localeResource.setcomwords_confirmModify,
"cancel-text": e.localeResource.common_cancel,
},
on: { "on-confirm": e.onConfirmEdit },
model: {
value: e.showEditConfirm,
callback: function (t) {
e.showEditConfirm = t;
},
expression: "showEditConfirm",
},
},
[
o("ul", { staticClass: "radioBtns" }, [
o("li", { staticClass: "btnItem" }, [
o("input", {
attrs: { type: "radio", id: "pass", name: "type" },
domProps: { checked: 0 == e.toRemindWords.type },
on: {
click: function (t) {
e.toRemindWords.type = 0;
},
},
}),
e._v(" "),
o("label", { attrs: { for: "pass" } }, [
e._v(e._s(e.localeResource.common_interEvaList_0)),
]),
]),
e._v(" "),
o("li", { staticClass: "btnItem" }, [
o("input", {
attrs: { type: "radio", id: "deny", name: "type" },
domProps: { checked: 1 == e.toRemindWords.type },
on: {
click: function (t) {
e.toRemindWords.type = 1;
},
},
}),
e._v(" "),
o("label", { attrs: { for: "deny" } }, [
e._v(e._s(e.localeResource.common_interEvaList_1)),
]),
]),
e._v(" "),
o("li", { staticClass: "btnItem" }, [
o("input", {
attrs: { type: "radio", id: "quite", name: "type" },
domProps: { checked: 2 == e.toRemindWords.type },
on: {
click: function (t) {
e.toRemindWords.type = 2;
},
},
}),
e._v(" "),
o("label", { attrs: { for: "quite" } }, [
e._v(e._s(e.localeResource.common_interEvaList_2)),
]),
]),
]),
e._v(" "),
o(
"group",
{ staticClass: "contentArea" },
[
o("x-textarea", {
attrs: { max: 200, rows: 5 },
model: {
value: e.toRemindWords.content,
callback: function (t) {
e.$set(e.toRemindWords, "content", t);
},
expression: "toRemindWords.content",
},
}),
],
1
),
],
1
),
e._v(" "),
o(
"confirm",
{
attrs: {
"hide-on-blur": !0,
title: e.localeResource.setcomwords_delet,
"confirm-text": e.localeResource.setcomwords_confirmDelete,
"cancel-text": e.localeResource.common_cancel,
},
on: { "on-confirm": e.onConfirmDel },
model: {
value: e.showDelConfirm,
callback: function (t) {
e.showDelConfirm = t;
},
expression: "showDelConfirm",
},
},
[
o("p", { staticStyle: { "text-align": "center" } }, [
e._v(e._s(e.localeResource.setcomwords_info_2)),
]),
]
),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
ExED: function (module, __webpack_exports__, __webpack_require__) {
"use strict";
var __WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify__ =
__webpack_require__("3cXf"),
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default =
__webpack_require__.n(
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify__
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty__ =
__webpack_require__("a3Yh"),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default =
__webpack_require__.n(
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty__
),
__WEBPACK_IMPORTED_MODULE_2_jquery__ = __webpack_require__("SXXC"),
__WEBPACK_IMPORTED_MODULE_2_jquery___default = __webpack_require__.n(
__WEBPACK_IMPORTED_MODULE_2_jquery__
),
__WEBPACK_IMPORTED_MODULE_3_vux_src_components_view_box_index_vue__ =
__webpack_require__("vTeT"),
__WEBPACK_IMPORTED_MODULE_4_vux_src_components_x_button_index_vue__ =
__webpack_require__("oast"),
__WEBPACK_IMPORTED_MODULE_5_vux_src_components_tab_tab_vue__ =
__webpack_require__("VawC"),
__WEBPACK_IMPORTED_MODULE_6_vux_src_components_tab_tab_item_vue__ =
__webpack_require__("6ONn"),
__WEBPACK_IMPORTED_MODULE_7_vux_src_components_group_index_vue__ =
__webpack_require__("Q/W4"),
__WEBPACK_IMPORTED_MODULE_8_vux_src_components_x_textarea_index_vue__ =
__webpack_require__("BSzM"),
__WEBPACK_IMPORTED_MODULE_9_vux_src_components_x_input_index_vue__ =
__webpack_require__("KiN3"),
__WEBPACK_IMPORTED_MODULE_10_vux_src_components_flexbox_flexbox_vue__ =
__webpack_require__("+EaS"),
__WEBPACK_IMPORTED_MODULE_11_vux_src_components_flexbox_flexbox_item_vue__ =
__webpack_require__("4PKW"),
__WEBPACK_IMPORTED_MODULE_12_vux_src_components_popup_index_vue__ =
__webpack_require__("C5VE"),
__WEBPACK_IMPORTED_MODULE_13_vux_src_components_loading_index_vue__ =
__webpack_require__("13kN"),
__WEBPACK_IMPORTED_MODULE_14_vux_src_components_x_dialog_index_vue__ =
__webpack_require__("fRcE"),
__WEBPACK_IMPORTED_MODULE_15_vux_src_components_previewer_index_vue__ =
__webpack_require__("Awhv"),
__WEBPACK_IMPORTED_MODULE_16_vux_src_components_popup_picker_index_vue__ =
__webpack_require__("w3K0"),
__WEBPACK_IMPORTED_MODULE_17_vux_src_directives_transfer_dom_index_js__ =
__webpack_require__("uiKT"),
__WEBPACK_IMPORTED_MODULE_18_vant__ = __webpack_require__("BdEu"),
_components,
tipInfoTime = 2e3;
__webpack_exports__.a = {
name: "judge_page",
directives: {
TransferDom:
__WEBPACK_IMPORTED_MODULE_17_vux_src_directives_transfer_dom_index_js__.a,
},
components:
((_components = {
Tab: __WEBPACK_IMPORTED_MODULE_5_vux_src_components_tab_tab_vue__.a,
TabItem:
__WEBPACK_IMPORTED_MODULE_6_vux_src_components_tab_tab_item_vue__.a,
ViewBox:
__WEBPACK_IMPORTED_MODULE_3_vux_src_components_view_box_index_vue__.a,
XButton:
__WEBPACK_IMPORTED_MODULE_4_vux_src_components_x_button_index_vue__.a,
Group:
__WEBPACK_IMPORTED_MODULE_7_vux_src_components_group_index_vue__.a,
XTextarea:
__WEBPACK_IMPORTED_MODULE_8_vux_src_components_x_textarea_index_vue__.a,
XInput:
__WEBPACK_IMPORTED_MODULE_9_vux_src_components_x_input_index_vue__.a,
Flexbox:
__WEBPACK_IMPORTED_MODULE_10_vux_src_components_flexbox_flexbox_vue__.a,
FlexboxItem:
__WEBPACK_IMPORTED_MODULE_11_vux_src_components_flexbox_flexbox_item_vue__.a,
Popup:
__WEBPACK_IMPORTED_MODULE_12_vux_src_components_popup_index_vue__.a,
Loading:
__WEBPACK_IMPORTED_MODULE_13_vux_src_components_loading_index_vue__.a,
XDialog:
__WEBPACK_IMPORTED_MODULE_14_vux_src_components_x_dialog_index_vue__.a,
Previewer:
__WEBPACK_IMPORTED_MODULE_15_vux_src_components_previewer_index_vue__.a,
PopupPicker:
__WEBPACK_IMPORTED_MODULE_16_vux_src_components_popup_picker_index_vue__.a,
}),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.c.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.c
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.d.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.d
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.f.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.f
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.h.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.h
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.g.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.g
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.e.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.e
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.i.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.i
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.a.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.a
),
_components),
data: function () {
return {
tipInfoTime: 2e3,
showLoading: !1,
showResume: !1,
showFeedBack: !1,
showComWordsPanel: !1,
comWords: [],
state: "",
interStatus: "",
judgeRecordId: "",
resumeInfos: {},
list: [
{ val: "3", text: this.localeResource.common_interEvaList_0 },
{ val: "4", text: this.localeResource.common_interEvaList_1 },
{ val: "5", text: this.localeResource.common_interEvaList_2 },
{ val: "2", text: this.localeResource.common_interEvaList_3 },
],
judgeInfo: {
state: "-1",
interEvaluation: "",
interScore: null,
interForm: "",
qualityEvaluation: "",
writeExam: "",
attachs: [],
jobGrade: { name: "Level 1", id: "001" },
},
imgList: [],
isYZJapp: !1,
jobGradeList: [],
selectJobGrade: [],
titleName: this.localeResource.judgePage_pageName,
files: [],
base64List: [],
version: Number(localStorage.InterGo_Version),
activeNames: [],
showPicker: !1,
pickerOptions: [],
currPickerField: [],
currLongtextField: [],
countType: 1,
showTimePicker: !1,
showDatePicker: !1,
showDateTimePicker: !1,
currentDate: "",
currentFiled: {},
excludeFileType:
"exe,js,sh,jsp,ftl,bat,php,py,go,cpp,java,class,aspx,html,htm",
acceptFileTypes: "doc,docx,txt,pdf,msg,wps,jpg,png,gif,rtf",
};
},
beforeRouteEnter: function (e, t, o) {
o(function (e) {
e.$route.query.showResume
? (e.showResume = !1)
: (e.showResume = !0);
});
},
created: function () {
navigator.userAgent.match(/Qing\/.*;(iOS|iPhone|Android).*/) &&
(this.isYZJapp = !0),
this.isYZJapp && XuntongJSBridge.call("closePop");
var e = this;
try {
void 0 != mbos.http
? e.loadData()
: (window.onload = function () {
e.loadData();
});
} catch (t) {
e.loadData();
}
},
mounted: function () {},
methods: {
attachAll: function (e) {
try {
mbos.http.ajax({
url: "/mbos/attach/listAll",
param: { billid: e.billid, bostype: "C84F6BC0", contentId: "" },
success: function (t) {
t.length > 0 &&
t.forEach(function (e) {
if (e.fname_l2.indexOf("_") > -1) {
var t = e.fname_l2.split("_");
t.splice(t.length - 1), (e.fname_l2 = t.join("_"));
}
}),
(e.attachs = t),
console.log(e.attachs);
},
});
} catch (e) {
console.log(e);
}
},
showFile: function (e) {
var t = this,
o = void 0,
i = easContext.userID
.replaceAll("/", "_")
.replaceAll("+", "__")
.replaceAll("=", "___");
o =
(e.attachName || e.fname_l2) +
"_" +
i +
"." +
(e.attachType || e.fsimplename);
var s =
"/mbos/attach/download?id=" +
(e.attachId || e.fid) +
"&bostype=F4AF4F03&name=" +
o;
mbos.http.ajax({
url: s,
param: {},
success: function (o) {
var i = "string" == typeof o ? o : o.filename,
s = encodeURI(
window.location.origin +
"/mbos/download/attach/" +
decodeURIComponent(i)
),
n = !!navigator.userAgent.match(
/\(i[^;]+;( U;)? CPU.+Mac OS X/
);
"pic" == t.judgeFileType(e.attachType || e.fsimplename)
? t.$hevueImgPreview(s)
: n
? (location.href = s)
: window.open(s);
},
});
},
formatter: function (e, t) {
return "year" === e
? t + "年"
: "month" === e
? t + "月"
: "day" === e
? t + "日"
: "hour" === e
? t + "时"
: "minute" === e
? t + "分"
: t;
},
dateFormatter: function (e, t) {
var o = e.getFullYear(),
i = e.getMonth() + 1,
s = e.getDate(),
n = e.getHours(),
a = e.getMinutes();
i < 10 && (i = "0" + i),
s < 10 && (s = "0" + s),
n < 10 && (n = "0" + n),
a < 10 && (a = "0" + a);
var r = "";
switch (t) {
case "Time":
r = n + ":" + a;
break;
case "Date":
r = o + "-" + i + "-" + s;
break;
case "TimeStamp":
r = o + "-" + i + "-" + s + " " + n + ":" + a;
}
return r;
},
dateTimePickerClickEvent: function (e, t) {
if (e.readOnly) return !1;
this.currentFiled = e;
var o = t;
switch (
((o = t ? new Date(t) : new Date()), this.currentFiled.fieldType)
) {
case "Time":
this.showTimePicker = !0;
break;
case "Date":
this.showDatePicker = !0;
break;
case "TimeStamp":
this.showDateTimePicker = !0;
}
this.currentDate = o;
},
onDateTimePickerConfirm: function (e) {
switch (this.currentFiled.fieldType) {
case "Time":
(this.currentFiled.value = e), (this.showTimePicker = !1);
break;
case "Date":
this.showDatePicker = !1;
case "TimeStamp":
(this.currentFiled.value = this.dateFormatter(
e,
this.currentFiled.fieldType
)),
(this.showDateTimePicker = !1);
}
},
countTatalScore: function (e, t, o) {
if (!t) return !1;
for (var i = 0, s = 0; s < e[o].data.length; s++) {
var n = e[o].data[s];
n.associatedField === t && (i += Number(n.value || 0));
}
for (var s = 0; s < e[o].data.length; s++)
if (e[o].data[s].colName === t) {
e[o].data[s].value = i.toFixed(2);
break;
}
for (var a = 0, s = 1; s < e.length; s++) {
for (var r = 0, i = 0, c = 0; c < e[s].data.length; c++) {
var n = e[s].data[c];
"totalScore" === n.associatedField &&
(i = Number(n.value || 0)),
(n.colName.indexOf("Percentage") > -1 ||
"fullQualityPer" == n.colName) &&
(r = Number(n.value.substr(0, n.value.length - 1) || 0));
}
a += (i * r) / 100;
}
1 === this.countType && (a = (a / (e.length - 1)).toFixed(2));
for (var s = 0; s < e[0].data.length; s++)
if ("totalScore" === e[0].data[s].colName) {
e[0].data[s].value = a;
break;
}
},
showGroupData: function (e) {
(e.hideGroupData = !e.hideGroupData), this.$forceUpdate();
},
setPickerOptions: function (e) {
if (e.readOnly) return !1;
(this.pickerOptions = e.options),
(this.currPickerField = e),
(this.showPicker = !0);
},
onPickerConfirm: function (e) {
(this.currPickerField.value = e.key),
(this.currPickerField.valueText = e.value),
(this.showPicker = !1);
},
removeFile: function (e, t, o) {
this.version < 2
? (this.files.splice(e, 1), this.base64List.splice(e, 1))
: this.deleteAttach(e, t, o);
},
deleteAttach: function (e, t, o) {
var i = {};
(i.billid = t.billid), (i.attachid = o.attachId || o.fid);
try {
mbos.http.ajax({
url: "/mbos/attach/deleteAttachment",
param: i,
success: function (o) {
t.attachs.splice(e, 1);
},
});
} catch (o) {
t.attachs.splice(e, 1);
}
},
judgePic: function (e) {
var t = "",
o = RegExp(/.*(\.png|\.jpg|\.jpeg|\.gif)$/),
i = RegExp(/.*(\.doc|\.docx)$/),
s = RegExp(/.*(\.xls|\.xlsx)$/),
n = RegExp(/.*(\.ppt|\.pptx)$/),
a = RegExp(/.*(\.pdf)$/),
r = RegExp(/.*(\.zip|\.rar)$/),
c = RegExp(/.*(\.js|\.css|\.html)$/),
l = RegExp(
/.*(\.mp3|\.wma|\.aac|\.ogg|\.mpc|\.wav|\.flac|\.midi|\.ra)$/
),
u = RegExp(
/.*(\.avi|\.wmv|\.mpg|\.mov|\.rm|\.ram|\.swf|\.flv|\.mp4)$/
),
d = RegExp(/.*(\.txt)$/);
return (
o.test(e)
? ((t = "pic"), this.version > 1 && (t = "pic-filetype"))
: (t = i.test(e)
? "word-filetype"
: s.test(e)
? "excel-filetype"
: n.test(e)
? "ppt-filetype"
: a.test(e)
? "pdf-filetype"
: r.test(e)
? "zip-filetype"
: c.test(e)
? "file-filetype"
: l.test(e)
? "music-filetype"
: u.test(e)
? "video-filetype"
: d.test(e)
? "txt-filetype"
: "unknown-filetype"),
t
);
},
judgeFileType: function (e) {
var t = RegExp(/.*(png|jpg|jpeg|gif)$/),
o = RegExp(/.*(doc|docx)$/),
i = RegExp(/.*(xls|xlsx)$/),
s = RegExp(/.*(ppt|pptx)$/),
n = RegExp(/.*(pdf)$/),
a = RegExp(/.*(zip)$/),
r = RegExp(/.*(html)$/);
return t.test(e)
? "pic"
: o.test(e)
? "word"
: i.test(e)
? "excel"
: s.test(e)
? "ppt"
: n.test(e)
? "pdf"
: a.test(e)
? "zip"
: r.test(e)
? "html"
: "unknown";
},
previewImg: function (e) {
this.$hevueImgPreview(e);
},
afterRead: function (e, t) {
if (
(console.log(t),
__WEBPACK_IMPORTED_MODULE_2_jquery___default.a.isArray(e))
)
for (var o = 0; o < e.length; o++) this.dealwithFile(e[o], t);
else this.dealwithFile(e, t);
},
dealwithFile: function (e, t) {
if ((console.log(e), !(this.files.length >= 8))) {
var o = e.file,
i = o.name.split("."),
s =
(i[i.length - 1],
this.analysisFileType(this.excludeFileType)),
n = this.analysisFileType(this.acceptFileTypes);
if (o.size / 1024 > 10240)
return void this.$vux.toast.show({
position: "default",
text: this.localeResource.common_maxSize,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
if (
"image" !== o.type.split("/")[0] &&
(s.test(o.name) || !n.test(o.name))
)
return void this.$vux.toast.show({
position: "default",
text: this.tmpReplaceFormat(
this.localeResource.common_fileTypeMsg,
o.name
),
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
for (var a = !0, r = 0; r < this.files.length; r++)
if (o.name == this.files[r].name) {
a = !1;
break;
}
a
? this.version < 2
? (this.files.push(o),
this.base64List.push(e.content),
this.imgList.push({ src: e.content }))
: this.uploadFile(o, t.billid, t)
: this.$vux.toast.show({
position: "default",
text: this.localeResource.recComforms_fileExists,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
},
analysisFileType: function analysisFileType(fileType) {
var _self = this;
if (fileType) {
var fileType = fileType.split(",");
if ("" != fileType[0]) {
var str = "";
for (var i in fileType) str += fileType[i].trim() + "|";
return (str = "/(\\.|\\/)(" + str + ")$/i"), eval(str);
}
}
},
uploadFile: function (e, t, o) {
var i = this,
s = new FormData(),
n = e.name.split("."),
a = n.splice(n.length - 1),
r = n.join(".") + "_" + new Date().getTime() + "." + a[0];
s.append("file", e, r),
s.append("type", "file"),
s.append("billid", t),
(this.showLoading = !0);
try {
__WEBPACK_IMPORTED_MODULE_2_jquery___default.a.ajax({
type: "post",
url: "/mbos/attach/addNewAttachment",
data: s,
cache: !1,
processData: !1,
contentType: !1,
dataType: "text",
success: function (e) {
console.log(e),
(i.showLoading = !1),
i.version > 1 && i.attachAll(o),
e.indexOf("!DOCTYPE html") > 0 &&
Object(__WEBPACK_IMPORTED_MODULE_18_vant__.j)(
"读取超时,请刷新页面查看是否上传成功"
);
},
error: function (t) {
console.log("1:" + t),
(i.showLoading = !1),
i.version > 1 &&
(o.attachs.push(e), console.log(o.attachs));
},
});
} catch (e) {
(i.showLoading = !1), console.log(e);
}
},
getJobGradeList: function () {
var e = this;
try {
var t = decodeURIComponent(this.$route.query.recordId);
mbos.eas.invokeScript({
name: "InterGo_GetInterJobGradeServiceOSF",
param: [t],
needShowLoading: !1,
success: function (t) {
if ("0" == t.code)
for (var o = t.data, i = 0; i < o.length; i++)
e.jobGradeList.push({ name: o[i].name, value: o[i].id });
else {
var s =
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
t
);
if (s.indexOf("请求云之家openauth2服务失败") >= 0)
alert(e.localeResource.common_loginTimeout);
else if (s.indexOf("无法连接EAS服务器") >= 0)
alert(e.localeResource.common_EAS500);
else {
var n = e.localeResource.common_errorMsg;
t.mesg && (n = t.mesg),
e.$vux.toast.show({
position: "default",
text: n,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
}
},
error: function (e) {
console.log(e);
},
});
} catch (e) {
this.jobGradeList = [
{ value: "001", name: "Level 1" },
{ value: "002", name: "Level 2" },
{ value: "003", name: "Level 3" },
];
}
},
onJobGradeChange: function (e) {},
setComWords: function () {
(this.$store.state.judgeInfos[this.judgeRecordId] = this.judgeInfo),
this.$router.push("/setComWords");
},
voiceToText: function () {
var e = this;
XuntongJSBridge.call("voiceRecognize", {}, function (t) {
if ("true" == t.success) {
var o = t.data.text;
e.judgeInfo.interEvaluation =
(e.judgeInfo.interEvaluation || "") + o;
} else console.log("用户已取消");
});
},
transToText: function () {
var e = this;
XuntongJSBridge.call("selectPic", { type: "camera" }, function (t) {
if ("true" == t.success) {
var o =
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
t.data
);
try {
mbos.eas.invokeScript({
name: "TransformPhotoToTextService",
param: [o],
success: function (t) {
if ("0" == t.code) e.judgeInfo.interEvaluation = t.data;
else if (
resJson.indexOf("请求云之家openauth2服务失败") >= 0
)
alert(e.localeResource.common_loginTimeout);
else if (resJson.indexOf("无法连接EAS服务器") >= 0)
alert(e.localeResource.common_EAS500);
else {
var o = e.localeResource.common_errorMsg;
t.mesg && (o = t.mesg),
e.$vux.toast.show({
position: "default",
text: o,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
},
error: function (e) {
console.log(e);
},
});
} catch (t) {
e.$http
.post("user/judges/tansformPic", { picData: o })
.then(function (t) {
var o = t.data;
"0" == o.code && (e.judgeInfo.interEvaluation = o.data);
})
.catch(function (e) {
console.log(e);
});
}
} else console.log("用户已取消");
});
},
setjudge: function (e, t) {
this.version < 1
? ((this.judgeInfo.state = this.list[e].val),
(this.judgeInfo.interEvaluation = t),
(this.showComWordsPanel = !1),
this.$nextTick(function () {
this.$refs.judge.updateAutosize();
}))
: ((this.currLongtextField.value = t),
(this.showComWordsPanel = !1));
},
submitJudge: function () {
console.log('submitJudge1');
if (this.version < 1)
if (this.judgeInfo.state)
if (
(null == this.judgeInfo.interEvaluation &&
(this.judgeInfo.interEvaluation = ""),
"" != this.judgeInfo.interEvaluation.trim())
) {
this.judgeInfo.jobGrade = { id: this.selectJobGrade[0] };
var e =
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
this.judgeInfo
);
this.saveInterviewResultService(e);
} else
this.$vux.toast.show({
position: "default",
text: this.localeResource.judgePage_info_2,
time: this.tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
else
this.$vux.toast.show({
position: "default",
text: this.localeResource.judgePage_info_3,
time: this.tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
else {
var e = this.checkData();
e
? this.saveInterviewResultService(
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
e
)
)
: Object(__WEBPACK_IMPORTED_MODULE_18_vant__.j)(
"信息输入有误,请检查"
);
}
},
checkData: function () {
var e = !0,
t = {},
o = this;
return (
this.judgeInfo.InterviewStructureData.forEach(function (i) {
var s = {};
if (
((s.billid = i.billid),
(s.uipk = i.uipk),
i.groupData &&
i.groupData.forEach(function (t) {
if (
(t.data &&
t.data.forEach(function (t) {
if (t.noPass) return !1;
if (
t.value &&
(("result" !== t.colName &&
"sureResult" !== t.colName) ||
"-1" !== t.value)
)
if (
"Number" == t.fieldType &&
t.precision &&
t.scale
) {
var i = t.precision,
n = t.scale,
a =
"^([-+]?\\d{1," +
i +
"})(\\.\\d{0," +
n +
"})?$",
r = new RegExp(a);
if (!r.test(t.value))
return (
(t.errMsg =
"请输入正确的" +
t.showName +
",整数位数小于或等于" +
i +
"位,小数位数小于或等于" +
n +
"位"),
(e = !1),
!1
);
} else t.errMsg = "";
else if (t.required)
return (
(t.errMsg = t.showName + "不能为空"),
(e = !1),
!1
);
"Number" == t.fieldType && o.version < 1
? (s[t.colName] = t.value
? Number(t.value)
: t.value)
: (s[t.colName] = t.value);
}),
!e)
)
return !1;
}),
!e)
)
return !1;
t[i.struClass] = s;
}),
console.log(t),
this.$forceUpdate(),
!!e && t
);
},
saveInterviewResultService: function (e) {
var t = this,
o = this;
if (this.judgeInfo.billId)
for (
var i = this.judgeInfo.billId
? this.judgeInfo.billId.split(",")
: "",
s = 0;
s < o.files.length;
s++
)
for (var n = 0; n < i.length; n++)
o.uploadFile(o.files[s], i[n]);
var a = decodeURIComponent(this.$route.query.recordId);
try {
mbos.eas.invokeScript({
name: "InterGo_SaveInterviewResultService",
param: [a, e],
success: function (e) {
if ("0" == e.code)
delete o.$store.state.judgeInfos[o.judgeRecordId],
(o.showFeedBack = !0),
setTimeout(function () {
o.$router.push(
"/judge_detail?recordId=" + encodeURIComponent(a)
);
}, 3e3);
else {
var t =
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
e
);
if (t.indexOf("请求云之家openauth2服务失败") >= 0)
alert(o.localeResource.common_loginTimeout);
else if (t.indexOf("无法连接EAS服务器") >= 0)
alert(o.localeResource.common_EAS500);
else {
var i = o.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
o.$vux.toast.show({
position: "default",
text: i,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
}
},
error: function (e) {
console.log(e);
},
});
} catch (o) {
this.$http
.post("user/judges/submit", { recordId: a, judgeResult: e })
.then(function (e) {
var o = e.data;
"0" == o.code &&
(t.version < 1 &&
(delete t.$store.state.judgeInfos[t.judgeRecordId],
(t.judgeInfo = {
state: "",
interEvaluation: "",
interForm: "",
qualityEvaluation: "",
writeExam: "",
attachs: [],
jobGrade: null,
})),
(t.showFeedBack = !0),
setTimeout(function () {
t.$router.push(
"/judge_detail?recordId=" +
decodeURIComponent(o.resultRecordId)
);
}, 3e3));
})
.catch(function (e) {
console.log(e);
});
}
},
linkResume: function () {
console.log("linkResume11");
// this.$router.push(
// "/resume_detail?recordId=" +
// encodeURIComponent(this.$route.query.recordId) +
// "&fromJudgePage=true"
// );
var recordId = this.$route.query.recordId;
console.log(recordId);
//window.location.href = "https://mbos.kdeascloud.com/mbos/page/loadPage?appid=10036&eid=ding5208b4333b1d308b4ac5d6980864d335&path=interGo9000&name=00.custom#/resume_detail?recordId=7p4xXgdiSzWs83VMjrTVy9ot32Y%3D&fromJudgePage=true"
// mbos.ui.open({
// path:"resumedetails",
// name:"resume.navui",
// params:{
// recordId:recordId,
// }
// });
this.$router.push(
"/resumedetails?recordId=" +
encodeURIComponent(recordId) +
"&fromJudgePage=true"
);
},
loadData: function () {
var e = this,
t = decodeURIComponent(this.$route.query.recordId),
o = this.$store.state.userInfo.openId,
i = this;
try {
mbos.eas.invokeScript({
name: "InterGo_GetTobeJudgedRecordInfoService",
param: [t, o],
success: function (e) {
if ("0" == e.code) {
(i.judgeRecordId = e.data.recordId),
(i.resumeInfos = e.data.resumeInfo),
(i.state = e.data.state),
(i.interStatus = e.data.interStatus),
(i.judgeInfo = e.data.judgeInfo),
(i.selectJobGrade = i.judgeInfo.jobGrade
? i.judgeInfo.jobGrade.id
: []),
i.loadComWords(),
i.judgeInfo.hasOwnProperty("jobGrade") &&
i.getJobGradeList();
var t = [];
i.judgeInfo.attachs &&
(i.judgeInfo.attachs.forEach(function (e) {
t.push({ src: "data:image/jpeg;base64," + e.fileLink });
}),
(i.imgList = t)),
i.version > 0 &&
i.judgeInfo.InterviewStructureData.forEach(function (
e
) {
i.activeNames.push(e.struClass),
e.groupData &&
e.groupData.forEach(function (e) {
e.data &&
e.data.forEach(function (e) {
"Select" === e.fieldType &&
(e.options &&
e.options.forEach(function (t) {
e.value == t.key &&
(e.valueText = t.value);
}),
"countScore" === e.colName &&
(i.countType = e.value)),
"Time" === e.fieldType &&
(e.value = e.value
? e.value.substr(11, 5)
: ""),
"TimeStamp" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 16)
: ""),
"Date" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 10)
: ""),
"sureResult" == e.colName &&
(e.required = !0);
});
});
}),
i.$store.state.judgeInfos[i.judgeRecordId] &&
((i.judgeInfo =
i.$store.state.judgeInfos[i.judgeRecordId]),
delete i.$store.state.judgeInfos[i.judgeRecordId]);
} else if ("100" == e.code)
i.$vux.toast.show({
position: "default",
text: e.mesg,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
else {
var o =
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
e
);
if (o.indexOf("请求云之家openauth2服务失败") >= 0)
alert(i.localeResource.common_loginTimeout);
else if (o.indexOf("无法连接EAS服务器") >= 0)
alert(i.localeResource.common_EAS500);
else {
var s = i.localeResource.common_errorMsg;
e.mesg && (s = e.mesg),
i.$vux.toast.show({
position: "default",
text: s,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
}),
i.$router.push("/common404");
}
}
},
error: function (e) {
console.log(e), alert(e.msg), i.$router.push("/common404");
},
});
} catch (n) {
var s =
this.version < 1
? "/user/judges/details"
: "/user/judges/details1.0";
this.$http
.post(s, { recordId: t, userOpenId: o })
.then(function (t) {
var o = t.data;
"0" == o.code &&
((e.judgeRecordId = o.data.recordId),
(e.resumeInfos = o.data.resumeInfo),
(e.state = o.data.state),
(e.interStatus = o.data.interStatus),
e.version < 1
? (e.judgeInfo = o.data)
: (e.judgeInfo = o.data.judgeInfo),
e.loadComWords(),
e.judgeInfo.hasOwnProperty("jobGrade") &&
e.getJobGradeList(),
e.version > 0 &&
e.judgeInfo.InterviewStructureData.forEach(function (t) {
e.activeNames.push(t.struClass),
t.groupData &&
t.groupData.forEach(function (e) {
e.data &&
e.data.forEach(function (e) {
"Select" === e.fieldType &&
e.options &&
e.options.forEach(function (t) {
e.value == t.key &&
(e.valueText = t.value),
"countScore" === e.colName &&
(i.countType = e.value);
}),
"Time" === e.fieldType &&
(e.value = e.value
? e.value.substr(11, 5)
: ""),
"TimeStamp" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 16)
: ""),
"Date" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 10)
: ""),
"sureResult" == e.colName &&
(e.required = !0);
});
});
}),
e.$store.state.judgeInfos[e.judgeRecordId] &&
((e.judgeInfo =
e.$store.state.judgeInfos[e.judgeRecordId]),
delete i.$store.state.judgeInfos[i.judgeRecordId]));
})
.catch(function (e) {
console.log(e);
});
}
},
loadComWords: function () {
var e = this,
t = this.$store.state.userInfo.openId;
try {
var o = this;
mbos.eas.invokeScript({
name: "InterGo_GetPhraseListService",
param: [t],
success: function (e) {
if ("0" == e.code) o.comWords = e.data;
else {
var t =
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
e
);
if (t.indexOf("请求云之家openauth2服务失败") >= 0)
alert(o.localeResource.common_loginTimeout);
else if (t.indexOf("无法连接EAS服务器") >= 0)
alert(o.localeResource.common_EAS500);
else {
var i = o.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
o.$vux.toast.show({
position: "default",
text: i,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
}
},
error: function (e) {
console.log(e);
},
});
} catch (o) {
this.$http
.post("/user/judges/comwords", { userOpenId: t })
.then(function (t) {
var o = t.data;
"0" == o.code && (e.comWords = o.data);
})
.catch(function (e) {
console.log(e);
});
}
},
beforeUpload: function () {
var e = navigator.userAgent;
e.indexOf("Android") > -1 || e.indexOf("Adr");
!!e.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/) &&
(this.showLoading = !0);
var t = 0;
return (
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
"button.competeSubmit,button.recomSubmit"
).attr("disabled", "disabled"),
null === this.judgeInfo.attachs
? (this.judgeInfo.attachs = [])
: (t = this.judgeInfo.attachs.length),
8 - t
);
},
selectPhoto: function () {
var e = this,
t = this,
o = this.beforeUpload();
XuntongJSBridge.call(
"selectPhoto",
{ maxSelectCount: o },
function (o) {
if ("true" == o.success) {
if (o.data.urls.length > 0)
for (var i = 0; i < o.data.urls.length; i++)
(t.judgeInfo.attachs = t.judgeInfo.attachs.concat({
fileLink: o.data.urls[i],
})),
(t.imgList = t.imgList.concat({ src: o.data.urls[i] }));
} else console.log("用户已取消");
(e.showLoading = !1),
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
"button.competeSubmit,button.recomSubmit"
).removeAttr("disabled");
}
);
},
removeImg: function (e) {
this.judgeInfo.attachs.splice(e, 1), this.imgList.splice(e, 1);
},
showImage: function (e) {
this.$refs.previewer.show(e);
},
},
};
},
"F90/": function (e, t, o) {
"use strict";
t.a = {
name: "icon",
props: { type: String, isMsg: Boolean },
computed: {
className: function () {
return (
"weui-icon weui_icon_" +
this.type +
" weui-icon-" +
this.type.replace(/_/g, "-")
);
},
},
};
},
Facr: function (e, t, o) {
"use strict";
var i = o("/Bf6");
i.b,
Number,
String,
String,
String,
String,
Boolean,
Function,
String,
Boolean,
Number,
String;
},
GOTr: function (e, t, o) {
"use strict";
function i() {
var e = window.innerHeight - r()(".addBtnBox").outerHeight(!0);
r()(".comwordsList").css("height", e + "px");
}
var s = o("3cXf"),
n = o.n(s),
a = o("SXXC"),
r = o.n(a),
c = o("zM9A"),
l = o("Q/W4"),
u = o("BSzM");
c.a, l.a, u.a;
},
GOnm: function (e, t, o) {
"use strict";
function i(e) {
o("YXWx");
}
var s = (o("y5UI"), o("rzRg")),
n = o("rA29"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-1d78f19a", null);
t.a = c.exports;
},
GRuq: function (e, t, o) {
"use strict";
function i(e) {
o("5cXz");
}
var s = (o("s45c"), o("F90/")),
n = o("Da0l"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
GVjI: function (e, t, o) {
"use strict";
var i = o("gjrJ");
t.a = {
name: "group",
methods: { cleanStyle: i.a },
props: {
title: String,
titleColor: String,
labelWidth: String,
labelAlign: String,
labelMarginRight: String,
gutter: [String, Number],
footerTitle: String,
footerTitleColor: String,
},
};
},
GXe8: function (e, t) {},
GblZ: function (e, t, o) {
"use strict";
function i(e) {
o("wiP3");
}
var s = (o("Pr9Q"), o("ropV")),
n = o("d9qc"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
Gcmx: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
staticClass: "vux-x-dialog",
class: { "vux-x-dialog-absolute": "VIEW_BOX" === e.layout },
},
[
o("transition", { attrs: { name: e.maskTransition } }, [
o("div", {
directives: [
{
name: "show",
rawName: "v-show",
value: e.show,
expression: "show",
},
],
staticClass: "weui-mask",
style: e.maskStyle,
on: { click: e.hide },
}),
]),
e._v(" "),
o("transition", { attrs: { name: e.dialogTransition } }, [
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.show,
expression: "show",
},
],
class: e.dialogClass,
style: e.dialogStyle,
},
[e._t("default")],
2
),
]),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
Gfk8: function (e, t, o) {
"use strict";
function i(e) {
o("j1VY");
}
var s = (o("GOTr"), o("O8zC")),
n = o("Eefo"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-b4daabfc", null);
t.a = c.exports;
},
HKli: function (e, t, o) {
"use strict";
var i = o("3cXf"),
s = o.n(i),
n = o("9Q05"),
a = o("adVT");
Array,
String,
Boolean,
Boolean,
String,
String,
Boolean,
Boolean,
Number,
Number,
Number,
String,
Number,
Number,
Number;
},
HTCO: function (e, t, o) {
"use strict";
var i = o("3cXf"),
s = o.n(i),
n = o("fRcE"),
a = o("bT6r"),
r = o("13kN"),
c = o("uiKT");
c.a, n.a, a.a, r.a;
},
Hhxr: function (module, __webpack_exports__, __webpack_require__) {
"use strict";
var __WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify__ =
__webpack_require__("3cXf"),
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default =
__webpack_require__.n(
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify__
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty__ =
__webpack_require__("a3Yh"),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default =
__webpack_require__.n(
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty__
),
__WEBPACK_IMPORTED_MODULE_2_jquery__ = __webpack_require__("SXXC"),
__WEBPACK_IMPORTED_MODULE_2_jquery___default = __webpack_require__.n(
__WEBPACK_IMPORTED_MODULE_2_jquery__
),
__WEBPACK_IMPORTED_MODULE_3_vux_src_components_view_box_index_vue__ =
__webpack_require__("vTeT"),
__WEBPACK_IMPORTED_MODULE_4_vux_src_components_x_button_index_vue__ =
__webpack_require__("oast"),
__WEBPACK_IMPORTED_MODULE_5_vux_src_components_tab_tab_vue__ =
__webpack_require__("VawC"),
__WEBPACK_IMPORTED_MODULE_6_vux_src_components_tab_tab_item_vue__ =
__webpack_require__("6ONn"),
__WEBPACK_IMPORTED_MODULE_7_vux_src_components_group_index_vue__ =
__webpack_require__("Q/W4"),
__WEBPACK_IMPORTED_MODULE_8_vux_src_components_x_textarea_index_vue__ =
__webpack_require__("BSzM"),
__WEBPACK_IMPORTED_MODULE_9_vux_src_components_x_input_index_vue__ =
__webpack_require__("KiN3"),
__WEBPACK_IMPORTED_MODULE_10_vux_src_components_flexbox_flexbox_vue__ =
__webpack_require__("+EaS"),
__WEBPACK_IMPORTED_MODULE_11_vux_src_components_flexbox_flexbox_item_vue__ =
__webpack_require__("4PKW"),
__WEBPACK_IMPORTED_MODULE_12_vux_src_components_popup_index_vue__ =
__webpack_require__("C5VE"),
__WEBPACK_IMPORTED_MODULE_13_vux_src_components_loading_index_vue__ =
__webpack_require__("13kN"),
__WEBPACK_IMPORTED_MODULE_14_vux_src_components_x_dialog_index_vue__ =
__webpack_require__("fRcE"),
__WEBPACK_IMPORTED_MODULE_15_vux_src_components_previewer_index_vue__ =
__webpack_require__("Awhv"),
__WEBPACK_IMPORTED_MODULE_16_vux_src_components_popup_picker_index_vue__ =
__webpack_require__("w3K0"),
__WEBPACK_IMPORTED_MODULE_17_vux_src_directives_transfer_dom_index_js__ =
__webpack_require__("uiKT"),
__WEBPACK_IMPORTED_MODULE_18_vant__ = __webpack_require__("BdEu"),
_components,
tipInfoTime = 2e3,
_unused_webpack_default_export = {
name: "judge_page",
directives: {
TransferDom:
__WEBPACK_IMPORTED_MODULE_17_vux_src_directives_transfer_dom_index_js__.a,
},
components:
((_components = {
Tab: __WEBPACK_IMPORTED_MODULE_5_vux_src_components_tab_tab_vue__.a,
TabItem:
__WEBPACK_IMPORTED_MODULE_6_vux_src_components_tab_tab_item_vue__.a,
ViewBox:
__WEBPACK_IMPORTED_MODULE_3_vux_src_components_view_box_index_vue__.a,
XButton:
__WEBPACK_IMPORTED_MODULE_4_vux_src_components_x_button_index_vue__.a,
Group:
__WEBPACK_IMPORTED_MODULE_7_vux_src_components_group_index_vue__.a,
XTextarea:
__WEBPACK_IMPORTED_MODULE_8_vux_src_components_x_textarea_index_vue__.a,
XInput:
__WEBPACK_IMPORTED_MODULE_9_vux_src_components_x_input_index_vue__.a,
Flexbox:
__WEBPACK_IMPORTED_MODULE_10_vux_src_components_flexbox_flexbox_vue__.a,
FlexboxItem:
__WEBPACK_IMPORTED_MODULE_11_vux_src_components_flexbox_flexbox_item_vue__.a,
Popup:
__WEBPACK_IMPORTED_MODULE_12_vux_src_components_popup_index_vue__.a,
Loading:
__WEBPACK_IMPORTED_MODULE_13_vux_src_components_loading_index_vue__.a,
XDialog:
__WEBPACK_IMPORTED_MODULE_14_vux_src_components_x_dialog_index_vue__.a,
Previewer:
__WEBPACK_IMPORTED_MODULE_15_vux_src_components_previewer_index_vue__.a,
PopupPicker:
__WEBPACK_IMPORTED_MODULE_16_vux_src_components_popup_picker_index_vue__.a,
}),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.c.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.c
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.d.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.d
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.f.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.f
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.h.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.h
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.g.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.g
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.e.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.e
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.i.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.i
),
__WEBPACK_IMPORTED_MODULE_1_babel_runtime_helpers_defineProperty___default()(
_components,
__WEBPACK_IMPORTED_MODULE_18_vant__.a.name,
__WEBPACK_IMPORTED_MODULE_18_vant__.a
),
_components),
data: function () {
return {
tipInfoTime: 2e3,
showLoading: !1,
showResume: !1,
showFeedBack: !1,
showComWordsPanel: !1,
comWords: [],
state: "",
interStatus: "",
judgeRecordId: "",
resumeInfos: {},
list: [
{ val: "3", text: this.localeResource.common_interEvaList_0 },
{ val: "4", text: this.localeResource.common_interEvaList_1 },
{ val: "5", text: this.localeResource.common_interEvaList_2 },
{ val: "2", text: this.localeResource.common_interEvaList_3 },
],
judgeInfo: {
state: "-1",
interEvaluation: "",
interScore: null,
interForm: "",
qualityEvaluation: "",
writeExam: "",
attachs: [],
jobGrade: { name: "Level 1", id: "001" },
},
imgList: [],
isYZJapp: !1,
jobGradeList: [],
selectJobGrade: [],
titleName: this.localeResource.judgePage_pageName,
files: [],
base64List: [],
version: Number(localStorage.InterGo_Version),
activeNames: [],
showPicker: !1,
pickerOptions: [],
currPickerField: [],
currLongtextField: [],
countType: 1,
showTimePicker: !1,
showDatePicker: !1,
showDateTimePicker: !1,
currentDate: "",
currentFiled: {},
excludeFileType:
"exe,js,sh,jsp,ftl,bat,php,py,go,cpp,java,class,aspx,html,htm",
acceptFileTypes: "doc,docx,txt,pdf,msg,wps,jpg,png,gif,rtf",
};
},
beforeRouteEnter: function (e, t, o) {
o(function (e) {
e.$route.query.showResume
? (e.showResume = !1)
: (e.showResume = !0);
});
},
created: function () {
navigator.userAgent.match(/Qing\/.*;(iOS|iPhone|Android).*/) &&
(this.isYZJapp = !0),
this.isYZJapp && XuntongJSBridge.call("closePop");
var e = this;
try {
void 0 != mbos.http
? e.loadData()
: (window.onload = function () {
e.loadData();
});
} catch (t) {
e.loadData();
}
},
mounted: function () {},
methods: {
attachAll: function (e) {
try {
mbos.http.ajax({
url: "/mbos/attach/listAll",
param: {
billid: e.billid,
bostype: "C84F6BC0",
contentId: "",
},
success: function (t) {
t.length > 0 &&
t.forEach(function (e) {
if (e.fname_l2.indexOf("_") > -1) {
var t = e.fname_l2.split("_");
t.splice(t.length - 1), (e.fname_l2 = t.join("_"));
}
}),
(e.attachs = t),
console.log(e.attachs);
},
});
} catch (e) {
console.log(e);
}
},
showFile: function (e) {
var t = this,
o = void 0,
i = easContext.userID
.replaceAll("/", "_")
.replaceAll("+", "__")
.replaceAll("=", "___");
o =
(e.attachName || e.fname_l2) +
"_" +
i +
"." +
(e.attachType || e.fsimplename);
var s =
"/mbos/attach/download?id=" +
(e.attachId || e.fid) +
"&bostype=F4AF4F03&name=" +
o;
mbos.http.ajax({
url: s,
param: {},
success: function (o) {
var i = "string" == typeof o ? o : o.filename,
s = encodeURI(
window.location.origin +
"/mbos/download/attach/" +
decodeURIComponent(i)
),
n = !!navigator.userAgent.match(
/\(i[^;]+;( U;)? CPU.+Mac OS X/
);
"pic" == t.judgeFileType(e.attachType || e.fsimplename)
? t.$hevueImgPreview(s)
: n
? (location.href = s)
: window.open(s);
},
});
},
formatter: function (e, t) {
return "year" === e
? t + "年"
: "month" === e
? t + "月"
: "day" === e
? t + "日"
: "hour" === e
? t + "时"
: "minute" === e
? t + "分"
: t;
},
dateFormatter: function (e, t) {
var o = e.getFullYear(),
i = e.getMonth() + 1,
s = e.getDate(),
n = e.getHours(),
a = e.getMinutes();
i < 10 && (i = "0" + i),
s < 10 && (s = "0" + s),
n < 10 && (n = "0" + n),
a < 10 && (a = "0" + a);
var r = "";
switch (t) {
case "Time":
r = n + ":" + a;
break;
case "Date":
r = o + "-" + i + "-" + s;
break;
case "TimeStamp":
r = o + "-" + i + "-" + s + " " + n + ":" + a;
}
return r;
},
dateTimePickerClickEvent: function (e, t) {
if (e.readOnly) return !1;
this.currentFiled = e;
var o = t;
switch (
((o = t ? new Date(t) : new Date()),
this.currentFiled.fieldType)
) {
case "Time":
this.showTimePicker = !0;
break;
case "Date":
this.showDatePicker = !0;
break;
case "TimeStamp":
this.showDateTimePicker = !0;
}
this.currentDate = o;
},
onDateTimePickerConfirm: function (e) {
switch (this.currentFiled.fieldType) {
case "Time":
(this.currentFiled.value = e), (this.showTimePicker = !1);
break;
case "Date":
this.showDatePicker = !1;
case "TimeStamp":
(this.currentFiled.value = this.dateFormatter(
e,
this.currentFiled.fieldType
)),
(this.showDateTimePicker = !1);
}
},
countTatalScore: function (e, t, o) {
if (!t) return !1;
for (var i = 0, s = 0; s < e[o].data.length; s++) {
var n = e[o].data[s];
n.associatedField === t && (i += Number(n.value || 0));
}
for (var s = 0; s < e[o].data.length; s++)
if (e[o].data[s].colName === t) {
e[o].data[s].value = i.toFixed(2);
break;
}
for (var a = 0, s = 1; s < e.length; s++) {
for (var r = 0, i = 0, c = 0; c < e[s].data.length; c++) {
var n = e[s].data[c];
"totalScore" === n.associatedField &&
(i = Number(n.value || 0)),
(n.colName.indexOf("Percentage") > -1 ||
"fullQualityPer" == n.colName) &&
(r = Number(n.value.substr(0, n.value.length - 1) || 0));
}
a += (i * r) / 100;
}
1 === this.countType && (a = (a / (e.length - 1)).toFixed(2));
for (var s = 0; s < e[0].data.length; s++)
if ("totalScore" === e[0].data[s].colName) {
e[0].data[s].value = a;
break;
}
},
showGroupData: function (e) {
(e.hideGroupData = !e.hideGroupData), this.$forceUpdate();
},
setPickerOptions: function (e) {
if (e.readOnly) return !1;
(this.pickerOptions = e.options),
(this.currPickerField = e),
(this.showPicker = !0);
},
onPickerConfirm: function (e) {
(this.currPickerField.value = e.key),
(this.currPickerField.valueText = e.value),
(this.showPicker = !1);
},
removeFile: function (e, t, o) {
this.version < 2
? (this.files.splice(e, 1), this.base64List.splice(e, 1))
: this.deleteAttach(e, t, o);
},
deleteAttach: function (e, t, o) {
var i = {};
(i.billid = t.billid), (i.attachid = o.attachId || o.fid);
try {
mbos.http.ajax({
url: "/mbos/attach/deleteAttachment",
param: i,
success: function (o) {
t.attachs.splice(e, 1);
},
});
} catch (o) {
t.attachs.splice(e, 1);
}
},
judgePic: function (e) {
var t = "",
o = RegExp(/.*(\.png|\.jpg|\.jpeg|\.gif)$/),
i = RegExp(/.*(\.doc|\.docx)$/),
s = RegExp(/.*(\.xls|\.xlsx)$/),
n = RegExp(/.*(\.ppt|\.pptx)$/),
a = RegExp(/.*(\.pdf)$/),
r = RegExp(/.*(\.zip|\.rar)$/),
c = RegExp(/.*(\.js|\.css|\.html)$/),
l = RegExp(
/.*(\.mp3|\.wma|\.aac|\.ogg|\.mpc|\.wav|\.flac|\.midi|\.ra)$/
),
u = RegExp(
/.*(\.avi|\.wmv|\.mpg|\.mov|\.rm|\.ram|\.swf|\.flv|\.mp4)$/
),
d = RegExp(/.*(\.txt)$/);
return (
o.test(e)
? ((t = "pic"), this.version > 1 && (t = "pic-filetype"))
: (t = i.test(e)
? "word-filetype"
: s.test(e)
? "excel-filetype"
: n.test(e)
? "ppt-filetype"
: a.test(e)
? "pdf-filetype"
: r.test(e)
? "zip-filetype"
: c.test(e)
? "file-filetype"
: l.test(e)
? "music-filetype"
: u.test(e)
? "video-filetype"
: d.test(e)
? "txt-filetype"
: "unknown-filetype"),
t
);
},
judgeFileType: function (e) {
var t = RegExp(/.*(png|jpg|jpeg|gif)$/),
o = RegExp(/.*(doc|docx)$/),
i = RegExp(/.*(xls|xlsx)$/),
s = RegExp(/.*(ppt|pptx)$/),
n = RegExp(/.*(pdf)$/),
a = RegExp(/.*(zip)$/),
r = RegExp(/.*(html)$/);
return t.test(e)
? "pic"
: o.test(e)
? "word"
: i.test(e)
? "excel"
: s.test(e)
? "ppt"
: n.test(e)
? "pdf"
: a.test(e)
? "zip"
: r.test(e)
? "html"
: "unknown";
},
previewImg: function (e) {
this.$hevueImgPreview(e);
},
afterRead: function (e, t) {
if (
(console.log(t),
__WEBPACK_IMPORTED_MODULE_2_jquery___default.a.isArray(e))
)
for (var o = 0; o < e.length; o++) this.dealwithFile(e[o], t);
else this.dealwithFile(e, t);
},
dealwithFile: function (e, t) {
if ((console.log(e), !(this.files.length >= 8))) {
var o = e.file,
i = o.name.split("."),
s =
(i[i.length - 1],
this.analysisFileType(this.excludeFileType)),
n = this.analysisFileType(this.acceptFileTypes);
if (o.size / 1024 > 10240)
return void this.$vux.toast.show({
position: "default",
text: this.localeResource.common_maxSize,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
if (
"image" !== o.type.split("/")[0] &&
(s.test(o.name) || !n.test(o.name))
)
return void this.$vux.toast.show({
position: "default",
text: this.tmpReplaceFormat(
this.localeResource.common_fileTypeMsg,
o.name
),
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
for (var a = !0, r = 0; r < this.files.length; r++)
if (o.name == this.files[r].name) {
a = !1;
break;
}
a
? this.version < 2
? (this.files.push(o),
this.base64List.push(e.content),
this.imgList.push({ src: e.content }))
: this.uploadFile(o, t.billid, t)
: this.$vux.toast.show({
position: "default",
text: this.localeResource.recComforms_fileExists,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
},
analysisFileType: function analysisFileType(fileType) {
var _self = this;
if (fileType) {
var fileType = fileType.split(",");
if ("" != fileType[0]) {
var str = "";
for (var i in fileType) str += fileType[i].trim() + "|";
return (str = "/(\\.|\\/)(" + str + ")$/i"), eval(str);
}
}
},
uploadFile: function (e, t, o) {
var i = this,
s = new FormData(),
n = e.name.split("."),
a = n.splice(n.length - 1),
r = n.join(".") + "_" + new Date().getTime() + "." + a[0];
s.append("file", e, r),
s.append("type", "file"),
s.append("billid", t),
(this.showLoading = !0);
try {
__WEBPACK_IMPORTED_MODULE_2_jquery___default.a.ajax({
type: "post",
url: "/mbos/attach/addNewAttachment",
data: s,
cache: !1,
processData: !1,
contentType: !1,
dataType: "text",
success: function (e) {
console.log(e),
(i.showLoading = !1),
i.version > 1 && i.attachAll(o),
e.indexOf("!DOCTYPE html") > 0 &&
Object(__WEBPACK_IMPORTED_MODULE_18_vant__.j)(
"读取超时,请刷新页面查看是否上传成功"
);
},
error: function (t) {
console.log("1:" + t),
(i.showLoading = !1),
i.version > 1 &&
(o.attachs.push(e), console.log(o.attachs));
},
});
} catch (e) {
(i.showLoading = !1), console.log(e);
}
},
getJobGradeList: function () {
var e = this;
try {
var t = decodeURIComponent(this.$route.query.recordId);
mbos.eas.invokeScript({
name: "InterGo_GetInterJobGradeServiceOSF",
param: [t],
needShowLoading: !1,
success: function (t) {
if ("0" == t.code)
for (var o = t.data, i = 0; i < o.length; i++)
e.jobGradeList.push({
name: o[i].name,
value: o[i].id,
});
else {
var s =
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
t
);
if (s.indexOf("请求云之家openauth2服务失败") >= 0)
alert(e.localeResource.common_loginTimeout);
else if (s.indexOf("无法连接EAS服务器") >= 0)
alert(e.localeResource.common_EAS500);
else {
var n = e.localeResource.common_errorMsg;
t.mesg && (n = t.mesg),
e.$vux.toast.show({
position: "default",
text: n,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
}
},
error: function (e) {
console.log(e);
},
});
} catch (e) {
this.jobGradeList = [
{ value: "001", name: "Level 1" },
{ value: "002", name: "Level 2" },
{ value: "003", name: "Level 3" },
];
}
},
onJobGradeChange: function (e) {},
setComWords: function () {
(this.$store.state.judgeInfos[this.judgeRecordId] =
this.judgeInfo),
this.$router.push("/setComWords");
},
voiceToText: function () {
var e = this;
XuntongJSBridge.call("voiceRecognize", {}, function (t) {
if ("true" == t.success) {
var o = t.data.text;
e.judgeInfo.interEvaluation =
(e.judgeInfo.interEvaluation || "") + o;
} else console.log("用户已取消");
});
},
transToText: function () {
var e = this;
XuntongJSBridge.call(
"selectPic",
{ type: "camera" },
function (t) {
if ("true" == t.success) {
var o =
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
t.data
);
try {
mbos.eas.invokeScript({
name: "TransformPhotoToTextService",
param: [o],
success: function (t) {
if ("0" == t.code)
e.judgeInfo.interEvaluation = t.data;
else if (
resJson.indexOf("请求云之家openauth2服务失败") >= 0
)
alert(e.localeResource.common_loginTimeout);
else if (resJson.indexOf("无法连接EAS服务器") >= 0)
alert(e.localeResource.common_EAS500);
else {
var o = e.localeResource.common_errorMsg;
t.mesg && (o = t.mesg),
e.$vux.toast.show({
position: "default",
text: o,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
},
error: function (e) {
console.log(e);
},
});
} catch (t) {
e.$http
.post("user/judges/tansformPic", { picData: o })
.then(function (t) {
var o = t.data;
"0" == o.code &&
(e.judgeInfo.interEvaluation = o.data);
})
.catch(function (e) {
console.log(e);
});
}
} else console.log("用户已取消");
}
);
},
setjudge: function (e, t) {
this.version < 1
? ((this.judgeInfo.state = this.list[e].val),
(this.judgeInfo.interEvaluation = t),
(this.showComWordsPanel = !1),
this.$nextTick(function () {
this.$refs.judge.updateAutosize();
}))
: ((this.currLongtextField.value = t),
(this.showComWordsPanel = !1));
},
submitJudge: function () {
if (this.version < 1)
if (this.judgeInfo.state)
if (
(null == this.judgeInfo.interEvaluation &&
(this.judgeInfo.interEvaluation = ""),
"" != this.judgeInfo.interEvaluation.trim())
) {
this.judgeInfo.jobGrade = { id: this.selectJobGrade[0] };
var e =
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
this.judgeInfo
);
this.saveInterviewResultService(e);
} else
this.$vux.toast.show({
position: "default",
text: this.localeResource.judgePage_info_2,
time: this.tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
else
this.$vux.toast.show({
position: "default",
text: this.localeResource.judgePage_info_3,
time: this.tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
else {
var e = this.checkData();
e
? this.saveInterviewResultService(
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
e
)
)
: Object(__WEBPACK_IMPORTED_MODULE_18_vant__.j)(
"信息输入有误,请检查"
);
}
},
checkData: function () {
var e = !0,
t = {},
o = this;
return (
this.judgeInfo.InterviewStructureData.forEach(function (i) {
var s = {};
if (
((s.billid = i.billid),
(s.uipk = i.uipk),
i.groupData &&
i.groupData.forEach(function (t) {
if (
(t.data &&
t.data.forEach(function (t) {
if (t.noPass) return !1;
if (
t.value &&
(("result" !== t.colName &&
"sureResult" !== t.colName) ||
"-1" !== t.value)
)
if (
"Number" == t.fieldType &&
t.precision &&
t.scale
) {
var i = t.precision,
n = t.scale,
a =
"^([-+]?\\d{1," +
i +
"})(\\.\\d{0," +
n +
"})?$",
r = new RegExp(a);
if (!r.test(t.value))
return (
(t.errMsg =
"请输入正确的" +
t.showName +
",整数位数小于或等于" +
i +
"位,小数位数小于或等于" +
n +
"位"),
(e = !1),
!1
);
} else t.errMsg = "";
else if (t.required)
return (
(t.errMsg = t.showName + "不能为空"),
(e = !1),
!1
);
"Number" == t.fieldType && o.version < 1
? (s[t.colName] = t.value
? Number(t.value)
: t.value)
: (s[t.colName] = t.value);
}),
!e)
)
return !1;
}),
!e)
)
return !1;
t[i.struClass] = s;
}),
console.log(t),
this.$forceUpdate(),
!!e && t
);
},
saveInterviewResultService: function (e) {
var t = this,
o = this;
if (this.judgeInfo.billId)
for (
var i = this.judgeInfo.billId
? this.judgeInfo.billId.split(",")
: "",
s = 0;
s < o.files.length;
s++
)
for (var n = 0; n < i.length; n++)
o.uploadFile(o.files[s], i[n]);
var a = decodeURIComponent(this.$route.query.recordId);
try {
mbos.eas.invokeScript({
name: "InterGo_SaveInterviewResultService",
param: [a, e],
success: function (e) {
if ("0" == e.code)
delete o.$store.state.judgeInfos[o.judgeRecordId],
(o.showFeedBack = !0),
setTimeout(function () {
o.$router.push(
"/judge_detail?recordId=" + encodeURIComponent(a)
);
}, 3e3);
else {
var t =
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
e
);
if (t.indexOf("请求云之家openauth2服务失败") >= 0)
alert(o.localeResource.common_loginTimeout);
else if (t.indexOf("无法连接EAS服务器") >= 0)
alert(o.localeResource.common_EAS500);
else {
var i = o.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
o.$vux.toast.show({
position: "default",
text: i,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
}
},
error: function (e) {
console.log(e);
},
});
} catch (o) {
this.$http
.post("user/judges/submit", { recordId: a, judgeResult: e })
.then(function (e) {
var o = e.data;
"0" == o.code &&
(t.version < 1 &&
(delete t.$store.state.judgeInfos[t.judgeRecordId],
(t.judgeInfo = {
state: "",
interEvaluation: "",
interForm: "",
qualityEvaluation: "",
writeExam: "",
attachs: [],
jobGrade: null,
})),
(t.showFeedBack = !0),
setTimeout(function () {
t.$router.push(
"/judge_detail?recordId=" +
decodeURIComponent(o.resultRecordId)
);
}, 3e3));
})
.catch(function (e) {
console.log(e);
});
}
},
linkResume: function () {
console.log("linkResume22");
console.log(encodeURIComponent(this.$route.query.recordId));
this.$router.push(
"/resume_detail?recordId=" +
encodeURIComponent(this.$route.query.recordId) +
"&fromJudgePage=true"
);
},
loadData: function () {
var e = this,
t = decodeURIComponent(this.$route.query.recordId),
o = this.$store.state.userInfo.openId,
i = this;
try {
mbos.eas.invokeScript({
name: "InterGo_GetTobeJudgedRecordInfoService",
param: [t, o],
success: function (e) {
if ("0" == e.code) {
(i.judgeRecordId = e.data.recordId),
(i.resumeInfos = e.data.resumeInfo),
(i.state = e.data.state),
(i.interStatus = e.data.interStatus),
(i.judgeInfo = e.data.judgeInfo),
(i.selectJobGrade = i.judgeInfo.jobGrade
? i.judgeInfo.jobGrade.id
: []),
i.loadComWords(),
i.judgeInfo.hasOwnProperty("jobGrade") &&
i.getJobGradeList();
var t = [];
i.judgeInfo.attachs &&
(i.judgeInfo.attachs.forEach(function (e) {
t.push({
src: "data:image/jpeg;base64," + e.fileLink,
});
}),
(i.imgList = t)),
i.version > 0 &&
i.judgeInfo.InterviewStructureData.forEach(function (
e
) {
i.activeNames.push(e.struClass),
e.groupData &&
e.groupData.forEach(function (e) {
e.data &&
e.data.forEach(function (e) {
"Select" === e.fieldType &&
(e.options &&
e.options.forEach(function (t) {
e.value == t.key &&
(e.valueText = t.value);
}),
"countScore" === e.colName &&
(i.countType = e.value)),
"Time" === e.fieldType &&
(e.value = e.value
? e.value.substr(11, 5)
: ""),
"TimeStamp" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 16)
: ""),
"Date" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 10)
: ""),
"sureResult" == e.colName &&
(e.required = !0);
});
});
}),
i.$store.state.judgeInfos[i.judgeRecordId] &&
((i.judgeInfo =
i.$store.state.judgeInfos[i.judgeRecordId]),
delete i.$store.state.judgeInfos[i.judgeRecordId]);
} else if ("100" == e.code)
i.$vux.toast.show({
position: "default",
text: e.mesg,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
else {
var o =
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
e
);
if (o.indexOf("请求云之家openauth2服务失败") >= 0)
alert(i.localeResource.common_loginTimeout);
else if (o.indexOf("无法连接EAS服务器") >= 0)
alert(i.localeResource.common_EAS500);
else {
var s = i.localeResource.common_errorMsg;
e.mesg && (s = e.mesg),
i.$vux.toast.show({
position: "default",
text: s,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
}),
i.$router.push("/common404");
}
}
},
error: function (e) {
console.log(e), alert(e.msg), i.$router.push("/common404");
},
});
} catch (n) {
var s =
this.version < 1
? "/user/judges/details"
: "/user/judges/details1.0";
this.$http
.post(s, { recordId: t, userOpenId: o })
.then(function (t) {
var o = t.data;
"0" == o.code &&
((e.judgeRecordId = o.data.recordId),
(e.resumeInfos = o.data.resumeInfo),
(e.state = o.data.state),
(e.interStatus = o.data.interStatus),
e.version < 1
? (e.judgeInfo = o.data)
: (e.judgeInfo = o.data.judgeInfo),
e.loadComWords(),
e.judgeInfo.hasOwnProperty("jobGrade") &&
e.getJobGradeList(),
e.version > 0 &&
e.judgeInfo.InterviewStructureData.forEach(function (
t
) {
e.activeNames.push(t.struClass),
t.groupData &&
t.groupData.forEach(function (e) {
e.data &&
e.data.forEach(function (e) {
"Select" === e.fieldType &&
e.options &&
e.options.forEach(function (t) {
e.value == t.key &&
(e.valueText = t.value),
"countScore" === e.colName &&
(i.countType = e.value);
}),
"Time" === e.fieldType &&
(e.value = e.value
? e.value.substr(11, 5)
: ""),
"TimeStamp" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 16)
: ""),
"Date" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 10)
: ""),
"sureResult" == e.colName &&
(e.required = !0);
});
});
}),
e.$store.state.judgeInfos[e.judgeRecordId] &&
((e.judgeInfo =
e.$store.state.judgeInfos[e.judgeRecordId]),
delete i.$store.state.judgeInfos[i.judgeRecordId]));
})
.catch(function (e) {
console.log(e);
});
}
},
loadComWords: function () {
var e = this,
t = this.$store.state.userInfo.openId;
try {
var o = this;
mbos.eas.invokeScript({
name: "InterGo_GetPhraseListService",
param: [t],
success: function (e) {
if ("0" == e.code) o.comWords = e.data;
else {
var t =
__WEBPACK_IMPORTED_MODULE_0_babel_runtime_core_js_json_stringify___default()(
e
);
if (t.indexOf("请求云之家openauth2服务失败") >= 0)
alert(o.localeResource.common_loginTimeout);
else if (t.indexOf("无法连接EAS服务器") >= 0)
alert(o.localeResource.common_EAS500);
else {
var i = o.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
o.$vux.toast.show({
position: "default",
text: i,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
}
},
error: function (e) {
console.log(e);
},
});
} catch (o) {
this.$http
.post("/user/judges/comwords", { userOpenId: t })
.then(function (t) {
var o = t.data;
"0" == o.code && (e.comWords = o.data);
})
.catch(function (e) {
console.log(e);
});
}
},
beforeUpload: function () {
var e = navigator.userAgent;
e.indexOf("Android") > -1 || e.indexOf("Adr");
!!e.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/) &&
(this.showLoading = !0);
var t = 0;
return (
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
"button.competeSubmit,button.recomSubmit"
).attr("disabled", "disabled"),
null === this.judgeInfo.attachs
? (this.judgeInfo.attachs = [])
: (t = this.judgeInfo.attachs.length),
8 - t
);
},
selectPhoto: function () {
var e = this,
t = this,
o = this.beforeUpload();
XuntongJSBridge.call(
"selectPhoto",
{ maxSelectCount: o },
function (o) {
if ("true" == o.success) {
if (o.data.urls.length > 0)
for (var i = 0; i < o.data.urls.length; i++)
(t.judgeInfo.attachs = t.judgeInfo.attachs.concat({
fileLink: o.data.urls[i],
})),
(t.imgList = t.imgList.concat({
src: o.data.urls[i],
}));
} else console.log("用户已取消");
(e.showLoading = !1),
__WEBPACK_IMPORTED_MODULE_2_jquery___default()(
"button.competeSubmit,button.recomSubmit"
).removeAttr("disabled");
}
);
},
removeImg: function (e) {
this.judgeInfo.attachs.splice(e, 1), this.imgList.splice(e, 1);
},
showImage: function (e) {
this.$refs.previewer.show(e);
},
},
};
},
IcnI: function (e, t, o) {
"use strict";
var i = o("yf3K"),
s = o("HVJf");
i.default.use(s.a);
var n = new s.a.Store({
state: {
userInfo: { openId: "5955c8a8e4b0f045edc6b577", name: "谢婷" },
judgeInfos: {},
},
actions: {},
mutations: {
GET_RESON: function (e, t) {
return t.isCompete
? e.competeInfo.competeReson
: e.recommendInfo.recomReson;
},
SET_RESON: function (e, t) {
var o = t.reson;
t.isCompete
? (e.competeInfo.competeReson = o)
: (e.recommendInfo.recomReson = o);
},
},
getters: {
completedProjects: function (e) {
return e.projects.filter(function (e) {
return e.completed;
}).length;
},
},
modules: {},
});
n.registerModule("vux", {
state: { isLoading: !1 },
mutations: {
updateLoadingStatus: function (e, t) {
e.isLoading = t.isLoading;
},
},
}),
(t.a = n);
},
IzoA: function (e, t, o) {
"use strict";
String, Boolean;
},
JWOX: function (e, t, o) {
"use strict";
t.a = {
name: "loading",
model: { prop: "show", event: "change" },
props: {
show: Boolean,
text: String,
position: String,
transition: { type: String, default: "vux-mask" },
},
watch: {
show: function (e) {
this.$emit("update:show", e);
},
},
};
},
JYoS: function (e, t, o) {
"use strict";
var i = o("3cXf"),
s = (o.n(i), o("SXXC"));
o.n(s);
},
JgRx: function (e, t, o) {
"use strict";
function i(e) {
o("5wnk");
}
var s = (o("MDFz"), o("DYOT")),
n = o("kfDC"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-11095c81", null);
t.a = c.exports;
},
JkoX: function (e, t, o) {
"use strict";
var i = o("fRcE");
t.a = {
name: "confirm",
components: { XDialog: i.a },
props: {
value: { type: Boolean, default: !1 },
showInput: { type: Boolean, default: !1 },
placeholder: { type: String, default: "" },
theme: { type: String, default: "ios" },
hideOnBlur: { type: Boolean, default: !1 },
title: String,
confirmText: String,
cancelText: String,
maskTransition: { type: String, default: "vux-fade" },
maskZIndex: [Number, String],
dialogTransition: { type: String, default: "vux-dialog" },
content: String,
closeOnConfirm: { type: Boolean, default: !0 },
inputAttrs: Object,
showContent: { type: Boolean, default: !0 },
confirmType: { type: String, default: "primary" },
showCancelButton: { type: Boolean, default: !0 },
showConfirmButton: { type: Boolean, default: !0 },
},
created: function () {
(this.showValue = this.show),
this.value && (this.showValue = this.value);
},
watch: {
value: function (e) {
this.showValue = e;
},
showValue: function (e) {
var t = this;
this.$emit("input", e),
e &&
(this.showInput &&
((this.msg = ""),
setTimeout(function () {
t.$refs.input && t.setInputFocus();
}, 300)),
this.$emit("on-show"));
},
},
data: function () {
return { msg: "", showValue: !1 };
},
methods: {
getInputAttrs: function () {
return this.inputAttrs || { type: "text" };
},
setInputValue: function (e) {
this.msg = e;
},
setInputFocus: function (e) {
e && e.preventDefault(), this.$refs.input.focus();
},
_onConfirm: function () {
this.showValue &&
(this.closeOnConfirm && (this.showValue = !1),
this.$emit("on-confirm", this.msg));
},
_onCancel: function () {
this.showValue && ((this.showValue = !1), this.$emit("on-cancel"));
},
},
};
},
K8Mi: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
directives: [
{
name: "wechat-title",
rawName: "v-wechat-title",
value: (e.$route.meta.title = e.titleName),
expression: "$route.meta.title=titleName",
},
],
staticClass: "job_detail",
},
[
e.jobinfo.positionId
? [
o("div", { staticClass: "baseInfo_wrap" }, [
o("div", { staticClass: "jobName" }, [
e._v(
"\n\t\t\t\t\t" +
e._s(e.jobinfo.positionName) +
"\n\t\t\t\t"
),
]),
e._v(" "),
o("ul", { staticClass: "importInfo" }, [
o("li", { staticClass: "degree" }, [
o(
"span",
{ staticClass: "icon" },
[
e.jobinfo.degreeOk
? [
o("i", {
class:
"true" == e.jobinfo.degreeOk
? "isOk"
: "notOk",
}),
]
: e._e(),
],
2
),
e._v(" "),
o("p", { staticClass: "text" }, [
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(e.jobinfo.degree) +
"\n\t\t\t\t\t\t"
),
]),
]),
e._v(" "),
o("li", { staticClass: "workTime" }, [
o(
"span",
{ staticClass: "icon" },
[
e.jobinfo.workExpOk
? [
o("i", {
class:
"true" == e.jobinfo.workExpOk
? "isOk"
: "notOk",
}),
]
: e._e(),
],
2
),
e._v(" "),
o("p", { staticClass: "text" }, [
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(e.jobinfo.workExp) +
"\n\t\t\t\t\t\t"
),
]),
]),
e._v(" "),
o("li", { staticClass: "age" }, [
o(
"span",
{ staticClass: "icon" },
[
e.jobinfo.ageOk
? [
o("i", {
class:
"true" == e.jobinfo.ageOk
? "isOk"
: "notOk",
}),
]
: e._e(),
],
2
),
e._v(" "),
o("p", { staticClass: "text" }, [
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(e.jobinfo.age) +
"\n\t\t\t\t\t\t"
),
]),
]),
e._v(" "),
o("li", { staticClass: "sex" }, [
o(
"span",
{ staticClass: "icon" },
[
e.jobinfo.sexOk
? [
o("i", {
class:
"true" == e.jobinfo.sexOk
? "isOk"
: "notOk",
}),
]
: e._e(),
],
2
),
e._v(" "),
o("p", { staticClass: "text" }, [
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(e.jobinfo.sex) +
"\n\t\t\t\t\t\t"
),
]),
]),
]),
]),
e._v(" "),
o("div", { staticClass: "detailWarp" }, [
o("div", { staticClass: "detailInfo" }, [
o("h3", { staticClass: "blockTitle" }, [
o("span", [
e._v(e._s(e.localeResource.jobDetail_title_0)),
]),
]),
e._v(" "),
e.decode(e.jobinfo.qualification)
? o("div", {
staticClass: "textareaBox",
domProps: {
innerHTML: e._s(
e.decode(e.jobinfo.qualification)
),
},
})
: o("div", { staticClass: "noInfo" }, [
o("p", { staticClass: "pic" }),
e._v(" "),
o("p", { staticClass: "text" }, [
e._v(e._s(e.localeResource.common_noContent)),
]),
]),
e._v(" "),
o("h3", { staticClass: "blockTitle" }, [
o("span", [
e._v(e._s(e.localeResource.jobDetail_title_1)),
]),
]),
e._v(" "),
e.decode(e.jobinfo.responsibilities)
? o("div", {
staticClass: "textareaBox",
domProps: {
innerHTML: e._s(
e.decode(e.jobinfo.responsibilities)
),
},
})
: o("div", { staticClass: "noInfo" }, [
o("p", { staticClass: "pic" }),
e._v(" "),
o("p", { staticClass: "text" }, [
e._v(e._s(e.localeResource.common_noContent)),
]),
]),
]),
]),
]
: e._e(),
],
2
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
KO53: function (e, t, o) {
"use strict";
function i(e) {
o("alY8");
}
var s = (o("HTCO"), o("ROCs")),
n = o("l5jK"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-619bc044", null);
t.a = c.exports;
},
KiN3: function (e, t, o) {
"use strict";
function i(e) {
o("E0It");
}
var s = (o("eCHI"), o("4+mH")),
n = o("Rr2V"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
Knjt: function (e, t, o) {
"use strict";
Boolean, String, String, String;
},
LA7I: function (e, t, o) {
"use strict";
},
LGCW: function (e, t, o) {
"use strict";
function i(e) {
o("NnbS");
}
var s = (o("2oZV"), o("YVFv")),
n = o("OrCp"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-47ad46a0", null);
t.a = c.exports;
},
LgdA: function (e, t, o) {
"use strict";
function i(e) {
o("BYsE");
}
var s = (o("7h+3"), o("MVrI")),
n = o("brqM"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-f08af77c", null);
t.a = c.exports;
},
LkG8: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{ staticClass: "dialogwrap" },
[
o(
"van-popup",
{
style: { width: "85%", height: "100%" },
attrs: { position: "right" },
model: {
value: e.showFilterBox,
callback: function (t) {
e.showFilterBox = t;
},
expression: "showFilterBox",
},
},
[
o(
"div",
{ staticClass: "conditionswrapper" },
[
o(
"van-cell-group",
[
o("van-field", {
attrs: {
label: e.localeResource.advancedfilterDialog_name,
placeholder: e.tmpReplaceFormat(
e.localeResource
.advancedfilterDialog_placeholder0,
e.localeResource.advancedfilterDialog_name
),
clearable: "",
"label-width": "6.5em",
},
model: {
value: e.personName,
callback: function (t) {
e.personName = t;
},
expression: "personName",
},
}),
],
1
),
e._v(" "),
o(
"van-cell-group",
[
o("van-field", {
attrs: {
label:
e.localeResource
.advancedfilterDialog_phoneNumber,
placeholder: e.tmpReplaceFormat(
e.localeResource
.advancedfilterDialog_placeholder0,
e.localeResource
.advancedfilterDialog_phoneNumber
),
clearable: "",
"label-width": "6.5em",
},
model: {
value: e.phoneNumber,
callback: function (t) {
e.phoneNumber = t;
},
expression: "phoneNumber",
},
}),
],
1
),
e._v(" "),
o(
"van-cell-group",
[
o("van-field", {
attrs: {
readonly: "",
clickable: "",
name: "picker",
value: e.genderText,
label:
e.localeResource.advancedfilterDialog_gender,
placeholder: e.tmpReplaceFormat(
e.localeResource
.advancedfilterDialog_placeholder1,
e.localeResource.advancedfilterDialog_gender
),
"label-width": "6.5em",
},
on: {
click: function (t) {
e.showPicker0 = !0;
},
},
}),
],
1
),
e._v(" "),
o(
"van-cell-group",
[
o("van-field", {
attrs: {
label: e.localeResource.advancedfilterDialog_age,
placeholder:
e.localeResource
.advancedfilterDialog_age_placeholder,
clearable: "",
"label-width": "6.5em",
},
model: {
value: e.age,
callback: function (t) {
e.age = t;
},
expression: "age",
},
}),
],
1
),
e._v(" "),
o(
"van-cell-group",
[
o("van-field", {
attrs: {
label:
e.localeResource
.advancedfilterDialog_interviewPosition,
placeholder: e.tmpReplaceFormat(
e.localeResource
.advancedfilterDialog_placeholder0,
e.localeResource
.advancedfilterDialog_interviewPosition
),
clearable: "",
"label-width": "6.5em",
},
model: {
value: e.interviewPosition,
callback: function (t) {
e.interviewPosition = t;
},
expression: "interviewPosition",
},
}),
],
1
),
e._v(" "),
o(
"van-cell-group",
[
o("van-field", {
attrs: {
label:
e.localeResource
.advancedfilterDialog_interviewLink,
placeholder: e.tmpReplaceFormat(
e.localeResource
.advancedfilterDialog_placeholder0,
e.localeResource
.advancedfilterDialog_interviewLink
),
clearable: "",
"label-width": "6.5em",
},
model: {
value: e.interviewLink,
callback: function (t) {
e.interviewLink = t;
},
expression: "interviewLink",
},
}),
],
1
),
e._v(" "),
o(
"van-cell-group",
[
o("van-field", {
attrs: {
readonly: "",
clickable: "",
value: e.interviewTime,
name: "datetimePicker",
label:
e.localeResource
.advancedfilterDialog_interviewTime,
placeholder: e.tmpReplaceFormat(
e.localeResource
.advancedfilterDialog_placeholder1,
e.localeResource
.advancedfilterDialog_interviewTime
),
"label-width": "6.5em",
},
on: {
click: function (t) {
e.showPicker1 = !0;
},
},
}),
],
1
),
],
1
),
e._v(" "),
o("div", { staticClass: "batchbtn-wrapper" }, [
o(
"button",
{ attrs: { id: "reset" }, on: { click: e.reset } },
[e._v(e._s(e.localeResource.search_reset))]
),
e._v(" "),
o(
"button",
{ attrs: { id: "sure" }, on: { click: e.sure } },
[e._v(e._s(e.localeResource.common_confirm))]
),
]),
]
),
e._v(" "),
o(
"van-popup",
{
attrs: { position: "bottom" },
model: {
value: e.showPicker0,
callback: function (t) {
e.showPicker0 = t;
},
expression: "showPicker0",
},
},
[
o("van-picker", {
attrs: {
"show-toolbar": "",
columns: e.columns,
"value-key": "value",
"confirm-button-text": e.localeResource.common_confirm,
"cancel-button-text": e.localeResource.common_cancel,
},
on: {
confirm: e.onConfirm0,
cancel: function (t) {
e.showPicker0 = !1;
},
},
}),
],
1
),
e._v(" "),
o(
"van-popup",
{
attrs: { position: "bottom" },
model: {
value: e.showPicker1,
callback: function (t) {
e.showPicker1 = t;
},
expression: "showPicker1",
},
},
[
o("van-datetime-picker", {
attrs: {
type: "datetime",
formatter: e.formatter,
"confirm-button-text": e.localeResource.common_confirm,
"cancel-button-text": e.localeResource.common_cancel,
},
on: {
confirm: e.onConfirm1,
cancel: function (t) {
e.showPicker1 = !1;
},
},
model: {
value: e.currDate,
callback: function (t) {
e.currDate = t;
},
expression: "currDate",
},
}),
],
1
),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
M93x: function (e, t, o) {
"use strict";
function i(e) {
o("MJ5q");
}
var s = (o("eLoA"), o("eQNG")),
n = o("8IJT"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
MDFz: function (e, t, o) {
"use strict";
function i(e) {
var t = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"),
o = window.location.search.substr(1).match(t);
return null != o ? o[2] : null;
}
function s() {
var e =
window.innerHeight -
d()(".pageTitle").outerHeight(!0) -
d()(".backBtnBox").outerHeight(!0);
d()(".judgeDetailWrap").css("height", e + "px");
}
var n,
a = o("3cXf"),
r = o.n(a),
c = o("a3Yh"),
l = o.n(c),
u = o("SXXC"),
d = o.n(u),
p = o("+EaS"),
_ = o("4PKW"),
m = o("fRcE"),
f = o("Awhv"),
h = o("uiKT"),
v = o("BdEu"),
g = i("eid") || "23400814",
w = i("storeEid"),
x = i("path") || "InterGo8612new",
b = i("appid") || "10036";
w = w ? "&storeEid=" + w : "";
h.a,
(n = { Flexbox: p.a, FlexboxItem: _.a, XDialog: m.a, Previewer: f.a }),
l()(n, v.c.name, v.c),
l()(n, v.d.name, v.d),
l()(n, v.a.name, v.a),
l()(
{
goHome: function () {
console.log("goHome1")
sessionStorage.isRecruitGo
? (top.location.href =
location.origin +
location.pathname +
"?appid=" +
b +
"&eid=" +
g +
"&path=" +
x +
w +
"&name=0.navui#/" +
w)
: this.$router.push("/");
},
openTointerview: function () {
sessionStorage.isRecruitGo
? ((sessionStorage.toDoListAtciveTab = "mytab0"),
(top.location.href =
location.origin +
location.pathname +
"?appid=" +
b +
"&eid=" +
g +
"&path=" +
x +
w +
"&name=01.navui&tabIndex=0&pageType=interviewResults" +
w))
: this.$router.push("/tointerview");
},
openTojudge: function () {
sessionStorage.isRecruitGo
? ((sessionStorage.toDoListAtciveTab = "mytab1"),
(top.location.href =
location.origin +
location.pathname +
"?appid=" +
b +
"&eid=" +
g +
"&path=" +
x +
w +
"&name=01.navui&tabIndex=1&pageType=interviewResults" +
w))
: this.$router.push("/tojudge");
},
showFile: function (e) {
var t = this,
o = void 0,
i = easContext.userID
.replaceAll("/", "_")
.replaceAll("+", "__")
.replaceAll("=", "___");
o =
(e.attachName || e.fname_l2) +
"_" +
i +
"." +
(e.attachType || e.fsimplename);
var s =
"/mbos/attach/download?id=" +
(e.attachId || e.fid) +
"&bostype=F4AF4F03&name=" +
o;
mbos.http.ajax({
url: s,
param: {},
success: function (o) {
var i = "string" == typeof o ? o : o.filename,
s = encodeURI(
window.location.origin +
"/mbos/download/attach/" +
decodeURIComponent(i)
),
n = !!navigator.userAgent.match(
/\(i[^;]+;( U;)? CPU.+Mac OS X/
);
"pic" == t.judgePic("." + (e.attachType || e.fsimplename))
? t.$hevueImgPreview(s)
: n
? (location.href = s)
: window.open(s);
},
});
},
loadData: function () {
var e = this,
t = "InterGo_GetJudgeResultDetailService",
o = decodeURIComponent(
decodeURIComponent(this.$route.query.recordId)
),
i = this.$store.state.userInfo.openId,
s = [o];
this.version > 1 &&
((t = "InterGo_GetTobeJudgedRecordInfoService"), (s = [o, i]));
try {
console.log(mbos);
var n = this;
mbos.eas.invokeScript({
name: t,
param: s,
success: function (e) {
if (
(console.log("调用接口成功"),
console.log(e),
"0" == e.code)
) {
(n.judgeResultDetail = e.data),
(n.recordId = n.judgeResultDetail.resumeInfo.recordId);
var t = [];
n.judgeResultDetail.judgeInfo.attachs &&
(n.judgeResultDetail.judgeInfo.attachs.forEach(
function (e) {
t.push({
src: "data:image/jpeg;base64," + e.fileLink,
});
}
),
(n.imgList = t)),
console.log(r()(n.imgList)),
n.version > 0 &&
n.judgeResultDetail.judgeInfo.InterviewStructureData.forEach(
function (e) {
n.activeNames.push(e.struClass),
e.data &&
e.data.forEach(function (e) {
if ("Select" === e.fieldType && e.options) {
var t = !1;
e.options.forEach(function (o) {
if (e.value == o.key)
return (
(e.value = o.value), (t = !0), !1
);
}),
t || (e.value = "");
}
"Time" === e.fieldType &&
(e.value = e.value
? e.value.substr(11, 5)
: ""),
"TimeStamp" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 16)
: ""),
"Date" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 10)
: "");
}),
e.groupData &&
e.groupData.forEach(function (e) {
e.data &&
e.data.forEach(function (e) {
if (
"Select" === e.fieldType &&
e.options
) {
var t = !1;
e.options.forEach(function (o) {
if (e.value == o.key)
return (
(e.value = o.value),
(t = !0),
!1
);
}),
t || (e.value = "");
}
"Time" === e.fieldType &&
(e.value = e.value
? e.value.substr(11, 5)
: ""),
"TimeStamp" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 16)
: ""),
"Date" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 10)
: "");
});
});
}
);
} else {
var o = r()(e);
if (o.indexOf("请求云之家openauth2服务失败") >= 0)
alert(n.localeResource.common_loginTimeout);
else if (o.indexOf("无法连接EAS服务器") >= 0)
alert(n.localeResource.common_EAS500);
else {
var i = n.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
n.$vux.toast.show({
position: "default",
text: i,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
d()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
}),
n.$router.push("/common404");
}
}
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
alert(e.msg),
n.$router.push("/common404");
},
});
} catch (i) {
var t =
this.version < 1
? "/user/judgeResults/details"
: this.version > 1
? "/user/judges/details1.0"
: "/user/judgeResults/details1.0";
this.$http
.post(t, { recordId: o })
.then(function (t) {
var o = t.data;
if ("0" == o.code) {
(e.judgeResultDetail = o.data),
(e.recordId = e.judgeResultDetail.resumeInfo.recordId);
var i = [];
e.judgeResultDetail.judgeInfo.attachs &&
(e.judgeResultDetail.judgeInfo.attachs.forEach(
function (e) {
i.push({
src: "data:image/jpeg;base64," + e.fileLink,
});
}
),
(e.imgList = i)),
e.version > 0 &&
e.judgeResultDetail.judgeInfo.InterviewStructureData.forEach(
function (t) {
e.activeNames.push(t.struClass),
t.data &&
t.data.forEach(function (e) {
if ("Select" === e.fieldType && e.options) {
var t = !1;
e.options.forEach(function (o) {
if (e.value == o.key)
return (
(e.value = o.value), (t = !0), !1
);
}),
t || (e.value = "");
}
"Time" === e.fieldType &&
(e.value = e.value
? e.value.substr(11, 5)
: ""),
"TimeStamp" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 16)
: ""),
"Date" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 10)
: "");
}),
t.groupData &&
t.groupData.forEach(function (e) {
e.data &&
e.data.forEach(function (e) {
if (
"Select" === e.fieldType &&
e.options
) {
var t = !1;
e.options.forEach(function (o) {
if (e.value == o.key)
return (
(e.value = o.value),
(t = !0),
!1
);
}),
t || (e.value = "");
}
"Time" === e.fieldType &&
(e.value = e.value
? e.value.substr(11, 5)
: ""),
"TimeStamp" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 16)
: ""),
"Date" === e.fieldType &&
(e.value = e.value
? e.value.substr(0, 10)
: "");
});
});
}
);
}
})
.catch(function (e) {
console.log(e);
});
}
},
judgePic: function (e) {
var t = "",
o = RegExp(/.*(\.png|\.jpg|\.jpeg|\.gif)$/),
i = RegExp(/.*(\.doc|\.docx)$/),
s = RegExp(/.*(\.xls|\.xlsx)$/),
n = RegExp(/.*(\.ppt|\.pptx)$/),
a = RegExp(/.*(\.pdf)$/),
r = RegExp(/.*(\.zip|\.rar)$/),
c = RegExp(/.*(\.js|\.css|\.html)$/),
l = RegExp(
/.*(\.mp3|\.wma|\.aac|\.ogg|\.mpc|\.wav|\.flac|\.midi|\.ra)$/
),
u = RegExp(
/.*(\.avi|\.wmv|\.mpg|\.mov|\.rm|\.ram|\.swf|\.flv|\.mp4)$/
),
d = RegExp(/.*(\.txt)$/);
return (
o.test(e)
? ((t = "pic"), this.version > 1 && (t = "pic-filetype"))
: (t = i.test(e)
? "word-filetype"
: s.test(e)
? "excel-filetype"
: n.test(e)
? "ppt-filetype"
: a.test(e)
? "pdf-filetype"
: r.test(e)
? "zip-filetype"
: c.test(e)
? "file-filetype"
: l.test(e)
? "music-filetype"
: u.test(e)
? "video-filetype"
: d.test(e)
? "txt-filetype"
: "unknown-filetype"),
t
);
},
judgeFileType: function (e) {
var t = RegExp(/.*(png|jpg|jpeg|gif)$/),
o = RegExp(/.*(doc|docx)$/),
i = RegExp(/.*(xls|xlsx)$/),
s = RegExp(/.*(ppt|pptx)$/),
n = RegExp(/.*(pdf)$/),
a = RegExp(/.*(zip)$/),
r = RegExp(/.*(html)$/);
return t.test(e)
? "pic"
: o.test(e)
? "word"
: i.test(e)
? "excel"
: s.test(e)
? "ppt"
: n.test(e)
? "pdf"
: a.test(e)
? "zip"
: r.test(e)
? "html"
: "unknown";
},
showPic: function (e) {
this.$refs.previewer.show(e);
},
showGroupData: function (e) {
(e.hideGroupData = !e.hideGroupData), this.$forceUpdate();
},
},
"showFile",
function (e, t) {
var o = easContext.easUrl + "/shr",
i =
"http://reccloud.kingdee.com/recRegister/recDemand/getSHRImageByURL?serviceURL=" +
encodeURIComponent(o) +
"&imageURL=" +
encodeURIComponent(e.fileDownLoadUrl);
0 == t &&
(i =
"http://reccloud.kingdee.com/recRegister/resume/viewFile?fileUrl=" +
encodeURIComponent(e.fileDownLoadUrl)),
this.isYZJapp
? XuntongJSBridge.call(
"showFile",
{
fileDownloadUrl: i,
fileName: e.name.split(".")[0],
fileExt: e.fileExt,
fileTime: "",
fileSize: e.fileSize,
},
function (e) {}
)
: ((i =
"http://reccloud.kingdee.com/recRegister/recDemand/preview?serviceURL=" +
encodeURIComponent(o) +
"&imageURL=" +
encodeURIComponent(e.fileDownLoadUrl) +
"&attachType=" +
e.fileExt),
"pic" == this.judgeFileType(e.fileExt)
? this.$hevueImgPreview(i)
: "html" == this.judgeFileType(e.fileExt)
? (location.href = i)
: (location.href =
"http://reccloud.kingdee.com/ws_sync/register/index.html#/pdfPreview?FilePath=" +
encodeURIComponent(i)),
console.log(i),
console.log(e));
}
);
},
MGI2: function (e, t, o) {
"use strict";
function i(e) {
o("4JZ/");
}
var s = (o("IzoA"), o("NKtH")),
n = o("ECtY"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
MJ5q: function (e, t) {},
MVrI: function (e, t, o) {
"use strict";
function i(e) {
var t = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"),
o = window.location.search.substr(1).match(t);
return null != o ? o[2] : null;
}
var s = o("3cXf"),
n = o.n(s),
a = o("GblZ"),
r = o("QpaW"),
c = o("SXXC"),
l = o.n(c),
u = o("KO53"),
d = o("RFt0"),
p = i("eid") || "23400814",
_ = i("storeEid"),
m = i("path") || "InterGo8612new",
f = i("appid") || "10036";
_ = _ ? "&storeEid=" + _ : "";
t.a = {
name: "tojudge",
components: {
Search: a.a,
Divider: r.a,
videomsgDialog: u.a,
advancedfilterDialog: d.a,
},
data: function () {
return {
showBackTop: !1,
showline: !1,
results: [],
curKeywords: "",
keywords: "",
page: 1,
curDatas: [],
titleName: this.localeResource.home_toJudge,
isYZJapp: !1,
searchFilter: {},
version: Number(localStorage.InterGo_Version),
};
},
created: function () {
navigator.userAgent.match(/Qing\/.*;(iOS|iPhone|Android).*/) &&
(this.isYZJapp = !0),
this.isYZJapp && XuntongJSBridge.call("closePop");
var e = this;
try {
void 0 != mbos.http
? e.loadData()
: (window.onload = function () {
e.loadData();
});
} catch (t) {
e.loadData();
}
},
mounted: function () {},
updated: function () {
var e = this;
this.$nextTick(function () {
e.initEvent();
});
},
computed: {
getHeight: function () {
return window.innerHeight;
},
},
beforeRouteLeave: function (e, t, o) {
var i = this;
l()(window).unbind("scroll"),
l()(".backTop").off("click", i.backTop),
o();
},
methods: {
getFilterConditions: function (e) {
console.log(e),
(this.page = "1"),
(this.curDatas = []),
(this.showline = !1),
(this.searchFilter = e),
(this.curKeywords = ""),
(this.keywords = ""),
this.loadData(!0);
},
openSearchDialog: function () {
this.$refs.filterbox.showFilterBox = !0;
},
scrollEvent: function () {
var e =
document.body.scrollTop + document.documentElement.scrollTop;
e < 100
? (this.showBackTop = !1)
: ((this.showBackTop = !0),
e + window.innerHeight >=
l()(".tojudge").outerHeight(!0) - 60 &&
(console.log("showline:" + this.showline),
this.showline ||
(this.$vux.loading.show({ text: "Loading" }),
this.page++,
(this.showline = !0),
this.loadData())));
},
backTop: function () {
l()("html,body").animate({ scrollTop: 0 }, 300);
},
initEvent: function () {
var e = this;
(window.onscroll = function () {
e.scrollEvent();
}),
l()(".backTop").off("click", e.backTop).on("click", e.backTop);
},
linkPage: function (e) {
var t = this;
if ("待面试" == e.state)
self != top
? (l()(".tabs-wrap", parent.document).hide(),
(top.location.href =
location.origin +
location.pathname +
"?appid=" +
f +
"&eid=" +
p +
"&path=" +
m +
_ +
"&name=00.custom#/resume_detail?recordId=" +
encodeURIComponent(e.recordId)))
: this.$router.push(
"/resume_detail?recordId=" + encodeURIComponent(e.recordId)
);
else if ("待评价" === e.state)
try {
console.log(mbos),
mbos.eas.invokeScript({
name: "InterGo_JudgeToBeInterviewedRecordStatus",
param: [e.recordId],
success: function (o) {
if (
(console.log("调用接口成功"),
console.log(o),
"0" != o.code)
) {
var i = n()(o);
if (i.indexOf("请求云之家openauth2服务失败") >= 0)
alert(t.localeResource.common_loginTimeout);
else if (i.indexOf("无法连接EAS服务器") >= 0)
alert(t.localeResource.common_EAS500);
else {
var s = t.localeResource.common_errorMsg;
o.mesg && (s = o.mesg),
t.$vux.toast.show({
position: "default",
text: s,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
l()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
return !1;
}
if (0 == o.data.type || 1 == o.data.type)
self != top
? (l()(".tabs-wrap", parent.document).hide(),
(top.location.href =
location.origin +
location.pathname +
"?appid=" +
f +
"&eid=" +
p +
"&path=" +
m +
_ +
"&name=00.custom#/judge_page?recordId=" +
encodeURIComponent(e.recordId)))
: t.$router.push(
"/judge_page?recordId=" +
encodeURIComponent(e.recordId)
);
else if (2 == o.data.type)
return (
t.$vux.toast.show({
position: "default",
text: o.data.tipInfo,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
l()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
}),
!1
);
},
error: function (e) {
return console.log("调用接口失败"), console.log(e), !1;
},
});
} catch (o) {
this.$http
.post("/interviews/judgeRecordStatus", {
recordId: e.recordId,
})
.then(function (o) {
var i = o.data;
if ("0" == i.code)
if (0 == i.data.type)
t.$router.push(
"/judge_page?recordId=" +
encodeURIComponent(e.recordId)
);
else if (1 == i.data.type || 2 == i.data.type)
return (
t.$vux.toast.show({
position: "default",
text: i.tipInfo,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
l()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
}),
!1
);
})
.catch(function (e) {
console.log(e);
});
}
else
self != top
? (l()(".tabs-wrap", parent.document).hide(),
(top.location.href =
location.origin +
location.pathname +
"?appid=" +
f +
"&eid=" +
p +
"&path=" +
m +
_ +
"&name=00.custom#/judge_detail?recordId=" +
encodeURIComponent(e.recordId)))
: this.$router.push(
"/judge_detail?recordId=" + encodeURIComponent(e.recordId)
);
},
judgeDay: function (e) {
var t = new Date(e.replace(/\./g, "/")),
o = new Date(new Date(e.replace(/\./g, "/")) - 1),
i = new Date(o.setHours(0, 0, 0, 0) - 1),
s = new Date(),
n = new Date(new Date().setHours(0, 0, 0, 0) - 1),
a = new Date(n.setHours(0, 0, 0, 0) - 1);
return t.setHours(0, 0, 0, 0) == s.setHours(0, 0, 0, 0)
? this.localeResource.common_today
: t.setHours(0, 0, 0, 0) == n.setHours(0, 0, 0, 0)
? this.localeResource.common_yesterday
: t.setHours(0, 0, 0, 0) == a.setHours(0, 0, 0, 0)
? this.localeResource.common_TheDayBeforeYesterday
: o.setHours(0, 0, 0, 0) == s.setHours(0, 0, 0, 0)
? this.localeResource.common_tomorrow
: i.setHours(0, 0, 0, 0) == s.setHours(0, 0, 0, 0) &&
this.localeResource.common_TheDayAfterTomorrow;
},
getWeek: function (e) {
var t = new Date(e.replace(/\./g, "/")).getDay();
switch (t) {
case 0:
t = this.localeResource.common_Sunday;
break;
case 1:
t = this.localeResource.common_Monday;
break;
case 2:
t = this.localeResource.common_Tuesday;
break;
case 3:
t = this.localeResource.common_Wednesday;
break;
case 4:
t = this.localeResource.common_Thursday;
break;
case 5:
t = this.localeResource.common_Friday;
break;
case 6:
t = this.localeResource.common_Saturday;
break;
default:
t = this.localeResource.common_unknown;
}
return t;
},
resultClick: function (e) {
window.alert("you click the result item: " + n()(e));
},
getResult: (function (e) {
function t(t) {
return e.apply(this, arguments);
}
return (
(t.toString = function () {
return e.toString();
}),
t
);
})(function (e) {
this.results = e ? getResult(this.value) : [];
}),
onSubmit: function () {
this.$refs.search.setBlur(),
(this.page = 1),
(this.curKeywords = this.keywords),
console.log("curKeywords:" + this.curKeywords),
this.version >= 1 &&
((this.searchFilter = {
type: "fast",
name: this.curKeywords,
position: this.curKeywords,
}),
(this.$refs.filterbox.currDate = new Date()),
(this.$refs.filterbox.personName = ""),
(this.$refs.filterbox.gender = ""),
(this.$refs.filterbox.genderText = ""),
(this.$refs.filterbox.age = ""),
(this.$refs.filterbox.phoneNumber = ""),
(this.$refs.filterbox.interviewTime = ""),
(this.$refs.filterbox.interviewPosition = ""),
(this.$refs.filterbox.interviewLink = "")),
this.loadData(!0);
},
onFocus: function () {
console.log("on focus");
},
onCancel: function () {
console.log("on cancel");
},
loadData: function (e) {
var t = this,
o = this.$store.state.userInfo.openId,
i = { userOpenId: o, pageNo: this.page, keywords: "" };
this.curKeywords.trim() && (i.keywords = this.curKeywords.trim()),
this.version >= 1 &&
(i = {
userOpenId: o,
pageNo: this.page,
searchKey: n()(this.searchFilter),
});
try {
console.log(mbos);
var s = this;
mbos.eas.invokeScript({
name: "commonOSFservice",
param: ["InterGo_GetTobeJudgedListService", n()(i)],
success: function (t) {
if (
(console.log("调用接口成功"), console.log(t), "0" == t.code)
) {
var o = t.data.taskList;
("" === s.curDatas || e) && (s.curDatas = []),
(s.curDatas = s.curDatas.concat(o)),
console.log(s.page),
console.log(s.curDatas),
t.data.totalJudgeCount < 20
? (s.showline = !0)
: (s.showline = !1),
console.log("showline:" + s.showline);
} else {
var i = n()(t);
if (i.indexOf("请求云之家openauth2服务失败") >= 0)
alert(s.localeResource.common_loginTimeout);
else if (i.indexOf("无法连接EAS服务器") >= 0)
alert(s.localeResource.common_EAS500);
else {
var a = s.localeResource.common_errorMsg;
t.mesg && (a = t.mesg),
s.$vux.toast.show({
position: "default",
text: a,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
l()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
}
(s.curDatas = []), (s.showline = !0);
}
setTimeout(function () {
s.$vux.loading.hide();
}, 1e3);
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
(s.curDatas = []),
setTimeout(function () {
s.$vux.loading.hide();
}, 1e3);
},
});
} catch (o) {
this.$http
.post("/user/toJudges", i)
.then(function (o) {
var i = o.data;
if ("0" == i.code) {
var s = i.data.items;
("" === t.curDatas || e) && (t.curDatas = []),
(t.curDatas = t.curDatas.concat(s)),
console.log(t.page),
console.log(t.curDatas),
s.length < 20 ? (t.showline = !0) : (t.showline = !1);
}
setTimeout(function () {
t.$vux.loading.hide();
}, 1e3);
})
.catch(function (e) {
var t = this;
console.log(e),
setTimeout(function () {
t.$vux.loading.hide();
}, 1e3);
});
}
},
openVideoInterviewBox: function (e) {
this.$refs.videobox.getVideoInterviewMsg(e.recordId);
},
},
};
},
McL7: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
directives: [
{
name: "wechat-title",
rawName: "v-wechat-title",
value: (e.$route.meta.title = e.titleName),
expression: "$route.meta.title=titleName",
},
],
staticClass: "tointerview",
},
[
o(
"div",
{ staticClass: "searchbox" },
[
o(
"search",
{
ref: "search",
attrs: {
placeholder: e.localeResource.common_searchInfo,
results: e.results,
autoFixed: !1,
"auto-scroll-to-top": "",
},
on: {
"on-result-click": e.resultClick,
"on-focus": e.onFocus,
"on-cancel": e.onCancel,
"on-submit": e.onSubmit,
},
model: {
value: e.keywords,
callback: function (t) {
e.keywords = t;
},
expression: "keywords",
},
},
[
e.version >= 1
? o(
"div",
{ attrs: { slot: "right" }, slot: "right" },
[
o("div", {
staticClass: "i-search",
on: { click: e.openSearchDialog },
}),
]
)
: e._e(),
]
),
],
1
),
e._v(" "),
e.curDatas.length > 0
? o(
"div",
{ staticClass: "taskList" },
[
e._l(e.curDatas, function (t, i) {
return o("div", { key: i, staticClass: "dateItem" }, [
o("div", { staticClass: "dateTitleWrap" }, [
o(
"div",
{
staticClass: "dateTitle",
on: {
click: function (t) {
return e.toggleList(t);
},
},
},
[
e.judgeDay(t.date)
? [
o("span", { staticClass: "special" }, [
e._v(e._s(e.judgeDay(t.date))),
]),
e._v(" "),
o(
"span",
{ staticClass: "date specialdate" },
[
e._v("( "),
o("i", { staticClass: "weekday" }, [
e._v(e._s(t.date)),
]),
e._v(e._s(e.getWeek(t.date)) + " )"),
]
),
]
: [
o(
"span",
{ staticClass: "date specialdate" },
[
e._v(e._s(t.date)),
o("i", { staticClass: "weekday" }, [
e._v(e._s(e.getWeek(t.date))),
]),
]
),
],
e._v(" "),
o("span", {
staticClass: "countNum",
domProps: {
innerHTML: e._s(
e.tmpReplaceFormat(
e.localeResource.tointerview_countNum,
"" + t.countNum + ""
)
),
},
}),
e._v(" "),
o("span", {
staticClass: "arrow",
on: {
click: function (t) {
return e.toggleList(t);
},
},
}),
],
2
),
]),
e._v(" "),
t.items.length > 0
? o(
"ul",
{ staticClass: "dateList" },
e._l(t.items, function (t, i) {
return o(
"li",
{ key: i, staticClass: "taskItem" },
[
o(
"div",
{
staticClass: "itemlink",
on: {
click: function (o) {
return e.linkPage(t);
},
},
},
[
o(
"span",
{ staticClass: "stateTag" },
[e._v(e._s(t.interStatus))]
),
e._v(" "),
o(
"p",
{ staticClass: "task_hd" },
[
o(
"span",
{
staticClass: "name ellipsis",
},
[e._v(e._s(t.seeker.name))]
),
e._v(" "),
0 != t.seeker.sex
? [
o("span", {
staticClass: "sexIcon",
class: [
"2" == t.seeker.sex
? "female"
: "male",
],
}),
]
: e._e(),
e._v(" "),
o(
"span",
{
staticClass:
"position ellipsis",
},
[
e._v(
e._s(t.targetPosition.name)
),
]
),
e._v(" "),
o(
"span",
{
staticClass:
"timeOrState ellipsis",
class: [
"待面试" == t.state
? "time"
: "待评价" == t.state
? "state tojudge"
: "通过" == t.state
? "state pass"
: "state deny",
],
},
[
"待面试" == t.state
? o("i", [e._v("•")])
: e._e(),
e._v(
e._s(
"待面试" == t.state
? t.interviewInfo.time
: t.state
)
),
]
),
],
2
),
e._v(" "),
o("p", { staticClass: "task_bd" }, [
o("span", {
staticClass: "comIcon",
}),
e._v(" "),
o(
"span",
{
staticClass:
"department ellipsis",
},
[
e._v(
e._s(
t.targetPosition.department
)
),
]
),
]),
e._v(" "),
o("p", { staticClass: "task_ad" }, [
o("span", {
staticClass: "addressIcon",
}),
e._v(" "),
o(
"span",
{
staticClass: "address ellipsis",
},
[
e._v(
e._s(t.interviewInfo.place)
),
]
),
]),
e._v(" "),
t.interviewInfo.videoInterview
? o(
"div",
{
staticClass: "task_ft",
on: {
click: function (o) {
return (
o.stopPropagation(),
e.openVideoInterviewBox(
t
)
);
},
},
},
[
o("span", {
staticClass: "videoIcon",
class:
"zoom" ==
t.interviewInfo.videoType
? "logo-zoom"
: "logo-tencentV",
}),
e._v(
"\n\t\t\t\t\t\t\t\t" +
e._s(
"zoom" ==
t.interviewInfo
.videoType
? e.localeResource
.common_videoType_Zoom
: e.localeResource
.common_videoType_Tencent
) +
"\n\t\t\t\t\t\t\t"
),
]
)
: e._e(),
]
),
]
);
}),
0
)
: o("div", { staticClass: "noCurData" }, [
o("p", { staticClass: "noDataPic" }),
e._v(" "),
o("p", [
e._v(
e._s(e.localeResource.tointerview_info_0)
),
]),
]),
]);
}),
e._v(" "),
e.showline
? o("divider", [
e._v(e._s(e.localeResource.common_showlineText)),
])
: e._e(),
],
2
)
: e._e(),
e._v(" "),
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.showBackTop,
expression: "showBackTop",
},
],
staticClass: "backTop",
},
[
o("span", { staticClass: "arrowPic" }, [
e._v(e._s(e.localeResource.common_backTop)),
]),
]
),
e._v(" "),
0 == e.curDatas.length
? o("div", { staticClass: "noCurData" }, [
o("p", { staticClass: "noDataPic" }),
e._v(" "),
o("p", [e._v(e._s(e.localeResource.common_noData))]),
])
: e._e(),
e._v(" "),
o("videomsg-dialog", { ref: "videobox" }),
e._v(" "),
e.version >= 1
? o("advancedfilter-dialog", {
ref: "filterbox",
on: { filterConditions: e.getFilterConditions },
})
: e._e(),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
MfrI: function (e, t, o) {
"use strict";
var i,
s = o("a3Yh"),
n = o.n(s),
a = o("BdEu");
(i = {}),
n()(i, a.f.name, a.f),
n()(i, a.b.name, a.b),
n()(i, a.g.name, a.g),
n()(i, a.h.name, a.h),
n()(i, a.j.name, a.j),
n()(i, a.e.name, a.e);
},
MkRj: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
directives: [
{
name: "wechat-title",
rawName: "v-wechat-title",
value: (e.$route.meta.title = e.titleName),
expression: "$route.meta.title=titleName",
},
],
staticClass: "resume_detail",
class: [
(!0 === e.isUsersInter &&
("待面试" == e.interInfos.state ||
"待评价" == e.interInfos.state)) ||
!0 === e.canAccept ||
!0 === e.canCancel
? "padBtm"
: "",
],
},
[
!0 === e.showWholePage
? o("div", { staticClass: "importInfowrap" }, [
o("h5", { staticClass: "tinyTitle" }, [
o("span", [
e._v(e._s(e.localeResource.resumeDetail_title_0)),
]),
]),
e._v(" "),
o("ul", { staticClass: "importInfo" }, [
o("li", { staticClass: "degree" }, [
o(
"span",
{ staticClass: "icon" },
[
e.interInfos.targetPosition.degreeOk
? [
o("i", {
class:
"true" ==
e.interInfos.targetPosition.degreeOk
? "isOk"
: "notOk",
}),
]
: e._e(),
],
2
),
e._v(" "),
o("p", { staticClass: "text" }, [
e._v(
"\n\t\t\t\t\t" +
e._s(e.interInfos.targetPosition.degree) +
"\n\t\t\t\t"
),
]),
]),
e._v(" "),
o("li", { staticClass: "workTime" }, [
o(
"span",
{ staticClass: "icon" },
[
e.interInfos.targetPosition.workExpOk
? [
o("i", {
class:
"true" ==
e.interInfos.targetPosition.workExpOk
? "isOk"
: "notOk",
}),
]
: e._e(),
],
2
),
e._v(" "),
o("p", { staticClass: "text" }, [
e._v(
"\n\t\t\t\t\t" +
e._s(e.interInfos.targetPosition.workExp) +
"\n\t\t\t\t"
),
]),
]),
e._v(" "),
o("li", { staticClass: "age" }, [
o(
"span",
{ staticClass: "icon" },
[
e.interInfos.targetPosition.ageOk
? [
o("i", {
class:
"true" ==
e.interInfos.targetPosition.ageOk
? "isOk"
: "notOk",
}),
]
: e._e(),
],
2
),
e._v(" "),
o("p", { staticClass: "text" }, [
e._v(
"\n\t\t\t\t\t" +
e._s(e.interInfos.targetPosition.age) +
"\n\t\t\t\t"
),
]),
]),
e._v(" "),
o("li", { staticClass: "sex" }, [
o(
"span",
{ staticClass: "icon" },
[
e.interInfos.targetPosition.sexOk
? [
o("i", {
class:
"true" ==
e.interInfos.targetPosition.sexOk
? "isOk"
: "notOk",
}),
]
: e._e(),
],
2
),
e._v(" "),
o("p", { staticClass: "text" }, [
e._v(
"\n\t\t\t\t\t" +
e._s(e.interInfos.targetPosition.sex) +
"\n\t\t\t\t"
),
]),
]),
]),
])
: e._e(),
e._v(" "),
e.showWholePage
? o(
"div",
{
staticClass: "positionInfo",
class: e.foldInterinfo ? "fold" : "",
},
[
o("h5", { staticClass: "tinyTitle" }, [
o("span", [
e._v(e._s(e.localeResource.resumeDetail_title_1)),
]),
e._v(" "),
e.interInfos.interviewInfo.videoInterview
? o(
"span",
{
staticClass: "task_ft",
on: {
click: function (t) {
return (
t.stopPropagation(),
e.openVideoInterviewBox.apply(
null,
arguments
)
);
},
},
},
[
o("span", {
staticClass: "videoIcon",
class:
"zoom" ==
e.interInfos.interviewInfo.videoType
? "logo-zoom"
: "logo-tencentV",
}),
e._v(
"\n\t\t\t\t\t" +
e._s(
"zoom" ==
e.interInfos.interviewInfo.videoType
? e.localeResource.common_videoType_Zoom
: e.localeResource
.common_videoType_Tencent
) +
"\n\t\t\t\t"
),
]
)
: e._e(),
]),
e._v(" "),
o("div", { staticClass: "interviewInfo" }, [
o("div", { staticClass: "interPosi" }, [
o("div", { staticClass: "position" }, [
o("i", { staticClass: "posiIcon" }),
e._v(" "),
o(
"p",
[
o(
"router-link",
{
staticClass: "posiLink",
attrs: {
to:
"job_detail?posiId=" +
encodeURIComponent(
e.interInfos.interviewInfo.position.id
) +
"&recordId=" +
encodeURIComponent(
e.interInfos.recordId
),
},
},
[
e._v(
e._s(
e.interInfos.interviewInfo.position.name
)
),
]
),
],
1
),
]),
e._v(" "),
o("p", { staticClass: "interTime" }, [
o("i", { staticClass: "timeIcon" }),
e._v(" "),
o("span", [
e._v(e._s(e.interInfos.interviewInfo.time)),
]),
]),
]),
e._v(" "),
o("div", { staticClass: "departInfo" }, [
o("i", { staticClass: "departIcon" }),
e._v(" "),
o("p", [
o("span", [
e._v(
e._s(e.interInfos.interviewInfo.position.group)
),
]),
e._v(" "),
o("i", { staticClass: "divider" }, [e._v("|")]),
e._v(" "),
o("span", [
e._v(
e._s(
e.interInfos.interviewInfo.position.company
)
),
]),
e._v(" "),
o("i", { staticClass: "divider" }, [e._v("|")]),
e._v(" "),
o("span", [
e._v(
e._s(
e.interInfos.interviewInfo.position.department
)
),
]),
]),
]),
e._v(" "),
o("div", { staticClass: "placeInfo" }, [
o("i", { staticClass: "addressIcon" }),
e._v(" "),
o("p", [
e._v(e._s(e.interInfos.interviewInfo.place)),
]),
]),
e._v(" "),
e.interInfos.interviewInfo.files
? o("div", { staticClass: "interPapers" }, [
o("i", { staticClass: "paperIcon" }),
e._v(" "),
o(
"a",
{
staticClass: "interFiles",
attrs: {
href: e.interInfos.interviewInfo.files
.fileLink,
download:
e.localeResource.resumeDetail_fileLink,
},
},
[
e._v(
e._s(e.localeResource.resumeDetail_fileLink)
),
]
),
])
: e._e(),
]),
e._v(" "),
o("div", { staticClass: "arrangerInfo" }, [
o("p", { staticClass: "infoTitle" }, [
o("i", [
e._v(e._s(e.localeResource.resumeDetail_arranger)),
]),
]),
e._v(" "),
o(
"div",
{ staticClass: "peopleBox" },
e._l(
e.interInfos.interviewInfo.arranger,
function (t, i) {
return o("span", { staticClass: "peopleInfo" }, [
e._v(
"\n\t\t\t\t\t\t" +
e._s(t.name) +
"\n\t\t\t\t\t\t"
),
t.openId
? o("i", {
staticClass: "cardIcon",
on: {
click: function (o) {
return e.openCard(t.openId);
},
},
})
: e._e(),
]);
}
),
0
),
]),
e._v(" "),
o("div", { staticClass: "departManager" }, [
o("p", { staticClass: "infoTitle" }, [
o("i", [
e._v(
e._s(e.localeResource.resumeDetail_departHead)
),
]),
]),
e._v(" "),
o(
"div",
{ staticClass: "peopleBox" },
e._l(
e.interInfos.interviewInfo.departHead,
function (t, i) {
return o("span", { staticClass: "peopleInfo" }, [
e._v(e._s(t.name) + "\n\t\t\t\t\t\t"),
t.openId
? o("i", {
staticClass: "cardIcon",
on: {
click: function (o) {
return e.openCard(t.openId);
},
},
})
: e._e(),
]);
}
),
0
),
]),
e._v(" "),
o("div", { staticClass: "interviewers" }, [
o("p", { staticClass: "infoTitle" }, [
o("i", [
e._v(
e._s(e.localeResource.resumeDetail_interviewer)
),
]),
]),
e._v(" "),
o(
"div",
{ staticClass: "peopleBox" },
e._l(
e.interInfos.interviewInfo.interviewer,
function (t, i) {
return o("span", { staticClass: "peopleInfo" }, [
e._v(e._s(t.name) + "\n\t\t\t\t\t\t"),
t.openId !== e.curUserOpenId && t.openId
? o("i", {
staticClass: "cardIcon",
on: {
click: function (o) {
return e.openCard(t.openId);
},
},
})
: e._e(),
]);
}
),
0
),
]),
e._v(" "),
e.interInfos.resumeInfo.attachments &&
1 !== e.interInfos.attachmentHiding
? o("div", { staticClass: "attachmentswrap" }, [
o("p", { staticClass: "infoTitle" }, [
o("i", [
e._v(
e._s(e.localeResource.resumeDetail_attachs)
),
]),
]),
e._v(" "),
o(
"div",
{ staticClass: "peopleBox" },
e._l(
e.interInfos.resumeInfo.attachments,
function (t) {
return o(
"span",
{
key: t.id,
staticClass: "peopleInfo",
on: {
click: function (o) {
return e.showFileOld(t);
},
},
},
[
e._v(
"\n\t\t\t\t\t\t" +
e._s(t.attachName) +
"." +
e._s(t.attachType) +
"\n\t\t\t\t\t"
),
]
);
}
),
0
),
])
: e._e(),
e._v(" "),
o(
"router-link",
{
staticClass: "viewothers",
attrs: {
to:
"interview_results?recordId=" +
encodeURIComponent(e.interInfos.recordId),
},
},
[e._v(e._s(e.localeResource.resumeDetail_info_0))]
),
e._v(" "),
o(
"div",
{
staticClass: "toggleFold",
on: {
click: function (t) {
e.foldInterinfo = !e.foldInterinfo;
},
},
},
[
e._v(
"\n\t\t\t\t" +
e._s(e.foldInterinfo ? "展开" : "收起") +
"\n\t\t\t\t"
),
o("span", { staticClass: "toggleArrow" }),
]
),
],
1
)
: e._e(),
e._v(" "),
o("div", { staticClass: "basicBoxWrap" }, [
o("div", { staticClass: "basicBox" }, [
o("h5", { staticClass: "tinyTitle" }, [
o("span", [
e._v(e._s(e.localeResource.resumeDetail_title_2)),
]),
e._v(" "),
e.recRegisterLongUrl && !e.interInfos.attachmentHiding
? o(
"span",
{
staticClass: "task_ft",
on: {
click: function (t) {
return (
t.stopPropagation(),
e.viewInfoForm.apply(null, arguments)
);
},
},
},
[
e._v(
"\n\t\t\t\t\t\t" +
e._s(
e.localeResource.resumeDetail_registrationForm
) +
"\n\t\t\t\t\t"
),
]
)
: e._e(),
]),
e._v(" "),
o("div", { staticClass: "resumeBasic" }, [
o(
"div",
{ staticClass: "basic_hd" },
[
o("span", { staticClass: "photo" }, [
o("img", {
directives: [
{
name: "show",
rawName: "v-show",
value: e.interInfos.resumeInfo.photo,
expression: "interInfos.resumeInfo.photo",
},
],
attrs: {
src: [
"data:image/png;base64," +
e.interInfos.resumeInfo.photo,
],
},
}),
]),
e._v(" "),
o("span", { staticClass: "name ellipsis" }, [
e._v(e._s(e.interInfos.resumeInfo.name)),
]),
e._v(" "),
0 != e.interInfos.resumeInfo.sex
? [
o("span", {
staticClass: "sexIcon",
class: [
"2" == e.interInfos.resumeInfo.sex
? "female"
: "male",
],
}),
]
: e._e(),
e._v(" "),
1 !== e.interInfos.phoneHiding
? o("span", { staticClass: "tel" }, [
o("i", { staticClass: "phoneIcon" }),
e._v(" "),
e.interInfos.resumeInfo.phoneNumber
? o(
"a",
{
attrs: {
href:
"tel:" +
e.interInfos.resumeInfo.phoneNumber,
},
},
[
e._v(
e._s(
e.interInfos.resumeInfo.phoneNumber
)
),
]
)
: e._e(),
])
: e._e(),
],
2
),
e._v(" "),
o("div", { staticClass: "basic_bd" }, [
o("div", { staticClass: "seekerInfo" }, [
o("p", { staticClass: "city" }, [
o("i", { staticClass: "addressIcon" }),
e._v(" "),
o("span", [
e._v(e._s(e.interInfos.resumeInfo.liveCity)),
]),
]),
e._v(" "),
o("p", { staticClass: "ageInfo" }, [
o("i", { staticClass: "ageIcon" }),
e._v(" "),
o("span", { staticClass: "age" }, [
e._v(
e._s(
e._f("tmpReplace")(
e.localeResource.resumeDetail_age,
e.interInfos.resumeInfo.age
)
)
),
]),
]),
e._v(" "),
o("p", { staticClass: "interTime" }, [
o("i", { staticClass: "timeIcon" }),
e._v(" "),
o("span", [
e._v(e._s(e.interInfos.resumeInfo.workYears)),
]),
]),
e._v(" "),
o("p", { staticClass: "degree" }, [
o("i", { staticClass: "degreeIcon" }),
e._v(" "),
o("span", [
e._v(e._s(e.interInfos.resumeInfo.dgree)),
]),
]),
]),
e._v(" "),
o("div", { staticClass: "degreeInfo" }, [
o("i", { staticClass: "degreeIcon" }),
e._v(" "),
o("p", [
o("span", [
e._v(e._s(e.interInfos.resumeInfo.school)),
]),
e._v(" "),
o("i", { staticClass: "divider" }, [e._v("|")]),
e._v(" "),
o("span", [
e._v(e._s(e.interInfos.resumeInfo.major)),
]),
]),
]),
e._v(" "),
o("div", { staticClass: "companyInfo" }, [
o("i", { staticClass: "departIcon" }),
e._v(" "),
o("p", [e._v(e._s(e.interInfos.resumeInfo.exCompany))]),
]),
]),
]),
]),
]),
e._v(" "),
e.list.length > 0
? o(
"div",
{ staticClass: "resumeContent" },
[
o(
"tab",
{
staticClass: "detailTab",
attrs: { "line-width": 0 },
model: {
value: e.index,
callback: function (t) {
e.index = t;
},
expression: "index",
},
},
e._l(e.list, function (t, i) {
return o(
"tab-item",
{
key: i,
attrs: { selected: e.curContent === t },
on: {
click: function (o) {
e.curContent = t;
},
},
},
[e._v(e._s(t))]
);
}),
1
),
e._v(" "),
o(
"swiper",
{
ref: "swiper",
attrs: { "show-dots": !1, height: "360px" },
on: {
"on-index-change": function (t) {
return e.changeHeight(e.index);
},
},
model: {
value: e.index,
callback: function (t) {
e.index = t;
},
expression: "index",
},
},
e._l(e.list, function (t, i) {
return o("swiper-item", { key: i }, [
"工作经历" == t
? o(
"div",
{ staticClass: "workExp" },
[
o(
"timeline",
e._l(
e.interInfos.resumeInfo.workExp,
function (t, i) {
return o(
"timeline-item",
{ key: i },
[
o("p", [
o(
"span",
{ staticClass: "mainInfo" },
[e._v(e._s(t.company))]
),
e._v(" "),
o(
"i",
{ staticClass: "divider" },
[e._v("|")]
),
e._v(" "),
o("span", [
e._v(e._s(t.industry)),
]),
e._v(" "),
o(
"i",
{ staticClass: "divider" },
[e._v("|")]
),
e._v(" "),
o("span", [
e._v(e._s(t.nature)),
]),
]),
e._v(" "),
o(
"p",
{ staticClass: "period" },
[
o("span", {
staticClass: "subInfo",
domProps: {
innerHTML: e._s(
e.tmpReplaceFormat(
e.localeResource
.resumeDetail_startTimeTOendTime,
t.startTime +
"",
"" + t.endTime
)
),
},
}),
]
),
e._v(" "),
o(
"p",
{ staticClass: "posiInfo" },
[
o("span", [
e._v(e._s(t.position)),
]),
e._v(" "),
o("i", {
staticClass: "divider",
}),
e._v(" "),
o("span", [
e._v(e._s(t.scale)),
]),
e._v(" "),
o("i", {
staticClass: "divider",
}),
e._v(" "),
o("span", [
e._v(e._s(t.salary)),
]),
]
),
e._v(" "),
o("p", { staticClass: "duty" }, [
e._v(e._s(t.jobDuty)),
]),
]
);
}
),
1
),
],
1
)
: e._e(),
e._v(" "),
"项目经历" == t
? o(
"div",
{ staticClass: "proExp" },
[
o(
"timeline",
e._l(
e.interInfos.resumeInfo.proExp,
function (t, i) {
return o(
"timeline-item",
{ key: i },
[
o("p", [
o(
"span",
{ staticClass: "mainInfo" },
[e._v(e._s(t.proName))]
),
]),
e._v(" "),
o(
"p",
{ staticClass: "period" },
[
o("span", {
staticClass: "subInfo",
domProps: {
innerHTML: e._s(
e.tmpReplaceFormat(
e.localeResource
.resumeDetail_startTimeTOendTime,
t.startTime +
"",
"" + t.endTime
)
),
},
}),
]
),
e._v(" "),
o(
"p",
{ staticClass: "proDescribe" },
[
e._v(
"\n\t\t\t\t\t\t\t\t\t" +
e._s(t.proDescribe) +
"\n\t\t\t\t\t\t\t\t"
),
]
),
e._v(" "),
o("p", { staticClass: "duty" }, [
e._v(e._s(t.mainDuty)),
]),
]
);
}
),
1
),
],
1
)
: e._e(),
e._v(" "),
"教育经历" == t
? o(
"div",
{ staticClass: "eduExp" },
[
o(
"timeline",
e._l(
e.interInfos.resumeInfo.eduExp,
function (t, i) {
return o(
"timeline-item",
{ key: i },
[
o("p", [
o(
"span",
{ staticClass: "mainInfo" },
[e._v(e._s(t.school))]
),
e._v(" "),
o(
"i",
{ staticClass: "divider" },
[e._v("|")]
),
e._v(" "),
o("span", [
e._v(e._s(t.dgree)),
]),
e._v(" "),
o(
"i",
{ staticClass: "divider" },
[e._v("|")]
),
e._v(" "),
o("span", [
e._v(e._s(t.major)),
]),
]),
e._v(" "),
o(
"p",
{ staticClass: "period" },
[
o("span", {
staticClass: "subInfo",
domProps: {
innerHTML: e._s(
e.tmpReplaceFormat(
e.localeResource
.resumeDetail_startTimeTOendTime,
t.startTime +
"",
"" + t.endTime
)
),
},
}),
]
),
e._v(" "),
o(
"p",
{
staticClass: "majorDescribe",
},
[e._v(e._s(t.majorDescribe))]
),
]
);
}
),
1
),
],
1
)
: e._e(),
e._v(" "),
"自我描述" == t
? o("div", { staticClass: "selfDescription" }, [
o("p", [
e._v(
e._s(e.interInfos.resumeInfo.selfDescribe)
),
]),
])
: e._e(),
e._v(" "),
"求职意向" == t
? o("div", { staticClass: "jobWills" }, [
o("div", { staticClass: "mainInfo" }, [
o("span", { staticClass: "icon" }),
o("p", [
e._v(
e._s(
e.interInfos.resumeInfo.targetJob
.position
)
),
]),
]),
e._v(" "),
o("div", [
o("span", { staticClass: "icon" }),
o("p", [
e._v(
e._s(
"" ==
e.interInfos.resumeInfo.targetJob
.workState
? e.localeResource.common_unknown
: e.interInfos.resumeInfo.targetJob
.workState
)
),
]),
]),
e._v(" "),
o("div", [
o("span", { staticClass: "icon" }),
o("p", [
e._v(
e._s(
"" ==
e.interInfos.resumeInfo.targetJob
.workPlace
? e.localeResource.common_unknown
: e.interInfos.resumeInfo.targetJob
.workPlace
)
),
]),
]),
e._v(" "),
o("div", [
o("span", { staticClass: "icon" }),
o("p", [
e._v(
e._s(
"" ==
e.interInfos.resumeInfo.targetJob
.industry
? e.localeResource.common_unknown
: e.interInfos.resumeInfo.targetJob
.industry
)
),
]),
]),
e._v(" "),
o("div", [
o("span", { staticClass: "icon" }),
o("p", [
e._v(
e._s(
"" ==
e.interInfos.resumeInfo.targetJob
.salary
? e.localeResource.common_unknown
: e.interInfos.resumeInfo.targetJob
.salary
)
),
]),
]),
])
: e._e(),
]);
}),
1
),
],
1
)
: o("div", { staticClass: "resumeContent" }, [
o("div", { staticClass: "noCurData" }, [
o("p", { staticClass: "noDataPic" }),
e._v(" "),
o("p", [
e._v(e._s(e.localeResource.resumeDetail_info_1)),
]),
]),
]),
e._v(" "),
o(
"confirm",
{
attrs: {
"hide-on-blur": !0,
title: "提示",
"confirm-text": "帮我通知",
"cancel-text": "不需要",
},
on: { "on-cancel": e.onCancel, "on-confirm": e.onConfirm },
model: {
value: e.showConfirm,
callback: function (t) {
e.showConfirm = t;
},
expression: "showConfirm",
},
},
[
o("p", { staticStyle: { "text-align": "center" } }, [
e._v(e._s(e.localeResource.resumeDetail_info_2)),
]),
]
),
e._v(" "),
!0 !== e.isUsersInter ||
("待面试" != e.interInfos.state && "待评价" != e.interInfos.state)
? e._e()
: o(
"div",
{ staticClass: "ctrlBtns" },
[
"true" == e.fromJudgePage && e.isYZJapp
? [
o(
"button",
{
staticClass: "mainBtn",
attrs: { type: "button" },
on: {
click: function (t) {
console.log("click1");
return e.transportToOther();
},
},
},
[e._v(e._s(e.localeResource.resumeDetail_btn_2))]
),
]
: e._e(),
e._v(" "),
"true" != e.fromJudgePage && e.isYZJapp
? [
o(
"button",
{
staticClass: "transferBtn",
attrs: { type: "button" },
on: {
click: function (t) {
return e.transportToOther();
},
},
},
[e._v(e._s(e.localeResource.resumeDetail_btn_3))]
),
]
: e._e(),
e._v(" "),
"true" != e.fromJudgePage
? o(
"button",
{
staticClass: "mainBtn",
attrs: { type: "button" },
on: {
click: function (t) {
console.log("click2");
console.log(e.goJudge())
return e.goJudge();
},
},
},
[e._v(e._s(e.localeResource.resumeDetail_btn_4))]
)
: e._e(),
],
2
),
e._v(" "),
!0 === e.canAccept
? o("div", { staticClass: "ctrlBtns" }, [
o(
"button",
{
staticClass: "mainBtn",
attrs: { type: "button" },
on: {
click: function (t) {
console.log("click3");
return e.receptInter();
},
},
},
[e._v(e._s(e.localeResource.resumeDetail_btn_5))]
),
])
: e._e(),
e._v(" "),
!0 !== e.canCancel ||
("待面试" != e.interInfos.state && "待评价" != e.interInfos.state)
? e._e()
: o("div", { staticClass: "ctrlBtns" }, [
o(
"button",
{
staticClass: "mainBtn",
attrs: { type: "button" },
on: {
click: function (t) {
console.log("click4");
return e.quiteArrange();
},
},
},
[e._v(e._s(e.localeResource.resumeDetail_btn_6))]
),
]),
e._v(" "),
o("videomsg-dialog", { ref: "videobox" }),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
N3y9: function (e, t) {},
NHnr: function (e, t, o) {
"use strict";
Object.defineProperty(t, "__esModule", { value: !0 });
var i = o("yf3K"),
s = o("2sCs"),
n = o.n(s),
a = o("iDdd"),
r = o.n(a),
c = o("YaEn"),
l = o("M93x"),
u = o("D0oh"),
d = (o.n(u), o("IcnI")),
p = o("SMjw"),
_ = (o.n(p), o("TdyD")),
m = o("CV5F"),
f = o("urnN"),
h = o.n(f),
v = o("ZCTg"),
g = o.n(v),
w = o("TdPg"),
x = (o.n(w), o("v+YI")),
b = o.n(x),
I = o("4QxF");
i.default.use(_.a),
i.default.use(m.a),
i.default.use(h.a),
i.default.use(g.a),
"addEventListener" in document &&
document.addEventListener(
"DOMContentLoaded",
function () {
r.a.attach(document.body);
},
!1
),
(n.a.defaults.headers.post["Content-Type"] =
"application/x-www-form-urlencoded"),
(i.default.prototype.$http = n.a),
(i.default.config.productionTip = !1),
i.default.use(b.a),
i.default.use(I.a);
var C = mylocaleResource;
(i.default.prototype.localeResource = C),
(i.default.prototype.tmpReplaceFormat = function (e) {
for (
var t = arguments.length, o = Array(t > 1 ? t - 1 : 0), i = 1;
i < t;
i++
)
o[i - 1] = arguments[i];
if (0 === o.length) return e;
for (var s = 0; s < o.length; s++)
e = e.replace(new RegExp("\\{" + s + "\\}", "g"), o[s]);
return e;
}),
i.default.filter("tmpReplace", function (e) {
for (
var t = arguments.length, o = Array(t > 1 ? t - 1 : 0), i = 1;
i < t;
i++
)
o[i - 1] = arguments[i];
if (0 === o.length) return e;
for (var s = 0; s < o.length; s++)
e = e.replace(new RegExp("\\{" + s + "\\}", "g"), o[s]);
return e;
}),
new i.default({
store: d.a,
router: c.a,
render: function (e) {
return e(l.a);
},
}).$mount("#app");
},
NKtH: function (e, t, o) {
"use strict";
t.a = {
name: "timeline",
props: { color: String, isShowIcon: { type: Boolean, default: !0 } },
methods: {
setChildProps: function () {
if (this.$children) {
var e = this.$children.length;
this.$children.forEach(function (t, o) {
(t.isLast = o === e - 1), (t.isFirst = 0 === o);
});
}
},
},
};
},
NnbS: function (e, t) {},
O8zC: function (e, t, o) {
"use strict";
function i() {
var e = window.innerHeight - r()(".addBtnBox").outerHeight(!0);
r()(".comwordsList").css("height", e + "px");
}
var s = o("3cXf"),
n = o.n(s),
a = o("SXXC"),
r = o.n(a),
c = o("zM9A"),
l = o("Q/W4"),
u = o("BSzM");
t.a = {
name: "Setcomwords",
components: { Confirm: c.a, Group: l.a, XTextarea: u.a },
data: function () {
return {
showAddConfirm: !1,
showEditConfirm: !1,
showDelConfirm: !1,
comWords: [],
newWords: { id: "", type: 0, content: "" },
delRecordId: "",
curWordsIndex: 0,
toRemindWords: { id: "", type: 0, content: "我是待修改的常用语" },
titleName: this.localeResource.setcomwords_pageName,
};
},
created: function () {
navigator.userAgent.match(/Qing\/.*;(iOS|iPhone|Android).*/) &&
(this.isYZJapp = !0),
this.isYZJapp && XuntongJSBridge.call("closePop");
var e = this;
try {
void 0 != mbos.http
? e.loadData()
: (window.onload = function () {
e.loadData();
});
} catch (t) {
e.loadData();
}
},
mounted: function () {
i();
},
methods: {
loadData: function () {
var e = this,
t = this.$store.state.userInfo.openId;
try {
console.log(mbos);
var o = this;
mbos.eas.invokeScript({
name: "InterGo_GetPhraseListService",
param: [t],
success: function (e) {
if (
(console.log("调用接口成功"), console.log(e), "0" == e.code)
)
o.comWords = e.data;
else {
var t = n()(e);
if (t.indexOf("请求云之家openauth2服务失败") >= 0)
alert(o.localeResource.common_loginTimeout);
else if (t.indexOf("无法连接EAS服务器") >= 0)
alert(o.localeResource.common_EAS500);
else {
var i = o.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
o.$vux.toast.show({
position: "default",
text: i,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
}
}
},
error: function (e) {
console.log("调用接口失败"), console.log(e);
},
});
} catch (o) {
this.$http
.post("/user/judges/comwords", { userOpenId: t })
.then(function (t) {
var o = t.data;
"0" == o.code && (e.comWords = o.data);
})
.catch(function (e) {
console.log(e);
});
}
},
editWords: function (e, t) {
(this.toRemindWords.id = t.id),
(this.toRemindWords.type = t.type),
(this.toRemindWords.content = t.content),
(this.curWordsIndex = e),
(this.showEditConfirm = !0);
},
delWords: function (e, t) {
(this.curWordsIndex = e),
(this.showDelConfirm = !0),
(this.delRecordId = t.id);
},
onCancelAdd: function () {
this.newWords = { recordId: "", type: 0, content: "" };
},
onConfirmAdd: function () {
if ("" != this.newWords.content.trim()) {
var e = {};
(e.type = this.newWords.type),
(e.content = this.newWords.content),
(e.id = ""),
this.comWords.push(e),
(this.newWords = { recordId: "", type: 0, content: "" }),
(this.showAddConfirm = !1),
this.savecomwords(n()(e));
} else
console.log("常用语内容不能为空"),
this.$vux.toast.show({
position: "middle",
text: this.localeResource.setcomwords_info_4,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
},
onConfirmEdit: function () {
if ("" != this.toRemindWords.content.trim()) {
var e = {};
(e.id = this.toRemindWords.id),
(e.type = this.toRemindWords.type),
(e.content = this.toRemindWords.content),
this.comWords.splice(this.curWordsIndex, 1, e),
(this.showEditConfirm = !1),
this.savecomwords(n()(e));
} else
console.log("常用语内容不能为空"),
this.$vux.toast.show({
position: "middle",
text: this.localeResource.setcomwords_info_4,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
},
onConfirmDel: function () {
this.comWords.splice(this.curWordsIndex, 1),
this.delcomwords(this.delRecordId);
},
delcomwords: function (e) {
var t = this;
try {
console.log(mbos);
var o = this;
mbos.eas.invokeScript({
name: "InterGo_DeletePhraseListService",
param: [e],
success: function (e) {
if (
(console.log("调用接口成功"), console.log(e), "0" == e.code)
)
o.comWords = e.data;
else {
var t = n()(e);
if (t.indexOf("请求云之家openauth2服务失败") >= 0)
alert(o.localeResource.common_loginTimeout);
else if (t.indexOf("无法连接EAS服务器") >= 0)
alert(o.localeResource.common_EAS500);
else {
var i = o.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
o.$vux.toast.show({
position: "default",
text: i,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
}
}
},
error: function (e) {
console.log("调用接口失败"), console.log(e);
},
});
} catch (o) {
this.$http
.post("/user/judges/delcomwords", {
userOpenId: openId,
recordId: e,
})
.then(function (e) {
var o = e.data;
"0" == o.code && (t.comWords = o.data);
})
.catch(function (e) {
console.log(e);
});
}
},
savecomwords: function (e) {
var t = this,
o = this.$store.state.userInfo.openId;
try {
console.log(mbos);
var i = this;
mbos.eas.invokeScript({
name: "InterGo_SavePhraseListService",
param: [e],
success: function (e) {
if (
(console.log("调用接口成功"), console.log(e), "0" == e.code)
)
i.comWords = e.data;
else {
var t = n()(e);
if (t.indexOf("请求云之家openauth2服务失败") >= 0)
alert(i.localeResource.common_loginTimeout);
else if (t.indexOf("无法连接EAS服务器") >= 0)
alert(i.localeResource.common_EAS500);
else {
var o = i.localeResource.common_errorMsg;
e.mesg && (o = e.mesg),
i.$vux.toast.show({
position: "default",
text: o,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
}
}
},
error: function (e) {
console.log("调用接口失败"), console.log(e);
},
});
} catch (i) {
this.$http
.post("/user/judges/savecomwords", {
userOpenId: o,
newWords: e,
})
.then(function (e) {
var o = e.data;
"0" == o.code && (t.comWords = o.data);
})
.catch(function (e) {
console.log(e);
});
}
},
},
};
},
OrCp: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
directives: [
{
name: "wechat-title",
rawName: "v-wechat-title",
value: (e.$route.meta.title = e.titleName),
expression: "$route.meta.title=titleName",
},
],
staticClass: "alltask",
},
[
o(
"div",
{ staticClass: "searchbox" },
[
o(
"search",
{
ref: "search",
attrs: {
placeholder: e.localeResource.common_searchInfo,
results: e.results,
autoFixed: !1,
"auto-scroll-to-top": "",
},
on: {
"on-result-click": e.resultClick,
"on-focus": e.onFocus,
"on-cancel": e.onCancel,
"on-submit": e.onSubmit,
},
model: {
value: e.keywords,
callback: function (t) {
e.keywords = t;
},
expression: "keywords",
},
},
[
e.version >= 1
? o(
"div",
{ attrs: { slot: "right" }, slot: "right" },
[
o("div", {
staticClass: "i-search",
on: { click: e.openSearchDialog },
}),
]
)
: e._e(),
]
),
],
1
),
e._v(" "),
!e.isNewData && e.curDatas.length > 0
? o(
"div",
{ staticClass: "taskList" },
[
e._l(e.curDatas, function (t, i) {
return o("div", { key: i, staticClass: "taskItem" }, [
o(
"div",
{
staticClass: "itemlink",
on: {
click: function (o) {
return e.linkPage(t);
},
},
},
[
o(
"p",
{ staticClass: "task_hd" },
[
o("span", { staticClass: "name ellipsis" }, [
e._v(e._s(t.seeker.name)),
]),
e._v(" "),
0 != t.seeker.sex
? [
o("span", {
staticClass: "sexIcon",
class: [
"2" == t.seeker.sex
? "female"
: "male",
],
}),
]
: e._e(),
e._v(" "),
o(
"span",
{ staticClass: "position ellipsis" },
[e._v(e._s(t.targetPosition.name))]
),
e._v(" "),
o(
"span",
{
staticClass: "timeOrState ellipsis",
class: [
"待面试" == t.state
? "time"
: "待评价" == t.state
? "state tojudge"
: "通过" == t.state
? "state pass"
: "state deny",
],
},
[e._v(e._s(t.state))]
),
],
2
),
e._v(" "),
o("p", { staticClass: "task_bd" }, [
o("span", { staticClass: "comIcon" }),
e._v(" "),
o(
"span",
{ staticClass: "department ellipsis" },
[e._v(e._s(t.targetPosition.department))]
),
]),
e._v(" "),
o("p", { staticClass: "dateAndTime" }, [
o("span", { staticClass: "timeIcon" }),
e._v(" "),
o("span", [e._v(e._s(t.date))]),
e._v(" "),
o("i", [e._v(e._s(t.interviewInfo.time))]),
]),
e._v(" "),
t.interviewInfo.videoInterview
? o(
"div",
{
staticClass: "task_ft",
on: {
click: function (o) {
return (
o.stopPropagation(),
e.openVideoInterviewBox(t)
);
},
},
},
[
o("span", {
staticClass: "videoIcon",
class:
"zoom" == t.interviewInfo.videoType
? "logo-zoom"
: "logo-tencentV",
}),
e._v(
"\n\t\t\t\t\t\t" +
e._s(
"zoom" == t.interviewInfo.videoType
? e.localeResource
.common_videoType_Zoom
: e.localeResource
.common_videoType_Tencent
) +
"\n\t\t\t\t\t"
),
]
)
: e._e(),
]
),
]);
}),
e._v(" "),
e.showline
? o("divider", [
e._v(e._s(e.localeResource.common_showlineText)),
])
: e._e(),
],
2
)
: e._e(),
e._v(" "),
e.isNewData && e.curDatas.length > 0
? o(
"div",
{ staticClass: "taskList" },
[
e._l(e.curDatas, function (t, i) {
return o("div", { key: i, staticClass: "dateItem" }, [
t.date
? o("div", { staticClass: "dateTitleWrap" }, [
o(
"div",
{
staticClass: "dateTitle",
on: {
click: function (t) {
return e.toggleList(t);
},
},
},
[
e.judgeDay(t.date)
? [
o(
"span",
{ staticClass: "special" },
[e._v(e._s(e.judgeDay(t.date)))]
),
e._v(" "),
o(
"span",
{ staticClass: "date specialdate" },
[
e._v("( "),
o(
"i",
{ staticClass: "weekday" },
[e._v(e._s(t.date))]
),
e._v(
e._s(e.getWeek(t.date)) + " )"
),
]
),
]
: [
o(
"span",
{ staticClass: "date specialdate" },
[
e._v(e._s(t.date)),
o(
"i",
{ staticClass: "weekday" },
[e._v(e._s(e.getWeek(t.date)))]
),
]
),
],
e._v(" "),
o("span", {
staticClass: "countNum",
domProps: {
innerHTML: e._s(
e.tmpReplaceFormat(
e.localeResource.alltask_countNum,
"" + t.countNum + ""
)
),
},
}),
e._v(" "),
o("span", {
staticClass: "arrow",
on: {
click: function (t) {
return e.toggleList(t);
},
},
}),
],
2
),
])
: e._e(),
e._v(" "),
t.items.length > 0
? o(
"ul",
{ staticClass: "dateList" },
e._l(t.items, function (t, i) {
return o(
"li",
{ key: i, staticClass: "taskItem" },
[
o(
"div",
{
staticClass: "itemlink",
on: {
click: function (o) {
return e.linkPage(t);
},
},
},
[
o(
"p",
{ staticClass: "task_hd" },
[
o(
"span",
{
staticClass: "name ellipsis",
},
[e._v(e._s(t.seeker.name))]
),
e._v(" "),
0 != t.seeker.sex
? [
o("span", {
staticClass: "sexIcon",
class: [
"2" == t.seeker.sex
? "female"
: "male",
],
}),
]
: e._e(),
e._v(" "),
o(
"span",
{
staticClass:
"position ellipsis",
},
[
e._v(
e._s(t.targetPosition.name)
),
]
),
e._v(" "),
o(
"span",
{
staticClass:
"timeOrState ellipsis",
class: [
"待面试" == t.state
? "time"
: "待评价" == t.state
? "state tojudge"
: "通过" == t.state
? "state pass"
: "state deny",
],
},
[e._v(e._s(t.state))]
),
],
2
),
e._v(" "),
o("p", { staticClass: "task_bd" }, [
o("span", {
staticClass: "comIcon",
}),
e._v(" "),
o(
"span",
{
staticClass:
"department ellipsis",
},
[
e._v(
e._s(
t.targetPosition.department
)
),
]
),
]),
e._v(" "),
o(
"p",
{ staticClass: "dateAndTime" },
[
o("span", {
staticClass: "timeIcon",
}),
e._v(" "),
o("span", [e._v(e._s(t.date))]),
e._v(" "),
o("i", [
e._v(
e._s(t.interviewInfo.time)
),
]),
]
),
e._v(" "),
t.interviewInfo.videoInterview
? o(
"div",
{
staticClass: "task_ft",
on: {
click: function (o) {
return (
o.stopPropagation(),
e.openVideoInterviewBox(
t
)
);
},
},
},
[
o("span", {
staticClass: "videoIcon",
class:
"zoom" ==
t.interviewInfo.videoType
? "logo-zoom"
: "logo-tencentV",
}),
e._v(
"\n\t\t\t\t\t\t\t\t" +
e._s(
"zoom" ==
t.interviewInfo
.videoType
? e.localeResource
.common_videoType_Zoom
: e.localeResource
.common_videoType_Tencent
) +
"\n\t\t\t\t\t\t\t"
),
]
)
: e._e(),
]
),
]
);
}),
0
)
: e._e(),
]);
}),
e._v(" "),
e.showline
? o("divider", [
e._v(e._s(e.localeResource.common_showlineText)),
])
: e._e(),
],
2
)
: e._e(),
e._v(" "),
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.showBackTop,
expression: "showBackTop",
},
],
staticClass: "backTop",
},
[
o("span", { staticClass: "arrowPic" }, [
e._v(e._s(e.localeResource.common_backTop)),
]),
]
),
e._v(" "),
0 == e.curDatas.length
? o("div", { staticClass: "noCurData" }, [
o("p", { staticClass: "noDataPic" }),
e._v(" "),
o("p", [e._v(e._s(e.localeResource.common_noData))]),
])
: e._e(),
e._v(" "),
o("videomsg-dialog", { ref: "videobox" }),
e._v(" "),
e.version >= 1
? o("advancedfilter-dialog", {
ref: "filterbox",
on: { filterConditions: e.getFilterConditions },
})
: e._e(),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
PTJo: function (e, t, o) {
"use strict";
},
Pr9Q: function (e, t, o) {
"use strict";
var i = o("trHK");
i.a,
Boolean,
String,
String,
String,
Array,
Boolean,
String,
String,
Boolean;
},
"Q/W4": function (e, t, o) {
"use strict";
function i(e) {
o("7BRc");
}
var s = (o("DdMp"), o("GVjI")),
n = o("10/7"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
"QWO+": function (e, t, o) {
"use strict";
var i = o("3cXf"),
s = o.n(i),
n = o("T1xl"),
a = o("0+Q0"),
r = o("C5VE"),
c = o("AhcD"),
l = o("4a+h"),
u = o("JRnO"),
d = o("xT2f"),
p = o("mqCR"),
_ = o("fwhU"),
m = o("uiKT"),
f = function (e) {
return JSON.parse(s()(e));
};
t.a = {
name: "popup-picker",
directives: { TransferDom: m.a },
created: function () {
void 0 !== this.show && (this.showValue = this.show);
},
mixins: [_.a],
components: {
Picker: n.a,
Cell: a.a,
Popup: r.a,
PopupHeader: c.a,
Flexbox: u.a,
FlexboxItem: u.b,
InlineDesc: l.a,
},
filters: { array2string: d.a, value2name: p.a },
props: {
valueTextAlign: { type: String, default: "right" },
title: String,
cancelText: String,
confirmText: String,
data: {
type: Array,
default: function () {
return [];
},
},
placeholder: String,
columns: { type: Number, default: 0 },
fixedColumns: { type: Number, default: 0 },
value: {
type: Array,
default: function () {
return [];
},
},
showName: Boolean,
inlineDesc: [String, Number, Array, Object, Boolean],
showCell: { type: Boolean, default: !0 },
show: Boolean,
displayFormat: Function,
isTransferDom: { type: Boolean, default: !0 },
columnWidth: Array,
popupStyle: Object,
popupTitle: String,
disabled: Boolean,
},
computed: {
labelStyles: function () {
return {
display: "block",
width:
(this.$parent &&
(this.$parent.labelWidth ||
this.$parent.$parent.labelWidth)) ||
"auto",
textAlign:
this.$parent &&
(this.$parent.labelAlign || this.$parent.$parent.labelAlign),
marginRight:
this.$parent &&
(this.$parent.labelMarginRight ||
this.$parent.$parent.labelMarginRight),
};
},
labelClass: function () {
return {
"vux-cell-justify":
this.$parent &&
("justify" === this.$parent.labelAlign ||
"justify" === this.$parent.$parent.labelAlign),
};
},
},
methods: {
value2name: p.a,
getNameValues: function () {
return Object(p.a)(this.currentValue, this.data);
},
onClick: function () {
this.disabled || (this.showValue = !0);
},
onHide: function (e) {
(this.showValue = !1),
e &&
((this.closeType = !0),
(this.currentValue = f(this.tempValue))),
e ||
((this.closeType = !1),
this.value.length > 0 &&
(this.tempValue = f(this.currentValue)));
},
onPopupShow: function () {
(this.closeType = !1), this.$emit("on-show");
},
onPopupHide: function (e) {
this.value.length > 0 && (this.tempValue = f(this.currentValue)),
this.$emit("on-hide", this.closeType);
},
onPickerChange: function (e) {
if (s()(this.currentValue) !== s()(e) && this.value.length) {
var t = s()(this.data);
t !== this.currentData &&
"[]" !== this.currentData &&
(this.tempValue = f(e)),
(this.currentData = t);
}
var o = f(e);
this.$emit(
"on-shadow-change",
o,
Object(p.a)(o, this.data).split(" ")
);
},
},
watch: {
value: function (e) {
s()(e) !== s()(this.tempValue) &&
((this.tempValue = f(e)), (this.currentValue = f(e)));
},
currentValue: function (e) {
this.$emit("input", f(e)), this.$emit("on-change", f(e));
},
show: function (e) {
this.showValue = e;
},
showValue: function (e) {
this.$emit("update:show", e);
},
},
data: function () {
return {
onShowProcess: !1,
tempValue: f(this.value),
closeType: !1,
currentData: s()(this.data),
showValue: !1,
currentValue: this.value,
};
},
};
},
QpaW: function (e, t, o) {
"use strict";
function i(e) {
o("7jxz");
}
var s = (o("lhWu"), o("1vKV")),
n = o("2dEl"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
"Qqg/": function (e, t) {},
Qtor: function (e, t, o) {
"use strict";
var i = o("3cXf"),
s = o.n(i),
n = o("VawC"),
a = o("6ONn"),
r = o("SXXC"),
c = o.n(r);
t.a = {
name: "interview_results",
components: { Tab: n.a, TabItem: a.a },
data: function () {
return {
showBackTop: !1,
showline: !1,
items: [],
titleName: this.localeResource.interviewResults_pageName,
};
},
beforeCreate: function () {
this.$store.state.userInfo.openId;
},
created: function () {
navigator.userAgent.match(/Qing\/.*;(iOS|iPhone|Android).*/) &&
(this.isYZJapp = !0),
this.isYZJapp && XuntongJSBridge.call("closePop");
var e = this;
try {
void 0 != mbos.http
? e.loadData()
: (window.onload = function () {
e.loadData();
});
} catch (t) {
e.loadData();
}
},
mounted: function () {},
updated: function () {
var e = this;
this.$nextTick(function () {
e.initEvent();
});
},
beforeRouteLeave: function (e, t, o) {
var i = this;
c()(window).unbind("scroll"),
c()(".backTop").off("click", i.backTop),
o();
},
methods: {
loadData: function () {
var e = this;
try {
console.log(mbos),
mbos.eas.invokeScript({
name: "InterGo_GetInterviewProcessService",
param: [decodeURIComponent(e.$route.query.recordId)],
success: function (t) {
if (
(console.log("调用接口成功"),
console.log(t),
"0" == t.code)
)
e.items = t.data;
else {
var o = s()(t);
if (o.indexOf("请求云之家openauth2服务失败") >= 0)
alert(e.localeResource.common_loginTimeout);
else if (o.indexOf("无法连接EAS服务器") >= 0)
alert(e.localeResource.common_EAS500);
else {
var i = e.localeResource.common_errorMsg;
t.mesg && (i = t.mesg),
e.$vux.toast.show({
position: "default",
text: i,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
c()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
}
e.items = [];
}
setTimeout(function () {
e.$vux.loading.hide();
}, 1e3);
},
error: function (t) {
console.log("调用接口失败"),
console.log(t),
(e.curDatas = []),
setTimeout(function () {
e.$vux.loading.hide();
}, 1e3);
},
});
} catch (t) {
e.items = [
{
recordId: "zIpUwIiuT8SZI6CcQaNTR9ot32Y=",
processName: "初试",
processState: "通过",
order: 0,
info: null,
interviewerResult: [
{
interviewerName: "HR确认结果",
result: "通过",
remark:
"优秀,给予通过优秀,给予通过优秀,给予通过优秀,给予通过优秀,给予通过",
},
{ interviewerName: "赵福涛", result: "通过", remark: "" },
],
},
{
recordId: "F31LYLZVSf6cwQnz6LcDMtot32Y=",
processName: "复试",
processState: "通过",
order: 2,
info: null,
interviewerResult: [
{
interviewerName: "HR确认结果",
result: "通过",
remark: "",
},
{
interviewerName: "赵福涛",
result: "待录结果",
remark: "",
},
],
},
{
recordId: "BG6hry2dSUSWII2Lq9Xfntot32Y=",
processName: "终试",
processState: "面试中",
order: 3,
info: "无权限查看该面试结果",
interviewerResult: null,
},
];
}
},
initEvent: function () {},
backTop: function () {
c()("html,body").animate({ scrollTop: 0 }, 300);
},
switchStage: function () {},
},
};
},
"R/EB": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{ staticClass: "weui-tab" },
[
e._t("header"),
e._v(" "),
o(
"div",
{
ref: "viewBoxBody",
staticClass:
"weui-tab__panel vux-fix-safari-overflow-scrolling",
style: {
paddingTop: e.bodyPaddingTop,
paddingBottom: e.bodyPaddingBottom,
},
attrs: { id: "vux_view_box_body" },
},
[e._t("default")],
2
),
e._v(" "),
e._t("bottom"),
],
2
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
R2Cm: function (e, t, o) {
"use strict";
var i = o("v4/V");
t.a = {
mixins: [i.a],
name: "x-dialog",
model: { prop: "show", event: "change" },
props: {
show: { type: Boolean, default: !1 },
maskTransition: { type: String, default: "vux-mask" },
maskZIndex: [String, Number],
dialogTransition: { type: String, default: "vux-dialog" },
dialogClass: { type: String, default: "weui-dialog" },
hideOnBlur: Boolean,
dialogStyle: Object,
scroll: {
type: Boolean,
default: !0,
validator: function (e) {
return !0;
},
},
},
computed: {
maskStyle: function () {
if (void 0 !== this.maskZIndex) return { zIndex: this.maskZIndex };
},
},
mounted: function () {
"undefined" != typeof window &&
window.VUX_CONFIG &&
"VIEW_BOX" === window.VUX_CONFIG.$layout &&
(this.layout = "VIEW_BOX");
},
watch: {
show: function (e) {
this.$emit("update:show", e),
this.$emit(e ? "on-show" : "on-hide"),
e ? this.addModalClassName() : this.removeModalClassName();
},
},
methods: {
shouldPreventScroll: function () {
var e = /iPad|iPhone|iPod/i.test(window.navigator.userAgent),
t =
this.$el.querySelector("input") ||
this.$el.querySelector("textarea");
if (e && t) return !0;
},
hide: function () {
this.hideOnBlur &&
(this.$emit("update:show", !1),
this.$emit("change", !1),
this.$emit("on-click-mask"));
},
},
data: function () {
return { layout: "" };
},
};
},
"R6N/": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o("div", { staticClass: "common404" }, [
o("div", { staticClass: "card404" }, [
o(
"div",
{ staticClass: "pic404" },
[
o(
"router-link",
{ staticClass: "jobCard", attrs: { to: "/" } },
[
o("button", { staticClass: "backtohome" }, [
e._v(e._s(e.localeResource.common_backHomepage)),
]),
]
),
],
1
),
]),
]);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
RF88: function (e, t) {},
RFt0: function (e, t, o) {
"use strict";
function i(e) {
o("qw9v");
}
var s = (o("MfrI"), o("nMOr")),
n = o("LkG8"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-ab38c846", null);
t.a = c.exports;
},
RGrN: function (e, t) {},
RHLz: function (e, t, o) {
"use strict";
function i(e) {
var t = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"),
o = window.location.search.substr(1).match(t);
return null != o ? o[2] : null;
}
var s = o("3cXf"),
n = o.n(s),
a = o("GblZ"),
r = o("QpaW"),
c = o("KO53"),
l = o("RFt0"),
u = o("SXXC"),
d = o.n(u),
p = i("eid") || "23400814",
_ = i("storeEid"),
m = i("path") || "InterGo8612new",
f = i("appid") || "10036";
_ = _ ? "&storeEid=" + _ : "";
a.a,
r.a,
c.a,
l.a,
(function (e) {
function t(t) {
return e.apply(this, arguments);
}
t.toString = function () {
return e.toString();
};
})(function (e) {
this.results = e ? getResult(this.value) : [];
});
},
ROCs: function (e, t, o) {
"use strict";
var i = o("3cXf"),
s = o.n(i),
n = o("fRcE"),
a = o("bT6r"),
r = o("13kN"),
c = o("uiKT");
t.a = {
name: "videomsgDialog",
props: [],
data: function () {
return { videoInterMsg: [], showVideoMsgBox: !1, showLoading: !1 };
},
directives: { TransferDom: c.a },
components: { XDialog: n.a, Toast: a.a, Loading: r.a },
mounted: function () {},
methods: {
getVideoInterviewMsg: function (e) {
var t = this;
try {
console.log(mbos),
mbos.eas.invokeScript({
name: "GetVideoInterviewServiceOSF",
param: [e],
success: function (e) {
if (
(console.log("调用接口成功"),
console.log(e),
"0" != e.code)
) {
var o = s()(e);
if (o.indexOf("请求云之家openauth2服务失败") >= 0)
alert(t.localeResource.common_loginTimeout);
else if (o.indexOf("无法连接EAS服务器") >= 0)
alert(t.localeResource.common_EAS500);
else {
var i = t.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
t.$vux.toast.show({
position: "default",
text: i,
time: tipInfoTime,
type: "text",
width: "auto",
onShow: function () {
$(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
}
return !1;
}
(t.videoInterMsg = e.data), (t.showVideoMsgBox = !0);
},
error: function (e) {
return console.log("调用接口失败"), console.log(e), !1;
},
});
} catch (o) {
this.$http
.post("/interviews/getVideoInterviewMsg", { recordId: e })
.then(function (e) {
var o = e.data;
"0" == o.code &&
((t.videoInterMsg = o.data), (t.showVideoMsgBox = !0));
})
.catch(function (e) {
console.log(e);
});
}
},
copyMsg: function () {
var e,
t = this;
(e =
"tencent" == this.videoInterMsg.videoType
? this.localeResource.videomsgDialog_info_2
: this.localeResource.videomsgDialog_info_3),
this.$vux.toast.text(e, "middle"),
t.$vux.toast.text(e, "middle");
},
openZoomLink: function () {
(this.showLoading = !0),
(window.location.href = this.videoInterMsg.startUrl);
},
},
destroyed: function () {
this.showLoading = !1;
},
};
},
Rr2V: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
staticClass: "vux-x-input weui-cell",
class: {
"weui-cell_warn": e.showWarn,
disabled: e.disabled,
"vux-x-input-has-right-full": e.hasRightFullHeightSlot,
},
},
[
o(
"div",
{ staticClass: "weui-cell__hd" },
[
e.hasRestrictedLabel
? o(
"div",
{ style: e.labelStyles },
[e._t("restricted-label")],
2
)
: e._e(),
e._v(" "),
e._t("label", function () {
return [
e.title
? o("label", {
staticClass: "weui-label",
class: e.labelClass,
style: {
width:
e.labelWidth ||
e.$parent.labelWidth ||
e.labelWidthComputed,
textAlign: e.$parent.labelAlign,
marginRight: e.$parent.labelMarginRight,
},
attrs: { for: "vux-x-input-" + e.uuid },
domProps: { innerHTML: e._s(e.title) },
})
: e._e(),
e._v(" "),
e.inlineDesc
? o("inline-desc", [e._v(e._s(e.inlineDesc))])
: e._e(),
];
}),
],
2
),
e._v(" "),
o(
"div",
{
staticClass: "weui-cell__bd weui-cell__primary",
class: e.placeholderAlign
? "vux-x-input-placeholder-" + e.placeholderAlign
: "",
},
[
e.type && "text" !== e.type
? e._e()
: o("input", {
directives: [
{
name: "model",
rawName: "v-model",
value: e.currentValue,
expression: "currentValue",
},
],
ref: "input",
staticClass: "weui-input",
style: e.inputStyle,
attrs: {
id: "vux-x-input-" + e.uuid,
maxlength: e.max,
autocomplete: e.autocomplete,
autocapitalize: e.autocapitalize,
autocorrect: e.autocorrect,
spellcheck: e.spellcheck,
type: "text",
name: e.name,
pattern: e.pattern,
placeholder: e.placeholder,
readonly: e.readonly,
disabled: e.disabled,
},
domProps: { value: e.currentValue },
on: {
focus: e.focusHandler,
blur: e.onBlur,
keyup: e.onKeyUp,
input: function (t) {
t.target.composing ||
(e.currentValue = t.target.value);
},
},
}),
e._v(" "),
"number" === e.type
? o("input", {
directives: [
{
name: "model",
rawName: "v-model",
value: e.currentValue,
expression: "currentValue",
},
],
ref: "input",
staticClass: "weui-input",
style: e.inputStyle,
attrs: {
id: "vux-x-input-" + e.uuid,
maxlength: e.max,
autocomplete: e.autocomplete,
autocapitalize: e.autocapitalize,
autocorrect: e.autocorrect,
spellcheck: e.spellcheck,
type: "number",
name: e.name,
pattern: e.pattern,
placeholder: e.placeholder,
readonly: e.readonly,
disabled: e.disabled,
},
domProps: { value: e.currentValue },
on: {
focus: e.focusHandler,
blur: e.onBlur,
keyup: e.onKeyUp,
input: function (t) {
t.target.composing ||
(e.currentValue = t.target.value);
},
},
})
: e._e(),
e._v(" "),
"email" === e.type
? o("input", {
directives: [
{
name: "model",
rawName: "v-model",
value: e.currentValue,
expression: "currentValue",
},
],
ref: "input",
staticClass: "weui-input",
style: e.inputStyle,
attrs: {
id: "vux-x-input-" + e.uuid,
maxlength: e.max,
autocomplete: e.autocomplete,
autocapitalize: e.autocapitalize,
autocorrect: e.autocorrect,
spellcheck: e.spellcheck,
type: "email",
name: e.name,
pattern: e.pattern,
placeholder: e.placeholder,
readonly: e.readonly,
disabled: e.disabled,
},
domProps: { value: e.currentValue },
on: {
focus: e.focusHandler,
blur: e.onBlur,
keyup: e.onKeyUp,
input: function (t) {
t.target.composing ||
(e.currentValue = t.target.value);
},
},
})
: e._e(),
e._v(" "),
"password" === e.type
? o("input", {
directives: [
{
name: "model",
rawName: "v-model",
value: e.currentValue,
expression: "currentValue",
},
],
ref: "input",
staticClass: "weui-input",
style: e.inputStyle,
attrs: {
id: "vux-x-input-" + e.uuid,
maxlength: e.max,
autocomplete: e.autocomplete,
autocapitalize: e.autocapitalize,
autocorrect: e.autocorrect,
spellcheck: e.spellcheck,
type: "password",
name: e.name,
pattern: e.pattern,
placeholder: e.placeholder,
readonly: e.readonly,
disabled: e.disabled,
},
domProps: { value: e.currentValue },
on: {
focus: e.focusHandler,
blur: e.onBlur,
keyup: e.onKeyUp,
input: function (t) {
t.target.composing ||
(e.currentValue = t.target.value);
},
},
})
: e._e(),
e._v(" "),
"tel" === e.type
? o("input", {
directives: [
{
name: "model",
rawName: "v-model",
value: e.currentValue,
expression: "currentValue",
},
],
ref: "input",
staticClass: "weui-input",
style: e.inputStyle,
attrs: {
id: "vux-x-input-" + e.uuid,
maxlength: e.max,
autocomplete: e.autocomplete,
autocapitalize: e.autocapitalize,
autocorrect: e.autocorrect,
spellcheck: e.spellcheck,
type: "tel",
name: e.name,
pattern: e.pattern,
placeholder: e.placeholder,
readonly: e.readonly,
disabled: e.disabled,
},
domProps: { value: e.currentValue },
on: {
focus: e.focusHandler,
blur: e.onBlur,
keyup: e.onKeyUp,
input: function (t) {
t.target.composing ||
(e.currentValue = t.target.value);
},
},
})
: e._e(),
]
),
e._v(" "),
o(
"div",
{ staticClass: "weui-cell__ft" },
[
o("icon", {
directives: [
{
name: "show",
rawName: "v-show",
value:
!e.hasRightFullHeightSlot &&
!e.equalWith &&
e.showClear &&
"" !== e.currentValue &&
!e.readonly &&
!e.disabled &&
e.isFocus,
expression:
"!hasRightFullHeightSlot && !equalWith && showClear && currentValue !== '' && !readonly && !disabled && isFocus",
},
],
attrs: { type: "clear" },
nativeOn: {
click: function (t) {
return e.clear.apply(null, arguments);
},
},
}),
e._v(" "),
o("icon", {
directives: [
{
name: "show",
rawName: "v-show",
value: e.showWarn,
expression: "showWarn",
},
],
staticClass: "vux-input-icon",
attrs: { type: "warn", title: e.valid ? "" : e.firstError },
nativeOn: {
click: function (t) {
return e.onClickErrorIcon.apply(null, arguments);
},
},
}),
e._v(" "),
!e.novalidate &&
e.hasLengthEqual &&
e.dirty &&
e.equalWith &&
!e.valid
? o("icon", {
staticClass: "vux-input-icon",
attrs: { type: "warn" },
nativeOn: {
click: function (t) {
return e.onClickErrorIcon.apply(null, arguments);
},
},
})
: e._e(),
e._v(" "),
o("icon", {
directives: [
{
name: "show",
rawName: "v-show",
value:
!e.novalidate &&
e.equalWith &&
e.equalWith === e.currentValue &&
e.valid,
expression:
"!novalidate && equalWith && equalWith === currentValue && valid",
},
],
attrs: { type: "success" },
}),
e._v(" "),
o("icon", {
directives: [
{
name: "show",
rawName: "v-show",
value: e.novalidate && "success" === e.iconType,
expression: "novalidate && iconType === 'success'",
},
],
staticClass: "vux-input-icon",
attrs: { type: "success" },
}),
e._v(" "),
o("icon", {
directives: [
{
name: "show",
rawName: "v-show",
value: e.novalidate && "error" === e.iconType,
expression: "novalidate && iconType === 'error'",
},
],
staticClass: "vux-input-icon",
attrs: { type: "warn" },
}),
e._v(" "),
e._t("right"),
e._v(" "),
e.hasRightFullHeightSlot
? o(
"div",
{ staticClass: "vux-x-input-right-full" },
[e._t("right-full-height")],
2
)
: e._e(),
],
2
),
e._v(" "),
o(
"toast",
{
attrs: { type: "text", width: "auto", time: 600 },
model: {
value: e.showErrorToast,
callback: function (t) {
e.showErrorToast = t;
},
expression: "showErrorToast",
},
},
[e._v(e._s(e.firstError))]
),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"S+VD": function (e, t) {},
SAlq: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{ staticClass: "vux-picker" },
[
o(
"flexbox",
{ attrs: { gutter: 0 } },
e._l(e.currentData, function (t, i) {
return o(
"flexbox-item",
{
key: i,
staticStyle: { "margin-left": "0" },
attrs: { span: e.columnWidth && e.columnWidth[i] },
},
[
o("div", {
staticClass: "vux-picker-item",
attrs: { id: "vux-picker-" + e.uuid + "-" + i },
}),
]
);
}),
1
),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
SMjw: function (e, t) {},
Svzs: function (e, t, o) {
"use strict";
var i = o("3cXf"),
s = o.n(i),
n = o("VawC"),
a = o("6ONn"),
r = o("SXXC"),
c = o.n(r);
n.a, a.a;
},
SyLh: function (e, t, o) {
"use strict";
var i = o("v4/V");
i.a,
Boolean,
String,
String,
Number,
String,
String,
Boolean,
Object,
Boolean;
},
T1xl: function (e, t, o) {
"use strict";
function i(e) {
o("GXe8");
}
var s = (o("T6lp"), o("rBib")),
n = o("SAlq"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
T46T: function (e, t, o) {
"use strict";
var i = o("/Bf6");
i.a, String, Boolean, String, String, String;
},
T6lp: function (e, t, o) {
"use strict";
var i = o("3cXf"),
s = o.n(i),
n = o("hRKE"),
a = o.n(n),
r = o("tJWq"),
c = o("JRnO"),
l = o("oGN+"),
u = o("mqCR");
o("LF0J"), c.a, c.b, Array, Number, Number, Array, String, Array;
},
TdPg: function (e, t) {},
TiVU: function (e, t, o) {
"use strict";
function i() {
var e = window.innerHeight - r()(".baseInfo_wrap").outerHeight(!0) - 10;
r()(".detailInfo").css("height", e + "px");
}
var s = o("3cXf"),
n = o.n(s),
a = o("SXXC"),
r = o.n(a);
t.a = {
name: "job_detail",
components: {},
data: function () {
return { jobinfo: { id: "fikahjgkg", name: "" }, titleName: "" };
},
created: function () {
(this.titleName = this.localeResource.jobDetail_pageName),
navigator.userAgent.match(/Qing\/.*;(iOS|iPhone|Android).*/) &&
(this.isYZJapp = !0),
this.isYZJapp && XuntongJSBridge.call("closePop");
var e = this;
try {
void 0 != mbos.http
? e.loadData()
: (window.onload = function () {
e.loadData();
});
} catch (t) {
e.loadData();
}
},
mounted: function () {},
updated: function () {
this.$nextTick(function () {
i();
});
},
methods: {
loadData: function () {
var e = this,
t = decodeURIComponent(this.$route.query.posiId),
o = decodeURIComponent(this.$route.query.recordId);
console.log("recordId:" + o);
try {
console.log(mbos);
var i = this;
mbos.eas.invokeScript({
name: "InterGo_GetInterPositionDetailService",
param: [t, o],
success: function (e) {
if (
(console.log("调用接口成功"), console.log(e), "0" == e.code)
)
i.jobinfo = e.data;
else {
var t = n()(e);
if (t.indexOf("请求云之家openauth2服务失败") >= 0)
alert(i.localeResource.common_loginTimeout);
else if (t.indexOf("无法连接EAS服务器") >= 0)
alert(i.localeResource.common_EAS500);
else {
var o = i.localeResource.common_errorMsg;
e.mesg && (o = e.mesg),
i.$vux.toast.show({
position: "default",
text: o,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
}),
i.$router.push("/common404");
}
}
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
alert(e.msg),
i.$router.push("/common404");
},
});
} catch (o) {
this.$http
.post("/interJob/details", { demandId: t })
.then(function (t) {
var o = t.data;
"0" == o.code &&
((e.jobinfo = o.data),
(e.titleName = e.jobinfo.positionName));
})
.catch(function (e) {
console.log(e);
});
}
},
decode: function (e) {
return e ? (e = e.replace(/\n/g, "
")) : "";
},
},
};
},
Tn1J: function (e, t) {},
U45d: function (e, t, o) {
"use strict";
function i(e) {
o("1OFS");
}
var s = (o("cZBm"), o("q5ly")),
n = o("MkRj"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-08263a91", null);
t.a = c.exports;
},
UvZP: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o("div", { staticClass: "vux-slider" }, [
o(
"div",
{ staticClass: "vux-swiper", style: { height: e.xheight } },
[
e._t("default"),
e._v(" "),
e._l(e.list, function (t, i) {
return o(
"div",
{
staticClass: "vux-swiper-item",
attrs: { "data-index": i },
on: {
click: function (o) {
return e.clickListItem(t);
},
},
},
[
o("a", { attrs: { href: "javascript:" } }, [
o("div", {
staticClass: "vux-img",
style: { backgroundImage: e.buildBackgroundUrl(t) },
}),
e._v(" "),
e.showDescMask
? o("p", { staticClass: "vux-swiper-desc" }, [
e._v(e._s(t.title)),
])
: e._e(),
]),
]
);
}),
e._v(" "),
e._l(e.listTwoLoopItem, function (t, i) {
return e.listTwoLoopItem.length > 0
? o(
"div",
{
staticClass: "vux-swiper-item vux-swiper-item-clone",
attrs: { "data-index": i },
on: {
click: function (o) {
return e.clickListItem(t);
},
},
},
[
o("a", { attrs: { href: "javascript:" } }, [
o("div", {
staticClass: "vux-img",
style: {
backgroundImage: e.buildBackgroundUrl(t),
},
}),
e._v(" "),
e.showDescMask
? o("p", { staticClass: "vux-swiper-desc" }, [
e._v(e._s(t.title)),
])
: e._e(),
]),
]
)
: e._e();
}),
],
2
),
e._v(" "),
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.showDots,
expression: "showDots",
},
],
class: [
e.dotsClass,
"vux-indicator",
"vux-indicator-" + e.dotsPosition,
],
},
e._l(e.length, function (t) {
return o("a", { attrs: { href: "javascript:" } }, [
o("i", {
staticClass: "vux-icon-dot",
class: { active: t - 1 === e.current },
}),
]);
}),
0
),
]);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
VawC: function (e, t, o) {
"use strict";
function i(e) {
o("u1Vn");
}
var s = (o("Facr"), o("n+ay")),
n = o("dmx7"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
W86X: function (e, t, o) {
"use strict";
var i = o("bYuJ"),
s = o.n(i),
n = o("bQ3Q"),
a = o.n(n),
r = o("+Up5"),
c = o.n(r);
Array, Number, Object;
},
WEPx: function (e, t, o) {
"use strict";
var i = o("adVT");
t.a = {
name: "x-button",
props: {
type: { default: "default" },
disabled: Boolean,
mini: Boolean,
plain: Boolean,
text: String,
actionType: String,
showLoading: Boolean,
link: [String, Object],
gradients: {
type: Array,
validator: function (e) {
return 2 === e.length;
},
},
},
methods: {
onClick: function () {
!this.disabled && Object(i.a)(this.link, this.$router);
},
},
computed: {
noBorder: function () {
return Array.isArray(this.gradients);
},
buttonStyle: function () {
if (this.gradients)
return {
background:
"linear-gradient(90deg, " +
this.gradients[0] +
", " +
this.gradients[1] +
")",
color: "#FFFFFF",
};
},
classes: function () {
return [
{
"weui-btn_disabled": !this.plain && this.disabled,
"weui-btn_plain-disabled": this.plain && this.disabled,
"weui-btn_mini": this.mini,
"vux-x-button-no-border": this.noBorder,
},
this.plain ? "" : "weui-btn_" + this.type,
this.plain ? "weui-btn_plain-" + this.type : "",
this.showLoading ? "weui-btn_loading" : "",
];
},
},
};
},
YVFv: function (e, t, o) {
"use strict";
function i(e) {
var t = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"),
o = window.location.search.substr(1).match(t);
return null != o ? o[2] : null;
}
var s = o("3cXf"),
n = o.n(s),
a = o("GblZ"),
r = o("QpaW"),
c = (o("fRcE"), o("bT6r")),
l = o("SXXC"),
u = o.n(l),
d = o("KO53"),
p = o("RFt0"),
_ = i("eid") || "23400814",
m = i("storeEid"),
f = i("path") || "InterGo8612new",
h = i("appid") || "10036";
m = m ? "&storeEid=" + m : "";
t.a = {
name: "allTask",
components: {
Search: a.a,
Divider: r.a,
Toast: c.a,
videomsgDialog: d.a,
advancedfilterDialog: p.a,
},
data: function () {
return {
showBackTop: !1,
showline: !1,
results: [],
curKeywords: "",
keywords: "",
page: 1,
curDatas: "",
isNewData: !0,
titleName: this.localeResource.alltask_pageName,
isYZJapp: !1,
searchFilter: {},
version: Number(localStorage.InterGo_Version),
};
},
beforeCreate: function () {
this.$store.state.userInfo.openId;
},
created: function () {
navigator.userAgent.match(/Qing\/.*;(iOS|iPhone|Android).*/) &&
(this.isYZJapp = !0),
this.isYZJapp && XuntongJSBridge.call("closePop");
var e = this;
try {
void 0 != mbos.http
? e.loadData()
: (window.onload = function () {
e.loadData();
});
} catch (t) {
e.loadData();
}
},
mounted: function () {
this.isNewData &&
u()(".dateTitleWrap").height(u()(".dateTitle").outerHeight(!0));
},
updated: function () {
var e = this;
this.$nextTick(function () {
e.initEvent();
});
},
beforeRouteLeave: function (e, t, o) {
var i = this;
u()(window).unbind("scroll"),
u()(".backTop").off("click", i.backTop),
o();
},
methods: {
getFilterConditions: function (e) {
console.log(e),
(this.page = "1"),
(this.curDatas = []),
(this.showline = !1),
(this.searchFilter = e),
(this.curKeywords = ""),
(this.keywords = ""),
this.loadData(!0);
},
openSearchDialog: function () {
this.$refs.filterbox.showFilterBox = !0;
},
initUserData: function () {
var e = this,
t = this;
if (this.$store.state.userInfo.openId)
(this.userInfo.openId = this.$store.state.userInfo.openId),
(this.userInfo.name = encodeURIComponent(
encodeURIComponent(this.$store.state.userInfo.name)
));
else
try {
console.log(mbos);
var o;
mbos.eas.invokeScript({
name: "InterGo_GetCurrUserInfoService",
param: [],
success: function (e) {
if (
(console.log("调用接口成功"),
console.log(e),
"0" == e.code)
)
(o = e.data.openId), (t.$store.state.userInfo = e.data);
else {
var i = n()(e);
if (i.indexOf("请求云之家openauth2服务失败") >= 0)
alert(t.localeResource.common_loginTimeout);
else if (i.indexOf("无法连接EAS服务器") >= 0)
alert(t.localeResource.common_EAS500);
else {
var s = t.localeResource.common_errorMsg;
e.mesg && (s = e.mesg),
t.$vux.toast.show({
position: "default",
text: s,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
u()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
}),
t.$router.push("/common404");
}
}
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
alert(e.msg),
t.$router.push("/common404");
},
});
} catch (t) {
var o;
this.$http
.get("/user/info")
.then(function (t) {
var i = t.data;
"0" == i.code &&
((o = i.data.openId), (e.$store.state.userInfo = i.data));
})
.catch(function (e) {
console.log(e);
});
}
},
scrollEvent: function () {
if (this.isNewData) {
var e = [];
u()(".taskList .dateTitleWrap").each(function (t, o) {
e[t] = u()(this).offset().top;
});
}
var t =
document.body.scrollTop + document.documentElement.scrollTop;
if (
(t < 100
? (this.showBackTop = !1)
: ((this.showBackTop = !0),
t + window.innerHeight >=
u()(".alltask").outerHeight(!0) - 60 &&
(console.log("showline:" + this.showline),
this.showline ||
(this.$vux.loading.show({ text: "Loading" }),
this.page++,
(this.showline = !0),
this.loadData()))),
this.isNewData)
) {
var o = u()(".taskList").outerWidth(!0);
for (var i in e)
if (t <= e[i]) {
u()(".taskList .dateTitle").css({
position: "relative",
width: "100%",
}),
i > 0 &&
u()(".taskList .dateTitle")
.eq(i - 1)
.css({ position: "fixed", width: o });
break;
}
}
},
backTop: function () {
u()("html,body").animate({ scrollTop: 0 }, 300);
},
linkPage: function (e) {
var t = this;
if ("待面试" == e.state)
self != top
? (u()(".tabs-wrap", parent.document).hide(),
(top.location.href =
location.origin +
location.pathname +
"?appid=" +
h +
"&eid=" +
_ +
"&path=" +
f +
m +
m +
"&name=00.custom#/resume_detail?recordId=" +
encodeURIComponent(e.recordId)))
: this.$router.push(
"/resume_detail?recordId=" + encodeURIComponent(e.recordId)
);
else if ("待评价" === e.state)
try {
console.log(mbos),
mbos.eas.invokeScript({
name: "InterGo_JudgeToBeInterviewedRecordStatus",
param: [e.recordId],
success: function (o) {
if (
(console.log("调用接口成功"),
console.log(o),
"0" != o.code)
) {
var i = n()(o);
if (i.indexOf("请求云之家openauth2服务失败") >= 0)
alert(t.localeResource.common_loginTimeout);
else if (i.indexOf("无法连接EAS服务器") >= 0)
alert(t.localeResource.common_EAS500);
else {
var s = t.localeResource.common_errorMsg;
o.mesg && (s = o.mesg),
t.$vux.toast.show({
position: "default",
text: s,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
u()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
return !1;
}
if (0 == o.data.type || 1 == o.data.type)
self != top
? (u()(".tabs-wrap", parent.document).hide(),
(top.location.href =
location.origin +
location.pathname +
"?appid=" +
h +
"&eid=" +
_ +
"&path=" +
f +
m +
m +
"&name=00.custom#/judge_page?recordId=" +
encodeURIComponent(e.recordId)))
: t.$router.push(
"/judge_page?recordId=" +
encodeURIComponent(e.recordId)
);
else if (2 == o.data.type)
return (
t.$vux.toast.show({
position: "default",
text: o.data.tipInfo,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
u()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
}),
!1
);
},
error: function (e) {
return console.log("调用接口失败"), console.log(e), !1;
},
});
} catch (o) {
this.$http
.post("/interviews/judgeRecordStatus", {
recordId: e.recordId,
})
.then(function (o) {
var i = o.data;
if ("0" == i.code)
if (0 == i.data.type)
t.$router.push(
"/judge_page?recordId=" +
encodeURIComponent(e.recordId)
);
else if (1 == i.data.type || 2 == i.data.type)
return (
t.$vux.toast.show({
position: "default",
text: i.tipInfo,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
u()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
}),
!1
);
})
.catch(function (e) {
console.log(e);
});
}
else
self != top
? (u()(".tabs-wrap", parent.document).hide(),
(top.location.href =
location.origin +
location.pathname +
"?appid=" +
h +
"&eid=" +
_ +
"&path=" +
f +
m +
"&name=00.custom#/judge_detail?recordId=" +
encodeURIComponent(e.recordId)))
: this.$router.push(
"/judge_detail?recordId=" + encodeURIComponent(e.recordId)
);
},
initEvent: function () {
var e = this;
(window.onscroll = function () {
e.scrollEvent();
}),
u()(".backTop").off("click", e.backTop).on("click", e.backTop);
},
setFocus: function () {
this.$refs.search.setFocus();
},
resultClick: function (e) {
window.alert("you click the result item: " + n()(e));
},
getResult: (function (e) {
function t(t) {
return e.apply(this, arguments);
}
return (
(t.toString = function () {
return e.toString();
}),
t
);
})(function (e) {
this.results = e ? getResult(this.value) : [];
}),
onSubmit: function () {
this.$refs.search.setBlur(),
(this.page = 1),
(this.curKeywords = this.keywords),
console.log("curKeywords:" + this.curKeywords),
this.version >= 1 &&
((this.searchFilter = {
type: "fast",
name: this.curKeywords,
position: this.curKeywords,
}),
(this.$refs.filterbox.currDate = new Date()),
(this.$refs.filterbox.personName = ""),
(this.$refs.filterbox.gender = ""),
(this.$refs.filterbox.genderText = ""),
(this.$refs.filterbox.age = ""),
(this.$refs.filterbox.phoneNumber = ""),
(this.$refs.filterbox.interviewTime = ""),
(this.$refs.filterbox.interviewPosition = ""),
(this.$refs.filterbox.interviewLink = "")),
this.loadData(!0);
},
onFocus: function () {
console.log("on focus");
},
onCancel: function () {
console.log("on cancel");
},
loadData: function (e) {
var t = this,
o = this.$store.state.userInfo.openId,
i = { userOpenId: o, pageNo: this.page, keywords: "" };
this.curKeywords.trim() && (i.keywords = this.curKeywords.trim()),
this.version >= 1 &&
(i = {
userOpenId: o,
pageNo: this.page,
searchKey: n()(this.searchFilter),
});
var s = this;
try {
console.log(mbos),
mbos.eas.invokeScript({
name: "commonOSFservice",
param: ["InterGo_GetAllTaskListService", n()(i)],
success: function (t) {
if (
(console.log("调用接口成功"),
console.log(t),
"0" == t.code)
) {
var o = [];
(s.isNewData = t.data.isNewData),
(o = s.isNewData ? t.data.taskList : t.data.items),
("" === s.curDatas || e) && (s.curDatas = []),
(s.curDatas = s.curDatas.concat(o)),
console.log(s.page),
console.log(t.data.totalPage),
console.log(s.curDatas),
s.isNewData
? t.data.totalJudgeCount + t.data.totalInterCount < 20
? (s.showline = !0)
: (s.showline = !1)
: s.page == t.data.totalPage
? (s.showline = !0)
: (s.showline = !1),
1 == s.page &&
s.$nextTick(function () {
window.scrollTo(0, 1), window.scrollTo(0, 0);
}),
console.log("showline:" + s.showline);
} else {
var i = n()(t);
if (i.indexOf("请求云之家openauth2服务失败") >= 0)
alert(s.localeResource.common_loginTimeout);
else if (i.indexOf("无法连接EAS服务器") >= 0)
alert(s.localeResource.common_EAS500);
else {
var a = s.localeResource.common_errorMsg;
t.mesg && (a = t.mesg),
s.$vux.toast.show({
position: "default",
text: a,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
u()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
}
(s.curDatas = []), (s.showline = !0);
}
setTimeout(function () {
s.$vux.loading.hide();
}, 1e3);
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
(s.curDatas = []),
setTimeout(function () {
s.$vux.loading.hide();
}, 1e3);
},
});
} catch (o) {
this.isNewData
? this.$http
.post("/user/toInterviews", i)
.then(function (o) {
var i = o.data;
if ("0" == i.code) {
var s = i.data.items;
("" === t.curDatas || e) && (t.curDatas = []),
(t.curDatas = t.curDatas.concat(s)),
console.log(t.page),
console.log(t.curDatas),
s.length < 20 ? (t.showline = !0) : (t.showline = !1);
}
setTimeout(function () {
t.$vux.loading.hide();
}, 1e3);
})
.catch(function (e) {
var t = this;
console.log(e),
setTimeout(function () {
t.$vux.loading.hide();
}, 1e3);
})
: this.$http
.post("/user/taskList", i)
.then(function (o) {
var i = o.data;
if ("0" == i.code) {
var s = i.data.items;
("" === t.curDatas || e) && (t.curDatas = []),
(t.curDatas = t.curDatas.concat(s)),
console.log(t.page),
console.log(t.curDatas),
s.length < 20 ? (t.showline = !0) : (t.showline = !1);
}
setTimeout(function () {
t.$vux.loading.hide();
}, 1e3);
})
.catch(function (e) {
var t = this;
console.log(e),
setTimeout(function () {
t.$vux.loading.hide();
}, 1e3);
});
}
},
judgeDay: function (e) {
var t = new Date(e.replace(/\./g, "/")),
o = new Date(t.setHours(0, 0, 0, 0) - 1),
i = new Date(o.setHours(0, 0, 0, 0) - 1),
s = new Date(),
n = new Date(new Date().setHours(0, 0, 0, 0) - 1),
a = new Date(n.setHours(0, 0, 0, 0) - 1);
return t.setHours(0, 0, 0, 0) == s.setHours(0, 0, 0, 0)
? this.localeResource.common_today
: t.setHours(0, 0, 0, 0) == n.setHours(0, 0, 0, 0)
? this.localeResource.common_yesterday
: t.setHours(0, 0, 0, 0) == a.setHours(0, 0, 0, 0)
? this.localeResource.common_TheDayBeforeYesterday
: o.setHours(0, 0, 0, 0) == s.setHours(0, 0, 0, 0)
? this.localeResource.common_tomorrow
: i.setHours(0, 0, 0, 0) == s.setHours(0, 0, 0, 0) &&
this.localeResource.common_TheDayAfterTomorrow;
},
getWeek: function (e) {
var t = new Date(e.replace(/\./g, "/")).getDay();
switch (t) {
case 0:
t = this.localeResource.common_Sunday;
break;
case 1:
t = this.localeResource.common_Monday;
break;
case 2:
t = this.localeResource.common_Tuesday;
break;
case 3:
t = this.localeResource.common_Wednesday;
break;
case 4:
t = this.localeResource.common_Thursday;
break;
case 5:
t = this.localeResource.common_Friday;
break;
case 6:
t = this.localeResource.common_Saturday;
break;
default:
t = this.localeResource.common_unknown;
}
return t;
},
toggleList: function (e) {
e.stopPropagation();
var t = u()(e.target);
t.hasClass("dateTitle") || (t = u()(e.target).parent(".dateTitle")),
t.find(".arrow").toggleClass("down"),
t.parent(".dateTitleWrap").siblings(".dateList").toggle();
},
openVideoInterviewBox: function (e) {
this.$refs.videobox.getVideoInterviewMsg(e.recordId);
},
copyMsg: function () {
this.$vux.toast.text(this.localeResource.alltask_info_0, "middle");
},
},
};
},
YWtY: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
directives: [
{
name: "wechat-title",
rawName: "v-wechat-title",
value: (e.$route.meta.title = e.titleName),
expression: "$route.meta.title=titleName",
},
],
staticClass: "home",
},
[
o(
"div",
{ staticClass: "welcome" },
[
o(
"swiper",
{
attrs: {
"aspect-ratio": 0.48,
"dots-position": "center",
interval: 4e3,
auto: "",
loop: "",
},
},
[
e.bannerImgBg.length > 0
? e._l(e.bannerImgBg, function (e, t) {
return o("swiper-item", { key: t }, [
o("div", {
staticClass: "bannerimg",
style: { backgroundImage: "url(" + e + ")" },
}),
]);
})
: [
o("swiper-item", { staticClass: "bannerItem" }, [
o("div", { staticClass: "banner-default" }),
]),
],
],
2
),
e._v(" "),
o(
"div",
{ staticClass: "bannerTextwrap" },
[
o("p", { staticClass: "bannerText" }, [
o("span", {
domProps: {
innerHTML: e._s(
e.tmpReplaceFormat(
e.localeResource.home_totalInterCount,
"" + new Date().getFullYear() + "",
"" +
e.interStatistics.totalInterCount +
""
)
),
},
}),
o("br"),
e._v(" "),
o("span", {
domProps: {
innerHTML: e._s(
e.tmpReplaceFormat(
e.localeResource.home_interStatisticsBeyond,
"" +
(e.interStatistics.beyond || "") +
""
)
),
},
}),
o("br"),
]),
e._v(" "),
o(
"router-link",
{
staticClass: "analyLink",
attrs: { to: "/inter_analyse" },
},
[
e._v(e._s(e.localeResource.home_interAnalyse)),
o("i", [e._v(">")]),
]
),
],
1
),
],
1
),
e._v(" "),
o("div", { staticClass: "taskBox" }, [
o("div", { staticClass: "tasks" }, [
o(
"h5",
{ staticClass: "task-all" },
[
e._v(
"\n\t\t\t\t" +
e._s(e.localeResource.home_myInterview) +
"\n\t\t\t\t"
),
o("router-link", { attrs: { to: "/alltask" } }, [
e._v(
"\n\t\t\t\t\t" +
e._s(e.localeResource.home_allTask) +
"\n\t\t\t\t"
),
]),
],
1
),
e._v(" "),
o("ul", { staticClass: "tabs" }, [
o(
"li",
{ staticClass: "tab-item" },
[
o("router-link", { attrs: { to: "/tointerview" } }, [
o("p", { staticClass: "tab-icon" }),
e._v(" "),
o("span", { staticClass: "tab-count" }, [
e._v(e._s(e.interCount)),
]),
e._v(" "),
o("p", { staticClass: "tab-text" }, [
e._v(e._s(e.localeResource.home_toInterview)),
]),
]),
],
1
),
e._v(" "),
o(
"li",
{ staticClass: "tab-item" },
[
o("router-link", { attrs: { to: "/tojudge" } }, [
o("p", { staticClass: "tab-icon" }),
e._v(" "),
o("span", { staticClass: "tab-count" }, [
e._v(e._s(e.judgeCount)),
]),
e._v(" "),
o("p", { staticClass: "tab-text" }, [
e._v(e._s(e.localeResource.home_toJudge)),
]),
]),
],
1
),
]),
]),
e._v(" "),
e.hasData
? o("div", { staticClass: "taskArrange" }, [
o("div", { staticClass: "fixedBox" }, [
o("div", { staticClass: "planeHeader" }, [
o(
"div",
{ staticClass: "tab-box" },
[
o(
"tab",
{
attrs: {
"line-width": 0,
"custom-bar-width": "0",
"active-color": "#55a0f5",
},
},
[
o(
"tab-item",
{
attrs: { selected: 0 == e.curIndex },
on: {
"on-item-click": function (t) {
return e.showList(0);
},
},
},
[
e._v(e._s(e.localeResource.common_today)),
o("span", { staticClass: "taskNum" }, [
e._v("(" + e._s(e.todayNum) + ")"),
]),
]
),
e._v(" "),
o(
"tab-item",
{
attrs: { selected: 1 == e.curIndex },
on: {
"on-item-click": function (t) {
return e.showList(1);
},
},
},
[
e._v(
e._s(e.localeResource.common_tomorrow)
),
o(
"span",
{ staticClass: "taskNum zero" },
[e._v("(" + e._s(e.tomorrowNum) + ")")]
),
]
),
],
1
),
],
1
),
]),
]),
e._v(" "),
e.curList.taskItemList.length > 0
? o(
"ul",
{ staticClass: "planeBody" },
e._l(e.curList.taskItemList, function (t, i) {
return o("li", { staticClass: "taskItem" }, [
o(
"div",
{
staticClass: "itemlink",
on: {
click: function (o) {
return e.linkPage(t);
},
},
},
[
o("p", { staticClass: "task_hd" }, [
o(
"span",
{ staticClass: "name ellipsis" },
[
e._v(
e._s(t.seeker.name) +
"\n\t\t\t\t\t\t\t\t"
),
0 != t.seeker.sex
? [
o("span", {
staticClass: "sexIcon",
class: [
"2" == t.seeker.sex
? "female"
: "male",
],
}),
]
: e._e(),
],
2
),
e._v(" "),
o(
"span",
{ staticClass: "position ellipsis" },
[e._v(e._s(t.targetPosition.name))]
),
e._v(" "),
o(
"span",
{
staticClass: "timeOrState ellipsis",
class: [
"待面试" == t.state
? "time"
: "待评价" == t.state
? "state tojudge"
: "通过" == t.state
? "state pass"
: "state deny",
],
},
[
"待面试" == t.state
? o("i", [e._v("•")])
: e._e(),
e._v(
e._s(
"待面试" == t.state
? t.interviewInfo.time
: t.state
)
),
]
),
]),
e._v(" "),
o("p", { staticClass: "task_bd" }, [
o("span", { staticClass: "comIcon" }),
e._v(" "),
o(
"span",
{ staticClass: "department ellipsis" },
[
e._v(
e._s(t.targetPosition.department)
),
]
),
]),
]
),
e._v(" "),
t.interviewInfo.videoInterview
? o(
"div",
{
staticClass: "task_ft",
on: {
click: function (o) {
return (
o.stopPropagation(),
e.openVideoInterviewBox(t)
);
},
},
},
[
o("span", {
staticClass: "videoIcon",
class:
"zoom" == t.interviewInfo.videoType
? "logo-zoom"
: "logo-tencentV",
}),
e._v(
"\n\t\t\t\t\t\t" +
e._s(
"zoom" ==
t.interviewInfo.videoType
? e.localeResource
.common_videoType_Zoom
: e.localeResource
.common_videoType_Tencent
) +
"\n\t\t\t\t\t"
),
]
)
: e._e(),
]);
}),
0
)
: e._e(),
e._v(" "),
0 == e.curList.taskItemList.length
? o("div", { staticClass: "noCurData" }, [
o("p", { staticClass: "noDataPic" }),
e._v(" "),
o("p", [
e._v(
e._s(
0 == e.curIndex
? e.localeResource.home_info_0
: e.localeResource.home_info_1
)
),
]),
])
: e._e(),
])
: e._e(),
e._v(" "),
e.hasData
? e._e()
: o("div", { staticClass: "noArrange" }, [
o("p", { staticClass: "noDataPic" }),
e._v(" "),
o("p", [e._v(e._s(e.localeResource.home_info_2))]),
]),
]),
e._v(" "),
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.showBackTop,
expression: "showBackTop",
},
],
staticClass: "backTop",
},
[
o("span", { staticClass: "arrowPic" }, [
e._v(e._s(e.localeResource.common_backTop)),
]),
]
),
e._v(" "),
o("videomsg-dialog", { ref: "videobox" }),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
YXWx: function (e, t) {},
YaEn: function (e, t, o) {
"use strict";
var i = o("yf3K"),
s = o("cigS"),
n = o("p3RX"),
a = o("zKIK"),
r = o("r/K+"),
c = o("LGCW"),
l = o("LgdA"),
u = o("ymDC"),
d = o("U45d"),
p = o("YzW6"),
_ = o("0Hg/"),
m = o("Gfk8"),
f = o("JgRx"),
h = o("amD0");
(s.a.prototype.goBack = function () {
(this.isBack = !0), window.history.go(-1);
}),
i.default.use(s.a),
(t.a = new s.a({
routes: [
{ path: "/", name: "Home", component: a.a },
{ path: "/common404", name: "Common404", component: n.a },
{ path: "/inter_analyse", name: "Inter_analyse", component: r.a },
{ path: "/alltask", name: "Alltask", component: c.a },
{ path: "/tojudge", name: "Tojudge", component: l.a },
{ path: "/tointerview", name: "Tointerview", component: u.a },
{ path: "/resume_detail", name: "Resume_detail", component: d.a },
{ path: "/judge_page", name: "Judge_page", component: p.a },
{ path: "/job_detail", name: "Job_detail", component: _.a },
{ path: "/setcomwords", name: "Setcomwords", component: m.a },
{ path: "/judge_detail", name: "Judge_detail", component: f.a },
{
path: "/interview_results",
name: "interview_results",
component: h.a,
},
],
}));
},
YzW6: function (e, t, o) {
"use strict";
function i(e) {
o("xycR");
}
var s = (o("Hhxr"), o("ExED")),
n = o("4u2B"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-2d63beb7", null);
t.a = c.exports;
},
ZswK: function (e, t) {},
alY8: function (e, t) {},
amD0: function (e, t, o) {
"use strict";
function i(e) {
o("Tn1J");
}
var s = (o("Svzs"), o("Qtor")),
n = o("h3z+"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-de769086", null);
t.a = c.exports;
},
"b/us": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement;
return (e._self._c || t)(
"span",
{ staticClass: "vux-label-desc" },
[e._t("default")],
2
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
bFrn: function (e, t, o) {
"use strict";
},
bOfn: function (e, t) {},
bT6r: function (e, t, o) {
"use strict";
function i(e) {
o("tnjF");
}
var s = (o("y1pt"), o("D6g4")),
n = o("6x1W"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
brqM: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
directives: [
{
name: "wechat-title",
rawName: "v-wechat-title",
value: (e.$route.meta.title = e.titleName),
expression: "$route.meta.title=titleName",
},
],
staticClass: "tojudge",
},
[
o(
"div",
{ staticClass: "searchbox" },
[
o(
"search",
{
ref: "search",
attrs: {
placeholder: e.localeResource.common_searchInfo,
results: e.results,
autoFixed: !1,
"auto-scroll-to-top": "",
},
on: {
"on-result-click": e.resultClick,
"on-focus": e.onFocus,
"on-cancel": e.onCancel,
"on-submit": e.onSubmit,
},
model: {
value: e.keywords,
callback: function (t) {
e.keywords = t;
},
expression: "keywords",
},
},
[
e.version >= 1
? o(
"div",
{ attrs: { slot: "right" }, slot: "right" },
[
o("div", {
staticClass: "i-search",
on: { click: e.openSearchDialog },
}),
]
)
: e._e(),
]
),
],
1
),
e._v(" "),
e.curDatas.length > 0
? o(
"div",
{ staticClass: "taskList" },
[
e._l(e.curDatas, function (t, i) {
return o("div", { key: i, staticClass: "dateItem" }, [
o("div", { staticClass: "dateTitle" }, [
o("div", { staticClass: "dateInfo" }, [
e.judgeDay(t.date)
? o("span", { staticClass: "special date" }, [
e._v(e._s(e.judgeDay(t.date))),
o("i", { staticClass: "weekday" }, [
e._v(e._s(e.getWeek(t.date))),
]),
e._v(e._s(t.date)),
])
: o("span", { staticClass: "date" }, [
e._v(e._s(t.date)),
o("i", { staticClass: "weekday" }, [
e._v(e._s(e.getWeek(t.date))),
]),
]),
]),
]),
e._v(" "),
t.items.length > 0
? o(
"ul",
{ staticClass: "dateList" },
e._l(t.items, function (t, i) {
return o(
"li",
{ key: i, staticClass: "taskItem" },
[
o(
"div",
{
staticClass: "itemlink",
on: {
click: function (o) {
return e.linkPage(t);
},
},
},
[
o(
"span",
{ staticClass: "stateTag" },
[e._v(e._s(t.interStatus))]
),
e._v(" "),
o(
"p",
{ staticClass: "task_hd" },
[
o(
"span",
{
staticClass: "name ellipsis",
},
[e._v(e._s(t.seeker.name))]
),
e._v(" "),
0 != t.seeker.sex
? [
o("span", {
staticClass: "sexIcon",
class: [
"2" == t.seeker.sex
? "female"
: "male",
],
}),
]
: e._e(),
e._v(" "),
o(
"span",
{
staticClass:
"position ellipsis",
},
[
e._v(
e._s(t.targetPosition.name)
),
]
),
e._v(" "),
o(
"span",
{
staticClass: "time ellipsis",
},
[
o("i", [e._v("•")]),
e._v(
e._s(t.interviewInfo.time)
),
]
),
],
2
),
e._v(" "),
o("p", { staticClass: "task_bd" }, [
o("span", {
staticClass: "comIcon",
}),
e._v(" "),
o(
"span",
{
staticClass:
"department ellipsis",
},
[
e._v(
e._s(
t.targetPosition.department
)
),
]
),
]),
e._v(" "),
o("p", { staticClass: "task_ad" }, [
o("span", {
staticClass: "addressIcon",
}),
e._v(" "),
o(
"span",
{
staticClass: "address ellipsis",
},
[
e._v(
e._s(t.interviewInfo.place)
),
]
),
]),
e._v(" "),
t.interviewInfo.videoInterview
? o(
"div",
{
staticClass: "task_ft",
on: {
click: function (o) {
return (
o.stopPropagation(),
e.openVideoInterviewBox(
t
)
);
},
},
},
[
o("span", {
staticClass: "videoIcon",
class:
"zoom" ==
t.interviewInfo.videoType
? "logo-zoom"
: "logo-tencentV",
}),
e._v(
"\n\t\t\t\t\t\t\t\t" +
e._s(
"zoom" ==
t.interviewInfo
.videoType
? e.localeResource
.common_videoType_Zoom
: e.localeResource
.common_videoType_Tencent
) +
"\n\t\t\t\t\t\t\t"
),
]
)
: e._e(),
]
),
]
);
}),
0
)
: o("div", { staticClass: "noCurData" }, [
o("p", { staticClass: "noDataPic" }),
e._v(" "),
o("p", [
e._v(e._s(e.localeResource.tojudge_info_0)),
]),
]),
]);
}),
e._v(" "),
e.showline
? o("divider", [
e._v(e._s(e.localeResource.common_showlineText)),
])
: e._e(),
],
2
)
: e._e(),
e._v(" "),
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.showBackTop,
expression: "showBackTop",
},
],
staticClass: "backTop",
},
[
o("span", { staticClass: "arrowPic" }, [
e._v(e._s(e.localeResource.common_backTop)),
]),
]
),
e._v(" "),
0 == e.curDatas.length
? o("div", { staticClass: "noCurData" }, [
o("p", { staticClass: "noDataPic" }),
e._v(" "),
o("p", [e._v(e._s(e.localeResource.common_noData))]),
])
: e._e(),
e._v(" "),
o("videomsg-dialog", { ref: "videobox" }),
e._v(" "),
e.version >= 1
? o("advancedfilter-dialog", {
ref: "filterbox",
on: { filterConditions: e.getFilterConditions },
})
: e._e(),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
cEzA: function (e, t, o) {
"use strict";
var i = (o("m9vo"), o("hMCl")),
s = o("1Doj"),
n = o("C7Lr"),
a = n(i.a, s.a, !1, null, null, null);
t.a = a.exports;
},
cSqE: function (e, t, o) {
"use strict";
var i = ["-moz-box-", "-webkit-box-", ""];
t.a = {
name: "flexbox-item",
props: { span: [Number, String], order: [Number, String] },
beforeMount: function () {
this.bodyWidth = document.documentElement.offsetWidth;
},
methods: {
buildWidth: function (e) {
return "number" == typeof e
? e < 1
? e
: e / 12
: "string" == typeof e
? e.replace("px", "") / this.bodyWidth
: void 0;
},
},
computed: {
style: function () {
var e = {},
t =
"horizontal" === this.$parent.orient
? "marginLeft"
: "marginTop";
if (
(1 * this.$parent.gutter != 0 &&
(e[t] = this.$parent.gutter + "px"),
this.span)
)
for (var o = 0; o < i.length; o++)
e[i[o] + "flex"] =
"0 0 " + 100 * this.buildWidth(this.span) + "%";
return void 0 !== this.order && (e.order = this.order), e;
},
},
data: function () {
return { bodyWidth: 0 };
},
};
},
cZBm: function (e, t, o) {
"use strict";
function i(e) {
var t = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"),
o = window.location.search.substr(1).match(t);
return null != o ? o[2] : null;
}
var s = o("3cXf"),
n = o.n(s),
a = o("SXXC"),
r = o.n(a),
c = o("VawC"),
l = o("6ONn"),
u = o("EFzr"),
d = o("d2IS"),
p = o("MGI2"),
_ = o("cEzA"),
m = o("zM9A"),
f = o("bT6r"),
h = o("KO53"),
v = i("eid"),
g = i("storeEid"),
w = i("path"),
x = i("appid");
g = g ? "&storeEid=" + g : "";
c.a, l.a, u.a, d.a, p.a, _.a, m.a, f.a, h.a;
},
d2IS: function (e, t, o) {
"use strict";
var i = (o("bFrn"), o("9DW+")),
s = o("B2U2"),
n = o("C7Lr"),
a = n(i.a, s.a, !1, null, null, null);
t.a = a.exports;
},
d9qc: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
staticClass: "vux-search-box",
class: { "vux-search-fixed": e.isFixed },
style: { top: e.isFixed ? e.top : "", position: e.fixPosition },
},
[
o(
"div",
{
staticClass: "weui-search-bar",
class: {
"weui-search-bar_focusing": !e.isCancel || e.currentValue,
},
},
[
e._t("left"),
e._v(" "),
o(
"form",
{
staticClass: "weui-search-bar__form",
attrs: { action: "." },
on: {
submit: function (t) {
return (
t.preventDefault(), e.$emit("on-submit", e.value)
);
},
},
},
[
o("label", {
directives: [
{
name: "show",
rawName: "v-show",
value: !e.isFixed && e.autoFixed,
expression: "!isFixed && autoFixed",
},
],
staticClass: "vux-search-mask",
attrs: { for: "search_input_" + e.uuid },
on: { click: e.touch },
}),
e._v(" "),
o("div", { staticClass: "weui-search-bar__box" }, [
o("i", { staticClass: "weui-icon-search" }),
e._v(" "),
o("input", {
directives: [
{
name: "model",
rawName: "v-model",
value: e.currentValue,
expression: "currentValue",
},
],
ref: "input",
staticClass: "weui-search-bar__input",
attrs: {
type: "search",
autocomplete: "off",
id: "search_input_" + e.uuid,
placeholder: e.placeholder,
required: e.required,
},
domProps: { value: e.currentValue },
on: {
focus: e.onFocus,
blur: e.onBlur,
compositionstart: function (t) {
return e.onComposition(t, "start");
},
compositionend: function (t) {
return e.onComposition(t, "end");
},
input: [
function (t) {
t.target.composing ||
(e.currentValue = t.target.value);
},
function (t) {
return e.onComposition(t, "input");
},
],
},
}),
e._v(" "),
o("a", {
directives: [
{
name: "show",
rawName: "v-show",
value: e.currentValue,
expression: "currentValue",
},
],
staticClass: "weui-icon-clear",
attrs: { href: "javascript:" },
on: { click: e.clear },
}),
]),
e._v(" "),
o(
"label",
{
directives: [
{
name: "show",
rawName: "v-show",
value: !e.isFocus && !e.value,
expression: "!isFocus && !value",
},
],
staticClass: "weui-search-bar__label",
attrs: { for: "search_input_" + e.uuid },
},
[
o("i", { staticClass: "weui-icon-search" }),
e._v(" "),
o("span", [e._v(e._s(e.placeholder || "搜索"))]),
]
),
]
),
e._v(" "),
o(
"a",
{
staticClass: "weui-search-bar__cancel-btn",
attrs: { href: "javascript:" },
on: { click: e.cancel },
},
[e._v(e._s(e.cancelText || "取消") + "\n ")]
),
e._v(" "),
e._t("right"),
],
2
),
e._v(" "),
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.isFixed,
expression: "isFixed",
},
],
staticClass: "weui-cells vux-search_show",
},
[
e._t("default"),
e._v(" "),
e._l(e.results, function (t) {
return o(
"div",
{
staticClass: "weui-cell weui-cell_access",
on: {
click: function (o) {
return e.handleResultClick(t);
},
},
},
[
o(
"div",
{ staticClass: "weui-cell__bd weui-cell_primary" },
[o("p", [e._v(e._s(t.title))])]
),
]
);
}),
],
2
),
]
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
dmx7: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
staticClass: "vux-tab-wrap",
class: "top" === e.barPosition ? "vux-tab-bar-top" : "",
},
[
o("div", { staticClass: "vux-tab-container" }, [
o(
"div",
{
ref: "nav",
staticClass: "vux-tab",
class: [
{ "vux-tab-no-animate": !e.animate },
{ scrollable: e.scrollable },
],
},
[
e._t("default"),
e._v(" "),
e.animate
? o(
"div",
{
staticClass: "vux-tab-ink-bar",
class: e.barClass,
style: e.barStyle,
},
[
e.customBarWidth
? o("span", {
staticClass: "vux-tab-bar-inner",
style: e.innerBarStyle,
})
: e._e(),
]
)
: e._e(),
],
2
),
]),
]
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
eCHI: function (e, t, o) {
"use strict";
var i = o("ZLEe"),
s = o.n(i),
n = o("p7Ev"),
a = o("GRuq"),
r = o("bT6r"),
c = o("4a+h"),
l = o("Bv05"),
u = o.n(l),
d = o("BzUK"),
p = o.n(d),
_ = o("n0S5"),
m = o("IFIB"),
f = o.n(m),
h = {
email: { fn: u.a, msg: "邮箱格式" },
"china-mobile": {
fn: function (e) {
return p()(e, "zh-CN");
},
msg: "手机号码",
},
"china-name": {
fn: function (e) {
return e.length >= 2 && e.length <= 6;
},
msg: "中文姓名",
},
};
n.a,
a.a,
c.a,
r.a,
String,
String,
String,
String,
Number,
String,
Boolean,
Boolean,
String,
String,
String,
Function,
Number,
Number,
Boolean,
String,
String,
String,
String,
String,
String,
Boolean,
String,
Number,
String,
String,
String,
Boolean;
},
eLoA: function (e, t, o) {
"use strict";
var i = o("4YfN"),
s = o.n(i),
n = o("13kN"),
a = o("HVJf");
n.a,
s()(
{},
Object(a.b)({
isLoading: function (e) {
return e.vux.isLoading;
},
})
);
},
eQNG: function (e, t, o) {
"use strict";
var i = o("4YfN"),
s = o.n(i),
n = o("13kN"),
a = o("HVJf");
t.a = {
name: "app",
components: { Loading: n.a },
computed: s()(
{},
Object(a.b)({
isLoading: function (e) {
return e.vux.isLoading;
},
})
),
};
},
eXPE: function (e, t, o) {
"use strict";
var i = o("3cXf"),
s = o.n(i),
n = o("VawC"),
a = o("6ONn"),
r = o("+Ky8");
o("tSk9"), o("bGGv"), o("a9n6"), o("CieK");
var c = void 0,
l = void 0;
n.a, a.a;
},
eY5P: function (e, t, o) {
"use strict";
Number, String, String, String, String, String;
},
fRcE: function (e, t, o) {
"use strict";
function i(e) {
o("bOfn");
}
var s = (o("SyLh"), o("R2Cm")),
n = o("Gcmx"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
"h3z+": function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
directives: [
{
name: "wechat-title",
rawName: "v-wechat-title",
value: (e.$route.meta.title = e.titleName),
expression: "$route.meta.title=titleName",
},
],
staticClass: "interview_results",
},
[
0 != e.items.length
? o(
"tab",
{
attrs: {
"line-width": 0,
"active-color": "#555",
"default-color": "#555",
},
},
e._l(e.items, function (t, i) {
return o(
"tab-item",
{
key: t.order,
on: { "on-item-click": e.switchStage },
},
[
"通过" === t.processState
? [
o("div", {
staticClass: "icon-state icon-state-finished",
}),
e._v(" "),
o("div", {
staticClass: "circle circle-finished",
}),
e._v(" "),
0 != i
? o("div", {
staticClass: "line line-finished",
})
: e._e(),
]
: "面试中" === t.processState
? [
o("div", {
staticClass: "icon-state icon-state-being",
}),
e._v(" "),
o("div", {
staticClass: "circle circle-being",
}),
e._v(" "),
0 != i
? o("div", { staticClass: "line line-being" })
: e._e(),
]
: "待面试" === t.processState
? [
o("div", {
staticClass:
"icon-state icon-state-notstarted",
}),
e._v(" "),
o("div", {
staticClass: "circle circle-notstarted",
}),
e._v(" "),
0 != i
? o("div", {
staticClass: "line line-notstarted",
})
: e._e(),
]
: [
o("div", {
staticClass: "icon-state icon-state-nopass",
}),
e._v(" "),
o("div", {
staticClass: "circle circle-nopass",
}),
e._v(" "),
0 != i
? o("div", {
staticClass: "line line-nopass",
})
: e._e(),
],
e._v(" "),
o(
"div",
{ class: "linename linename" + e.items.length },
[e._v(e._s(t.processName))]
),
],
2
);
}),
1
)
: e._e(),
e._v(" "),
0 != e.items.length
? o("div", { staticClass: "content" }, [
o("h2", { staticClass: "contentTitle" }, [
e._v(e._s(e.localeResource.interviewResults_title_0)),
]),
e._v(" "),
o(
"ul",
{ staticClass: "resultBox" },
e._l(e.items, function (t, i) {
return o("li", { key: t.order }, [
o("h5", { staticClass: "tinyTitle" }, [
o("span", [e._v(e._s(t.processName))]),
]),
e._v(" "),
t.info
? o("div", { staticClass: "noinfo" }, [
e._v(e._s(t.info)),
])
: o(
"div",
{ staticClass: "detailbox" },
e._l(t.interviewerResult, function (t, i) {
return o("div", { staticClass: "detail" }, [
o("span", { staticClass: "interviewer" }, [
e._v(e._s(t.interviewerName) + ":"),
]),
e._v(" "),
"通过" === t.result
? o(
"span",
{ staticClass: "result result-pass" },
[e._v(e._s(t.result))]
)
: "不通过" === t.result
? o(
"span",
{
staticClass: "result result-nopass",
},
[e._v(e._s(t.result))]
)
: o(
"span",
{
staticClass: "result result-other",
},
[e._v(e._s(t.result))]
),
e._v(" "),
t.remark
? o("span", { staticClass: "remark" }, [
e._v("(" + e._s(t.remark) + ")"),
])
: e._e(),
]);
}),
0
),
]);
}),
0
),
])
: e._e(),
e._v(" "),
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.showBackTop,
expression: "showBackTop",
},
],
staticClass: "backTop",
},
[
o("span", { staticClass: "arrowPic" }, [
e._v(e._s(e.localeResource.common_backTop)),
]),
]
),
e._v(" "),
0 == e.items.length
? o("div", { staticClass: "noCurData" }, [
o("p", { staticClass: "noDataPic" }),
e._v(" "),
o("p", [e._v(e._s(e.localeResource.common_noData))]),
])
: e._e(),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"h7y/": function (e, t) {},
hMCl: function (e, t, o) {
"use strict";
var i = o("GRuq");
t.a = {
name: "timeline-item",
data: function () {
return {
isLast: !0,
isFirst: !0,
headStyle: { backgroundColor: this.$parent.color },
};
},
mounted: function () {
this.$parent.setChildProps();
},
beforeDestroy: function () {
var e = this.$parent;
this.$nextTick(function () {
e.setChildProps();
});
},
components: { Icon: i.a },
computed: {
tailStyle: function () {
return this.isLast
? { display: "none", backgroundColor: this.$parent.color }
: { display: "block", backgroundColor: this.$parent.color };
},
},
};
},
hO2J: function (e, t, o) {
"use strict";
function i(e) {
var t = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"),
o = window.location.search.substr(1).match(t);
return null != o ? o[2] : null;
}
var s = o("3cXf"),
n = o.n(s),
a = o("SXXC"),
r = o.n(a),
c = o("EFzr"),
l = o("d2IS"),
u = o("VawC"),
d = o("6ONn"),
p = o("bT6r"),
_ = o("KO53"),
m = i("arrangerOpenId"),
f = i("originViewerOpenId"),
h = i("originViewerName"),
v = i("redirect");
v &&
(m && (v = v + "&arrangerOpenId=" + m),
f && (v = v + "&originViewerOpenId=" + f + "&originViewerName=" + h),
(location.hash = "#/" + v)),
(t.a = {
name: "Home",
components: {
Swiper: c.a,
SwiperItem: l.a,
Tab: u.a,
TabItem: d.a,
Toast: p.a,
videomsgDialog: _.a,
},
data: function () {
return {
showBackTop: !1,
interStatistics: { totalInterCount: "", beyondPercent: "" },
interCount: "",
judgeCount: "",
hasData: !0,
todayNum: "",
tomorrowNum: "",
curIndex: 0,
taskList: [],
curList: { taskItemList: [] },
bannerImgBg: [],
currYear: "" + new Date().getFullYear() + "",
AppName: "",
titleName: "",
version: 0,
};
},
created: function () {
navigator.userAgent.match(/Qing\/.*;(iOS|iPhone|Android).*/) &&
(this.isYZJapp = !0),
this.isYZJapp && XuntongJSBridge.call("closePop");
var e = this;
try {
void 0 != mbos.http
? e.loadData()
: (window.onload = function () {
e.loadData();
});
} catch (t) {
e.loadData();
}
},
mounted: function () {
var e = this;
this.$nextTick(function () {
e.initEvent();
});
},
beforeRouteLeave: function (e, t, o) {
r()(window).unbind("scroll"), r()(".backTop").unbind("click"), o();
},
methods: {
loadData: function () {
var e = this,
t = this;
this.getBannerImage();
try {
console.log(mbos),
mbos.eas.invokeScript({
name: "InterGo_GetCurrUserInfoService",
param: [],
success: function (e) {
if (
(console.log("调用接口成功"),
console.log(e),
"0" == e.code)
)
(t.$store.state.userInfo = e.data),
console.log("openId:" + e.data.openId),
e.data.version &&
(t.version = Number(e.data.version)),
(localStorage.InterGo_Version = t.version),
(t.AppName =
localStorage.InterGo_Version > 2
? t.localeResource.AppNameNew
: t.localeResource.AppName),
(t.titleName = t.AppName),
(sessionStorage.isRecruitGo =
localStorage.InterGo_Version > 2 ? "1" : "");
else {
var o = n()(e);
if (o.indexOf("请求云之家openauth2服务失败") >= 0)
alert(t.localeResource.common_loginTimeout);
else if (o.indexOf("无法连接EAS服务器") >= 0)
alert(t.localeResource.common_EAS500);
else {
var i = t.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
t.$vux.toast.show({
position: "default",
text: i,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
}),
t.$router.push("/common404");
}
}
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
alert(e.msg),
t.$router.push("/common404");
},
}),
mbos.eas.invokeScript({
name: "InterGo_GetInterStatisticsService",
param: [],
success: function (e) {
if (
(console.log("调用接口成功"),
console.log(e),
"0" == e.code)
)
t.interStatistics = e.data;
else {
t.interStatistics = {
totalInterCount: 0,
beyondPercent: "0%",
};
var o = n()(e);
if (o.indexOf("请求云之家openauth2服务失败") >= 0)
alert(t.localeResource.common_loginTimeout);
else if (o.indexOf("无法连接EAS服务器") >= 0)
alert(t.localeResource.common_EAS500);
else {
var i = t.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
t.$vux.toast.show({
position: "default",
text: i,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
}),
t.$router.push("/common404");
}
}
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
(t.interStatistics = {
totalInterCount: 0,
beyondPercent: "0%",
});
},
}),
mbos.eas.invokeScript({
name: "InterGo_GetRecentTaskListService",
param: [2],
success: function (e) {
if (
(console.log("调用接口成功"),
console.log(e),
"0" == e.code)
)
(t.taskList = e.data.taskList),
(t.hasData =
0 != t.taskList[0].countNum ||
0 != t.taskList[1].countNum),
(t.curIndex =
0 == t.taskList[0].countNum &&
0 != t.taskList[1].countNum
? 1
: 0),
(t.curList = t.taskList[t.curIndex]),
(t.todayNum = t.taskList[0].countNum),
(t.tomorrowNum = t.taskList[1].countNum);
else {
var o = n()(e);
if (o.indexOf("请求云之家openauth2服务失败") >= 0)
alert(t.localeResource.common_loginTimeout);
else if (o.indexOf("无法连接EAS服务器") >= 0)
alert(t.localeResource.common_EAS500);
else {
var i = t.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
t.$vux.toast.show({
position: "default",
text: i,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
(t.taskList = [
{ countNum: 0, items: [] },
{ countNum: 0, items: [] },
]),
(t.hasData =
0 != t.taskList[0].countNum ||
0 != t.taskList[1].countNum),
(t.curIndex =
0 == t.taskList[0].countNum &&
0 != t.taskList[1].countNum
? 1
: 0),
(t.curList = t.taskList[t.curIndex]),
(t.todayNum = t.taskList[0].countNum),
(t.tomorrowNum = t.taskList[1].countNum);
}
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
(t.taskList = [
{ countNum: 0, items: [] },
{ countNum: 0, items: [] },
]),
(t.hasData =
0 != t.taskList[0].countNum ||
0 != t.taskList[1].countNum),
(t.curIndex =
0 == t.taskList[0].countNum &&
0 != t.taskList[1].countNum
? 1
: 0),
(t.curList = t.taskList[t.curIndex]),
(t.todayNum = t.taskList[0].countNum),
(t.tomorrowNum = t.taskList[1].countNum);
},
}),
mbos.eas.invokeScript({
name: "InterGo_GetAllTaskCount",
param: [],
success: function (e) {
if (
(console.log("调用接口成功"),
console.log(e),
"0" == e.code)
)
(t.interCount = e.data.totalInterCount),
(t.judgeCount = e.data.totalJudgeCount);
else {
var o = n()(e);
if (o.indexOf("请求云之家openauth2服务失败") >= 0)
alert(t.localeResource.common_loginTimeout);
else if (o.indexOf("无法连接EAS服务器") >= 0)
alert(t.localeResource.common_EAS500);
else {
var i = t.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
t.$vux.toast.show({
position: "default",
text: i,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
(t.interCount = 0), (t.judgeCount = 0);
}
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
(t.interCount = 0),
(t.judgeCount = 0);
},
});
} catch (i) {
var o;
this.$http
.get("/user/info")
.then(function (i) {
var s = i.data;
"0" == s.code &&
((o = s.data.openId),
(e.$store.state.userInfo = s.data),
s.data.version && (t.version = Number(s.data.version)),
(localStorage.InterGo_Version = t.version),
(t.AppName =
localStorage.InterGo_Version > 2
? t.localeResource.AppNameNew
: t.localeResource.AppName),
(t.titleName = t.AppName),
console.log(t.AppName));
})
.catch(function (e) {
console.log(e);
}),
this.$http
.post("/user/interStatistics", { userOpenId: "openId" })
.then(function (t) {
var o = t.data;
"0" == o.code && (e.interStatistics = o.data);
})
.catch(function (e) {
console.log(e);
}),
this.$http
.post("/task/latestdays", {
userOpenId: "openId",
daysCount: 2,
})
.then(function (t) {
var o = t.data;
"0" == o.code &&
((e.taskList = o.data.taskList),
(e.hasData =
0 != e.taskList[0].countNum ||
0 != e.taskList[1].countNum),
(e.curIndex =
0 == e.taskList[0].countNum &&
0 != e.taskList[1].countNum
? 1
: 0),
(e.curList = e.taskList[e.curIndex]),
(e.todayNum = e.taskList[0].countNum),
(e.tomorrowNum = e.taskList[1].countNum));
})
.catch(function (e) {
console.log(e);
}),
this.$http
.post("/task/allTaskCount", { userOpenId: "openId" })
.then(function (t) {
var o = t.data;
"0" == o.code &&
((e.interCount = o.data.totalInterCount),
(e.judgeCount = o.data.totalJudgeCount));
})
.catch(function (e) {
console.log(e);
});
}
},
getBannerImage: function () {
var e = this;
try {
mbos.eas.invokeScript({
name: "getLightAppBannerService",
param: ["002"],
success: function (t) {
if ((console.log("调用接口成功"), 0 == t.code)) {
if (t.data.imageSrc.length > 0) {
for (
var o = t.data.imageSrc,
i = easContext.easUrl + "/shr",
s = 0;
s < o.length;
s++
)
e.bannerImgBg.push(
location.protocol +
"//wscloud.kingdee.com/recRegister/recDemand/getSHRImageByURL?serviceURL=" +
encodeURIComponent(i) +
"&imageURL=" +
o[s]
);
console.log(e.bannerImgBg);
}
} else {
var n = e.localeResource.home_info_3;
t.msg && (n = t.msg), Object(p.a)(n);
}
},
error: function (e) {
console.log("调用接口失败"), console.log(e);
},
});
} catch (e) {
console.log(e);
}
},
initEvent: function () {
r()(".backTop").click(function () {
r()("html,body").animate({ scrollTop: 0 }, 300);
});
var e = this;
r()(window).scroll(function () {
var t = r()(".fixedBox").offset().top,
o =
document.body.scrollTop +
document.documentElement.scrollTop;
e.showBackTop = o > 100;
var i = o - t,
s = r()(".tasks").outerWidth();
i >= 0
? r()(".planeHeader").css({
position: "fixed",
top: 0,
width: s,
})
: r()(".planeHeader").css({
position: "relative",
width: "auto",
});
});
},
linkPage: function (e) {
"待面试" == e.state
? this.$router.push(
"/resume_detail?recordId=" + encodeURIComponent(e.recordId)
)
: "待评价" === e.state
? this.$router.push(
"/judge_page?recordId=" + encodeURIComponent(e.recordId)
)
: this.$router.push(
"/judge_detail?recordId=" + encodeURIComponent(e.recordId)
);
},
showList: function (e) {
(this.curIndex = e), (this.curList = this.taskList[e]);
},
openVideoInterviewBox: function (e) {
this.$refs.videobox.getVideoInterviewMsg(e.recordId);
},
sendVerifyCode: function () {
var e = this,
t = this,
o = this.seconds,
i = null;
i = setInterval(function () {
o <= 0
? (clearInterval(i),
(e.btnDes = t.localeResource.getCode),
(e.btnDisabled = !1))
: ((e.btnDes = Vue.tmpReplaceFormat(
t.localeResource.msg2,
o
)),
o--,
(e.btnDisabled = !0));
}, 1e3);
},
},
watch: {
titleName: {
handler: function (e, t) {
this.titleName = e;
},
deep: !0,
},
},
});
},
iSeI: function (e, t, o) {
"use strict";
var i = ["-moz-box-", "-webkit-box-", ""];
Number, String, Number, String;
},
ivbu: function (e, t, o) {
"use strict";
t.a = {
name: "view-box",
props: ["bodyPaddingTop", "bodyPaddingBottom"],
methods: {
scrollTo: function (e) {
this.$refs.viewBoxBody.scrollTop = e;
},
getScrollTop: function () {
return this.$refs.viewBoxBody.scrollTop;
},
getScrollBody: function () {
return this.$refs.viewBoxBody;
},
},
};
},
j1VY: function (e, t) {},
jI0N: function (e, t) {},
jaeW: function (e, t) {},
k2yx: function (e, t, o) {
"use strict";
var i = o("p7Ev"),
s = o("4a+h"),
n = o("K2BN"),
a = o.n(n);
t.a = {
name: "x-textarea",
minxins: [i.a],
mounted: function () {
var e = this;
this.$slots &&
this.$slots["restricted-label"] &&
(this.hasRestrictedLabel = !0),
this.$nextTick(function () {
e.autosize && e.bindAutosize();
});
},
components: { InlineDesc: s.a },
props: {
title: String,
inlineDesc: String,
showCounter: { type: Boolean, default: !0 },
max: Number,
value: String,
name: String,
placeholder: String,
readonly: Boolean,
disabled: Boolean,
rows: { type: Number, default: 3 },
cols: { type: Number, default: 30 },
height: Number,
autocomplete: { type: String, default: "off" },
autocapitalize: { type: String, default: "off" },
autocorrect: { type: String, default: "off" },
spellcheck: { type: String, default: "false" },
autosize: Boolean,
},
created: function () {
this.currentValue = this.value;
},
watch: {
autosize: function (e) {
this.unbindAutosize(), e && this.bindAutosize();
},
value: function (e) {
this.currentValue = e;
},
currentValue: function (e) {
var t = this;
if (this.max && e) {
if (e.replace(/\n/g, "aa").length > this.max) {
var o = e.match(/\n/g).length;
(this.currentValue = e.slice(0, this.max - o)),
this.$nextTick(function () {
t.autosize && t.updateAutosize();
});
}
}
this.$emit("input", this.currentValue),
this.$emit("on-change", this.currentValue);
},
},
data: function () {
return { hasRestrictedLabel: !1, currentValue: "" };
},
computed: {
count: function () {
var e = 0;
return (
this.currentValue &&
(e = this.currentValue.replace(/\n/g, "aa").length),
e > this.max ? this.max : e
);
},
textareaStyle: function () {
if (this.height) return { height: this.height + "px" };
},
labelStyles: function () {
var e = this.$parent,
t = void 0 === e ? {} : e;
return {
width: t.labelWidth || this.labelWidth + "em",
textAlign: t.labelAlign,
marginRight: t.labelMarginRight,
};
},
labelWidth: function () {
return this.title.replace(/[^x00-xff]/g, "00").length / 2 + 1;
},
labelClass: function () {
return this.$parent
? {
"vux-cell-justify":
"justify" === this.$parent.labelAlign ||
"justify" === this.$parent.$parent.labelAlign,
}
: {};
},
},
methods: {
updateAutosize: function () {
a.a.update(this.$refs.textarea);
},
bindAutosize: function () {
a()(this.$refs.textarea);
},
unbindAutosize: function () {
a.a.destroy(this.$refs.textarea);
},
focus: function () {
this.$refs.textarea.focus();
},
},
beforeDestroy: function () {
this.unbindAutosize();
},
};
},
kfDC: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
directives: [
{
name: "wechat-title",
rawName: "v-wechat-title",
value: (e.$route.meta.title = e.titleName),
expression: "$route.meta.title=titleName",
},
],
staticClass: "judge_detail",
},
[
o("h2", { staticClass: "pageTitle" }, [
e._v(e._s(e.localeResource.judgeDetail_title_0)),
]),
e._v(" "),
"" != e.judgeResultDetail.judgeInfo.state
? o(
"div",
{ staticClass: "judgeDetailWrap" },
[
o(
"flexbox",
{
staticClass: "judgeDetail",
attrs: { orient: "vertical" },
},
[
"待评价" != e.judgeResultDetail.judgeInfo.state &&
e.version < 1
? o("span", {
staticClass: "resultIcon",
class: [
"通过" == e.judgeResultDetail.judgeInfo.state
? "pass"
: "deny",
],
})
: e._e(),
e._v(" "),
o("div", { staticClass: "resumeInfo" }, [
o("span", { staticClass: "photo" }, [
o("img", {
directives: [
{
name: "show",
rawName: "v-show",
value: e.judgeResultDetail.resumeInfo.photo,
expression:
"judgeResultDetail.resumeInfo.photo",
},
],
attrs: {
src: [
"data:image/png;base64," +
e.judgeResultDetail.resumeInfo.photo,
],
},
}),
]),
e._v(" "),
o("div", { staticClass: "basicInfo" }, [
o(
"p",
{ staticClass: "basicInfo_hd" },
[
o(
"router-link",
{
staticClass: "name ellipsis",
attrs: {
to:
"resume_detail?recordId=" +
encodeURIComponent(
e.judgeResultDetail.recordId
),
},
},
[
e._v(
e._s(
e.judgeResultDetail.resumeInfo.name
)
),
]
),
e._v(" "),
0 != e.judgeResultDetail.resumeInfo.sex
? [
o("span", {
staticClass: "sexIcon",
class: [
"2" ==
e.judgeResultDetail.resumeInfo.sex
? "female"
: "male",
],
}),
]
: e._e(),
e._v(" "),
o(
"span",
{ staticClass: "position ellipsis" },
[
e._v(
e._s(
e.judgeResultDetail.resumeInfo
.position
)
),
]
),
],
2
),
e._v(" "),
o("p", { staticClass: "basicInfo_bd" }, [
o("span", { staticClass: "comIcon" }),
e._v(" "),
o("span", { staticClass: "company" }, [
e._v(
e._s(e.judgeResultDetail.resumeInfo.company)
),
]),
e._v(" "),
o("span", { staticClass: "seperator" }, [
e._v("|"),
]),
e._v(" "),
o(
"span",
{ staticClass: "department ellipsis" },
[
e._v(
e._s(
e.judgeResultDetail.resumeInfo
.department
)
),
]
),
]),
]),
]),
e._v(" "),
o(
"flexbox-item",
{ staticClass: "judgeInfo" },
[
e.version < 1
? [
o("div", { staticClass: "evaluationBox" }, [
o("span", { staticClass: "leftRec" }),
e._v(" "),
o("div", { staticClass: "evaluation" }, [
o("span", { staticClass: "caption" }, [
e._v(
e._s(
e.localeResource
.common_interEvaluation
)
),
]),
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(
e.judgeResultDetail.judgeInfo
.interEvaluation
) +
"\n\t\t\t\t\t\t"
),
]),
]),
e._v(" "),
o("div", { staticClass: "evaluationBox" }, [
o("span", { staticClass: "leftRec" }),
e._v(" "),
o("div", { staticClass: "evaluation" }, [
o("span", { staticClass: "caption" }, [
e._v(
e._s(
e.localeResource.common_interScore
)
),
]),
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(
e.judgeResultDetail.judgeInfo
.interScore
) +
"\n\t\t\t\t\t\t"
),
]),
]),
e._v(" "),
e.judgeResultDetail.judgeInfo.jobGrade
? o(
"div",
{ staticClass: "evaluationBox" },
[
o("span", {
staticClass: "leftRec",
}),
e._v(" "),
o(
"div",
{ staticClass: "evaluation" },
[
o(
"span",
{ staticClass: "caption" },
[
e._v(
e._s(
e.localeResource
.common_jobGrade
)
),
]
),
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(
e.judgeResultDetail
.judgeInfo.jobGrade.name
) +
"\n\t\t\t\t\t\t"
),
]
),
]
)
: e._e(),
e._v(" "),
e.judgeResultDetail.judgeInfo.interForm
? o(
"div",
{ staticClass: "interJudgeFormBox" },
[
o("span", {
staticClass: "leftRec",
}),
e._v(" "),
o(
"div",
{ staticClass: "interJudgeForm" },
[
o(
"span",
{ staticClass: "caption" },
[
e._v(
e._s(
e.localeResource
.common_interForm
)
),
]
),
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(
e.judgeResultDetail
.judgeInfo.interForm
) +
"\n\t\t\t\t\t\t"
),
]
),
]
)
: e._e(),
e._v(" "),
e.judgeResultDetail.judgeInfo
.qualityEvaluation
? o(
"div",
{ staticClass: "qualityJudgeBox" },
[
o("span", {
staticClass: "leftRec",
}),
e._v(" "),
o(
"div",
{ staticClass: "qualityJudge" },
[
o(
"span",
{ staticClass: "caption" },
[
e._v(
e._s(
e.localeResource
.common_qualityEvaluation
)
),
]
),
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(
e.judgeResultDetail
.judgeInfo
.qualityEvaluation
) +
"\n\t\t\t\t\t\t"
),
]
),
]
)
: e._e(),
e._v(" "),
e.judgeResultDetail.judgeInfo.writeExam
? o(
"div",
{ staticClass: "writeExamBox" },
[
o("span", {
staticClass: "leftRec",
}),
e._v(" "),
o(
"div",
{ staticClass: "writeExam" },
[
o(
"span",
{ staticClass: "caption" },
[
e._v(
e._s(
e.localeResource
.common_writeExam
)
),
]
),
e._v(
"\n\t\t\t\t\t\t\t" +
e._s(
e.judgeResultDetail
.judgeInfo.writeExam
) +
"\n\t\t\t\t\t\t"
),
]
),
]
)
: e._e(),
]
: e._l(
e.judgeResultDetail.judgeInfo
.InterviewStructureData,
function (t, i) {
return o(
"div",
{
key: t.struClass + i,
staticClass: "model-box",
},
[
o(
"van-collapse",
{
attrs: { border: !1 },
model: {
value: e.activeNames,
callback: function (t) {
e.activeNames = t;
},
expression: "activeNames",
},
},
[
o(
"van-collapse-item",
{
attrs: {
title: t.struName,
name: t.struClass,
"title-class": "box-title",
},
},
[
o(
"div",
{
staticClass: "field-box",
},
[
e._l(
t.data,
function (e, t) {
return o(
"div",
{
key:
i +
t +
e.colName,
},
[
o("van-cell", {
attrs: {
title:
e.showName,
value:
e.value,
},
}),
],
1
);
}
),
e._v(" "),
e._l(
t.groupData,
function (t, s) {
return o(
"div",
{ key: i + s },
[
t.groupName
? o(
"div",
{
staticClass:
"group-title",
class:
t.hideGroupData
? "group-title-hide"
: "",
on: {
click:
function (
o
) {
return e.showGroupData(
t
);
},
},
},
[
e._v(
e._s(
t.groupName
)
),
]
)
: e._e(),
e._v(" "),
o(
"div",
{
directives: [
{
name: "show",
rawName:
"v-show",
value:
!t.hideGroupData,
expression:
"!list.hideGroupData",
},
],
},
e._l(
t.data,
function (
t,
n
) {
return o(
"div",
{
key:
i +
s +
n +
t.colName,
},
[
"LongText" ==
t.fieldType
? o(
"div",
{
attrs:
{
title:
t.showName,
},
},
[
o(
"div",
{
staticClass:
"van-cell",
},
[
o(
"div",
{
staticClass:
"van-cell__title",
},
[
o(
"span",
[
e._v(
e._s(
t.showName
)
),
]
),
]
),
e._v(
" "
),
o(
"div",
{
staticClass:
"van-cell__value",
},
[
o(
"pre",
{
staticClass:
"longtext-pre",
},
[
e._v(
e._s(
t.value
)
),
]
),
]
),
]
),
]
)
: "Boolean" ==
t.fieldType
? o(
"van-cell",
{
attrs:
{
title:
t.showName,
value:
t.value
? "是"
: "否",
},
}
)
: o(
"van-cell",
{
attrs:
{
title:
t.showName,
value:
t.value,
},
}
),
],
1
);
}
),
0
),
]
);
}
),
],
2
),
e._v(" "),
t.hasAttach &&
t.attachs.length > 0
? o(
"div",
{
staticClass:
"itemAttachsBox",
},
[
o(
"div",
{
staticClass:
"contentTitle",
},
[
o("span", [
e._v(
e._s(
e
.localeResource
.common_attachs
)
),
]),
]
),
e._v(" "),
o(
"ul",
{
staticClass:
"attach-box clearfix",
},
e._l(
t.attachs,
function (t, i) {
return o(
"li",
{
key: i,
ref: "menuItem",
refInFor:
!0,
on: {
click:
function (
o
) {
return (
o.stopPropagation(),
e.showFile(
t
)
);
},
},
},
[
o("span", {
staticClass:
"pic",
class:
e.judgePic(
"." +
(t.attachType ||
t.fsimplename)
),
}),
e._v(" "),
o(
"div",
{
staticClass:
"file-name",
},
[
e._v(
e._s(
t.attachName ||
t.fname_l2
)
),
]
),
]
);
}
),
0
),
]
)
: e._e(),
]
),
],
1
),
],
1
);
}
),
e._v(" "),
e.judgeResultDetail.judgeInfo.attachs &&
e.judgeResultDetail.judgeInfo.attachs.length > 0
? o("div", { staticClass: "attachsBox" }, [
o("span", { staticClass: "leftRec" }),
e._v(" "),
o("div", { staticClass: "attachsBox" }, [
o("span", { staticClass: "caption" }, [
e._v(
e._s(e.localeResource.common_attachs)
),
]),
e._v(" "),
o(
"div",
{ staticClass: "attachments clearfix" },
[
e._l(
e.judgeResultDetail.judgeInfo
.attachs,
function (t, i) {
return [
o(
"li",
{
key: i,
staticClass: "attachItem",
},
[
"pic" === e.judgePic(t.name)
? o(
"span",
{
staticClass: "pic",
style: t
? {
backgroundImage:
"url(" +
t.fileLink +
")",
}
: "",
on: {
click: function (
t
) {
return e.showPic(
i
);
},
},
},
[
o("img", {
directives: [
{
name: "show",
rawName:
"v-show",
value:
t.fileLink,
expression:
"item.fileLink",
},
],
attrs: {
id: "img" + i,
src: [
"data:image/png;base64," +
t.fileLink,
],
},
}),
]
)
: o("span", {
staticClass: "pic",
class: e.judgePic(
t.name
),
on: {
click: function (
o
) {
return e.showFile(
t
);
},
},
}),
e._v(" "),
o(
"div",
{
key: i + "_name",
staticClass: "filename",
},
[e._v(e._s(t.name))]
),
]
),
];
}
),
],
2
),
]),
])
: e._e(),
],
2
),
],
1
),
],
1
)
: e._e(),
e._v(" "),
o("div", { staticClass: "backBtnBox" }, [
o("span", [e._v(e._s(e.localeResource.judgeDetail_backTo))]),
e._v(" "),
o("ul", { staticClass: "backBtns" }, [
o("li", { staticClass: "btnItem" }, [
o(
"a",
{
staticClass: "itemLink router-link-active",
attrs: { href: "javascript:;" },
on: { click: e.goHome },
},
[
o("span", { staticClass: "icon" }),
e._v(" "),
o("p", { staticClass: "linkName" }, [
e._v(e._s(e.localeResource.judgeDetail_home)),
]),
]
),
]),
e._v(" "),
o("li", { staticClass: "btnItem" }, [
o(
"a",
{
staticClass: "itemLink",
attrs: { href: "javascript:;" },
on: { click: e.openTointerview },
},
[
o("span", { staticClass: "icon" }),
e._v(" "),
o("p", { staticClass: "linkName" }, [
e._v(e._s(e.localeResource.home_toInterview)),
]),
]
),
]),
e._v(" "),
o("li", { staticClass: "btnItem" }, [
o(
"a",
{
staticClass: "itemLink",
attrs: { href: "javascript:;" },
on: { click: e.openTojudge },
},
[
o("span", { staticClass: "icon" }),
e._v(" "),
o("p", { staticClass: "linkName" }, [
e._v(e._s(e.localeResource.home_toJudge)),
]),
]
),
]),
]),
]),
e._v(" "),
o(
"div",
{
directives: [
{ name: "transfer-dom", rawName: "v-transfer-dom" },
],
},
[
o(
"x-dialog",
{
attrs: { "hide-on-blur": !0 },
model: {
value: e.showPreviewBox,
callback: function (t) {
e.showPreviewBox = t;
},
expression: "showPreviewBox",
},
},
[o("img", { staticClass: "imgbox", attrs: { src: "" } })]
),
],
1
),
e._v(" "),
o(
"div",
{
directives: [
{ name: "transfer-dom", rawName: "v-transfer-dom" },
],
},
[
o("previewer", {
ref: "previewer",
attrs: { list: e.imgList },
}),
],
1
),
]
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
kx6v: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
staticClass: "weui-cell",
class: {
"vux-tap-active": e.isLink || !!e.link,
"weui-cell_access": e.isLink || !!e.link,
"vux-cell-no-border-intent": !e.borderIntent,
"vux-cell-disabled": e.disabled,
},
style: e.style,
on: { click: e.onClick },
},
[
o("div", { staticClass: "weui-cell__hd" }, [e._t("icon")], 2),
e._v(" "),
o(
"div",
{
staticClass: "vux-cell-bd",
class: {
"vux-cell-primary":
"title" === e.primary && "left" !== e.valueAlign,
},
},
[
o(
"p",
[
e.title || e.hasTitleSlot
? o(
"label",
{
staticClass: "vux-label",
class: e.labelClass,
style: e.labelStyles,
},
[
e._t("title", function () {
return [e._v(e._s(e.title))];
}),
],
2
)
: e._e(),
e._v(" "),
e._t("after-title"),
],
2
),
e._v(" "),
o(
"inline-desc",
[
e._t("inline-desc", function () {
return [e._v(e._s(e.inlineDesc))];
}),
],
2
),
],
1
),
e._v(" "),
o(
"div",
{ staticClass: "weui-cell__ft", class: e.valueClass },
[
e._t("value"),
e._v(" "),
e._t("default", function () {
return [e._v(e._s(e.value))];
}),
e._v(" "),
e.isLoading
? o("i", { staticClass: "weui-loading" })
: e._e(),
],
2
),
e._v(" "),
e._t("child"),
],
2
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
l5jK: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{ staticClass: "dialogwrap" },
[
o(
"div",
{
directives: [
{ name: "transfer-dom", rawName: "v-transfer-dom" },
],
attrs: { type: "videobox" },
},
[
o(
"x-dialog",
{
attrs: { "hide-on-blur": !0 },
model: {
value: e.showVideoMsgBox,
callback: function (t) {
e.showVideoMsgBox = t;
},
expression: "showVideoMsgBox",
},
},
[
o("div", { staticClass: "videoMsgBox" }, [
o("h5", [
o("i", {
staticClass: "v-logo",
class:
"zoom" == e.videoInterMsg.videoType
? "logo-zoom"
: "logo-tencentV",
}),
e._v(
"\n\t\t\t\t" +
e._s(
"zoom" == e.videoInterMsg.videoType
? e.localeResource.common_videoType_Zoom
: e.localeResource.common_videoType_Tencent
) +
"\n\t\t\t"
),
]),
e._v(" "),
o(
"div",
{ staticClass: "content" },
[
o("div", { staticClass: "bg" }),
e._v(" "),
e.videoInterMsg.interviewAddress
? [
e.videoInterMsg.interviewAddress
? o("p", { staticClass: "address" }, [
e._v(
e._s(
e.localeResource
.videomsgDialog_interviewAddress
) +
e._s(
e.videoInterMsg.interviewAddress
)
),
])
: e._e(),
e._v(" "),
o(
"p",
{ staticClass: "note" },
[
e._v(
"\n\t\t\t\t\t\t(" +
e._s(
e.localeResource
.videomsgDialog_info_0
) +
"\n\t\t\t\t\t\t"
),
"zoom" == e.videoInterMsg.videoType
? [
o("br"),
e._v(
e._s(
e.localeResource
.videomsgDialog_info_1
) + ")\n\t\t\t\t\t\t"
),
]
: [e._v(")")],
],
2
),
]
: e._e(),
],
2
),
e._v(" "),
o("div", { staticClass: "btnwrap" }, [
"zoom" == e.videoInterMsg.videoType
? o(
"button",
{
staticClass: "hostlinkbtn",
on: { click: e.openZoomLink },
},
[
e._v(
e._s(
e.localeResource.videomsgDialog_hostLink
)
),
]
)
: e._e(),
e._v(" "),
o(
"button",
{
directives: [
{
name: "clipboard",
rawName: "v-clipboard:copy",
value: e.videoInterMsg.meetingId,
expression: "videoInterMsg.meetingId",
arg: "copy",
},
{
name: "clipboard",
rawName: "v-clipboard:success",
value: e.copyMsg,
expression: "copyMsg",
arg: "success",
},
],
staticClass: "idbtn",
},
[
e._v(
e._s(
e.localeResource.videomsgDialog_copyMeetingId
)
),
]
),
e._v(" "),
o(
"a",
{
staticClass: "videolinkbtn",
class: {
shortbtn: "zoom" == e.videoInterMsg.videoType,
},
attrs: { href: e.videoInterMsg.joinUrl },
},
[
e._v(
e._s(
e.localeResource
.videomsgDialog_instantVideoInterview
)
),
]
),
]),
]),
]
),
],
1
),
e._v(" "),
o("loading", { attrs: { show: e.showLoading } }),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
lMy9: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement;
return (e._self._c || t)(
"div",
{ staticClass: "vux-flexbox-item", style: e.style },
[e._t("default")],
2
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
lU2W: function (e, t, o) {
"use strict";
var i = o("ZLEe"),
s = o.n(i),
n = o("yODz"),
a = o("Xspv");
t.a = {
name: "popup",
props: {
value: Boolean,
height: { type: String, default: "auto" },
width: { type: String, default: "auto" },
showMask: { type: Boolean, default: !0 },
isTransparent: Boolean,
hideOnBlur: { type: Boolean, default: !0 },
position: { type: String, default: "bottom" },
maxHeight: String,
popupStyle: Object,
hideOnDeactivated: { type: Boolean, default: !0 },
shouldRerenderOnShow: { type: Boolean, default: !1 },
shouldScrollTopOnShow: { type: Boolean, default: !1 },
},
created: function () {
this.$vux &&
this.$vux.config &&
"VIEW_BOX" === this.$vux.config.$layout &&
(this.layout = "VIEW_BOX");
},
mounted: function () {
var e = this;
(this.$overflowScrollingList = document.querySelectorAll(
".vux-fix-safari-overflow-scrolling"
)),
this.$nextTick(function () {
var t = e;
(e.popup = new n.a({
showMask: t.showMask,
container: t.$el,
hideOnBlur: t.hideOnBlur,
onOpen: function () {
t.fixSafariOverflowScrolling("auto"), (t.show = !0);
},
onClose: function () {
(t.show = !1),
(window.__$vuxPopups &&
s()(window.__$vuxPopups).length > 1) ||
document.querySelector(
".vux-popup-dialog.vux-popup-mask-disabled"
) ||
setTimeout(function () {
t.fixSafariOverflowScrolling("touch");
}, 300);
},
})),
e.value && e.popup.show(),
(e.initialShow = !1);
});
},
deactivated: function () {
this.hideOnDeactivated && (this.show = !1),
this.removeModalClassName();
},
methods: {
fixSafariOverflowScrolling: function (e) {
if (this.$overflowScrollingList.length)
for (var t = 0; t < this.$overflowScrollingList.length; t++)
this.$overflowScrollingList[t].style.webkitOverflowScrolling =
e;
},
removeModalClassName: function () {
"VIEW_BOX" === this.layout &&
a.a.removeClass(document.body, "vux-modal-open");
},
doShow: function () {
this.popup && this.popup.show(),
this.$emit("on-show"),
this.fixSafariOverflowScrolling("auto"),
"VIEW_BOX" === this.layout &&
a.a.addClass(document.body, "vux-modal-open"),
this.hasFirstShow ||
(this.$emit("on-first-show"), (this.hasFirstShow = !0));
},
scrollTop: function () {
var e = this;
this.$nextTick(function () {
e.$el.scrollTop = 0;
var t = e.$el.querySelectorAll(".vux-scrollable");
if (t.length)
for (var o = 0; o < t.length; o++) t[o].scrollTop = 0;
});
},
},
data: function () {
return {
layout: "",
initialShow: !0,
hasFirstShow: !1,
shouldRenderBody: !0,
show: this.value,
};
},
computed: {
styles: function () {
var e = {};
if (
(this.position &&
"bottom" !== this.position &&
"top" !== this.position
? (e.width = this.width)
: (e.height = this.height),
this.maxHeight && (e["max-height"] = this.maxHeight),
this.isTransparent && (e.background = "transparent"),
this.popupStyle)
)
for (var t in this.popupStyle) e[t] = this.popupStyle[t];
return e;
},
},
watch: {
value: function (e) {
this.show = e;
},
show: function (e) {
var t = this;
this.$emit("input", e),
e
? this.shouldRerenderOnShow
? ((this.shouldRenderBody = !1),
this.$nextTick(function () {
t.scrollTop(), (t.shouldRenderBody = !0), t.doShow();
}))
: (this.shouldScrollTopOnShow && this.scrollTop(),
this.doShow())
: (this.$emit("on-hide"),
(this.show = !1),
this.popup.hide(!1),
setTimeout(function () {
document.querySelector(
".vux-popup-dialog.vux-popup-show"
) || t.fixSafariOverflowScrolling("touch"),
t.removeModalClassName();
}, 200));
},
},
beforeDestroy: function () {
this.popup && this.popup.destroy(),
this.fixSafariOverflowScrolling("touch"),
this.removeModalClassName();
},
};
},
lhWu: function (e, t, o) {
"use strict";
},
m9vo: function (e, t, o) {
"use strict";
var i = o("GRuq");
i.a;
},
mAB2: function (e, t, o) {
"use strict";
var i = o("bYuJ"),
s = o.n(i),
n = o("bQ3Q"),
a = o.n(n),
r = o("+Up5"),
c = o.n(r);
t.a = {
name: "previewer",
computed: {
imgs: function () {
return this.list.map(function (e) {
return (
e.msrc || (e.msrc = e.src),
void 0 === e.w && ((e.w = 0), (e.h = 0)),
e
);
});
},
},
watch: {
imgs: function (e, t) {
if (this.photoswipe)
if (e.length && e.length - t.length == -1) {
var o = this.photoswipe.getCurrentIndex();
this.photoswipe.invalidateCurrItems(),
this.photoswipe.items.splice(o, 1);
var i = o;
i > this.photoswipe.items.length - 1 && (i = 0),
this.photoswipe.goTo(i),
this.photoswipe.updateSize(!0),
this.photoswipe.ui.update();
} else e.length || this.close();
},
},
methods: {
init: function (e) {
var t = this,
o = this.imgs[e];
if (!o.w || !o.h || o.w < 5 || o.h < 5) {
var i = new Image();
(i.onload = function () {
(o.w = this.width), (o.h = this.height), t.doInit(e);
}),
(i.src = o.src);
} else this.doInit(e);
},
doInit: function (e) {
var t = this,
o = this,
i = c()(
{ history: !1, shareEl: !1, tapToClose: !0, index: e },
this.options
);
(this.photoswipe = new s.a(this.$el, a.a, this.imgs, i)),
this.photoswipe.listen("gettingData", function (e, t) {
if (!t.w || !t.h || t.w < 1 || t.h < 1) {
var i = new Image();
(i.onload = function () {
(t.w = this.width),
(t.h = this.height),
o.photoswipe.updateSize(!0);
}),
(i.src = t.src);
}
}),
this.photoswipe.init(),
this.photoswipe.listen("close", function () {
t.$emit("on-close");
}),
this.photoswipe.listen("afterChange", function (e, o) {
t.$emit("on-index-change", {
currentIndex: t.photoswipe.getCurrentIndex(),
});
});
},
show: function (e) {
this.init(e);
},
getCurrentIndex: function () {
if (this.photoswipe) return this.photoswipe.getCurrentIndex();
},
close: function () {
this.photoswipe && this.photoswipe.close();
},
goTo: function (e) {
this.photoswipe && this.photoswipe.goTo(e);
},
prev: function () {
this.photoswipe && this.photoswipe.prev();
},
next: function () {
this.photoswipe && this.photoswipe.next();
},
},
props: {
list: { type: Array, required: !0 },
index: { type: Number, default: 0 },
options: {
type: Object,
default: function () {
return {};
},
},
},
};
},
mR2Y: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{ staticClass: "vux-confirm" },
[
o(
"x-dialog",
{
attrs: {
"dialog-class":
"android" === e.theme
? "weui-dialog weui-skin_android"
: "weui-dialog",
"mask-transition": e.maskTransition,
"dialog-transition":
"android" === e.theme ? "vux-fade" : e.dialogTransition,
"hide-on-blur": e.hideOnBlur,
"mask-z-index": e.maskZIndex,
},
on: {
"on-hide": function (t) {
return e.$emit("on-hide");
},
},
model: {
value: e.showValue,
callback: function (t) {
e.showValue = t;
},
expression: "showValue",
},
},
[
e.title
? o(
"div",
{
staticClass: "weui-dialog__hd",
class: { "with-no-content": !e.showContent },
},
[
o("strong", { staticClass: "weui-dialog__title" }, [
e._v(e._s(e.title)),
]),
]
)
: e._e(),
e._v(" "),
e.showContent
? [
e.showInput
? o("div", { staticClass: "vux-prompt" }, [
"checkbox" === e.getInputAttrs().type
? o(
"input",
e._b(
{
directives: [
{
name: "model",
rawName: "v-model",
value: e.msg,
expression: "msg",
},
],
ref: "input",
staticClass: "vux-prompt-msgbox",
attrs: {
placeholder: e.placeholder,
type: "checkbox",
},
domProps: {
checked: Array.isArray(e.msg)
? e._i(e.msg, null) > -1
: e.msg,
},
on: {
touchend: e.setInputFocus,
change: function (t) {
var o = e.msg,
i = t.target,
s = !!i.checked;
if (Array.isArray(o)) {
var n = e._i(o, null);
i.checked
? n < 0 &&
(e.msg = o.concat([null]))
: n > -1 &&
(e.msg = o
.slice(0, n)
.concat(o.slice(n + 1)));
} else e.msg = s;
},
},
},
"input",
e.getInputAttrs(),
!1
)
)
: "radio" === e.getInputAttrs().type
? o(
"input",
e._b(
{
directives: [
{
name: "model",
rawName: "v-model",
value: e.msg,
expression: "msg",
},
],
ref: "input",
staticClass: "vux-prompt-msgbox",
attrs: {
placeholder: e.placeholder,
type: "radio",
},
domProps: {
checked: e._q(e.msg, null),
},
on: {
touchend: e.setInputFocus,
change: function (t) {
e.msg = null;
},
},
},
"input",
e.getInputAttrs(),
!1
)
)
: o(
"input",
e._b(
{
directives: [
{
name: "model",
rawName: "v-model",
value: e.msg,
expression: "msg",
},
],
ref: "input",
staticClass: "vux-prompt-msgbox",
attrs: {
placeholder: e.placeholder,
type: e.getInputAttrs().type,
},
domProps: { value: e.msg },
on: {
touchend: e.setInputFocus,
input: function (t) {
t.target.composing ||
(e.msg = t.target.value);
},
},
},
"input",
e.getInputAttrs(),
!1
)
),
])
: o(
"div",
{ staticClass: "weui-dialog__bd" },
[
e._t("default", function () {
return [
o("div", {
domProps: { innerHTML: e._s(e.content) },
}),
];
}),
],
2
),
]
: e._e(),
e._v(" "),
o("div", { staticClass: "weui-dialog__ft" }, [
e.showCancelButton
? o(
"a",
{
staticClass:
"weui-dialog__btn weui-dialog__btn_default",
attrs: { href: "javascript:;" },
on: { click: e._onCancel },
},
[e._v(e._s(e.cancelText || "取消"))]
)
: e._e(),
e._v(" "),
e.showConfirmButton
? o(
"a",
{
staticClass: "weui-dialog__btn",
class: "weui-dialog__btn_" + e.confirmType,
attrs: { href: "javascript:;" },
on: { click: e._onConfirm },
},
[e._v(e._s(e.confirmText || "确定"))]
)
: e._e(),
]),
],
2
),
],
1
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
"n+ay": function (e, t, o) {
"use strict";
var i = o("/Bf6");
t.a = {
name: "tab",
mixins: [i.b],
mounted: function () {
var e = this;
this.$nextTick(function () {
setTimeout(function () {
e.hasReady = !0;
}, 0);
});
},
props: {
lineWidth: { type: Number, default: 3 },
activeColor: String,
barActiveColor: String,
defaultColor: String,
disabledColor: String,
animate: { type: Boolean, default: !0 },
customBarWidth: [Function, String],
preventDefault: Boolean,
scrollThreshold: { type: Number, default: 4 },
barPosition: {
type: String,
default: "bottom",
validator: function (e) {
return -1 !== ["bottom", "top"].indexOf(e);
},
},
},
computed: {
barLeft: function () {
if (this.hasReady) {
var e = this.$refs.nav,
t = this.scrollable
? e.offsetWidth /
this.$children[
this.currentIndex || 0
].$el.getBoundingClientRect().width
: this.number;
return this.currentIndex * (100 / t) + "%";
}
},
barRight: function () {
if (this.hasReady) {
var e = this.$refs.nav,
t = this.scrollable
? e.offsetWidth /
this.$children[
this.currentIndex || 0
].$el.getBoundingClientRect().width
: this.number;
return (t - this.currentIndex - 1) * (100 / t) + "%";
}
},
innerBarStyle: function () {
return {
width:
"function" == typeof this.customBarWidth
? this.customBarWidth(this.currentIndex)
: this.customBarWidth,
background: this.barActiveColor || this.activeColor,
};
},
barStyle: function () {
var e = {
left: this.barLeft,
right: this.barRight,
display: "block",
height: this.lineWidth + "px",
transition: this.hasReady ? null : "none",
};
return (
this.customBarWidth
? (e.background = "transparent")
: (e.background = this.barActiveColor || this.activeColor),
e
);
},
barClass: function () {
return {
"vux-tab-ink-bar-transition-forward":
"forward" === this.direction,
"vux-tab-ink-bar-transition-backward":
"backward" === this.direction,
};
},
scrollable: function () {
return this.number > this.scrollThreshold;
},
},
watch: {
currentIndex: function (e, t) {
(this.direction = e > t ? "forward" : "backward"),
this.$emit("on-index-change", e, t),
this.hasReady && this.scrollToActiveTab();
},
},
data: function () {
return { direction: "forward", right: "100%", hasReady: !1 };
},
methods: {
scrollToActiveTab: function () {
var e = this;
if (this.scrollable && this.$children && this.$children.length) {
var t = this.$children[this.currentIndex].$el,
o = 0,
i = function i() {
var s = e.$refs.nav;
(s.scrollLeft +=
(t.offsetLeft -
(s.offsetWidth - t.offsetWidth) / 2 -
s.scrollLeft) /
15),
++o < 15 && window.requestAnimationFrame(i);
};
window.requestAnimationFrame(i);
}
},
},
};
},
nJLF: function (e, t, o) {
"use strict";
function i() {
n()(".common404").css("height", window.innerHeight + "px");
}
var s = o("SXXC"),
n = o.n(s);
t.a = {
name: "Common404",
data: function () {
return {};
},
created: function () {},
mounted: function () {
i();
},
methods: {
goback: function () {
this.$router.go(-2);
},
},
};
},
nMOr: function (e, t, o) {
"use strict";
var i,
s = o("a3Yh"),
n = o.n(s),
a = o("BdEu");
t.a = {
name: "advancedfilterDialog",
props: [],
data: function () {
return {
showFilterBox: !1,
columns: [
{ key: "0", value: "" },
{
key: "1",
value: this.localeResource.advancedfilterDialog_male,
},
{
key: "2",
value: this.localeResource.advancedfilterDialog_female,
},
],
showPicker0: !1,
showPicker1: !1,
currDate: new Date(),
personName: "",
gender: "",
genderText: "",
age: "",
phoneNumber: "",
interviewTime: "",
interviewPosition: "",
interviewLink: "",
};
},
components:
((i = {}),
n()(i, a.f.name, a.f),
n()(i, a.b.name, a.b),
n()(i, a.g.name, a.g),
n()(i, a.h.name, a.h),
n()(i, a.j.name, a.j),
n()(i, a.e.name, a.e),
i),
mounted: function () {},
methods: {
formatter: function (e, t) {
return "year" === e
? this.tmpReplaceFormat(
this.localeResource.advancedfilterDialog_year,
t
)
: "month" === e
? this.tmpReplaceFormat(
this.localeResource.advancedfilterDialog_month,
t
)
: "day" === e
? this.tmpReplaceFormat(
this.localeResource.advancedfilterDialog_day,
t
)
: "hour" === e
? this.tmpReplaceFormat(
this.localeResource.advancedfilterDialog_hour,
t
)
: "minute" === e
? this.tmpReplaceFormat(
this.localeResource.advancedfilterDialog_minute,
t
)
: t;
},
onConfirm1: function (e) {
var t = e.getFullYear(),
o = e.getMonth() + 1,
i = e.getDate(),
s = e.getHours(),
n = e.getMinutes();
o < 10 && (o = "0" + o),
i < 10 && (i = "0" + i),
s < 10 && (s = "0" + s),
n < 10 && (n = "0" + n),
(this.interviewTime = t + "-" + o + "-" + i + " " + s + ":" + n),
(this.showPicker1 = !1);
},
onConfirm0: function (e) {
(this.gender = e.key),
(this.genderText = e.value),
(this.showPicker0 = !1);
},
sure: function () {
this.showFilterBox = !1;
var e = {
type: "advanced",
name: this.personName,
position: this.interviewPosition,
interviewLink: this.interviewLink,
interviewTime: this.interviewTime,
phone: this.phoneNumber,
age: this.age,
gender: this.gender,
};
this.$emit("filterConditions", e);
},
reset: function () {
(this.currDate = new Date()),
(this.personName = ""),
(this.gender = ""),
(this.genderText = ""),
(this.age = ""),
(this.phoneNumber = ""),
(this.interviewTime = ""),
(this.interviewPosition = ""),
(this.interviewLink = "");
},
},
destroyed: function () {},
};
},
o4uE: function (e, t) {},
oYCr: function (e, t) {},
oast: function (e, t, o) {
"use strict";
function i(e) {
o("s5C+");
}
var s = (o("yZDl"), o("WEPx")),
n = o("9iSu"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
p3RX: function (e, t, o) {
"use strict";
function i(e) {
o("jI0N");
}
var s = (o("umVq"), o("nJLF")),
n = o("R6N/"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-c9716a1e", null);
t.a = c.exports;
},
p6Gr: function (e, t) {},
q5ly: function (e, t, o) {
"use strict";
function i(e) {
var t = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"),
o = window.location.search.substr(1).match(t);
return null != o ? o[2] : null;
}
var s = o("3cXf"),
n = o.n(s),
a = o("SXXC"),
r = o.n(a),
c = o("VawC"),
l = o("6ONn"),
u = o("EFzr"),
d = o("d2IS"),
p = o("MGI2"),
_ = o("cEzA"),
m = o("zM9A"),
f = o("bT6r"),
h = o("KO53"),
v = i("eid"),
g = i("storeEid"),
w = i("path"),
x = i("appid");
(g = g ? "&storeEid=" + g : ""),
(t.a = {
name: "resume_detail",
components: {
Tab: c.a,
TabItem: l.a,
Swiper: u.a,
SwiperItem: d.a,
Timeline: p.a,
TimelineItem: _.a,
Confirm: m.a,
Toast: f.a,
videomsgDialog: h.a,
},
data: function () {
return {
foldInterinfo: !0,
curUserOpenId: "",
canAccept: "",
canCancel: "",
isUsersInter: "",
showWholePage: !1,
showConfirm: !1,
userInfo: {},
interInfos: {
recordId: "",
state: this.localeResource.resumeDetail_interInfosState,
interviewInfo: {
arranger: { openId: "", name: "" },
interviewer: [{ openId: "", name: "" }],
departHead: [{ openId: "", name: "" }],
time: "",
address: "",
position: {
id: "",
name: "",
company: "",
organ: "",
department: "",
},
},
resumeInfo: {},
targetPosition: { degreeOk: !1 },
},
interfiles: "1",
index: 0,
list: [],
curContent: "",
fromJudgePage: "",
isYZJapp: !1,
userId: "",
titleName: "",
recRegisterLongUrl: "",
AppName: "",
};
},
beforeCreate: function () {},
created: function () {
navigator.userAgent.match(/Qing\/.*;(iOS|iPhone|Android).*/) &&
(this.isYZJapp = !0);
},
mounted: function () {
var e = this;
try {
void 0 != mbos.http
? (e.initUserData(), e.loadData())
: (window.onload = function () {
e.initUserData(), e.loadData();
});
} catch (t) {
e.initUserData(), e.loadData();
}
(this.fromJudgePage = encodeURIComponent(
this.$route.query.fromJudgePage
)),
console.log("fromJudgePage:" + this.fromJudgePage);
},
updated: function () {
this.$nextTick(function () {
var e =
r()(
".resumeContent .vux-slider > .vux-swiper> .vux-swiper-item"
)
.eq(0)
.height() || 0,
t =
r()(
".resumeContent .vux-slider > .vux-swiper> .vux-swiper-item"
)
.eq(1)
.height() || 0,
o =
r()(
".resumeContent .vux-slider > .vux-swiper> .vux-swiper-item"
)
.eq(2)
.height() || 0,
i =
r()(
".resumeContent .vux-slider > .vux-swiper> .vux-swiper-item"
)
.eq(3)
.height() || 0,
s =
r()(
".resumeContent .vux-slider > .vux-swiper> .vux-swiper-item"
)
.eq(4)
.height() || 0,
n = Math.max(e, t, o, i, s),
a =
n ||
window.innerHeight -
r()(".contentTitle").outerHeight(!0) -
r()(".resumeBasic").outerHeight(!0) -
107;
this.$refs.swiper && (this.$refs.swiper.xheight = a + "px");
});
},
methods: {
initUserData: function () {
var e = this,
t = this;
try {
console.log(mbos);
var o;
console.log("0:" + t.userId),
mbos.eas.invokeScript({
name: "InterGo_GetCurrUserInfoService",
param: [],
success: function (e) {
if (
(console.log("调用接口成功"),
console.log(e),
"0" == e.code)
)
(o = e.data.openId),
(t.userId = e.data.id),
console.log("1:" + t.userId),
(t.$store.state.userInfo = e.data),
(t.AppName =
localStorage.InterGo_Version > 2
? t.localeResource.AppNameNew
: t.localeResource.AppName),
(sessionStorage.isRecruitGo =
localStorage.InterGo_Version > 2 ? "1" : "");
else {
var i = n()(e);
if (i.indexOf("请求云之家openauth2服务失败") >= 0)
alert(t.localeResource.common_loginTimeout);
else if (i.indexOf("无法连接EAS服务器") >= 0)
alert(t.localeResource.common_EAS500);
else {
var s = t.localeResource.common_errorMsg;
e.mesg && (s = e.mesg),
t.$vux.toast.show({
position: "default",
text: s,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
}),
t.$router.push("/common404");
}
}
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
alert(e.msg),
t.$router.push("/common404");
},
});
} catch (t) {
var o;
this.$http
.get("/user/info")
.then(function (t) {
var i = t.data;
"0" == i.code &&
((o = i.data.openId), (e.$store.state.userInfo = i.data));
})
.catch(function (e) {
console.log(e);
});
}
},
initEvent: function () {},
beforeExecute: function (e, t) {
var o = decodeURIComponent(this.$route.query.recordId);
try {
console.log(mbos);
var i = this;
mbos.eas.invokeScript({
name: "InterGo_JudgeToBeInterviewedRecordStatus",
param: [o],
success: function (o) {
if (
(console.log("调用接口成功"),
console.log(o),
"0" != o.code)
) {
console.log("beforeExecute1")
var s = n()(o);
if (s.indexOf("请求云之家openauth2服务失败") >= 0)
alert(i.localeResource.common_loginTimeout);
else if (s.indexOf("无法连接EAS服务器") >= 0)
alert(i.localeResource.common_EAS500);
else {
var a = i.localeResource.common_errorMsg;
o.mesg && (a = o.mesg),
i.$vux.toast.show({
position: "default",
text: a,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
}
return !1;
}
console.log("beforeExecutetype" + o.data.type)
if ("gojudge" == t) {
console.log("beforeExecute2")
if (0 == o.data.type || 1 == o.data.type)
console.log("beforeExecute4")
return e(o.data.type), !0;
if (2 == o.data.type)
return (
i.$vux.toast.show({
position: "default",
text: o.data.tipInfo,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
}),
!1
);
} else {
console.log("beforeExecute3")
if (0 == o.data.type) return e(o.data.type), !0;
if (1 == o.data.type || 2 == o.data.type)
return (
i.$vux.toast.show({
position: "default",
text: o.data.tipInfo,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
}),
!1
);
}
},
error: function (e) {
return console.log("调用接口失败"), console.log(e), !1;
},
});
} catch (e) {
this.$http
.post("/interviews/judgeRecordStatus", { recordId: o })
.then(function (e) {
var t = e.data;
if ("0" == t.code) {
if (0 == t.type) return !0;
if (1 == t.type || 2 == t.type)
return (
i.$vux.toast.show({
position: "default",
text: t.tipInfo,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
}),
!1
);
}
})
.catch(function (e) {
console.log(e);
});
}
},
receptInter: function () {
var e = decodeURIComponent(this.$route.query.recordId),
t = decodeURIComponent(this.$route.query.originViewerOpenId),
o = this.userInfo.openId,
i = {
recordId: e,
originInterViewerOpenId: t,
accepterOpenId: o,
};
try {
console.log(mbos);
var s = this;
mbos.eas.invokeScript({
name: "InterGo_AddInterviewerService",
param: [o, e],
success: function (e) {
if (
(console.log("调用接口成功"),
console.log(e),
"0" == e.code)
)
(s.showWholePage = !0),
s.$vux.toast.show({
position: "default",
text: s.tmpReplaceFormat(
s.localeResource.resumeDetail_info_3,
s.AppName
),
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
else if ("100" == e.code) {
var t = s.tmpReplaceFormat(
s.localeResource.resumeDetail_info_4,
s.AppName
);
e.mesg && (t = e.mesg),
s.$vux.toast.show({
position: "default",
text: t,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
} else {
var o = n()(e);
if (o.indexOf("请求云之家openauth2服务失败") >= 0)
alert(s.localeResource.common_loginTimeout);
else if (o.indexOf("无法连接EAS服务器") >= 0)
alert(s.localeResource.common_EAS500);
else {
var i = s.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
s.$vux.toast.show({
position: "default",
text: i,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
}
}
},
error: function (e) {
console.log("调用接口失败"), console.log(e);
},
});
} catch (e) {
this.$http
.post("/interviews/comfirmAccept", i)
.then(function (e) {
"0" == e.data.code && console.log("已成功接收面试任务");
})
.catch(function (e) {
console.log(e);
});
}
},
quiteArrange: function (e) {
var t = this,
o = function (o) {
if ("0" == o) {
var s = decodeURIComponent(t.$route.query.recordId),
a = "";
a =
"noNotice" == e
? t.userInfo.openId
: decodeURIComponent(i("cancelPersonOpenId"));
try {
console.log(mbos),
mbos.eas.invokeScript({
name: "InterGo_DeleteInterviewerService",
param: [s, a],
success: function (o) {
if (
(console.log("调用接口成功"),
console.log(o),
"0" == o.code)
) {
var i = t.localeResource.resumeDetail_info_5;
if ("noNotice" == e)
var i = t.tmpReplaceFormat(
t.localeResource.resumeDetail_info_6,
t.AppName
);
t.$vux.toast.show({
position: "default",
text: i,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
} else {
var s = n()(o);
if (s.indexOf("请求云之家openauth2服务失败") >= 0)
alert(t.localeResource.common_loginTimeout);
else if (s.indexOf("无法连接EAS服务器") >= 0)
alert(t.localeResource.common_EAS500);
else {
var i = t.localeResource.common_errorMsg;
o.mesg && (i = o.mesg),
t.$vux.toast.show({
position: "default",
text: i,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
});
}
}
},
error: function (e) {
console.log("调用接口失败"), console.log(e);
},
});
} catch (e) {
t.$http
.post("/interviews/cancleArrangement", param)
.then(function (e) {
"0" == e.data.code && console.log("面试已取消");
})
.catch(function (e) {
console.log(e);
});
}
}
};
this.beforeExecute(o);
},
changeHeight: function (e) {},
isEmptyObject: function (e) {
var t;
for (t in e) return !1;
return !0;
},
loadData: function () {
var e = this,
t = decodeURIComponent(this.$route.query.recordId),
o = this;
try {
console.log(mbos),
mbos.eas.invokeScript({
name: "InterGo_GetToBeInterviewedRecordDetailService",
param: [t],
success: function (e) {
if (
(console.log("调用接口成功"),
console.log(e),
"0" == e.code)
) {
(o.interInfos = e.data),
(o.titleName = o.tmpReplaceFormat(
o.localeResource.resumeDetail_pageName,
o.interInfos.resumeInfo.name
));
var t = e.data.resumeInfo;
(o.list = []),
null != t.workExp &&
t.workExp.length > 0 &&
(o.list[o.list.length] =
o.localeResource.resumeDetail_workExp_0),
null != t.proExp &&
t.proExp.length > 0 &&
(o.list[o.list.length] =
o.localeResource.resumeDetail_workExp_1),
null != t.eduExp &&
t.eduExp.length > 0 &&
(o.list[o.list.length] =
o.localeResource.resumeDetail_workExp_2),
null != t.selfDescribe &&
t.selfDescribe &&
(o.list[o.list.length] =
o.localeResource.resumeDetail_workExp_3),
null != t.targetJob &&
t.targetJob &&
!o.isEmptyObject(t.targetJob) &&
(o.list[o.list.length] =
o.localeResource.resumeDetail_workExp_4),
o.list.length > 0 && (o.curContent = o.list[0]),
o.initBottomBtns(),
e.data.recRegisterLongUrl &&
(o.recRegisterLongUrl = e.data.recRegisterLongUrl),
o.$forceUpdate();
} else {
var i = n()(e);
if (i.indexOf("请求云之家openauth2服务失败") >= 0)
alert(o.localeResource.common_loginTimeout);
else if (i.indexOf("无法连接EAS服务器") >= 0)
alert(o.localeResource.common_EAS500);
else {
var s = o.localeResource.common_errorMsg;
e.mesg && (s = e.mesg),
o.$vux.toast.show({
position: "default",
text: s,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(
".weui-toast_text .weui-toast__content"
).css("font-size", "0.373rem");
},
}),
o.$router.push("/common404");
}
}
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
alert(e.msg),
o.$router.push("/common404");
},
});
} catch (i) {
this.$http
.post("/user/interviews/details", { recordId: t })
.then(function (t) {
var i = t.data;
if ("0" == i.code) {
(e.interInfos = i.data),
(o.titleName = o.tmpReplaceFormat(
o.localeResource.resumeDetail_pageName,
e.interInfos.resumeInfo.name
));
var s = i.data.resumeInfo;
(e.list = []),
s.workExp.length > 0 &&
(e.list[e.list.length] =
e.localeResource.resumeDetail_workExp_0),
s.proExp.length > 0 &&
(e.list[e.list.length] =
e.localeResource.resumeDetail_workExp_1),
s.eduExp.length > 0 &&
(e.list[e.list.length] =
e.localeResource.resumeDetail_workExp_2),
s.selfDescribe &&
(e.list[e.list.length] =
e.localeResource.resumeDetail_workExp_3),
s.targetJob &&
!e.isEmptyObject(s.targetJob) &&
(e.list[e.list.length] =
e.localeResource.resumeDetail_workExp_4),
e.list.length > 0 && (e.curContent = e.list[0]),
e.initBottomBtns();
}
})
.catch(function (e) {
console.log(e);
});
}
},
initBottomBtns: function () {
var e = this,
t =
"resume_detail?recordId=" +
encodeURIComponent(this.$route.query.recordId),
o =
"https://mbos.kdeascloud.com/mbos/page/loadPage?eid=" +
v +
g +
"&path=" +
w +
"&name=00.custom&appid=" +
x +
"&redirect=" +
t,
i = decodeURIComponent(e.$route.query.arrangerOpenId),
s = !1;
console.log("2:" + e.userId);
for (
var n = 0;
n < e.interInfos.interviewInfo.interviewer.length;
n++
)
if (e.interInfos.interviewInfo.interviewer[n].id == e.userId) {
s = !0;
break;
}
(e.showWholePage = !!s),
e.isYZJapp
? XuntongJSBridge.call("getPersonInfo", {}, function (t) {
"true" == t.success
? ((e.curUserOpenId = t.data.openId),
(e.userInfo = t.data),
e.$route.query.arrangerOpenId
? (XuntongJSBridge.call("closePop"),
(e.isUsersInter = !1),
(e.canAccept = !1),
-1 != i.indexOf(t.data.openId)
? (e.canCancel = !0)
: (e.canCancel = !1))
: e.$route.query.originViewerOpenId
? (e.initForword(),
(e.isUsersInter = !1),
(e.canCancel = !1),
e.$route.query.originViewerOpenId == t.data.openId
? (e.canAccept = !1)
: (e.canAccept = !0))
: ((e.canAccept = !1),
(e.canCancel = !1),
!s ||
("待面试" != e.interInfos.state &&
"待评价" != e.interInfos.state)
? ((e.isUsersInter = !1), e.initForword())
: (XuntongJSBridge.call(
"createPop",
{
popTitle: "……",
popTitleCallBackId: "",
menuList: ["forward"],
items: [
{
text: e.localeResource
.resumeDetail_pop_items_text,
callBackId: "callback1",
},
],
shareData: {
isShowExt: !0,
title: e.tmpReplaceFormat(
e.localeResource
.resumeDetail_pop_shareData_title,
e.interInfos.resumeInfo.name
),
url: o,
description: e.tmpReplaceFormat(
e.localeResource
.resumeDetail_pop_shareData_title,
decodeURIComponent(
decodeURIComponent(
e.interInfos.resumeInfo.name
)
)
),
appLogo:
"iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAApVBMVEUAAABVjMRVjMRbkcdlmMp1otFwn85OiMNSicJrmstRiMGErdWGrdZ4pNFHg8Bklchdksh3pNFeksdsm8x4pNFNgbZVjMT///9PicNHhMA7erw0drlBgL6Vt9tdkshyn89nl8r0+Pwtcbfb5vPo7/fU4vDB1Or6+/260OetxuLJ2e3t8vm0zOWfvd6lwuB7pdHh6vSPstjP3u6JrtYjarOEq9QobrVcjeWvAAAAFnRSTlMA8t+DkVpm+u3anCMZEfe7pU3yw3HoUp1jLwAAA8NJREFUWMOll4ly2jAQhtNScrZNT2kPWRY2xpj7fv9H68oHFJCZAP9MZmyF/8tqDyI97PWz8+I+fUju5Uv34UTfOs8AiOpDQgR4+vLtf38XANR1Ang8+Dul/WrCj8b/BUHdInit/I+obhT+8f6v3+FWAOCb34BRNwt/SABP6g7Bm1TwLsCjlOAeAP5+eL8vgl8Pz+eL1yA/PXw6cRMTMaNE5wXXAtjMZ4PRJFKM1kvBASwivAwAnvd1pQhT3evpiKpfCHhaTIq1ZboAAJ7pvbISFbESEUUNeGAZWgE81UdqAKQW8pino6xXLkELgOLa1c/G/wPIii9dW0MES3mcMQQBQKPSk8ZoYDveAxAl/CkzggJMMNN6zUGAcdXeiQEwMaMGwIXWyw00YXKme9aEAByVFlvhyfQqgOcOkkPQBLkuOASgiXeMqGnHugo+szGBEOqfZKr7AOcAMCsx7OFomwhGeoGEBsAgKmMMOU8MADArHXQMSCSS4WaerwBWvTnP5AOyEl0BUGMBDLR2UuSJ7H+sOJNKXthCKIJIj0H19JJXekA4lqqGkjiskgjHSTSZzoyxAKgcAsTAc63n1F7GOKnesE4iz3zO0M+3ES4BD6URsL2R+rAzSIlK60ai+LgPjH+n8CwMSs94aZWb5U0rl8vLHexTlUlELQCna3n3HmBszyeTwNspSQY6JWgZ53VwnDn2yXWGmHA9sSglNWGA4u3BWiwagBB8SIthMfCVGaZ6TS0AxWqY1zOdlIAtlcswbLhpyWgBAOBmo+bRdOloZ6uiVsEi22iQZqNiThhP0yi8BSBwS8dETAY2UVkR1RQcZdFnAYCYMfyFEi/GWnokITS884mrC34IEOoH1QLQpSaxddt6z1sKHQoQoa2RTjQgCBzRrHUOLn4rN0rRnPkNpNJnEQWTeBLChM79wP4zfYXBMpKtxinXeT+bWcZz/26qRXMO5qCZ6BFYB8RGnQmT0j9haAH4WRcNExm+gIiLMjUGW/+9I63KTbjEBP68ysrmArpwPjCUVQlUfFxCk+A0r5qTLp5QTF2KfBgbZoNevoXdrFeXltRFgEJe5rrUoljH1sttZ1kz5NR+wGgEiVrpRnlPpEXNkKMKAE5lOBbEmdI1UeiQBcGCuWJx5O5PYmJQAcBfq0IybNyyGGWLNE3l1BYjE4QPmq+qRWCYyQAiEou79ajbRdUuqKRahY/3Hffh6e3eC8edV57vb/dfukS33jkAXu+8eIq/UVder7VD967L93Nnf/k+XP/fXz5/SC/vnZ972z8iimbeUpPTjwAAAABJRU5ErkJggg==",
appName: e.AppName,
},
},
function (t) {
if (
1 == t.success ||
"true" == t.success
) {
if (
"callback1" ==
(t.data ? t.data.callBackId : "")
) {
var o = function (t) {
"0" == t && (e.showConfirm = !0);
};
e.beforeExecute(o);
}
}
}
),
(e.isUsersInter = !0))))
: console.log("获取用户信息失败");
})
: e.$route.query.arrangerOpenId
? ((e.isUsersInter = !1),
(e.canAccept = !1),
-1 != i.indexOf(result.data.openId)
? (e.canCancel = !0)
: (e.canCancel = !1))
: e.$route.query.originViewerOpenId
? (e.initForword(),
(e.isUsersInter = !1),
(e.canCancel = !1),
e.$route.query.originViewerOpenId == result.data.openId
? (e.canAccept = !1)
: (e.canAccept = !0))
: ((e.canAccept = !1),
(e.canCancel = !1),
!s ||
("待面试" != e.interInfos.state &&
"待评价" != e.interInfos.state)
? ((e.isUsersInter = !1), e.initForword())
: (e.isUsersInter = !0));
},
initForword: function () {
function e() {
var e =
"resume_detail?recordId=" +
encodeURIComponent(t.$route.query.recordId),
o = {};
(o.selected = []),
(o.title = t.tmpReplaceFormat(
t.localeResource.resumeDetail_pop_shareData_title,
t.interInfos.resumeInfo.name
)),
(o.cellContent = o.content =
t.tmpReplaceFormat(
t.localeResource.resumeDetail_pop_shareData_title,
t.interInfos.resumeInfo.name
)),
(o.url =
"https://mbos.kdeascloud.com/mbos/page/loadPage?eid=" +
v +
g +
"&path=" +
w +
"&name=00.custom&appid=" +
x +
"&redirect=" +
e),
t.share(o);
}
var t = this;
XuntongJSBridge.call(
"createPop",
{ popTitle: "转发", popTitleCallBackId: "_share" },
function (t) {
(1 != t.success && "true" != t.success) || e();
}
);
},
openCard: function (e) {
XuntongJSBridge.call("personInfo", { openId: e }, function (e) {
console.log("结果:" + n()(e));
});
},
absentConfirm: function () {
var e = this,
t = function (t) {
"0" == t && (e.showConfirm = !0);
};
this.beforeExecute(t);
},
quiteInter: function () {
var e = this.$store.state.userInfo.openId;
try {
console.log(mbos);
var t = this;
mbos.eas.invokeScript({
name: "QuiteInterviewService",
param: [recordId, e],
success: function (e) {
if (
(console.log("调用接口成功"),
console.log(e),
"0" == e.code)
)
t.$vux.toast.show({
position: "default",
text: t.localeResource.resumeDetail_info_7,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
else {
var o = n()(e);
if (o.indexOf("请求云之家openauth2服务失败") >= 0)
alert(t.localeResource.common_loginTimeout);
else if (o.indexOf("无法连接EAS服务器") >= 0)
alert(t.localeResource.common_EAS500);
else {
var i = t.localeResource.common_errorMsg;
e.mesg && (i = e.mesg),
t.$vux.toast.show({
position: "default",
text: i,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
r()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
}
}
},
error: function (e) {
console.log("调用接口失败"), console.log(e);
},
});
} catch (e) {
this.$http
.post("/interJob/quiteInter", {
recordId: decodeURIComponent(this.$route.query.recordId),
openId: this.$store.state.userInfo.openId,
})
.then(function (e) {
"0" == e.data.code && console.log("面试已放弃");
})
.catch(function (e) {
console.log(e);
});
}
},
onConfirm: function () {
var e =
"resume_detail?recordId=" +
encodeURIComponent(this.$route.query.recordId),
t = {};
t.title = that.tmpReplaceFormat(
that.localeResource.resumeDetail_confirm_title_0,
this.interInfos.resumeInfo.name
);
var o = [];
for (var i in this.interInfos.interviewInfo.arranger)
o[o.length] = this.interInfos.interviewInfo.arranger[i].openId;
(t.selected = o),
(t.title = that.tmpReplaceFormat(
that.localeResource.resumeDetail_confirm_title_1,
this.userInfo.name,
decodeURIComponent(
decodeURIComponent(this.interInfos.resumeInfo.name)
)
)),
(t.cellContent = t.content =
that.tmpReplaceFormat(
that.localeResource.resumeDetail_confirm_cellContent,
decodeURIComponent(
decodeURIComponent(this.interInfos.resumeInfo.name)
)
)),
(t.url =
"https://mbos.kdeascloud.com/mbos/page/loadPage?eid=" +
v +
g +
"&path=" +
w +
"&name=00.custom&appid=" +
x +
"&redirect=" +
e +
"&cancelPersonOpenId=" +
encodeURIComponent(this.userInfo.openId) +
"&arrangerOpenId=" +
encodeURIComponent(n()(o))),
this.share(t);
},
onCancel: function () {
this.quiteArrange("noNotice"), (this.isUsersInter = !1);
},
goJudge: function () {
console.log("goJudge1")
var e = this,
t = function (t) {
console.log("goJudge2")
"3" != t &&
e.$router.push(
"/judge_page?recordId=" +
encodeURIComponent(e.$route.query.recordId)
);
};
this.beforeExecute(t, "gojudge");
},
transportToOther: function () {
var e = this,
t = function (t) {
if ("0" === t) {
var o =
"resume_detail?recordId=" +
encodeURIComponent(e.$route.query.recordId),
i = {};
(i.selected = []),
(i.title = e.tmpReplaceFormat(
e.localeResource.resumeDetail_transportToOther_title_0,
e.interInfos.resumeInfo.name
)),
(i.cellContent = i.content =
e.tmpReplaceFormat(
e.localeResource
.resumeDetail_transportToOther_cellContent_0,
e.interInfos.resumeInfo.name,
e.AppName
)),
e.isYZJapp
? (i.url =
"https://mbos.kdeascloud.com/mbos/page/loadPage?eid=" +
v +
g +
"&path=" +
w +
"&name=00.custom&appid=" +
x +
"&redirect=" +
o +
"&originViewerOpenId=" +
encodeURIComponent(e.curUserOpenId) +
"&originViewerName=" +
e.userInfo.name)
: (i.url =
"http://mbos.kdeascloud.com/mbos/page/loadPage?eid=" +
v +
g +
"&path=" +
w +
"&name=00.custom&appid=" +
x +
"&redirect=" +
o +
"&originViewerOpenId=" +
encodeURIComponent(e.curUserOpenId) +
"&originViewerName=" +
e.userInfo.name),
"true" == e.fromJudgePage &&
((i.title = e.tmpReplaceFormat(
e.localeResource
.resumeDetail_transportToOther_title_1,
e.interInfos.resumeInfo.name
)),
(i.cellContent = i.content =
e.tmpReplaceFormat(
e.localeResource
.resumeDetail_transportToOther_cellContent_1,
e.interInfos.resumeInfo.name
))),
e.share(i);
}
};
e.beforeExecute(t);
},
share: function (e) {
var t = this;
if (this.isYZJapp)
XuntongJSBridge.call(
"share",
{
shareType: "4",
appId: x,
appName: t.AppName,
lightAppId: x,
selected: e.selected,
title: e.title,
content: e.content,
thumbData:
"iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAApVBMVEUAAABVjMRVjMRbkcdlmMp1otFwn85OiMNSicJrmstRiMGErdWGrdZ4pNFHg8Bklchdksh3pNFeksdsm8x4pNFNgbZVjMT///9PicNHhMA7erw0drlBgL6Vt9tdkshyn89nl8r0+Pwtcbfb5vPo7/fU4vDB1Or6+/260OetxuLJ2e3t8vm0zOWfvd6lwuB7pdHh6vSPstjP3u6JrtYjarOEq9QobrVcjeWvAAAAFnRSTlMA8t+DkVpm+u3anCMZEfe7pU3yw3HoUp1jLwAAA8NJREFUWMOll4ly2jAQhtNScrZNT2kPWRY2xpj7fv9H68oHFJCZAP9MZmyF/8tqDyI97PWz8+I+fUju5Uv34UTfOs8AiOpDQgR4+vLtf38XANR1Ang8+Dul/WrCj8b/BUHdInit/I+obhT+8f6v3+FWAOCb34BRNwt/SABP6g7Bm1TwLsCjlOAeAP5+eL8vgl8Pz+eL1yA/PXw6cRMTMaNE5wXXAtjMZ4PRJFKM1kvBASwivAwAnvd1pQhT3evpiKpfCHhaTIq1ZboAAJ7pvbISFbESEUUNeGAZWgE81UdqAKQW8pino6xXLkELgOLa1c/G/wPIii9dW0MES3mcMQQBQKPSk8ZoYDveAxAl/CkzggJMMNN6zUGAcdXeiQEwMaMGwIXWyw00YXKme9aEAByVFlvhyfQqgOcOkkPQBLkuOASgiXeMqGnHugo+szGBEOqfZKr7AOcAMCsx7OFomwhGeoGEBsAgKmMMOU8MADArHXQMSCSS4WaerwBWvTnP5AOyEl0BUGMBDLR2UuSJ7H+sOJNKXthCKIJIj0H19JJXekA4lqqGkjiskgjHSTSZzoyxAKgcAsTAc63n1F7GOKnesE4iz3zO0M+3ES4BD6URsL2R+rAzSIlK60ai+LgPjH+n8CwMSs94aZWb5U0rl8vLHexTlUlELQCna3n3HmBszyeTwNspSQY6JWgZ53VwnDn2yXWGmHA9sSglNWGA4u3BWiwagBB8SIthMfCVGaZ6TS0AxWqY1zOdlIAtlcswbLhpyWgBAOBmo+bRdOloZ6uiVsEi22iQZqNiThhP0yi8BSBwS8dETAY2UVkR1RQcZdFnAYCYMfyFEi/GWnokITS884mrC34IEOoH1QLQpSaxddt6z1sKHQoQoa2RTjQgCBzRrHUOLn4rN0rRnPkNpNJnEQWTeBLChM79wP4zfYXBMpKtxinXeT+bWcZz/26qRXMO5qCZ6BFYB8RGnQmT0j9haAH4WRcNExm+gIiLMjUGW/+9I63KTbjEBP68ysrmArpwPjCUVQlUfFxCk+A0r5qTLp5QTF2KfBgbZoNevoXdrFeXltRFgEJe5rrUoljH1sttZ1kz5NR+wGgEiVrpRnlPpEXNkKMKAE5lOBbEmdI1UeiQBcGCuWJx5O5PYmJQAcBfq0IybNyyGGWLNE3l1BYjE4QPmq+qRWCYyQAiEou79ajbRdUuqKRahY/3Hffh6e3eC8edV57vb/dfukS33jkAXu+8eIq/UVder7VD967L93Nnf/k+XP/fXz5/SC/vnZ972z8iimbeUpPTjwAAAABJRU5ErkJggg==",
webpageUrl: e.url,
cellContent: e.cellContent,
sharedObject: "all",
},
function (e) {
1 == e.success || e.success;
}
);
else
try {
wx.updateAppMessageShareData({
title: e.title,
desc: e.content,
link: e.url,
imgUrl:
"iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAApVBMVEUAAABVjMRVjMRbkcdlmMp1otFwn85OiMNSicJrmstRiMGErdWGrdZ4pNFHg8Bklchdksh3pNFeksdsm8x4pNFNgbZVjMT///9PicNHhMA7erw0drlBgL6Vt9tdkshyn89nl8r0+Pwtcbfb5vPo7/fU4vDB1Or6+/260OetxuLJ2e3t8vm0zOWfvd6lwuB7pdHh6vSPstjP3u6JrtYjarOEq9QobrVcjeWvAAAAFnRSTlMA8t+DkVpm+u3anCMZEfe7pU3yw3HoUp1jLwAAA8NJREFUWMOll4ly2jAQhtNScrZNT2kPWRY2xpj7fv9H68oHFJCZAP9MZmyF/8tqDyI97PWz8+I+fUju5Uv34UTfOs8AiOpDQgR4+vLtf38XANR1Ang8+Dul/WrCj8b/BUHdInit/I+obhT+8f6v3+FWAOCb34BRNwt/SABP6g7Bm1TwLsCjlOAeAP5+eL8vgl8Pz+eL1yA/PXw6cRMTMaNE5wXXAtjMZ4PRJFKM1kvBASwivAwAnvd1pQhT3evpiKpfCHhaTIq1ZboAAJ7pvbISFbESEUUNeGAZWgE81UdqAKQW8pino6xXLkELgOLa1c/G/wPIii9dW0MES3mcMQQBQKPSk8ZoYDveAxAl/CkzggJMMNN6zUGAcdXeiQEwMaMGwIXWyw00YXKme9aEAByVFlvhyfQqgOcOkkPQBLkuOASgiXeMqGnHugo+szGBEOqfZKr7AOcAMCsx7OFomwhGeoGEBsAgKmMMOU8MADArHXQMSCSS4WaerwBWvTnP5AOyEl0BUGMBDLR2UuSJ7H+sOJNKXthCKIJIj0H19JJXekA4lqqGkjiskgjHSTSZzoyxAKgcAsTAc63n1F7GOKnesE4iz3zO0M+3ES4BD6URsL2R+rAzSIlK60ai+LgPjH+n8CwMSs94aZWb5U0rl8vLHexTlUlELQCna3n3HmBszyeTwNspSQY6JWgZ53VwnDn2yXWGmHA9sSglNWGA4u3BWiwagBB8SIthMfCVGaZ6TS0AxWqY1zOdlIAtlcswbLhpyWgBAOBmo+bRdOloZ6uiVsEi22iQZqNiThhP0yi8BSBwS8dETAY2UVkR1RQcZdFnAYCYMfyFEi/GWnokITS884mrC34IEOoH1QLQpSaxddt6z1sKHQoQoa2RTjQgCBzRrHUOLn4rN0rRnPkNpNJnEQWTeBLChM79wP4zfYXBMpKtxinXeT+bWcZz/26qRXMO5qCZ6BFYB8RGnQmT0j9haAH4WRcNExm+gIiLMjUGW/+9I63KTbjEBP68ysrmArpwPjCUVQlUfFxCk+A0r5qTLp5QTF2KfBgbZoNevoXdrFeXltRFgEJe5rrUoljH1sttZ1kz5NR+wGgEiVrpRnlPpEXNkKMKAE5lOBbEmdI1UeiQBcGCuWJx5O5PYmJQAcBfq0IybNyyGGWLNE3l1BYjE4QPmq+qRWCYyQAiEou79ajbRdUuqKRahY/3Hffh6e3eC8edV57vb/dfukS33jkAXu+8eIq/UVder7VD967L93Nnf/k+XP/fXz5/SC/vnZ972z8iimbeUpPTjwAAAABJRU5ErkJggg==",
success: function () {},
});
} catch (e) {
alert(e);
}
},
openVideoInterviewBox: function () {
this.$refs.videobox.getVideoInterviewMsg(
this.interInfos.recordId
);
},
showFileOld: function (e, t) {
var o = easContext.easUrl + "/shr",
i =
location.protocol +
"//wscloud.kingdee.com/recRegister/recDemand/getSHRImageByURL?serviceURL=" +
encodeURIComponent(o) +
"&imageURL=" +
encodeURIComponent(e.fileDownloadUrl);
0 == t &&
(i =
location.protocol +
"//wscloud.com/recRegister/resume/viewFile?fileUrl=" +
encodeURIComponent(e.fileDownloadUrl)),
e.attachId
? this.showFile(e)
: this.isYZJapp
? XuntongJSBridge.call(
"showFile",
{
fileDownloadUrl: i,
fileName: e.attachName,
fileExt: e.attachType,
fileTime: "",
fileSize: e.fileSize,
},
function (e) {}
)
: ((i =
location.protocol +
"//wscloud.kingdee.com/recRegister/recDemand/preview?serviceURL=" +
encodeURIComponent(o) +
"&imageURL=" +
encodeURIComponent(e.fileDownloadUrl) +
"&attachType=" +
e.attachType),
"pic" == this.judgeFileType(e.attachType)
? this.$hevueImgPreview(i)
: "html" == this.judgeFileType(e.attachType)
? (location.href = i)
: (location.href =
location.protocol +
"//wscloud.kingdee.com/ws_sync/register/index.html#/pdfPreview?FilePath=" +
encodeURIComponent(i)),
console.log(i),
console.log(e));
},
showFile: function (e) {
var t = this,
o = void 0,
i = easContext.userID
.replaceAll("/", "_")
.replaceAll("+", "__")
.replaceAll("=", "___");
o =
(e.attachName || e.fname_l2) +
"_" +
i +
"." +
(e.attachType || e.fsimplename);
var s =
"/mbos/attach/download?id=" +
(e.attachId || e.fid) +
"&bostype=F4AF4F03&name=" +
o;
mbos.http.ajax({
url: s,
param: {},
success: function (o) {
var i = "string" == typeof o ? o : o.filename,
s = encodeURI(
window.location.origin +
"/mbos/download/attach/" +
decodeURIComponent(i)
),
n = !!navigator.userAgent.match(
/\(i[^;]+;( U;)? CPU.+Mac OS X/
);
"pic" == t.judgeFileType(e.attachType || e.fsimplename)
? t.$hevueImgPreview(s)
: n
? (location.href = s)
: window.open(s);
},
});
},
judgeFileType: function (e) {
var t = RegExp(/.*(png|jpg|jpeg|gif)$/),
o = RegExp(/.*(doc|docx)$/),
i = RegExp(/.*(xls|xlsx)$/),
s = RegExp(/.*(ppt|pptx)$/),
n = RegExp(/.*(pdf)$/),
a = RegExp(/.*(zip)$/),
r = RegExp(/.*(html)$/);
return t.test(e)
? "pic"
: o.test(e)
? "word"
: i.test(e)
? "excel"
: s.test(e)
? "ppt"
: n.test(e)
? "pdf"
: a.test(e)
? "zip"
: r.test(e)
? "html"
: "unknown";
},
viewInfoForm: function () {
var e = this.recRegisterLongUrl.split("?");
e[0] = e[0] + "viewInfoForm/message";
var t = e.join("?");
location.href =
t +
"&phone=" +
this.interInfos.resumeInfo.phoneNumber +
"&attachmentHiding=" +
(this.interInfos.attachmentHiding || "") +
"&phoneHiding=" +
(this.interInfos.phoneHiding || "");
},
},
});
},
qw9v: function (e, t) {},
"r/K+": function (e, t, o) {
"use strict";
function i(e) {
o("3PAt");
}
var s = (o("eXPE"), o("BGh+")),
n = o("4xmD"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-b58d64cc", null);
t.a = c.exports;
},
rA29: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o("transition", { attrs: { name: "fade" } }, [
e.show
? o(
"div",
{
ref: "heImg",
staticClass: "hevue-imgpreview-wrap",
attrs: { id: "hevue-imgpreview-wrap" },
on: {
mouseup: function (t) {
return e.removeMove("pc");
},
touchend: function (t) {
return e.removeMove("mobile");
},
click: function (t) {
return (
t.stopPropagation(),
e.clickMask.apply(null, arguments)
);
},
},
},
[
o("div", { staticClass: "he-img-wrap" }, [
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: 1 === e.imgState,
expression: "imgState === 1",
},
],
staticClass:
"iconfont hevue-img-status-icon rotate-animation",
},
[e._v("\n \n ")]
),
e._v(" "),
o("img", {
directives: [
{
name: "show",
rawName: "v-show",
value: 2 === e.imgState,
expression: "imgState === 2",
},
],
ref: "heImView",
staticClass: "he-img-view",
style:
"transform: scale(" +
e.imgScale +
") rotate(" +
e.imgRotate +
"deg);margin-top:" +
e.imgTop +
"px;margin-left:" +
e.imgLeft +
"px;" +
e.maxWH,
attrs: { src: e.imgurl },
on: {
click: function (e) {
e.stopPropagation();
},
mousedown: e.addMove,
touchstart: e.addMoveMobile,
},
}),
e._v(" "),
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: 3 === e.imgState,
expression: "imgState === 3",
},
],
staticClass: "iconfont hevue-img-status-icon",
},
[e._v("\n \n ")]
),
e._v(" "),
e.closeBtn
? o(
"div",
{
staticClass: "iconfont he-close-icon",
on: {
click: function (t) {
return (
t.stopPropagation(),
e.close.apply(null, arguments)
);
},
},
},
[e._v("\n \n ")]
)
: e._e(),
e._v(" "),
e.arrowBtn && e.multiple
? o(
"div",
{
staticClass: "arrow arrow-left iconfont",
on: {
click: function (t) {
return t.stopPropagation(), e.toogleImg(!1);
},
},
},
[e._v("\n \n ")]
)
: e._e(),
e._v(" "),
e.arrowBtn && e.multiple
? o(
"div",
{
staticClass: "arrow arrow-right iconfont",
on: {
click: function (t) {
return t.stopPropagation(), e.toogleImg(!0);
},
},
},
[e._v("\n \n ")]
)
: e._e(),
e._v(" "),
e.controlBar
? o("div", { staticClass: "he-control-bar-wrap" }, [
o(
"div",
{
staticClass: "he-control-bar",
on: {
click: function (e) {
e.stopPropagation();
},
},
},
[
o(
"div",
{
staticClass: "he-control-btn iconfont",
on: {
click: function (t) {
return (
t.stopPropagation(),
e.scaleFunc(-0.15)
);
},
},
},
[e._v("\n \n ")]
),
e._v(" "),
o(
"div",
{
staticClass: "he-control-btn iconfont",
on: {
click: function (t) {
return (
t.stopPropagation(), e.scaleFunc(0.15)
);
},
},
},
[e._v("\n \n ")]
),
e._v(" "),
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: e.isFull,
expression: "isFull",
},
],
staticClass: "he-control-btn iconfont",
on: {
click: function (t) {
return (
t.stopPropagation(),
e.imgToggle.apply(null, arguments)
);
},
},
},
[e._v("\n \n ")]
),
e._v(" "),
o(
"div",
{
directives: [
{
name: "show",
rawName: "v-show",
value: !e.isFull,
expression: "!isFull",
},
],
staticClass: "he-control-btn iconfont",
on: {
click: function (t) {
return (
t.stopPropagation(),
e.imgToggle.apply(null, arguments)
);
},
},
},
[e._v("\n \n ")]
),
e._v(" "),
o(
"div",
{
staticClass: "he-control-btn iconfont",
on: {
click: function (t) {
return (
t.stopPropagation(), e.rotateFunc(-90)
);
},
},
},
[e._v("\n \n ")]
),
e._v(" "),
o(
"div",
{
staticClass: "he-control-btn iconfont",
on: {
click: function (t) {
return (
t.stopPropagation(), e.rotateFunc(90)
);
},
},
},
[e._v("\n \n ")]
),
]
),
])
: e._e(),
e._v(" "),
e.controlBar && e.multiple
? o("div", { staticClass: "he-control-num" }, [
e._v(
"\n " +
e._s(e.imgIndex + 1) +
" / " +
e._s(e.imgList.length) +
"\n "
),
])
: e._e(),
]),
]
)
: e._e(),
]);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
rBib: function (e, t, o) {
"use strict";
var i = o("3cXf"),
s = o.n(i),
n = o("hRKE"),
a = o.n(n),
r = o("tJWq"),
c = o("JRnO"),
l = o("oGN+"),
u = o("mqCR");
o("LF0J");
t.a = {
name: "picker",
components: { Flexbox: c.a, FlexboxItem: c.b },
created: function () {
if (0 !== this.columns) {
var e = this.columns;
(this.store = new l.a(
this.data,
e,
this.fixedColumns || this.columns
)),
(this.currentData = this.store.getColumns(this.value));
}
},
mounted: function () {
var e = this;
(this.uuid = Math.random().toString(36).substring(3, 8)),
this.$nextTick(function () {
e.render(e.currentData, e.currentValue);
});
},
props: {
data: Array,
columns: { type: Number, default: 0 },
fixedColumns: { type: Number, default: 0 },
value: Array,
itemClass: { type: String, default: "scroller-item" },
columnWidth: Array,
},
methods: {
getNameValues: function () {
return Object(u.a)(this.currentValue, this.data);
},
getId: function (e) {
return "#vux-picker-" + this.uuid + "-" + e;
},
render: function (e, t) {
this.count = this.currentData.length;
var o = this;
if (e && e.length) {
var i = this.currentData.length;
if (t.length < i)
for (var s = 0; s < i; s++)
this.$set(o.currentValue, s, e[s][0].value || e[s][0]);
for (var n = 0; n < e.length; n++) {
var c = (function (i) {
if (!document.querySelector(o.getId(i))) return { v: void 0 };
o.scroller[i] && o.scroller[i].destroy(),
(o.scroller[i] = new r.a(o.getId(i), {
data: e[i],
defaultValue: t[i] || e[i][0].value,
itemClass: o.itemClass,
onSelect: function (e) {
o.$set(o.currentValue, i, e),
(!this.columns ||
(this.columns &&
o.getValue().length === o.store.count)) &&
o.$nextTick(function () {
o.$emit("on-change", o.getValue());
}),
0 !== o.columns && o.renderChain(i + 1);
},
})),
o.currentValue && o.scroller[i].select(t[i]);
})(n);
if ("object" === (void 0 === c ? "undefined" : a()(c)))
return c.v;
}
}
},
renderChain: function (e) {
if (this.columns && !(e > this.count - 1)) {
var t = this,
o = this.getId(e);
this.scroller[e].destroy();
var i = this.store.getChildren(t.getValue()[e - 1]);
(this.scroller[e] = new r.a(o, {
data: i,
itemClass: t.item_class,
onSelect: function (o) {
t.$set(t.currentValue, e, o),
t.$nextTick(function () {
t.$emit("on-change", t.getValue());
}),
t.renderChain(e + 1);
},
})),
i.length
? (this.$set(this.currentValue, e, i[0].value),
this.renderChain(e + 1))
: this.$set(this.currentValue, e, null);
}
},
getValue: function () {
for (var e = [], t = 0; t < this.currentData.length; t++) {
if (!this.scroller[t]) return [];
e.push(this.scroller[t].value);
}
return e;
},
emitValueChange: function (e) {
(!this.columns ||
(this.columns && e.length === this.store.count)) &&
this.$emit("on-change", e);
},
},
data: function () {
return {
scroller: [],
count: 0,
uuid: "",
currentData: this.data,
currentValue: this.value,
};
},
watch: {
value: function (e) {
s()(e) !== s()(this.currentValue) && (this.currentValue = e);
},
currentValue: function (e, t) {
if ((this.$emit("input", e), 0 !== this.columns))
e.length > 0
? s()(e) !== s()(t) &&
((this.currentData = this.store.getColumns(e)),
this.$nextTick(function () {
this.render(this.currentData, e);
}))
: this.render(this.currentData, []);
else if (e.length)
for (var o = 0; o < e.length; o++)
this.scroller[o] &&
this.scroller[o].value !== e[o] &&
this.scroller[o].select(e[o]);
else this.render(this.currentData, []);
},
data: function (e) {
s()(e) !== s()(this.currentData) && (this.currentData = e);
},
currentData: function (e) {
var t = this;
if ("[object Array]" === Object.prototype.toString.call(e[0]))
this.$nextTick(function () {
t.render(e, t.currentValue),
t.$nextTick(function () {
t.emitValueChange(t.getValue()),
s()(t.getValue()) !== s()(t.currentValue) &&
(!t.columns ||
(t.columns &&
t.getValue().length === t.store.count)) &&
(t.currentValue = t.getValue());
});
});
else if (0 !== this.columns) {
if (!e.length) return;
var o = this.columns;
(this.store = new l.a(e, o, this.fixedColumns || this.columns)),
(this.currentData = this.store.getColumns(this.currentValue));
}
},
},
beforeDestroy: function () {
for (var e = 0; e < this.count; e++)
this.scroller[e] && this.scroller[e].destroy(),
(this.scroller[e] = null);
},
};
},
rDHI: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
staticClass: "pswp vux-previewer",
attrs: { tabindex: "-1", role: "dialog", "aria-hidden": "true" },
},
[
o("div", { staticClass: "pswp__bg" }),
e._v(" "),
o("div", { staticClass: "pswp__scroll-wrap" }, [
e._m(0),
e._v(" "),
o("div", { staticClass: "pswp__ui pswp__ui--hidden" }, [
o(
"div",
{ staticClass: "pswp__top-bar" },
[
o("div", { staticClass: "pswp__counter" }),
e._v(" "),
e._t("button-after"),
e._v(" "),
o("button", {
staticClass: "pswp__button pswp__button--close",
attrs: { title: "Close (Esc)" },
}),
e._v(" "),
o("button", {
staticClass: "pswp__button pswp__button--share",
attrs: { title: "Share" },
}),
e._v(" "),
o("button", {
staticClass: "pswp__button pswp__button--fs",
attrs: { title: "Toggle fullscreen" },
}),
e._v(" "),
o("button", {
staticClass: "pswp__button pswp__button--zoom",
attrs: { title: "Zoom in/out" },
}),
e._v(" "),
e._t("button-before"),
e._v(" "),
e._m(1),
],
2
),
e._v(" "),
e._m(2),
e._v(" "),
o("button", {
staticClass: "pswp__button pswp__button--arrow--left",
attrs: { title: "Previous (arrow left)" },
}),
e._v(" "),
o("button", {
staticClass: "pswp__button pswp__button--arrow--right",
attrs: { title: "Next (arrow right)" },
}),
e._v(" "),
e._m(3),
]),
]),
]
);
},
s = [
function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o("div", { staticClass: "pswp__container" }, [
o("div", { staticClass: "pswp__item" }),
e._v(" "),
o("div", { staticClass: "pswp__item" }),
e._v(" "),
o("div", { staticClass: "pswp__item" }),
]);
},
function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o("div", { staticClass: "pswp__preloader" }, [
o("div", { staticClass: "pswp__preloader__icn" }, [
o("div", { staticClass: "pswp__preloader__cut" }, [
o("div", { staticClass: "pswp__preloader__donut" }),
]),
]),
]);
},
function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
staticClass:
"pswp__share-modal pswp__share-modal--hidden pswp__single-tap",
},
[o("div", { staticClass: "pswp__share-tooltip" })]
);
},
function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o("div", { staticClass: "pswp__caption" }, [
o("div", { staticClass: "pswp__caption__center" }),
]);
},
],
n = { render: i, staticRenderFns: s };
t.a = n;
},
rJb5: function (e, t, o) {
"use strict";
function i(e) {
var t = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"),
o = window.location.search.substr(1).match(t);
return null != o ? o[2] : null;
}
var s = o("3cXf"),
n = o.n(s),
a = o("SXXC"),
r = o.n(a),
c = o("EFzr"),
l = o("d2IS"),
u = o("VawC"),
d = o("6ONn"),
p = o("bT6r"),
_ = o("KO53"),
m = i("arrangerOpenId"),
f = i("originViewerOpenId"),
h = i("originViewerName"),
v = i("redirect");
v &&
(m && (v = v + "&arrangerOpenId=" + m),
f && (v = v + "&originViewerOpenId=" + f + "&originViewerName=" + h),
(location.hash = "#/" + v));
c.a, l.a, u.a, d.a, p.a, _.a;
},
rR9h: function (e, t, o) {
"use strict";
var i = function () {
var e = this,
t = e.$createElement,
o = e._self._c || t;
return o(
"div",
{
staticClass: "vux-popup-header",
class: e.showBottomBorder ? "vux-1px-b" : "",
},
[
o(
"div",
{
staticClass: "vux-popup-header-left",
on: {
click: function (t) {
return e.$emit("on-click-left");
},
},
},
[
e._t("left-text", function () {
return [e._v(e._s(e.leftText))];
}),
],
2
),
e._v(" "),
o(
"div",
{ staticClass: "vux-popup-header-title" },
[
e._t("title", function () {
return [e._v(e._s(e.title))];
}),
],
2
),
e._v(" "),
o(
"div",
{
staticClass: "vux-popup-header-right",
on: {
click: function (t) {
return e.$emit("on-click-right");
},
},
},
[
e._t("right-text", function () {
return [e._v(e._s(e.rightText))];
}),
],
2
),
]
);
},
s = [],
n = { render: i, staticRenderFns: s };
t.a = n;
},
ropV: function (e, t, o) {
"use strict";
var i = o("trHK");
t.a = {
name: "search",
mixins: [i.a],
props: {
required: { type: Boolean, default: !1 },
placeholder: String,
cancelText: String,
value: { type: String, default: "" },
results: {
type: Array,
default: function () {
return [];
},
},
autoFixed: { type: Boolean, default: !0 },
top: { type: String, default: "0px" },
position: { type: String, default: "fixed" },
autoScrollToTop: Boolean,
},
created: function () {
this.value && (this.currentValue = this.value);
},
computed: {
fixPosition: function () {
return this.isFixed
? "absolute" === this.position
? "absolute"
: "fixed"
: "static";
},
},
methods: {
emitEvent: function () {
var e = this;
this.$nextTick(function () {
e.$emit("input", e.currentValue),
e.$emit("on-change", e.currentValue);
});
},
onComposition: function (e, t) {
"start" === t && (this.onInput = !0),
"end" === t && ((this.onInput = !1), this.emitEvent()),
"input" === t && (this.onInput || this.emitEvent());
},
clear: function () {
(this.currentValue = ""),
this.emitEvent(),
(this.isFocus = !0),
this.setFocus(),
this.autoFixed && !this.isFixed && (this.isFixed = !0),
this.$emit("on-clear");
},
cancel: function () {
(this.isCancel = !0),
(this.currentValue = ""),
this.emitEvent(),
(this.isFixed = !1),
this.$emit("on-cancel");
},
handleResultClick: function (e) {
this.$emit("result-click", e),
this.$emit("on-result-click", e),
(this.isCancel = !0),
(this.isFixed = !1);
},
touch: function () {
(this.isCancel = !1),
this.autoFixed && (this.isFixed = !0),
this.$emit("on-touch");
},
setFocus: function () {
this.$refs.input.focus();
},
setBlur: function () {
this.$refs.input.blur();
},
onFocus: function () {
(this.isFocus = !0), this.$emit("on-focus"), this.touch();
},
onBlur: function () {
(this.isFocus = !1), this.$emit("on-blur");
},
},
data: function () {
return {
onInput: !1,
currentValue: "",
isCancel: !0,
isFocus: !1,
isFixed: !1,
};
},
watch: {
isFixed: function (e) {
!0 === e &&
(this.setFocus(),
(this.isFocus = !0),
this.autoScrollToTop &&
setTimeout(function () {
window.scrollTo(0, 0);
}, 150));
},
value: function (e) {
this.currentValue = e;
},
},
};
},
rzRg: function (e, t, o) {
"use strict";
t.a = {
name: "hevue-img-preview",
data: function () {
return {
imgScale: 1,
imgTop: 0,
imgLeft: 0,
imgRotate: 0,
isFull: !1,
maxWH: "max-width:100%;max-height:100%;",
clientX: 0,
clientY: 0,
imgIndex: 0,
canRun: !0,
imgurl: "",
imgState: 1,
start: [{}, {}],
mobileScale: 0,
show: !1,
url: "",
nowImgIndex: 0,
multiple: !1,
imgList: [],
controlBar: !0,
closeBtn: !0,
arrowBtn: !0,
keyboard: !1,
clickMaskCLose: !1,
};
},
mounted: function () {
this.initImg();
},
watch: {
url: function () {
this.initImg();
},
show: {
handler: function (e) {
var t = this;
e &&
this.$nextTick(function () {
(document.getElementById(
"hevue-imgpreview-wrap"
).onmousewheel = t.scrollFunc),
document.body.addEventListener(
"DOMMouseScroll",
t.scrollFunc
),
(document.ondragstart = function () {
return !1;
}),
t.multiple
? Array.isArray(t.imgList) &&
t.imgList.length > 0 &&
((t.imgIndex = Number(t.nowImgIndex) || 0),
t.changeUrl(t.imgList[t.imgIndex], t.imgIndex))
: t.changeUrl(t.url),
t.keyboard &&
document.addEventListener("keydown", t.keyHandleDebounce);
});
},
immediate: !0,
},
},
methods: {
close: function () {
document.body.removeEventListener(
"DOMMouseScroll",
this.scrollFunc
),
(document.ondragstart = null),
this.keyboard &&
document.removeEventListener("keydown", this.keyHandleDebounce),
(this.show = !1);
},
initImg: function () {
(this.mobileScale = 1),
(this.imgScale = 1),
(this.imgRotate = 0),
(this.imgTop = 0),
(this.imgLeft = 0);
},
toogleImg: function (e) {
e
? ++this.imgIndex > this.imgList.length - 1 && (this.imgIndex = 0)
: --this.imgIndex < 0 &&
(this.imgIndex = this.imgList.length - 1),
this.changeUrl(this.imgList[this.imgIndex], this.imgIndex);
},
changeUrl: function (e, t) {
var o = this;
this.imgState = 1;
var i = new Image();
(i.src = e),
(i.onload = function () {
void 0 != t && t == o.imgIndex
? ((o.imgState = 2), (o.imgurl = e))
: void 0 == t && ((o.imgState = 2), (o.imgurl = e));
}),
(i.onerror = function () {
void 0 != t && t == o.imgIndex
? (o.imgState = 3)
: void 0 == t && (o.imgState = 3);
});
},
rotateFunc: function (e) {
this.imgRotate += e;
},
scaleFunc: function (e, t) {
(this.imgScale <= 0.2 && e < 0) ||
(t ? (this.imgScale = e) : (this.imgScale += e));
},
imgToggle: function () {
this.initImg(),
this.isFull
? (this.maxWH = "max-width:100%;max-height:100%;")
: (this.maxWH = ""),
(this.isFull = !this.isFull);
},
scrollFunc: function (e) {
(e = e || window.event),
(e.delta = e.wheelDelta || -e.detail),
e.preventDefault(),
e.delta > 0 && this.scaleFunc(0.05),
e.delta < 0 && this.scaleFunc(-0.05);
},
addMove: function (e) {
(e = e || window.event),
(this.clientX = e.clientX),
(this.clientY = e.clientY),
(this.$refs.heImg.onmousemove = this.moveFunc);
},
addMoveMobile: function (e) {
e.preventDefault(),
(e = e || window.event),
e.touches.length > 1
? (this.start = e.touches)
: ((this.clientX = e.touches[0].pageX),
(this.clientY = e.touches[0].pageY)),
(this.$refs.heImg.ontouchmove = this.moveFuncMobile);
},
moveFunc: function (e) {
(e = e || window.event), e.preventDefault();
var t = e.clientX - this.clientX,
o = e.clientY - this.clientY;
(this.imgLeft += 2 * t),
(this.imgTop += 2 * o),
(this.clientX = e.clientX),
(this.clientY = e.clientY);
},
moveFuncMobile: function (e) {
if (((e = e || window.event), e.touches.length > 1)) {
var t = e.touches,
o =
this.getDistance(t[0], t[1]) /
this.getDistance(this.start[0], this.start[1]);
this.mobileScale
? o > 1
? this.scaleFunc(o + this.mobileScale - 1, !0)
: this.scaleFunc(o * this.mobileScale, !0)
: this.scaleFunc(o, !0);
} else {
var i = e.touches[0];
e.preventDefault();
var s = i.pageX - this.clientX,
n = i.pageY - this.clientY;
(this.imgLeft += 2 * s),
(this.imgTop += 2 * n),
(this.clientX = i.pageX),
(this.clientY = i.pageY);
}
},
removeMove: function (e) {
"pc" === e
? (this.$refs.heImg.onmousemove = null)
: ((this.mobileScale = this.imgScale),
(this.$refs.heImg.ontouchmove = null));
},
keyHandleDebounce: function (e) {
var t = this;
this.canRun &&
(this.keyHandle(e),
(this.canRun = !1),
setTimeout(function () {
t.canRun = !0;
}, 300));
},
keyHandle: function (e) {
switch (
((e = window.event || e), e.keyCode || e.which || e.charCode)
) {
case 27:
this.close();
break;
case 65:
this.multiple && this.toogleImg(!1);
break;
case 68:
this.multiple && this.toogleImg(!0);
break;
case 87:
this.scaleFunc(0.15);
break;
case 83:
this.scaleFunc(-0.15);
break;
case 81:
this.rotateFunc(-90);
break;
case 69:
this.rotateFunc(90);
break;
case 82:
this.initImg();
}
},
clickMask: function () {
this.clickMaskCLose && this.close();
},
getDistance: function (e, t) {
var o = t.pageX - e.pageX,
i = t.pageY - e.pageY;
return Math.sqrt(o * o + i * i);
},
downloadIamge: function () {
var e = new Image();
e.setAttribute("crossOrigin", "anonymous"),
(e.onload = function () {
var t = document.createElement("canvas");
(t.width = e.width),
(t.height = e.height),
t.getContext("2d").drawImage(e, 0, 0, e.width, e.height);
var o = t.toDataURL("image/png"),
i = document.createElement("a"),
s = new MouseEvent("click");
(i.download = "photo" + +new Date()),
(i.href = o),
i.dispatchEvent(s);
}),
(e.onerror = function (e) {
console.log("图片信息不正确或图片服务器禁止访问"),
console.log(e);
}),
this.multiple
? (e.src = this.imgList[this.imgIndex])
: (e.src = this.url);
},
},
};
},
s3Uz: function (e, t, o) {
"use strict";
t.a = {
name: "flexbox",
props: {
gutter: { type: Number, default: 8 },
orient: { type: String, default: "horizontal" },
justify: String,
align: String,
wrap: String,
direction: String,
},
computed: {
styles: function () {
return {
"justify-content": this.justify,
"-webkit-justify-content": this.justify,
"align-items": this.align,
"-webkit-align-items": this.align,
"flex-wrap": this.wrap,
"-webkit-flex-wrap": this.wrap,
"flex-direction": this.direction,
"-webkit-flex-direction": this.direction,
};
},
},
};
},
s45c: function (e, t, o) {
"use strict";
String, Boolean;
},
"s5C+": function (e, t) {},
s9ei: function (e, t, o) {
"use strict";
var i = o("fRcE");
i.a,
Boolean,
Boolean,
String,
String,
Boolean,
String,
String,
String,
String,
Number,
String,
String,
String,
Boolean,
Object,
Boolean,
String,
Boolean,
Boolean;
},
tfs3: function (e, t, o) {
"use strict";
var i = o("/Bf6");
t.a = {
name: "tab-item",
mixins: [i.a],
props: {
activeClass: String,
disabled: Boolean,
badgeBackground: { type: String, default: "#f74c31" },
badgeColor: { type: String, default: "#fff" },
badgeLabel: String,
},
computed: {
style: function () {
return {
borderWidth: this.$parent.lineWidth + "px",
borderColor: this.$parent.activeColor,
color: this.currentSelected
? this.$parent.activeColor
: this.disabled
? this.$parent.disabledColor
: this.$parent.defaultColor,
border: this.$parent.animate ? "none" : "auto",
};
},
},
};
},
tnjF: function (e, t) {},
u1Vn: function (e, t) {},
umVq: function (e, t, o) {
"use strict";
var i = o("SXXC");
o.n(i);
},
vTeT: function (e, t, o) {
"use strict";
function i(e) {
o("RF88");
}
var s = (o("PTJo"), o("ivbu")),
n = o("R/EB"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
w0iy: function (e, t, o) {
"use strict";
function i(e) {
if (null == e) return window;
if ("[object Window]" !== e.toString()) {
var t = e.ownerDocument;
return t ? t.defaultView || window : window;
}
return e;
}
function s(e) {
return e instanceof i(e).Element || e instanceof Element;
}
function n(e) {
return e instanceof i(e).HTMLElement || e instanceof HTMLElement;
}
function a(e) {
return (
"undefined" != typeof ShadowRoot &&
(e instanceof i(e).ShadowRoot || e instanceof ShadowRoot)
);
}
function r(e, t) {
void 0 === t && (t = !1);
var o = e.getBoundingClientRect(),
i = 1,
s = 1;
if (n(e) && t) {
var a = e.offsetHeight,
r = e.offsetWidth;
r > 0 && (i = ie(o.width) / r || 1),
a > 0 && (s = ie(o.height) / a || 1);
}
return {
width: o.width / i,
height: o.height / s,
top: o.top / s,
right: o.right / i,
bottom: o.bottom / s,
left: o.left / i,
x: o.left / i,
y: o.top / s,
};
}
function c(e) {
var t = i(e);
return { scrollLeft: t.pageXOffset, scrollTop: t.pageYOffset };
}
function l(e) {
return { scrollLeft: e.scrollLeft, scrollTop: e.scrollTop };
}
function u(e) {
return e !== i(e) && n(e) ? l(e) : c(e);
}
function d(e) {
return e ? (e.nodeName || "").toLowerCase() : null;
}
function p(e) {
return ((s(e) ? e.ownerDocument : e.document) || window.document)
.documentElement;
}
function _(e) {
return r(p(e)).left + c(e).scrollLeft;
}
function m(e) {
return i(e).getComputedStyle(e);
}
function f(e) {
var t = m(e),
o = t.overflow,
i = t.overflowX;
return /auto|scroll|overlay|hidden/.test(o + t.overflowY + i);
}
function h(e) {
var t = e.getBoundingClientRect(),
o = ie(t.width) / e.offsetWidth || 1,
i = ie(t.height) / e.offsetHeight || 1;
return 1 !== o || 1 !== i;
}
function v(e, t, o) {
void 0 === o && (o = !1);
var i = n(t),
s = n(t) && h(t),
a = p(t),
c = r(e, s),
l = { scrollLeft: 0, scrollTop: 0 },
m = { x: 0, y: 0 };
return (
(i || (!i && !o)) &&
(("body" !== d(t) || f(a)) && (l = u(t)),
n(t)
? ((m = r(t, !0)), (m.x += t.clientLeft), (m.y += t.clientTop))
: a && (m.x = _(a))),
{
x: c.left + l.scrollLeft - m.x,
y: c.top + l.scrollTop - m.y,
width: c.width,
height: c.height,
}
);
}
function g(e) {
var t = r(e),
o = e.offsetWidth,
i = e.offsetHeight;
return (
Math.abs(t.width - o) <= 1 && (o = t.width),
Math.abs(t.height - i) <= 1 && (i = t.height),
{ x: e.offsetLeft, y: e.offsetTop, width: o, height: i }
);
}
function w(e) {
return "html" === d(e)
? e
: e.assignedSlot || e.parentNode || (a(e) ? e.host : null) || p(e);
}
function x(e) {
return ["html", "body", "#document"].indexOf(d(e)) >= 0
? e.ownerDocument.body
: n(e) && f(e)
? e
: x(w(e));
}
function b(e, t) {
var o;
void 0 === t && (t = []);
var s = x(e),
n = s === (null == (o = e.ownerDocument) ? void 0 : o.body),
a = i(s),
r = n ? [a].concat(a.visualViewport || [], f(s) ? s : []) : s,
c = t.concat(r);
return n ? c : c.concat(b(w(r)));
}
function I(e) {
return ["table", "td", "th"].indexOf(d(e)) >= 0;
}
function C(e) {
return n(e) && "fixed" !== m(e).position ? e.offsetParent : null;
}
function y(e) {
var t = -1 !== navigator.userAgent.toLowerCase().indexOf("firefox");
if (
-1 !== navigator.userAgent.indexOf("Trident") &&
n(e) &&
"fixed" === m(e).position
)
return null;
var o = w(e);
for (
a(o) && (o = o.host);
n(o) && ["html", "body"].indexOf(d(o)) < 0;
) {
var i = m(o);
if (
"none" !== i.transform ||
"none" !== i.perspective ||
"paint" === i.contain ||
-1 !== ["transform", "perspective"].indexOf(i.willChange) ||
(t && "filter" === i.willChange) ||
(t && i.filter && "none" !== i.filter)
)
return o;
o = o.parentNode;
}
return null;
}
function R(e) {
for (var t = i(e), o = C(e); o && I(o) && "static" === m(o).position; )
o = C(o);
return o &&
("html" === d(o) || ("body" === d(o) && "static" === m(o).position))
? t
: o || y(e) || t;
}
function E(e) {
function t(e) {
i.add(e.name),
[]
.concat(e.requires || [], e.requiresIfExists || [])
.forEach(function (e) {
if (!i.has(e)) {
var s = o.get(e);
s && t(s);
}
}),
s.push(e);
}
var o = new oe.a(),
i = new ee.a(),
s = [];
return (
e.forEach(function (e) {
o.set(e.name, e);
}),
e.forEach(function (e) {
i.has(e.name) || t(e);
}),
s
);
}
function k(e) {
var t = E(e);
return _e.reduce(function (e, o) {
return e.concat(
t.filter(function (e) {
return e.phase === o;
})
);
}, []);
}
function D(e) {
var t;
return function () {
return (
t ||
(t = new Z.a(function (o) {
Z.a.resolve().then(function () {
(t = void 0), o(e());
});
})),
t
);
};
}
function T(e) {
for (
var t = arguments.length, o = new Array(t > 1 ? t - 1 : 0), i = 1;
i < t;
i++
)
o[i - 1] = arguments[i];
return [].concat(o).reduce(function (e, t) {
return e.replace(/%s/, t);
}, e);
}
function S(e) {
e.forEach(function (t) {
[]
.concat(X()(t), he)
.filter(function (e, t, o) {
return o.indexOf(e) === t;
})
.forEach(function (o) {
switch (o) {
case "name":
"string" != typeof t.name &&
console.error(
T(
me,
String(t.name),
'"name"',
'"string"',
'"' + String(t.name) + '"'
)
);
break;
case "enabled":
"boolean" != typeof t.enabled &&
console.error(
T(
me,
t.name,
'"enabled"',
'"boolean"',
'"' + String(t.enabled) + '"'
)
);
break;
case "phase":
_e.indexOf(t.phase) < 0 &&
console.error(
T(
me,
t.name,
'"phase"',
"either " + _e.join(", "),
'"' + String(t.phase) + '"'
)
);
break;
case "fn":
"function" != typeof t.fn &&
console.error(
T(
me,
t.name,
'"fn"',
'"function"',
'"' + String(t.fn) + '"'
)
);
break;
case "effect":
null != t.effect &&
"function" != typeof t.effect &&
console.error(
T(
me,
t.name,
'"effect"',
'"function"',
'"' + String(t.fn) + '"'
)
);
break;
case "requires":
null == t.requires ||
Array.isArray(t.requires) ||
console.error(
T(
me,
t.name,
'"requires"',
'"array"',
'"' + String(t.requires) + '"'
)
);
break;
case "requiresIfExists":
Array.isArray(t.requiresIfExists) ||
console.error(
T(
me,
t.name,
'"requiresIfExists"',
'"array"',
'"' + String(t.requiresIfExists) + '"'
)
);
break;
case "options":
case "data":
break;
default:
console.error(
'PopperJS: an invalid property has been provided to the "' +
t.name +
'" modifier, valid properties are ' +
he
.map(function (e) {
return '"' + e + '"';
})
.join(", ") +
'; but "' +
o +
'" was provided.'
);
}
t.requires &&
t.requires.forEach(function (o) {
null ==
e.find(function (e) {
return e.name === o;
}) && console.error(T(fe, String(t.name), o, o));
});
});
});
}
function P(e, t) {
var o = new ee.a();
return e.filter(function (e) {
var i = t(e);
if (!o.has(i)) return o.add(i), !0;
});
}
function O(e) {
return e.split("-")[0];
}
function A(e) {
var t = e.reduce(function (e, t) {
var o = e[t.name];
return (
(e[t.name] = o
? J()({}, o, t, {
options: J()({}, o.options, t.options),
data: J()({}, o.data, t.data),
})
: t),
e
);
}, {});
return X()(t).map(function (e) {
return t[e];
});
}
function j(e) {
return e.split("-")[1];
}
function B(e) {
return ["top", "bottom"].indexOf(e) >= 0 ? "x" : "y";
}
function L(e) {
var t,
o = e.reference,
i = e.element,
s = e.placement,
n = s ? O(s) : null,
a = s ? j(s) : null,
r = o.x + o.width / 2 - i.width / 2,
c = o.y + o.height / 2 - i.height / 2;
switch (n) {
case se:
t = { x: r, y: o.y - i.height };
break;
case ne:
t = { x: r, y: o.y + o.height };
break;
case ae:
t = { x: o.x + o.width, y: c };
break;
case re:
t = { x: o.x - i.width, y: c };
break;
default:
t = { x: o.x, y: o.y };
}
var l = n ? B(n) : null;
if (null != l) {
var u = "y" === l ? "height" : "width";
switch (a) {
case ue:
t[l] = t[l] - (o[u] / 2 - i[u] / 2);
break;
case de:
t[l] = t[l] + (o[u] / 2 - i[u] / 2);
}
}
return t;
}
function M() {
for (var e = arguments.length, t = new Array(e), o = 0; o < e; o++)
t[o] = arguments[o];
return !t.some(function (e) {
return !(e && "function" == typeof e.getBoundingClientRect);
});
}
function $(e) {
var t = e.state,
o = e.instance,
s = e.options,
n = s.scroll,
a = void 0 === n || n,
r = s.resize,
c = void 0 === r || r,
l = i(t.elements.popper),
u = [].concat(t.scrollParents.reference, t.scrollParents.popper);
return (
a &&
u.forEach(function (e) {
e.addEventListener("scroll", o.update, xe);
}),
c && l.addEventListener("resize", o.update, xe),
function () {
a &&
u.forEach(function (e) {
e.removeEventListener("scroll", o.update, xe);
}),
c && l.removeEventListener("resize", o.update, xe);
}
);
}
function N(e) {
var t = e.state,
o = e.name;
t.modifiersData[o] = L({
reference: t.rects.reference,
element: t.rects.popper,
strategy: "absolute",
placement: t.placement,
});
}
function W(e) {
var t = e.x,
o = e.y,
i = window,
s = i.devicePixelRatio || 1;
return { x: ie(t * s) / s || 0, y: ie(o * s) / s || 0 };
}
function F(e) {
var t,
o = e.popper,
s = e.popperRect,
n = e.placement,
a = e.variation,
r = e.offsets,
c = e.position,
l = e.gpuAcceleration,
u = e.adaptive,
d = e.roundOffsets,
_ = e.isFixed,
f = r.x,
h = void 0 === f ? 0 : f,
v = r.y,
g = void 0 === v ? 0 : v,
w = "function" == typeof d ? d({ x: h, y: g }) : { x: h, y: g };
(h = w.x), (g = w.y);
var x = r.hasOwnProperty("x"),
b = r.hasOwnProperty("y"),
I = re,
C = se,
y = window;
if (u) {
var E = R(o),
k = "clientHeight",
D = "clientWidth";
if (
(E === i(o) &&
((E = p(o)),
"static" !== m(E).position &&
"absolute" === c &&
((k = "scrollHeight"), (D = "scrollWidth"))),
(E = E),
n === se || ((n === re || n === ae) && a === de))
) {
C = ne;
(g -=
(_ && E === y && y.visualViewport
? y.visualViewport.height
: E[k]) - s.height),
(g *= l ? 1 : -1);
}
if (n === re || ((n === se || n === ne) && a === de)) {
I = ae;
(h -=
(_ && E === y && y.visualViewport
? y.visualViewport.width
: E[D]) - s.width),
(h *= l ? 1 : -1);
}
}
var T = J()({ position: c }, u && Ce),
S = !0 === d ? W({ x: h, y: g }) : { x: h, y: g };
if (((h = S.x), (g = S.y), l)) {
var P;
return J()(
{},
T,
((P = {}),
(P[C] = b ? "0" : ""),
(P[I] = x ? "0" : ""),
(P.transform =
(y.devicePixelRatio || 1) <= 1
? "translate(" + h + "px, " + g + "px)"
: "translate3d(" + h + "px, " + g + "px, 0)"),
P)
);
}
return J()(
{},
T,
((t = {}),
(t[C] = b ? g + "px" : ""),
(t[I] = x ? h + "px" : ""),
(t.transform = ""),
t)
);
}
function U(e) {
var t = e.state,
o = e.options,
i = o.gpuAcceleration,
s = void 0 === i || i,
n = o.adaptive,
a = void 0 === n || n,
r = o.roundOffsets,
c = void 0 === r || r,
l = m(t.elements.popper).transitionProperty || "";
a &&
["transform", "top", "right", "bottom", "left"].some(function (e) {
return l.indexOf(e) >= 0;
}) &&
console.warn(
[
"Popper: Detected CSS transitions on at least one of the following",
'CSS properties: "transform", "top", "right", "bottom", "left".',
"\n\n",
'Disable the "computeStyles" modifier\'s `adaptive` option to allow',
"for smooth transitions, or remove these properties from the CSS",
"transition declaration on the popper element if only transitioning",
"opacity or background-color for example.",
"\n\n",
"We recommend using the popper element as a wrapper around an inner",
"element that can have any CSS property transitioned for animations.",
].join(" ")
);
var u = {
placement: O(t.placement),
variation: j(t.placement),
popper: t.elements.popper,
popperRect: t.rects.popper,
gpuAcceleration: s,
isFixed: "fixed" === t.options.strategy,
};
null != t.modifiersData.popperOffsets &&
(t.styles.popper = J()(
{},
t.styles.popper,
F(
J()({}, u, {
offsets: t.modifiersData.popperOffsets,
position: t.options.strategy,
adaptive: a,
roundOffsets: c,
})
)
)),
null != t.modifiersData.arrow &&
(t.styles.arrow = J()(
{},
t.styles.arrow,
F(
J()({}, u, {
offsets: t.modifiersData.arrow,
position: "absolute",
adaptive: !1,
roundOffsets: c,
})
)
)),
(t.attributes.popper = J()({}, t.attributes.popper, {
"data-popper-placement": t.placement,
}));
}
function V(e) {
var t = e.state;
X()(t.elements).forEach(function (e) {
var o = t.styles[e] || {},
i = t.attributes[e] || {},
s = t.elements[e];
n(s) &&
d(s) &&
(J()(s.style, o),
X()(i).forEach(function (e) {
var t = i[e];
!1 === t
? s.removeAttribute(e)
: s.setAttribute(e, !0 === t ? "" : t);
}));
});
}
function K(e) {
var t = e.state,
o = {
popper: {
position: t.options.strategy,
left: "0",
top: "0",
margin: "0",
},
arrow: { position: "absolute" },
reference: {},
};
return (
J()(t.elements.popper.style, o.popper),
(t.styles = o),
t.elements.arrow && J()(t.elements.arrow.style, o.arrow),
function () {
X()(t.elements).forEach(function (e) {
var i = t.elements[e],
s = t.attributes[e] || {},
a = X()(t.styles.hasOwnProperty(e) ? t.styles[e] : o[e]),
r = a.reduce(function (e, t) {
return (e[t] = ""), e;
}, {});
n(i) &&
d(i) &&
(J()(i.style, r),
X()(s).forEach(function (e) {
i.removeAttribute(e);
}));
});
}
);
}
function q(e, t, o) {
var i = O(e),
s = [re, se].indexOf(i) >= 0 ? -1 : 1,
n = "function" == typeof o ? o(J()({}, t, { placement: e })) : o,
a = n[0],
r = n[1];
return (
(a = a || 0),
(r = (r || 0) * s),
[re, ae].indexOf(i) >= 0 ? { x: r, y: a } : { x: a, y: r }
);
}
function z(e) {
var t = e.state,
o = e.options,
i = e.name,
s = o.offset,
n = void 0 === s ? [0, 0] : s,
a = pe.reduce(function (e, o) {
return (e[o] = q(o, t.rects, n)), e;
}, {}),
r = a[t.placement],
c = r.x,
l = r.y;
null != t.modifiersData.popperOffsets &&
((t.modifiersData.popperOffsets.x += c),
(t.modifiersData.popperOffsets.y += l)),
(t.modifiersData[i] = a);
}
o.d(t, "a", function () {
return ke;
}),
o.d(t, "b", function () {
return De;
});
var G = o("aA9S"),
J = o.n(G),
H = o("ZLEe"),
X = o.n(H),
Y = o("rVsN"),
Z = o.n(Y),
Q = o("zsLt"),
ee = o.n(Q),
te = o("cUn4"),
oe = o.n(te),
ie = Math.round,
se = "top",
ne = "bottom",
ae = "right",
re = "left",
ce = "auto",
le = [se, ne, ae, re],
ue = "start",
de = "end",
pe = [].concat(le, [ce]).reduce(function (e, t) {
return e.concat([t, t + "-" + ue, t + "-" + de]);
}, []),
_e = [
"beforeRead",
"read",
"afterRead",
"beforeMain",
"main",
"afterMain",
"beforeWrite",
"write",
"afterWrite",
],
me =
'Popper: modifier "%s" provided an invalid %s property, expected %s but got %s',
fe =
'Popper: modifier "%s" requires "%s", but "%s" modifier is not available',
he = [
"name",
"enabled",
"phase",
"fn",
"effect",
"requires",
"options",
],
ve =
"Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element.",
ge =
"Popper: An infinite loop in the modifiers cycle has been detected! The cycle has been interrupted to prevent a browser crash.",
we = { placement: "bottom", modifiers: [], strategy: "absolute" },
xe = { passive: !0 },
be = {
name: "eventListeners",
enabled: !0,
phase: "write",
fn: function () {},
effect: $,
data: {},
},
Ie = {
name: "popperOffsets",
enabled: !0,
phase: "read",
fn: N,
data: {},
},
Ce = { top: "auto", right: "auto", bottom: "auto", left: "auto" },
ye = {
name: "computeStyles",
enabled: !0,
phase: "beforeWrite",
fn: U,
data: {},
},
Re = {
name: "applyStyles",
enabled: !0,
phase: "write",
fn: V,
effect: K,
requires: ["computeStyles"],
},
Ee = [be, Ie, ye, Re],
ke = (function (e) {
void 0 === e && (e = {});
var t = e,
o = t.defaultModifiers,
i = void 0 === o ? [] : o,
n = t.defaultOptions,
a = void 0 === n ? we : n;
return function (e, t, o) {
function n() {
c.orderedModifiers.forEach(function (e) {
var t = e.name,
o = e.options,
i = void 0 === o ? {} : o,
s = e.effect;
if ("function" == typeof s) {
var n = s({ state: c, name: t, instance: d, options: i }),
a = function () {};
l.push(n || a);
}
});
}
function r() {
l.forEach(function (e) {
return e();
}),
(l = []);
}
void 0 === o && (o = a);
var c = {
placement: "bottom",
orderedModifiers: [],
options: J()({}, we, a),
modifiersData: {},
elements: { reference: e, popper: t },
attributes: {},
styles: {},
},
l = [],
u = !1,
d = {
state: c,
setOptions: function (o) {
var l = "function" == typeof o ? o(c.options) : o;
r(),
(c.options = J()({}, a, c.options, l)),
(c.scrollParents = {
reference: s(e)
? b(e)
: e.contextElement
? b(e.contextElement)
: [],
popper: b(t),
});
var u = k(A([].concat(i, c.options.modifiers)));
((c.orderedModifiers = u.filter(function (e) {
return e.enabled;
})),
S(
P([].concat(u, c.options.modifiers), function (e) {
return e.name;
})
),
O(c.options.placement) === ce) &&
(c.orderedModifiers.find(function (e) {
return "flip" === e.name;
}) ||
console.error(
[
'Popper: "auto" placements require the "flip" modifier be',
"present and enabled to work.",
].join(" ")
));
var p = m(t);
return (
[
p.marginTop,
p.marginRight,
p.marginBottom,
p.marginLeft,
].some(function (e) {
return parseFloat(e);
}) &&
console.warn(
[
'Popper: CSS "margin" styles cannot be used to apply padding',
"between the popper and its reference element or boundary.",
"To replicate margin, use the `offset` modifier, as well as",
"the `padding` option in the `preventOverflow` and `flip`",
"modifiers.",
].join(" ")
),
n(),
d.update()
);
},
forceUpdate: function () {
if (!u) {
var e = c.elements,
t = e.reference,
o = e.popper;
if (!M(t, o)) return void console.error(ve);
(c.rects = {
reference: v(t, R(o), "fixed" === c.options.strategy),
popper: g(o),
}),
(c.reset = !1),
(c.placement = c.options.placement),
c.orderedModifiers.forEach(function (e) {
return (c.modifiersData[e.name] = J()({}, e.data));
});
for (var i = 0, s = 0; s < c.orderedModifiers.length; s++) {
if ((i += 1) > 100) {
console.error(ge);
break;
}
if (!0 !== c.reset) {
var n = c.orderedModifiers[s],
a = n.fn,
r = n.options,
l = void 0 === r ? {} : r,
p = n.name;
"function" == typeof a &&
(c =
a({ state: c, options: l, name: p, instance: d }) ||
c);
} else (c.reset = !1), (s = -1);
}
}
},
update: D(function () {
return new Z.a(function (e) {
d.forceUpdate(), e(c);
});
}),
destroy: function () {
r(), (u = !0);
},
};
return M(e, t)
? (d.setOptions(o).then(function (e) {
!u && o.onFirstUpdate && o.onFirstUpdate(e);
}),
d)
: (console.error(ve), d);
};
})({ defaultModifiers: Ee }),
De = {
name: "offset",
enabled: !0,
phase: "main",
requires: ["popperOffsets"],
fn: z,
};
},
w3K0: function (e, t, o) {
"use strict";
function i(e) {
o("h7y/");
}
var s = (o("4l2z"), o("QWO+")),
n = o("BNkf"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
w4e3: function (e, t, o) {
"use strict";
String, String, String, Boolean;
},
wWlE: function (e, t, o) {
"use strict";
var i = o("p7Ev"),
s = o("4a+h"),
n = o("K2BN"),
a = o.n(n);
i.a,
s.a,
String,
String,
Boolean,
Number,
String,
String,
String,
Boolean,
Boolean,
Number,
Number,
Number,
String,
String,
String,
String,
Boolean;
},
wiP3: function (e, t) {},
wpwm: function (e, t, o) {
"use strict";
t.a = {
name: "popup-header",
props: {
leftText: String,
rightText: String,
title: String,
showBottomBorder: { type: Boolean, default: !0 },
},
};
},
"x/yF": function (e, t, o) {
"use strict";
function i(e) {
var t = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"),
o = window.location.search.substr(1).match(t);
return null != o ? o[2] : null;
}
var s = o("3cXf"),
n = o.n(s),
a = o("GblZ"),
r = o("QpaW"),
c = o("KO53"),
l = o("RFt0"),
u = o("SXXC"),
d = o.n(u),
p = i("eid") || "23400814",
_ = i("storeEid"),
m = i("path") || "InterGo8612new",
f = i("appid") || "10036";
_ = _ ? "&storeEid=" + _ : "";
t.a = {
name: "tointerview",
components: {
Search: a.a,
Divider: r.a,
videomsgDialog: c.a,
advancedfilterDialog: l.a,
},
data: function () {
return {
showBackTop: !1,
showline: !1,
results: [],
curKeywords: "",
keywords: "",
page: 1,
curDatas: "",
titleName: this.localeResource.tointerview_pageName,
isYZJapp: !1,
searchFilter: {},
version: Number(localStorage.InterGo_Version),
};
},
created: function () {
navigator.userAgent.match(/Qing\/.*;(iOS|iPhone|Android).*/) &&
(this.isYZJapp = !0),
this.isYZJapp && XuntongJSBridge.call("closePop");
var e = this;
try {
void 0 != mbos.http
? e.loadData()
: (window.onload = function () {
e.loadData();
});
} catch (t) {
e.loadData();
}
},
mounted: function () {
d()(".dateTitleWrap").height(d()(".dateTitle").outerHeight(!0));
},
updated: function () {
var e = this;
this.$nextTick(function () {
e.initEvent();
});
},
computed: {
getHeight: function () {
return window.innerHeight;
},
},
beforeRouteLeave: function (e, t, o) {
var i = this;
d()(window).unbind("scroll"),
d()(".backTop").off("click", i.backTop),
o();
},
methods: {
getFilterConditions: function (e) {
console.log(e),
(this.page = "1"),
(this.curDatas = []),
(this.showline = !1),
(this.searchFilter = e),
(this.curKeywords = ""),
(this.keywords = ""),
this.loadData(!0);
},
openSearchDialog: function () {
this.$refs.filterbox.showFilterBox = !0;
},
scrollEvent: function () {
var e = [];
d()(".taskList .dateTitleWrap").each(function (t, o) {
e[t] = d()(this).offset().top;
});
var t =
document.body.scrollTop + document.documentElement.scrollTop;
t < 100
? (this.showBackTop = !1)
: ((this.showBackTop = !0),
t + window.innerHeight >=
d()(".tointerview").outerHeight(!0) - 60 &&
(this.showline ||
(console.log("滚动加载"),
this.$vux.loading.show({ text: "Loading" }),
this.page++,
this.loadData())));
var o = d()(".taskList").outerWidth(!0);
for (var i in e)
if (t <= e[i]) {
d()(".taskList .dateTitle").css({
position: "relative",
width: "100%",
}),
i > 0 &&
d()(".taskList .dateTitle")
.eq(i - 1)
.css({ position: "fixed", width: o });
break;
}
},
backTop: function () {
d()("html,body").animate({ scrollTop: 0 }, 300);
},
initEvent: function () {
var e = this;
(window.onscroll = function () {
e.scrollEvent();
}),
d()(".backTop").off("click", e.backTop).on("click", e.backTop);
},
linkPage: function (e) {
"待面试" == e.state
? self != top
? (d()(".tabs-wrap", parent.document).hide(),
(top.location.href =
location.origin +
location.pathname +
"?appid=" +
f +
"&eid=" +
p +
"&path=" +
m +
_ +
"&name=00.custom#/resume_detail?recordId=" +
encodeURIComponent(e.recordId)))
: this.$router.push(
"/resume_detail?recordId=" + encodeURIComponent(e.recordId)
)
: "待评价" === e.state
? self != top
? (d()(".tabs-wrap", parent.document).hide(),
(top.location.href =
location.origin +
location.pathname +
"?appid=" +
f +
"&eid=" +
p +
"&path=" +
m +
_ +
"&name=00.custom#/judge_page?recordId=" +
encodeURIComponent(e.recordId)))
: this.$router.push(
"/judge_page?recordId=" + encodeURIComponent(e.recordId)
)
: self != top
? (d()(".tabs-wrap", parent.document).hide(),
(top.location.href =
location.origin +
location.pathname +
"?appid=" +
f +
"&eid=" +
p +
"&path=" +
m +
_ +
"&name=00.custom#/judge_detail?recordId=" +
encodeURIComponent(e.recordId)))
: this.$router.push(
"/judge_detail?recordId=" + encodeURIComponent(e.recordId)
);
},
judgeDay: function (e) {
var t = new Date(e.replace(/\./g, "/")),
o = new Date(t.setHours(0, 0, 0, 0) - 1),
i = new Date(o.setHours(0, 0, 0, 0) - 1),
s = new Date(),
n = new Date(new Date().setHours(0, 0, 0, 0) - 1),
a = new Date(n.setHours(0, 0, 0, 0) - 1);
return t.setHours(0, 0, 0, 0) == s.setHours(0, 0, 0, 0)
? this.localeResource.common_today
: t.setHours(0, 0, 0, 0) == n.setHours(0, 0, 0, 0)
? this.localeResource.common_yesterday
: t.setHours(0, 0, 0, 0) == a.setHours(0, 0, 0, 0)
? this.localeResource.common_TheDayBeforeYesterday
: o.setHours(0, 0, 0, 0) == s.setHours(0, 0, 0, 0)
? this.localeResource.common_tomorrow
: i.setHours(0, 0, 0, 0) == s.setHours(0, 0, 0, 0) &&
this.localeResource.common_TheDayAfterTomorrow;
},
getWeek: function (e) {
var t = new Date(e.replace(/\./g, "/")).getDay();
switch (t) {
case 0:
t = this.localeResource.common_Sunday;
break;
case 1:
t = this.localeResource.common_Monday;
break;
case 2:
t = this.localeResource.common_Tuesday;
break;
case 3:
t = this.localeResource.common_Wednesday;
break;
case 4:
t = this.localeResource.common_Thursday;
break;
case 5:
t = this.localeResource.common_Friday;
break;
case 6:
t = this.localeResource.common_Saturday;
break;
default:
t = this.localeResource.common_unknown;
}
return t;
},
toggleList: function (e) {
e.stopPropagation();
var t = d()(e.target);
t.hasClass("dateTitle") || (t = d()(e.target).parent(".dateTitle")),
t.find(".arrow").toggleClass("down"),
t.parent(".dateTitleWrap").siblings(".dateList").toggle();
},
resultClick: function (e) {
window.alert("you click the result item: " + n()(e));
},
getResult: (function (e) {
function t(t) {
return e.apply(this, arguments);
}
return (
(t.toString = function () {
return e.toString();
}),
t
);
})(function (e) {
this.results = e ? getResult(this.value) : [];
}),
onSubmit: function () {
this.$refs.search.setBlur(),
(this.page = 1),
(this.curKeywords = this.keywords),
console.log("curKeywords:" + this.curKeywords),
this.version >= 1 &&
((this.searchFilter = {
type: "fast",
name: this.curKeywords,
position: this.curKeywords,
}),
(this.$refs.filterbox.currDate = new Date()),
(this.$refs.filterbox.personName = ""),
(this.$refs.filterbox.gender = ""),
(this.$refs.filterbox.genderText = ""),
(this.$refs.filterbox.age = ""),
(this.$refs.filterbox.phoneNumber = ""),
(this.$refs.filterbox.interviewTime = ""),
(this.$refs.filterbox.interviewPosition = ""),
(this.$refs.filterbox.interviewLink = "")),
this.loadData(!0);
},
onFocus: function () {
console.log("on focus");
},
onCancel: function () {
console.log("on cancel");
},
loadData: function (e) {
var t = this,
o = this.$store.state.userInfo.openId,
i = { userOpenId: o, pageNo: this.page, keywords: "" };
this.curKeywords.trim() && (i.keywords = this.curKeywords.trim()),
this.version >= 1 &&
(i = {
userOpenId: o,
pageNo: this.page,
searchKey: n()(this.searchFilter),
});
try {
console.log(mbos);
var s = this;
mbos.eas.invokeScript({
name: "commonOSFservice",
param: ["InterGo_GetToBeInterviewedList", n()(i)],
success: function (t) {
if (
(console.log("调用接口成功"), console.log(t), "0" == t.code)
) {
var o = t.data.taskList;
("" === s.curDatas || e) && (s.curDatas = []),
(s.curDatas = s.curDatas.concat(o)),
console.log(s.page),
console.log(s.curDatas),
t.data.totalInterCount < 20
? (s.showline = !0)
: (s.showline = !1);
} else {
var i = n()(t);
if (i.indexOf("请求云之家openauth2服务失败") >= 0)
alert(s.localeResource.common_loginTimeout);
else if (i.indexOf("无法连接EAS服务器") >= 0)
alert(s.localeResource.common_EAS500);
else {
var a = s.localeResource.common_errorMsg;
t.mesg && (a = t.mesg),
s.$vux.toast.show({
position: "default",
text: a,
time: 2e3,
type: "text",
width: "auto",
onShow: function () {
d()(".weui-toast_text .weui-toast__content").css(
"font-size",
"0.373rem"
);
},
});
}
(s.curDatas = []), (s.showline = !0);
}
setTimeout(function () {
s.$vux.loading.hide();
}, 1e3);
},
error: function (e) {
console.log("调用接口失败"),
console.log(e),
(s.curDatas = []),
setTimeout(function () {
s.$vux.loading.hide();
}, 1e3);
},
});
} catch (o) {
this.$http
.post("/user/toInterviews", i)
.then(function (o) {
var i = o.data;
if ("0" == i.code) {
var s = i.data.items;
("" === t.curDatas || e) && (t.curDatas = []),
(t.curDatas = t.curDatas.concat(s)),
console.log(t.page),
console.log(t.curDatas),
s.length < 20 ? (t.showline = !0) : (t.showline = !1);
}
setTimeout(function () {
t.$vux.loading.hide();
}, 1e3);
})
.catch(function (e) {
var t = this;
console.log(e),
setTimeout(function () {
t.$vux.loading.hide();
}, 1e3);
});
}
},
openVideoInterviewBox: function (e) {
this.$refs.videobox.getVideoInterviewMsg(e.recordId);
},
},
};
},
xbrm: function (e, t) {},
xf7t: function (e, t, o) {
"use strict";
var i = o("ZLEe"),
s = o.n(i),
n = o("yODz"),
a = o("Xspv");
Boolean,
String,
String,
Boolean,
Boolean,
Boolean,
String,
String,
Object,
Boolean,
Boolean,
Boolean;
},
xycR: function (e, t) {},
y1pt: function (e, t, o) {
"use strict";
var i = o("x6d+");
i.a, Boolean, Number, String, String, String, Boolean, String, String;
},
y5UI: function (e, t, o) {
"use strict";
},
yZDl: function (e, t, o) {
"use strict";
var i = o("adVT");
Boolean, Boolean, Boolean, String, String, Boolean, String, Object, Array;
},
"yfb+": function (e, t) {},
ymDC: function (e, t, o) {
"use strict";
function i(e) {
o("p6Gr");
}
var s = (o("RHLz"), o("x/yF")),
n = o("McL7"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-9d868e9e", null);
t.a = c.exports;
},
"z/MN": function (e, t) {},
zKIK: function (e, t, o) {
"use strict";
function i(e) {
o("Qqg/");
}
var s = (o("rJb5"), o("hO2J")),
n = o("YWtY"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, "data-v-14202812", null);
t.a = c.exports;
},
zM9A: function (e, t, o) {
"use strict";
function i(e) {
o("ZswK");
}
var s = (o("s9ei"), o("JkoX")),
n = o("mR2Y"),
a = o("C7Lr"),
r = i,
c = a(s.a, n.a, !1, r, null, null);
t.a = c.exports;
},
},
["NHnr"]
);
});