|
|
@@ -258,7 +258,7 @@ let app = new Vue({
|
|
|
header: ["序号", "姓名", "性别", "身份证号", "拟录用单位"],
|
|
|
rowNum: 5,
|
|
|
headerHeight: 55,
|
|
|
- columnWidth: [100, 100, 100, 280],
|
|
|
+ columnWidth: [100, 140, 100, 280],
|
|
|
data: [],
|
|
|
align: ["center", "center", "center", "center", "center"],
|
|
|
headerBGC: "#69c1ff2d",
|
|
|
@@ -271,7 +271,7 @@ let app = new Vue({
|
|
|
header: ["序号", "姓名", "性别", "身份证号", "拟录用单位"],
|
|
|
rowNum: 5,
|
|
|
headerHeight: 55,
|
|
|
- columnWidth: [100, 100, 100, 280],
|
|
|
+ columnWidth: [100, 140, 100, 280],
|
|
|
data: [],
|
|
|
align: ["center", "center", "center", "center", "center"],
|
|
|
headerBGC: "#69c1ff2d",
|
|
|
@@ -321,9 +321,9 @@ let app = new Vue({
|
|
|
rightList: [{
|
|
|
name: "当前数",
|
|
|
flag: true,
|
|
|
- num1: 87,
|
|
|
- num2: 61,
|
|
|
- num3: "70%",
|
|
|
+ num1: 292,
|
|
|
+ num2: 225,
|
|
|
+ num3: "77%",
|
|
|
}, {
|
|
|
name: "累计数",
|
|
|
flag: false,
|
|
|
@@ -359,7 +359,13 @@ let app = new Vue({
|
|
|
leftErrorList: ["信息不完整", "信息有误", "任职条件不符", "出勤不足", "工作年限不符"],
|
|
|
isShowList: true,
|
|
|
isListEnd: 0,
|
|
|
- address:"西山煤电屯兰矿。"
|
|
|
+ address: "西山煤电屯兰矿。",
|
|
|
+ interviewIndex: 0,
|
|
|
+ examinationIndex: 0,
|
|
|
+ showInterview: true, // 面试
|
|
|
+ showExamination: true, //笔试
|
|
|
+ noticeList: [],
|
|
|
+ noticeIndex: 0,
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
@@ -401,15 +407,15 @@ let app = new Vue({
|
|
|
|
|
|
|
|
|
let rightOne = this.$refs.rightOne
|
|
|
- this.initLineRight(rightOne, { value: 524, total: 1260 })
|
|
|
+ this.initLineRight(rightOne, { value: 25, total: 67 })
|
|
|
let rightTwo = this.$refs.rightTwo
|
|
|
- this.initLineRight(rightTwo, { value: 293, total: 1260 })
|
|
|
+ this.initLineRight(rightTwo, { value: 22, total: 67 })
|
|
|
let rightThree = this.$refs.rightThree
|
|
|
- this.initLineRight(rightThree, { value: 253, total: 1260 })
|
|
|
+ this.initLineRight(rightThree, { value: 10, total: 67 })
|
|
|
let rightFour = this.$refs.rightFour
|
|
|
- this.initLineRight(rightFour, { value: 120, total: 1260 })
|
|
|
+ this.initLineRight(rightFour, { value: 8, total: 67 })
|
|
|
let rightFive = this.$refs.rightFive
|
|
|
- this.initLineRight(rightFive, { value: 61, total: 1260 })
|
|
|
+ this.initLineRight(rightFive, { value: 2, total: 67 })
|
|
|
// let c1 = this.$refs.c1
|
|
|
// this.initRightCycle(c1, 40)
|
|
|
// let c2 = this.$refs.c2
|
|
|
@@ -499,6 +505,33 @@ let app = new Vue({
|
|
|
// that.getFailReason()
|
|
|
// that.getQualAudits()
|
|
|
// that.getNoticePerson()
|
|
|
+ // that.getNotice()
|
|
|
+ // that.getDoubleChoice()
|
|
|
+ // setInterval(() => {
|
|
|
+ // that.getreviewarrange({
|
|
|
+ // mianshi: [
|
|
|
+ // ["焦煤", "李哥", "301", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ],
|
|
|
+ // bishi: [
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ],
|
|
|
+ // })
|
|
|
+ // }, (1000 * 10))
|
|
|
|
|
|
// })
|
|
|
// }).catch(err => {
|
|
|
@@ -961,10 +994,14 @@ let app = new Vue({
|
|
|
normal: {
|
|
|
formatter: (params) => {
|
|
|
var text;
|
|
|
- if (((params.value / total) * 100).toFixed(0) < 10) {
|
|
|
- text = `${(" " + params.value)}人 | ${(((params.value) / total) * 100).toFixed(0)}%`;
|
|
|
+ if (params.value >= 10) {
|
|
|
+ if (((params.value / total) * 100).toFixed(0) < 10) {
|
|
|
+ text = `${(" " + params.value)}人 | ${(((params.value) / total) * 100).toFixed(0)}%`;
|
|
|
+ } else {
|
|
|
+ text = `${(params.value)}人 | ${(((params.value) / total) * 100).toFixed(0)}%`;
|
|
|
+ }
|
|
|
} else {
|
|
|
- text = `${(params.value)}人 | ${(((params.value) / total) * 100).toFixed(0)}%`;
|
|
|
+ text = `${(" " + params.value)}人 | ${(((params.value) / total) * 100).toFixed(0)}%`;
|
|
|
}
|
|
|
return text;
|
|
|
},
|
|
|
@@ -2211,7 +2248,7 @@ let app = new Vue({
|
|
|
getHotDelivcv() {
|
|
|
let that = this;
|
|
|
let data = {};
|
|
|
- // fetchPostMethods("/ierp/kapi/v2/mdnb/mdnb_control/HotDelivcv",data).then(res => {})
|
|
|
+ fetchPostMethods("/ierp/kapi/v2/mdnb/mdnb_control/HotDelivcv",data).then(res => {})
|
|
|
let res = {
|
|
|
data: [
|
|
|
[
|
|
|
@@ -2311,7 +2348,7 @@ let app = new Vue({
|
|
|
getDelivcvAndApply() {
|
|
|
let that = this;
|
|
|
let data = {
|
|
|
- flag: true
|
|
|
+ flag: true,
|
|
|
};
|
|
|
|
|
|
let pageBtm = this.$refs.pageBtm
|
|
|
@@ -2337,14 +2374,43 @@ let app = new Vue({
|
|
|
|
|
|
})
|
|
|
},
|
|
|
- getreviewarrange() {
|
|
|
+ getreviewarrange(res = {
|
|
|
+ mianshi: [
|
|
|
+ ["焦煤", "李大哥", "301", "2", "2023-08-31 10:40:55.0"]
|
|
|
+ ],
|
|
|
+ bishi: [
|
|
|
+ ["焦煤", "李大哥", "301", "2", "2023-08-31 10:40:55.0"]
|
|
|
+ ],
|
|
|
+ }) {
|
|
|
let that = this;
|
|
|
let data = {
|
|
|
flag: true
|
|
|
};
|
|
|
- fetchPostMethods("/ierp/kapi/v2/mdnb/mdnb_control/getreviewarrange", data).then(res => {
|
|
|
- console.log(res);
|
|
|
- })
|
|
|
+ // fetchPostMethods("/ierp/kapi/v2/mdnb/mdnb_control/getreviewarrange", data).then(res => {
|
|
|
+ if (res) {
|
|
|
+ that.isRendering(res.mianshi, "interviewIndex", "configInterview", "showInterview")
|
|
|
+ that.isRendering(res.bishi, "examinationIndex", "configWritten", "showExamination")
|
|
|
+ }
|
|
|
+
|
|
|
+ // })
|
|
|
+ },
|
|
|
+ isRendering(data, type, key, flag) {
|
|
|
+ let that = this;
|
|
|
+ if (that[type] == 0) {
|
|
|
+ that[key].data = data
|
|
|
+ setTimeout(() => {
|
|
|
+ that[flag] = true
|
|
|
+ }, 10)
|
|
|
+ that[type] = 1
|
|
|
+ } else {
|
|
|
+ if (data[0][1] != that[key].data[0][1] || data[0][2] != that[key].data[0][2] || data[0][3] != that[key].data[0][3]) {
|
|
|
+ that[flag] = false
|
|
|
+ that[key].data = data
|
|
|
+ setTimeout(() => {
|
|
|
+ that[flag] = true
|
|
|
+ }, 10)
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
getRecruitType() {
|
|
|
let that = this;
|
|
|
@@ -2501,7 +2567,6 @@ let app = new Vue({
|
|
|
that.rightList[0].num3 = item.value
|
|
|
}
|
|
|
})
|
|
|
- console.log(that.rightList);
|
|
|
// rightList: [{
|
|
|
// name: "当前数",
|
|
|
// flag: true,
|
|
|
@@ -2640,47 +2705,77 @@ let app = new Vue({
|
|
|
that.employmentList2.data.push(item)
|
|
|
}
|
|
|
})
|
|
|
- console.log(that.employmentList1.data);
|
|
|
+ // console.log(that.employmentList1.data);
|
|
|
setTimeout(() => {
|
|
|
that.isShowList = true
|
|
|
}, 10)
|
|
|
},
|
|
|
scrollChangeList(index) {
|
|
|
- // let that = this;
|
|
|
- // setTimeout(() => {
|
|
|
- // if (index + 5 == that.employmentList1.data.length) {
|
|
|
- // that.isListEnd = that.isListEnd + 1
|
|
|
- // if (that.isListEnd == 2) {
|
|
|
- // that.isListEnd = 0
|
|
|
- // that.isShowList = false
|
|
|
- // that.employmentList1.data = []
|
|
|
- // that.employmentList2.data = []
|
|
|
- // // that.getNoticePerson("李四")
|
|
|
- // if (employmentList.length % 2 != 0) {
|
|
|
- // employmentList.push([])
|
|
|
- // }
|
|
|
- // employmentList.forEach((item, index) => {
|
|
|
- // if (index % 2 == 0) {
|
|
|
- // that.employmentList1.data.push(item)
|
|
|
- // } else {
|
|
|
- // that.employmentList2.data.push(item)
|
|
|
- // }
|
|
|
- // })
|
|
|
- // console.log(that.employmentList1.data);
|
|
|
- // setTimeout(() => {
|
|
|
- // that.isShowList = true
|
|
|
- // }, 10)
|
|
|
-
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }, 1700)
|
|
|
- // if(index == 0){
|
|
|
- // console.log("index == 0");
|
|
|
- // }
|
|
|
- // if(index == that.employmentList1.data.length - 1){
|
|
|
- //
|
|
|
- // }
|
|
|
+ let that = this;
|
|
|
+ setTimeout(() => {
|
|
|
+ if (index + 5 == that.employmentList1.data.length) {
|
|
|
+ that.isListEnd = that.isListEnd + 1
|
|
|
+ if (that.isListEnd == 2) {
|
|
|
+ that.isListEnd = 0
|
|
|
+ that.isShowList = false
|
|
|
+ that.employmentList1.data = []
|
|
|
+ that.employmentList2.data = []
|
|
|
+ that.noticeIndex = that.noticeIndex + 1
|
|
|
+ if(that.noticeIndex > that.noticeList.length - 1){
|
|
|
+ that.noticeIndex = 0
|
|
|
+ }
|
|
|
+ that.getNoticePerson("李四是五")
|
|
|
+ setTimeout(() => {
|
|
|
+ that.isShowList = true
|
|
|
+ }, 10)
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }, 1700)
|
|
|
+ if (index == 0) {
|
|
|
+ console.log("index == 0");
|
|
|
+ }
|
|
|
+ if (index == that.employmentList1.data.length - 1) {
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+ getNotice() {
|
|
|
+ let that = this;
|
|
|
+ let data = {
|
|
|
+ flag: true
|
|
|
+ };
|
|
|
+ fetchPostMethods("/ierp/kapi/v2/mdnb/mdnb_control/getNotice",data).then(res => {})
|
|
|
+ let res = {
|
|
|
+ data: [{
|
|
|
+ mdnb_noticecontent: " 根据相关要求,经过网上报名、资格审查、笔试、面试等程序,现将拟录用人员名单予以公示。公示时间为2023年09月14日至2023年09月14日 ((1个工作日)),\n如对双选结果有异议,可在公示期内通过电话形式反馈情况。 \n 受理电话: 0351-8305606 0351-8305171\n",
|
|
|
+ title: "山西焦煤西山煤电杜儿坪矿井下操作工招聘公示",
|
|
|
+ billno: "000001"
|
|
|
+ }, {
|
|
|
+ mdnb_noticecontent: " 根据相关要求,经过网上报名、资格审查、笔试、面试等程序,现将拟录用人员名单予以公示。公示时间为2023年09月14日至2023年09月14日 ((1个工作日)),\n如对双选结果有异议,可在公示期内通过电话形式反馈情况。 \n 受理电话: 0351-8305606 0351-8305171\n",
|
|
|
+ title: "山西焦煤西山煤电杜坪矿井下操作工招聘公示",
|
|
|
+ billno: "000002"
|
|
|
+ }, {
|
|
|
+ mdnb_noticecontent: " 根据相关要求,经过网上报名、资格审查、笔试、面试等程序,现将拟录用人员名单予以公示。公示时间为2023年09月14日至2023年09月14日 ((1个工作日)),\n如对双选结果有异议,可在公示期内通过电话形式反馈情况。 \n 受理电话: 0351-8305606 0351-8305171\n",
|
|
|
+ title: "山西焦煤西山煤电杜儿矿井下操作工招聘公示",
|
|
|
+ billno: "000003"
|
|
|
+ }, {
|
|
|
+ mdnb_noticecontent: " 根据相关要求,经过网上报名、资格审查、笔试、面试等程序,现将拟录用人员名单予以公示。公示时间为2023年09月14日至2023年09月14日 ((1个工作日)),\n如对双选结果有异议,可在公示期内通过电话形式反馈情况。 \n 受理电话: 0351-8305606 0351-8305171\n",
|
|
|
+ title: "山西焦煤西山煤电儿坪矿井下操作工招聘公示",
|
|
|
+ billno: "000004"
|
|
|
+ }]
|
|
|
+ }
|
|
|
+ that.noticeList = res.data
|
|
|
},
|
|
|
+ getDoubleChoice(){
|
|
|
+ let that = this;
|
|
|
+ let data = {
|
|
|
+ flag: true
|
|
|
+ }
|
|
|
+ fetchPostMethods("/ierp/kapi/v2/mdnb/mdnb_control/DoubleChoice",data).then(res=>{
|
|
|
+ console.log(res);
|
|
|
+ })
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
},
|
|
|
|