Browse Source

演示备份

fengxu 2 years ago
parent
commit
e273aec4e4
3 changed files with 40 additions and 40 deletions
  1. 1 1
      cokingCoal/hr.html
  2. 14 14
      cokingCoal/js/dataA.js
  3. 25 25
      cokingCoal/js/humanResources.js

+ 1 - 1
cokingCoal/hr.html

@@ -309,7 +309,7 @@
                             <!-- <div class="item" v-if="noticeList.length == 0"> -->
                             <div class="item">
                                 <!-- <p class="item_title">{{ noticeList[noticeIndex].title  }}</p> -->
-                                <p class="item_title">山西焦煤西山煤电杜儿坪矿井下操作工招聘公示</p>
+                                <p class="item_title">山西焦煤西山煤电斜沟煤矿井下操作工招聘公示</p>
                                 <p class="item_con" style="text-indent: 40px;line-height: 50px;">
                                     根据2023年7月1日发布的《山西焦煤西山煤电杜儿坪矿井下操作工双选公告》相关要求,经过双选平台发布岗位、自主报名、资格审查、综合测评等流程,双选结果公示,拟录用陈英等14名员工。现将拟录用人员名单予以公示。<br>
                                 </p>

+ 14 - 14
cokingCoal/js/dataA.js

@@ -271,20 +271,20 @@ let honorList = [
 
 
 let employmentList = [
-    ["01", "陈英", "男", "140152********0101", "杜儿坪矿"],
-    ["02", "李小曼", "女", "140152********0101", "杜儿坪矿"],
-    ["03", "王亮", "男", "140152********0101", "杜儿坪矿"],
-    ["04", "李鑫", "女", "140152********0101", "杜儿坪矿"],
-    ["05", "王伟", "男", "140152********0101", "杜儿坪矿"],
-    ["06", "李梦", "女", "140152********0101", "杜儿坪矿"],
-    ["07", "王小星", "男", "140152********0101", "杜儿坪矿"],
-    ["08", "张爱琴", "女", "140152********0101", "杜儿坪矿"],
-    ["09", "李丽丽", "女", "140152********0101", "杜儿坪矿"],
-    ["10", "王强", "男", "140152********0101", "杜儿坪矿"],
-    ["11", "王国兴", "男", "140152********0101", "杜儿坪矿"],
-    ["12", "王伟杰", "男", "140152********0101", "杜儿坪矿"],
-    ["13", "李亮亮", "女", "140152********0101", "杜儿坪矿"],
-    ["14", "王洁", "男", "140152********0101", "杜儿坪矿"],
+    ["01", "陈英", "男", "140152********0101", "斜沟煤矿"],
+    ["02", "李小曼", "女", "140152********0101", "斜沟煤矿"],
+    ["03", "王亮", "男", "140152********0101", "斜沟煤矿"],
+    ["04", "李鑫", "女", "140152********0101", "斜沟煤矿"],
+    ["05", "王伟", "男", "140152********0101", "斜沟煤矿"],
+    ["06", "李梦", "女", "140152********0101", "斜沟煤矿"],
+    ["07", "王小星", "男", "140152********0101", "斜沟煤矿"],
+    ["08", "张爱琴", "女", "140152********0101", "斜沟煤矿"],
+    ["09", "李丽丽", "女", "140152********0101", "斜沟煤矿"],
+    ["10", "王强", "男", "140152********0101", "斜沟煤矿"],
+    ["11", "王国兴", "男", "140152********0101", "斜沟煤矿"],
+    ["12", "王伟杰", "男", "140152********0101", "斜沟煤矿"],
+    ["13", "李亮亮", "女", "140152********0101", "斜沟煤矿"],
+    ["14", "王洁", "男", "140152********0101", "斜沟煤矿"],
 ]
 
 let monthList = ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12']

+ 25 - 25
cokingCoal/js/humanResources.js

@@ -2712,32 +2712,32 @@ let app = new Vue({
         },
         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.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) {
+            // 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;