Procházet zdrojové kódy

修改前端数据

fengxu před 2 roky
rodič
revize
5c987f75b3

binární
JMshujudaping23-09-08.zip → JMshujudaping23-09-14.zip


binární
cokingCoal.zip


+ 39 - 20
cokingCoal/hr.html

@@ -26,7 +26,7 @@
 
 <body>
     <div id="app" class="app_box">
-        <div class="page_title" >{{ title }}</div>
+        <div class="page_title">{{ title }}</div>
         <!-- <div class="page_title" @click="fullScreen()">{{ title }}</div> -->
         <div class="page_main">
             <div class="page_main_left flex_column">
@@ -36,12 +36,14 @@
 
                         <div class="main_item flex_column">
                             <div :class="classChange?'item_content_6':'item_content_6_false'">
-                                <dv-scroll-board id="itemContent" :config="config1" @scroll-change="scrollChange" style="width: 100%; height: 100%" />
+                                <dv-scroll-board id="itemContent" :config="config1" @scroll-change="scrollChange"
+                                    style="width: 100%; height: 100%" />
                             </div>
                             <div class="item_content_4 flex_column">
                                 <div class="content_4_top flex_column">
                                     <div class="content_4_title flex">
-                                        <div :class="item.flag?'btn_on':'btn_off'" v-for="(item,index) in leftList" @click="handleChangeType(false,index)">{{ item.name }}</div>
+                                        <div :class="item.flag?'btn_on':'btn_off'" v-for="(item,index) in leftList"
+                                            @click="handleChangeType(false,index)">{{ item.name }}</div>
                                         <!-- <div class="btn_off">双选岗位种类</div> -->
                                     </div>
                                     <div class="content_4_time flex">
@@ -64,7 +66,8 @@
                                 <div class="content_4_btm">
                                     <div v-if="!leftFlag" class="echarts_dom" ref="leftChange" id="echartL2"></div>
 
-                                    <dv-scroll-board v-if="leftFlag" :config="config2" style="width: 100%; height: 100%" />
+                                    <dv-scroll-board v-if="leftFlag" :config="config2"
+                                        style="width: 100%; height: 100%" />
                                 </div>
                             </div>
                         </div>
@@ -95,9 +98,9 @@
                                 <p class="item_con">
                                     <span>五、双选条件</span>
                                     <span>(一)遵纪守法,无犯罪记录,无严重不良信用记录,无重大处分。<br>
-                                            (二)品学兼优、吃苦耐劳、责任心强,认同山西焦煤企业文化。<br>
-                                            (三)应届毕业生须在2023年8月31日前取得相应学历,具备就业资格。<br>
-                                            (四)身心健康,服从分配,能够胜任岗位工作要求。</span>
+                                        (二)品学兼优、吃苦耐劳、责任心强,认同山西焦煤企业文化。<br>
+                                        (三)应届毕业生须在2023年8月31日前取得相应学历,具备就业资格。<br>
+                                        (四)身心健康,服从分配,能够胜任岗位工作要求。</span>
                                 </p>
                                 <p class="item_con">
                                     <span>六、报名方式</span>
@@ -110,7 +113,7 @@
                                 <p class="item_con">
                                     <span>八、有关说明</span>
                                     <span>(一)每位应聘者只可投报一个单位,请勿重复或多次报名。<br>
-                                            (二)应聘者须如实提供有关信息和材料,凡因本人填写信息错误而导致的一切后果自行承担;如有弄虚作假行为,一经查实即取消应聘资格。</span>
+                                        (二)应聘者须如实提供有关信息和材料,凡因本人填写信息错误而导致的一切后果自行承担;如有弄虚作假行为,一经查实即取消应聘资格。</span>
                                 </p>
                             </div>
                             <!-- </vue-seamless-scroll> -->
@@ -121,12 +124,14 @@
                     <div :class="treeList[1].flag?'title_yellow':'title'">Ⅱ.自主报名</div>
                     <div class="main flex_sp" style="position: relative;">
                         <div class="main_item">
-                            <dv-scroll-board :config="configMark"  v-if="isChangeList" style="width: 100%; height: 100%" />
+                            <dv-scroll-board :config="configMark" v-if="isChangeList"
+                                style="width: 100%; height: 100%" />
                         </div>
                         <div class="main_item">
                             <div class="echarts_dom" v-if="downholeFlag" ref="vita"></div>
 
-                            <dv-scroll-board v-if="!downholeFlag" :config="typeList" style="width: 100%; height: 100%" />
+                            <dv-scroll-board v-if="!downholeFlag" :config="typeList"
+                                style="width: 100%; height: 100%" />
 
                         </div>
                         <div class="echarts_icon" @click="hanleIcon()">
@@ -149,7 +154,8 @@
                     </div>
                 </div>
                 <div class="center_main">
-                    <div class="center_main_item flex_column" v-for="(item, index) in treeList" :key="index" :style="item.flag?item.onStyle:item.style">
+                    <div class="center_main_item flex_column" v-for="(item, index) in treeList" :key="index"
+                        :style="item.flag?item.onStyle:item.style">
                         <div class="center_main_item_icon">
                             <img :src="item.flag?item.onSrc:item.src" alt="">
                         </div>
@@ -190,9 +196,11 @@
                 <div class="right_top">
                     <div :class="treeList[2].flag?'title_yellow':'title'">Ⅲ.资格审查</div>
                     <div class="main flex_sp" style="padding: 10px 40px 5px;">
-                        <div class="main_item flex_column" style="background: none;overflow: hidden;padding-bottom: 5px;">
+                        <div class="main_item flex_column"
+                            style="background: none;overflow: hidden;padding-bottom: 5px;">
                             <div class="main_item_btn flex">
-                                <div :class="item.flag?'btn_on':'btn_off'" v-for="(item,index) in rightList" @click="handleChangeType(true,index)">{{ item.name }}</div>
+                                <div :class="item.flag?'btn_on':'btn_off'" v-for="(item,index) in rightList"
+                                    @click="handleChangeType(true,index)">{{ item.name }}</div>
                                 <!-- <div class="btn_off" @click="handleChangeType(true,2)">累计数</div> -->
                             </div>
                             <div class="main_item_main_bg">
@@ -275,13 +283,15 @@
                         <div class="main_item flex_column" style="background: none;">
                             <div class="main_item_title">笔试安排</div>
                             <div class="main_item_main">
-                                <dv-scroll-board :config="configInterview" style="width: 100%; height: 100%" />
+                                <dv-scroll-board v-if="showExamination" :config="configWritten"
+                                    style="width: 100%; height: 100%" />
                             </div>
                         </div>
                         <div class="main_item flex_column" style="background: none;position: relative;">
                             <div class="main_item_title">面试安排</div>
                             <div class="main_item_main">
-                                <dv-scroll-board :config="configWritten" style="width: 100%; height: 100%" />
+                                <dv-scroll-board v-if="showInterview" :config="configInterview"
+                                    style="width: 100%; height: 100%" />
                             </div>
                             <!-- <div class="changeTime" @click="handleMonth()">
                                 <img class="humanResources_times" src="./images/humanResources/time.png" alt="">
@@ -296,8 +306,10 @@
                     <div class="main flex_column">
                         <div class="main_item_top">
                             <!-- <vue-seamless-scroll :data="listData" class="warp" :classOption="classOption"> -->
+                            <!-- <div class="item" v-if="noticeList.length == 0"> -->
                             <div class="item">
-                                <p class="item_title">山西焦煤西山煤电杜儿坪矿井下操作工双选公示</p>
+                                <!-- <p class="item_title">{{ noticeList[noticeIndex].title  }}</p> -->
+                                <p class="item_title">山西焦煤西山煤电杜儿坪矿井下操作工招聘公示</p>
                                 <p class="item_con" style="text-indent: 40px;line-height: 50px;">
                                     根据2023年7月1日发布的《山西焦煤西山煤电杜儿坪矿井下操作工双选公告》相关要求,经过双选平台发布岗位、自主报名、资格审查、综合测评等流程,双选结果公示,拟录用陈英等14名员工。现将拟录用人员名单予以公示。<br>
                                 </p>
@@ -308,16 +320,21 @@
                                     受理电话:0351-8305319<br>
 
                                 </p>
+                                <!-- <div class="item_con">
+                                    <span class="item_con_main">{{ noticeList[noticeIndex].mdnb_noticecontent }}</span>
+                                </div> -->
                             </div>
 
                             <!-- </vue-seamless-scroll> -->
                         </div>
                         <div class="main_item_btm flex_sp" v-if="isShowList">
                             <div class="btm_item">
-                                <dv-scroll-board :config="employmentList1" @scroll-change="scrollChangeList" style="width: 100%; height: 100%" />
+                                <dv-scroll-board :config="employmentList1" @scroll-change="scrollChangeList"
+                                    style="width: 100%; height: 100%" />
                             </div>
                             <div class="btm_item">
-                                <dv-scroll-board :config="employmentList2" @scroll-change="scrollChangeList"  style="width: 100%; height: 100%" />
+                                <dv-scroll-board :config="employmentList2" @scroll-change="scrollChangeList"
+                                    style="width: 100%; height: 100%" />
                             </div>
                         </div>
                     </div>
@@ -406,10 +423,12 @@
         </div>
         <div class="mark_box" v-if="showMark" @click="handleMark()">
             <div class="mark_select_box" :style="markStyle" v-if="showSelect">
-                <div class="mark_select_options" v-for="(item,index) in newList" ::key="index" @click="handleOption(item)">{{ item }}</div>
+                <div class="mark_select_options" v-for="(item,index) in newList" ::key="index"
+                    @click="handleOption(item)">{{ item }}</div>
             </div>
             <div class="mark_month_box" v-if="showMonth">
-                <div class="mark_select_options" v-for="(item,index) in monthList" :key="index" @click="handleMonthOption(item)">{{ item }}月</div>
+                <div class="mark_select_options" v-for="(item,index) in monthList" :key="index"
+                    @click="handleMonthOption(item)">{{ item }}月</div>
             </div>
         </div>
         <div class="mark_box" @click="handleChangeImage()" v-if="imageIndex < imageList.length && imageFlag">

+ 1 - 1
cokingCoal/index.html

@@ -315,7 +315,7 @@
                                             <div class="image_box">
                                                 <div class="box_item" v-for="(item,index) in optimize" :key="index">
                                                     <img :src="index==0?'./images/center-left1.png':'./images/center-left3.png'" alt="">
-                                                    <div>{{ item.key }}<span>{{ item.value }}</span></div>
+                                                    <div>{{ item.key }}<span>{{ item.value }}</span>{{ item.unit }}</div>
                                                 </div>
                                             </div>
                                             <div class="po_title">优化池</div>

+ 4 - 4
cokingCoal/js/dataA.js

@@ -52,7 +52,7 @@ let salaryList = {
 // }
 
 let leftEndList = {
-    x: ["集团公司", "西山煤电", "汾西矿业", "霍州煤电", "山煤国际", "华晋焦煤", "山西焦化", "物资装备", "金 土地公司", "销售公司", "国发公司", "投资公司", "人力资源", "金融资本", "民爆集团", "云 数据公司", "焦煤置业", "新 能源公司", "油品公司", "低碳公司", "交易中心", "招标公司"],
+    x: ["集团公司", "西山煤电", "汾西矿业", "霍州煤电", "山煤国际", "华晋焦煤", "山西焦化", "物资装备公司", "金 土地公司", "销售公司", "国发公司", "投资公司", "人力资源", "金融资本", "民爆集团", "云 数据公司", "焦煤置业", "新 能源公司", "油品公司", "低碳公司", "交易中心", "招标公司"],
     y1: [9401, 9794, 9814, 8997, 9411, 10830, 5043, 12743, 16787, 20488, 7321, 8479, 18297, 14812, 7551, 16525, 12173, 11308, 13405, 7077, 7566, 5889],
     y2: [8146, 8812, 8043, 7634, 8231, 8928, 4752, 11693, 15066, 15402, 9911, 6681, 0, 14568, 5457, 13146, 13014, 10882, 12268, 0, 0, 0],
 }
@@ -79,7 +79,7 @@ let wholeList = {
 
 let schoolList = {
     x: ["太原理工", "山西大学", "河南理工", "中北大学", "中国矿业", "华北科技"],
-    y: [80, 50, 33, 20, 20, 10],
+    y: [481, 290, 243, 270, 230, 200],
 }
 
 let mobilizeList = {
@@ -108,9 +108,9 @@ let admissionList = {
 
 let userList = {
     x: ["西山煤电", "汾西矿业", "霍州煤电", "山煤国际", "华晋焦煤", "山西焦化", "销售公司", "投资公司", "油品公司"],
-    y1: [412, 269, 285, 217, 219, 327, 92, 4, 5],
+    y1: [712, 619, 615, 537, 519, 530, 92, 54, 55],
     y2: [2743, 981, 1808, 133, 23, 142, 9, 84, 0],
-    y3: [242, 0, 0, 0, 0, 0, 0, 0, 0],
+    y3: [242, 30, 28, 0, 0, 0, 0, 0, 0],
 }
 // let userList = {
 //   x: ["西山煤电","汾西矿业","霍州煤电","山煤国际","华晋焦煤","山西焦化","销售公司","投资公司","油品公司"],

+ 151 - 56
cokingCoal/js/humanResources.js

@@ -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);
+            })
+        }
+
 
     },
 

+ 7 - 5
cokingCoal/js/newIndex.js

@@ -370,7 +370,7 @@ let app = new Vue({
             listInterval: null,
             HumanResourcesList: [{
                 key: "优化池",
-                value: 24,
+                value: 276,
                 image: "./images/top-1.png",
             }, {
                 key: "缓冲池",
@@ -428,13 +428,15 @@ let app = new Vue({
             pageFlag: true,
             ml: "ml0",
             optimize: [{
-                key: "双选人数",
-                value: 0
+                key: "双选岗位",
+                value: 24,
+                unit: "个"
             }, {
                 key: "优化人数",
-                value: 0
+                value: 14,
+                unit:"人"
             }],
-            optimizeValue: 0,
+            optimizeValue: 4.8 ,
             PersonnelResource: [{
                 name: "用工总数",
                 value: 213185,

+ 10 - 0
cokingCoal/styles/humanResources.css

@@ -604,6 +604,16 @@ li {
 
 }
 
+
+.item_con_main{
+    line-height: 45px;
+    white-space: pre-wrap;
+    font-size: 26px;
+    font-family: Source Han Sans CN;
+    font-weight: bolder;
+    margin-top: 10px;
+    color: #fff !important;
+}
 .main_item_2 {
     width: 20%;
     height: 100%;