|
|
|
@ -34,8 +34,8 @@
|
|
|
|
<img src="//matripe.oss-cn-beijing.aliyuncs.com/bcSVG/dtLogo.png" class="icon" />
|
|
|
|
<img src="//matripe.oss-cn-beijing.aliyuncs.com/bcSVG/dtLogo.png" class="icon" />
|
|
|
|
</router-link>
|
|
|
|
</router-link>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<div class="searchBox" @blur="hidedownHotStore" @focus="showHotStore" tabindex="0" outline="0" hidefocus="true">
|
|
|
|
<div class="searchBox" @blur="hidedownHotStore" @focus="showHotStore" tabindex="0" outline="0" hidefocus="true">
|
|
|
|
<a-input placeholder="搜索职位、企业名称、年龄要求" @keyup.enter="onSearch" @input="resetsearch" @blur="hidedownHotStore" @focus="showHotStore" tabindex="0" v-model="searchValue" class="searchinput" style allow-clear>
|
|
|
|
<a-input :placeholder="jobNum ? `近48小时更新${jobNum}职位` : ''" @keyup.enter="onSearch" @input="resetsearch" @blur="hidedownHotStore" @focus="showHotStore" tabindex="0" v-model="searchValue" class="searchinput" style allow-clear>
|
|
|
|
<div slot="prefix" class="fsa w100" @focus.stop tabindex="0" @click.stop="visible = true">
|
|
|
|
<div slot="prefix" class="fsa w100" @focus.stop tabindex="0" @click.stop="visible = true">
|
|
|
|
<span class="dpib esl" style="width: 60px">{{ currentCity }}</span>
|
|
|
|
<span class="dpib esl" style="width: 60px">{{ currentCity }}</span>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
@ -86,7 +86,7 @@
|
|
|
|
</a-breadcrumb>-->
|
|
|
|
</a-breadcrumb>-->
|
|
|
|
<!-- #### 主体部分 ##### -->
|
|
|
|
<!-- #### 主体部分 ##### -->
|
|
|
|
<div class="w" id="maincontent">
|
|
|
|
<div class="w" id="maincontent">
|
|
|
|
<div class="maincontentleft" v-if="!isVocational" style="padding-top: 50px">
|
|
|
|
<div class="maincontentleft" style="padding-top: 50px">
|
|
|
|
<div class="tabBar" @click="changeTab($event)">
|
|
|
|
<div class="tabBar" @click="changeTab($event)">
|
|
|
|
<div class="tabSubset" :class="{ active: signType == '' }" v-if="!hasTab" data-type="0">全部</div>
|
|
|
|
<div class="tabSubset" :class="{ active: signType == '' }" v-if="!hasTab" data-type="0">全部</div>
|
|
|
|
<!-- <div class="tabSubset" :class="{ active: signType == 1 }" v-if="loginValue.agencyName == '郑州一才工作' || loginValue.agencyName == '一才工作'" data-type="1">一才</div> -->
|
|
|
|
<!-- <div class="tabSubset" :class="{ active: signType == 1 }" v-if="loginValue.agencyName == '郑州一才工作' || loginValue.agencyName == '一才工作'" data-type="1">一才</div> -->
|
|
|
|
@ -412,7 +412,7 @@
|
|
|
|
<div class="jobpricemonth" v-if="item.minMonthlyPay">
|
|
|
|
<div class="jobpricemonth" v-if="item.minMonthlyPay">
|
|
|
|
<template v-if="signType != 1">
|
|
|
|
<template v-if="signType != 1">
|
|
|
|
<span>{{ item.minMonthlyPay ? item.minMonthlyPay / 100 : "" }}</span
|
|
|
|
<span>{{ item.minMonthlyPay ? item.minMonthlyPay / 100 : "" }}</span
|
|
|
|
>-<span>{{ item.maxMonthlyPay ? item.maxMonthlyPay / 100: "" }}</span
|
|
|
|
>-<span>{{ item.maxMonthlyPay ? item.maxMonthlyPay / 100 : "" }}</span
|
|
|
|
>元/月
|
|
|
|
>元/月
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template v-else>
|
|
|
|
<template v-else>
|
|
|
|
@ -470,85 +470,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="maincontentleft isVocational" v-else style="padding-top: 50px">
|
|
|
|
<div class="maincontentright" v-if="false">
|
|
|
|
<div class="tabBar" @click="changeTab($event)">
|
|
|
|
|
|
|
|
<div class="tabSubset" :class="{ active: 1 }" data-type="0">全部</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="text-align: center">
|
|
|
|
|
|
|
|
<a-spin tip="加载中..." :spinning="isspinning"></a-spin>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- <template v-if="jobMainList.length === 0 && isspinning === false">
|
|
|
|
|
|
|
|
<a-empty class="nodata" description="暂无符合条件的岗位" />
|
|
|
|
|
|
|
|
</template> -->
|
|
|
|
|
|
|
|
<div v-if="!isspinning">
|
|
|
|
|
|
|
|
<div
|
|
|
|
|
|
|
|
class="subset"
|
|
|
|
|
|
|
|
v-for="(item, index) in zhijiaoList"
|
|
|
|
|
|
|
|
:key="index"
|
|
|
|
|
|
|
|
:style="{
|
|
|
|
|
|
|
|
background: '#fff',
|
|
|
|
|
|
|
|
}"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<router-link target="_blank" :to="`/detail?id=${item.id}&page=${formvalue.pageNum}&type=vocational`" rel="opener">
|
|
|
|
|
|
|
|
<div class="subsetleft" @click="totop">
|
|
|
|
|
|
|
|
<!-- <div class="imgbox">
|
|
|
|
|
|
|
|
<img v-if="item.logo.length !== 0" :src="item.logo" />
|
|
|
|
|
|
|
|
<div v-else class="default_avatar">{{ item.vocationalName || item.jobName }}</div>
|
|
|
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
<div class="jobinfobox" style="display: flex; flex-direction: column; justify-content: space-between">
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<div class="jobname">{{ item.vocationalName }}</div>
|
|
|
|
|
|
|
|
<div class="jobinfo">
|
|
|
|
|
|
|
|
<span>{{ item.district || "河南省 | 郑州市 | 16-35岁" }}</span>
|
|
|
|
|
|
|
|
<!-- <span>{{ item.gender }}</span> -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="jobpricemonth">
|
|
|
|
|
|
|
|
<span style="color: #ff4d4f; background: rgba(255, 77, 79, 0.1); padding: 1px 6px"> 工作薪资:{{ item.salary }} </span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="jobpricehour" style="font-size: 18px">
|
|
|
|
|
|
|
|
学费<span class="" style="font-size: 24px">{{ item.tuition }}</span>
|
|
|
|
|
|
|
|
<span style="font-size: 16px"> | 课期{{ item.semester }}</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</router-link>
|
|
|
|
|
|
|
|
<div class="subsetright">
|
|
|
|
|
|
|
|
<div class="topContainer">
|
|
|
|
|
|
|
|
<div class="topbox">
|
|
|
|
|
|
|
|
<div>服务费</div>
|
|
|
|
|
|
|
|
<div>{{ item.serviceCharge }}</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="bottombox1">
|
|
|
|
|
|
|
|
<!-- <a-popover title="" trigger="click" placement="bottomRight">
|
|
|
|
|
|
|
|
<template slot="content" class="jobDesp_content">
|
|
|
|
|
|
|
|
<div :class="'copy' + index" @click="copyText($event, index)">复制</div>
|
|
|
|
|
|
|
|
<span v-if="item.jobDesp" :class="'copyInfo' + index">{{ item.jobDesp }}</span
|
|
|
|
|
|
|
|
><span v-else>暂无详单</span>
|
|
|
|
|
|
|
|
</template>-->
|
|
|
|
|
|
|
|
<router-link target="_blank" :to="`/detail?id=${item.id}&type=vocational`" rel="opener">
|
|
|
|
|
|
|
|
<button
|
|
|
|
|
|
|
|
type="primary"
|
|
|
|
|
|
|
|
class="jobDesp br4"
|
|
|
|
|
|
|
|
:style="{
|
|
|
|
|
|
|
|
background: '#fff',
|
|
|
|
|
|
|
|
}"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
更多
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</router-link>
|
|
|
|
|
|
|
|
<!-- </a-popover> -->
|
|
|
|
|
|
|
|
<button class="apply br4" @click="showRecord(item)">立即报名</button>
|
|
|
|
|
|
|
|
<!-- <button class="norecruitment" v-else>暂时停招</button> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <button @click="showmodal(item)" @click="">报名</button> -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="maincontentright">
|
|
|
|
|
|
|
|
<div class="dateinfo">
|
|
|
|
<div class="dateinfo">
|
|
|
|
<h1 class="bottombox">
|
|
|
|
<h1 class="bottombox">
|
|
|
|
<i>我的日历</i>
|
|
|
|
<i>我的日历</i>
|
|
|
|
@ -605,6 +527,7 @@ import {
|
|
|
|
getCityWhichHasJobApi,
|
|
|
|
getCityWhichHasJobApi,
|
|
|
|
getHotStoreApi,
|
|
|
|
getHotStoreApi,
|
|
|
|
getClassifyListApi,
|
|
|
|
getClassifyListApi,
|
|
|
|
|
|
|
|
getJobNumApi,
|
|
|
|
// getCityApi,
|
|
|
|
// getCityApi,
|
|
|
|
} from "../../api/job";
|
|
|
|
} from "../../api/job";
|
|
|
|
import { getUserManagerApi } from "../../api/userinfo";
|
|
|
|
import { getUserManagerApi } from "../../api/userinfo";
|
|
|
|
@ -616,6 +539,7 @@ import { nationlist } from "../../utils/datalist";
|
|
|
|
import Clipboard from "clipboard";
|
|
|
|
import Clipboard from "clipboard";
|
|
|
|
// 报名弹窗
|
|
|
|
// 报名弹窗
|
|
|
|
import recordModal from "./components/vocationalRecord.vue";
|
|
|
|
import recordModal from "./components/vocationalRecord.vue";
|
|
|
|
|
|
|
|
import { data } from "jquery";
|
|
|
|
|
|
|
|
|
|
|
|
// import PinYin from '../../utils/ChinesePY'
|
|
|
|
// import PinYin from '../../utils/ChinesePY'
|
|
|
|
// import recordbill from "@/components/FirstJob/components/recordbill.vue";
|
|
|
|
// import recordbill from "@/components/FirstJob/components/recordbill.vue";
|
|
|
|
@ -648,172 +572,9 @@ export default {
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
jobMainList: [], // 职位列表
|
|
|
|
jobMainList: [], // 职位列表
|
|
|
|
zhijiaoList: [
|
|
|
|
jobNum:0,
|
|
|
|
// 职教列表
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: 0,
|
|
|
|
|
|
|
|
vocationalName: "电气工程师(初级班)",
|
|
|
|
|
|
|
|
logo: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/zhijiao/job1.png",
|
|
|
|
|
|
|
|
tuition: "6800元",
|
|
|
|
|
|
|
|
serviceCharge: "2000元/人",
|
|
|
|
|
|
|
|
salary: "7000-9000元/月",
|
|
|
|
|
|
|
|
enterprise: "",
|
|
|
|
|
|
|
|
semester: "30天",
|
|
|
|
|
|
|
|
totalProfit: "2500元/人+就业分成",
|
|
|
|
|
|
|
|
address: "河南省郑州市航空港区如荼路重英街交叉口南侧100米路东",
|
|
|
|
|
|
|
|
desp: `一、就业前景:
|
|
|
|
|
|
|
|
1. 学习合格后,公司统一推荐到相关企业的设备安装、调试、运营维护等相关岗位。
|
|
|
|
|
|
|
|
2. 薪酬待遇:电气工程师(初级)实习期6000-8000元/月,实习期过后,7000-9000元/月。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
二、关于学校
|
|
|
|
|
|
|
|
优星图教育科技是集智能制造设备的研发生产、智能工厂设计与升级改造、自动化技能人才培养培训为一体的智能制造整体解决方案供应商。双师型教师团队,先进的自动化教学设备,理论结合实操,让你用最短的时间学会最有用的技术,从而实现高质量就业!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
三、课程介绍
|
|
|
|
|
|
|
|
本培养体系通过70%实操+30%理论相结合的模式掌握自动化技术,每个模块均有考核,考核通过即可推荐工作,未通过即针对性辅导,完成技术掌握。课程体系持续升级,教学内容以就业为导向,紧贴企业需求。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
四、课程内容:
|
|
|
|
|
|
|
|
1. 电工基础课程
|
|
|
|
|
|
|
|
2. 气动基础课程
|
|
|
|
|
|
|
|
3. 传感器课程
|
|
|
|
|
|
|
|
4. 西门子200SMART PLC课程
|
|
|
|
|
|
|
|
5. ABB机器人课程
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
五、学习时间:
|
|
|
|
|
|
|
|
周一到周六
|
|
|
|
|
|
|
|
夏季:上午 8:30-11:30,下午 14:00-18:00,晚上 19:00-21:00 (晚自习)
|
|
|
|
|
|
|
|
冬季:上午 8:30-11:30,下午 13:30-17:30,晚上 18:30-20:30 (晚自习)
|
|
|
|
|
|
|
|
周日休息期间教室全天开放,可随时实操。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
六、招生对象
|
|
|
|
|
|
|
|
基本要求:初中及以上学历,年龄18-35周岁;思想端正;心理和身体健康,无危害团体的传染性疾病;热爱自动化行业;服从公司安排,适应出差。
|
|
|
|
|
|
|
|
1. 工厂中想通过学习一门技术改变自己的一线操作工;
|
|
|
|
|
|
|
|
2. 从事自动化设备机构装配人员电控知识的扩展;
|
|
|
|
|
|
|
|
3. 想从事自动化行业的自动化相关专业毕业生,在步入岗位前的充电学习。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
七、吃饭住宿
|
|
|
|
|
|
|
|
1. 吃饭自理,住宿4-8人间,收费12-18元/天/人。预约报名缴纳300元定金送开学大礼包(被褥四件套+生活用品大礼包),独立卫生间、空调、热水器,免费洗衣机、饮水机24小时提供。
|
|
|
|
|
|
|
|
2. 住宿期间水电费全免!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
八、服务流程
|
|
|
|
|
|
|
|
报名成功----到校考察----面试合格----缴纳费用----签订协议----安排入学----学习合格----推荐就业。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
九、学员需提前准备的环节
|
|
|
|
|
|
|
|
1. 换洗衣服、常用物品即可
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
十、学习地址
|
|
|
|
|
|
|
|
河南省郑州市航空港区如荼路重英街交叉口南侧100米路东`,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: 1,
|
|
|
|
|
|
|
|
vocationalName: "调试工程师(中级班)",
|
|
|
|
|
|
|
|
logo: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/zhijiao/job2.png",
|
|
|
|
|
|
|
|
tuition: "11800元",
|
|
|
|
|
|
|
|
serviceCharge: "3000元/人",
|
|
|
|
|
|
|
|
salary: "8000-11000元/月",
|
|
|
|
|
|
|
|
enterprise: "",
|
|
|
|
|
|
|
|
semester: "60天",
|
|
|
|
|
|
|
|
totalProfit: "4000元/人+就业分成",
|
|
|
|
|
|
|
|
address: "河南省郑州市航空港区如荼路重英街交叉口南侧100米路东",
|
|
|
|
|
|
|
|
desp: `一、就业前景:
|
|
|
|
|
|
|
|
1. 学习合格后,公司统一推荐到相关企业的设备安装、调试、运营维护等相关岗位。
|
|
|
|
|
|
|
|
2. 薪酬待遇:调试工程师(中级)实习期7000-9000元/月,实习期过后,8000-11000元/月。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
二、关于学校
|
|
|
|
|
|
|
|
优星图教育科技是集智能制造设备的研发生产、智能工厂设计与升级改造、自动化技能人才培养培训为一体的智能制造整体解决方案供应商。双师型教师团队,先进的自动化教学设备,理论结合实操,让你用最短的时间学会最有用的技术,从而实现高质量就业!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
三、课程介绍
|
|
|
|
|
|
|
|
本培养体系通过70%实操+30%理论相结合的模式掌握自动化技术,每个模块均有考核,考核通过即可推荐工作,未通过即针对性辅导,完成技术掌握。课程体系持续升级,教学内容以就业为导向,紧贴企业需求。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
四、课程内容:
|
|
|
|
|
|
|
|
1. PLC编程基础知识
|
|
|
|
|
|
|
|
2. 编程基本指令学习
|
|
|
|
|
|
|
|
3. 威纶通触摸屏
|
|
|
|
|
|
|
|
4. 运动控制课程
|
|
|
|
|
|
|
|
5. 模拟量应用课程
|
|
|
|
|
|
|
|
6. 通信课程/绘图课程
|
|
|
|
|
|
|
|
7. 非标设备实操课程
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
五、学习时间:
|
|
|
|
|
|
|
|
周一到周六
|
|
|
|
|
|
|
|
夏季:上午 8:30-11:30,下午 14:00-18:00,晚上 19:00-21:00 (晚自习)
|
|
|
|
|
|
|
|
冬季:上午 8:30-11:30,下午 13:30-17:30,晚上 18:30-20:30 (晚自习)
|
|
|
|
|
|
|
|
周日休息期间教室全天开放,可随时实操。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
六、招生对象
|
|
|
|
|
|
|
|
基本要求:初中及以上学历,年龄18-35周岁;思想端正;心理和身体健康,无危害团体的传染性疾病;热爱自动化行业;服从公司安排,适应出差。
|
|
|
|
|
|
|
|
1. 工厂中想通过学习一门技术改变自己的一线操作工;
|
|
|
|
|
|
|
|
2. 从事自动化设备机构装配人员电控知识的扩展;
|
|
|
|
|
|
|
|
3. 想从事自动化行业的自动化相关专业毕业生,在步入岗位前的充电学习。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
七、吃饭住宿
|
|
|
|
|
|
|
|
1. 吃饭自理,住宿4-8人间,收费12-18元/天/人。预约报名缴纳300元定金送开学大礼包(被褥四件套+生活用品大礼包),独立卫生间、空调、热水器,免费洗衣机、饮水机24小时提供。
|
|
|
|
|
|
|
|
2. 住宿期间水电费全免!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
八、服务流程
|
|
|
|
|
|
|
|
报名成功----到校考察----面试合格----缴纳费用----签订协议----安排入学----学习合格----推荐就业。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
九、学员需提前准备的环节
|
|
|
|
|
|
|
|
1. 换洗衣服、常用物品即可
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
十、学习地址
|
|
|
|
|
|
|
|
河南省郑州市航空港区如荼路重英街交叉口南侧100米路东`,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: 2,
|
|
|
|
|
|
|
|
vocationalName: "运营管理团队(高级班)",
|
|
|
|
|
|
|
|
logo: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/zhijiao/job3.png",
|
|
|
|
|
|
|
|
tuition: "19800元",
|
|
|
|
|
|
|
|
serviceCharge: "6500元/人",
|
|
|
|
|
|
|
|
salary: "9000-11000元/月",
|
|
|
|
|
|
|
|
enterprise: "",
|
|
|
|
|
|
|
|
semester: "90天",
|
|
|
|
|
|
|
|
totalProfit: "8000元/人",
|
|
|
|
|
|
|
|
address: "河南省郑州市航空港区如荼路重英街交叉口南侧100米路东",
|
|
|
|
|
|
|
|
desp: `一、就业前景:
|
|
|
|
|
|
|
|
1. 学习合格后,公司统一推荐到相关企业的设备安装、调试、运营维护等相关岗位。
|
|
|
|
|
|
|
|
2. 薪酬待遇:运营/教师精英班(高级)实习期(三个月)8000-9000元/月,实习期过后9000-11000元/月,运营管理类学员孵化创业年综合收入20w。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
二、关于学校
|
|
|
|
|
|
|
|
优星图教育科技是集智能制造设备的研发生产、智能工厂设计与升级改造、自动化技能人才培养培训为一体的智能制造整体解决方案供应商。双师型教师团队,先进的自动化教学设备,理论结合实操,让你用最短的时间学会最有用的技术,从而实现高质量就业!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
三、课程介绍
|
|
|
|
|
|
|
|
本培养体系通过70%实操+30%理论相结合的模式掌握自动化技术,每个模块均有考核,考核通过即可推荐工作,未通过即针对性辅导,完成技术掌握。课程体系持续升级,教学内容以就业为导向,紧贴企业需求。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
四、课程内容:
|
|
|
|
|
|
|
|
1. 自动化专业技能培训 5周
|
|
|
|
|
|
|
|
2. 自动化教学技法培训 5周
|
|
|
|
|
|
|
|
3. 线上新媒体应用培训 1周
|
|
|
|
|
|
|
|
4. 综合素养培训 1周
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
五、学习时间:
|
|
|
|
|
|
|
|
周一到周六
|
|
|
|
|
|
|
|
夏季:上午 8:30-11:30,下午 14:00-18:00,晚上 19:00-21:00 (晚自习)
|
|
|
|
|
|
|
|
冬季:上午 8:30-11:30,下午 13:30-17:30,晚上 18:30-20:30 (晚自习)
|
|
|
|
|
|
|
|
周日休息期间教室全天开放,可随时实操。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
六、招生对象
|
|
|
|
|
|
|
|
基本要求:初中及以上学历,年龄18-35周岁;思想端正;心理和身体健康,无危害团体的传染性疾病;热爱自动化行业;服从公司安排,适应出差。
|
|
|
|
|
|
|
|
1. 工厂中想通过学习一门技术改变自己的一线操作工;
|
|
|
|
|
|
|
|
2. 从事自动化设备机构装配人员电控知识的扩展;
|
|
|
|
|
|
|
|
3. 想从事自动化行业的自动化相关专业毕业生,在步入岗位前的充电学习。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
七、吃饭住宿
|
|
|
|
|
|
|
|
1. 吃饭自理,住宿4-8人间,收费12-18元/天/人。预约报名缴纳300元定金送开学大礼包(被褥四件套+生活用品大礼包),独立卫生间、空调、热水器,免费洗衣机、饮水机24小时提供。
|
|
|
|
|
|
|
|
2. 住宿期间水电费全免!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
八、服务流程
|
|
|
|
|
|
|
|
报名成功----到校考察----面试合格----缴纳费用----签订协议----安排入学----学习合格----推荐就业。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
九、学员需提前准备的环节
|
|
|
|
|
|
|
|
1. 换洗衣服、常用物品即可
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
十、学习地址
|
|
|
|
|
|
|
|
河南省郑州市航空港区如荼路重英街交叉口南侧100米路东`,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
recordShow: false,
|
|
|
|
recordShow: false,
|
|
|
|
currentInfo: {}, // 当前点击的职位信息
|
|
|
|
currentInfo: {}, // 当前点击的职位信息
|
|
|
|
isVocational: false,
|
|
|
|
|
|
|
|
isLogin: false,
|
|
|
|
isLogin: false,
|
|
|
|
isspinning: false,
|
|
|
|
isspinning: false,
|
|
|
|
sortNum: 1, // 排序的标识
|
|
|
|
sortNum: 1, // 排序的标识
|
|
|
|
@ -1020,21 +781,6 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
deep: true,
|
|
|
|
deep: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
$route: {
|
|
|
|
|
|
|
|
handler(e) {
|
|
|
|
|
|
|
|
console.log("$route", e);
|
|
|
|
|
|
|
|
if (e.query.type && e.query.type == "vocational") {
|
|
|
|
|
|
|
|
this.isVocational = true;
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.isVocational = false;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// console.log("ischange");
|
|
|
|
|
|
|
|
// console.log(to);
|
|
|
|
|
|
|
|
// console.log(from);
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
deep: true,
|
|
|
|
|
|
|
|
immediate: true,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
filterObj: {
|
|
|
|
filterObj: {
|
|
|
|
handler(newv) {
|
|
|
|
handler(newv) {
|
|
|
|
var arr = Object.keys(newv);
|
|
|
|
var arr = Object.keys(newv);
|
|
|
|
@ -1075,11 +821,6 @@ export default {
|
|
|
|
localStorage.setItem("hasTab", this.hasTab);
|
|
|
|
localStorage.setItem("hasTab", this.hasTab);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (this.$route.query.type) {
|
|
|
|
|
|
|
|
if (this.$route.query.type == "vocational") {
|
|
|
|
|
|
|
|
this.isVocational = true;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (localStorage.getItem("LOGIN_DATA")) {
|
|
|
|
if (localStorage.getItem("LOGIN_DATA")) {
|
|
|
|
this.isLogin = true;
|
|
|
|
this.isLogin = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1089,6 +830,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (this.signType == "") {
|
|
|
|
if (this.signType == "") {
|
|
|
|
this.getJobList();
|
|
|
|
this.getJobList();
|
|
|
|
|
|
|
|
this.getJobNum();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.getJobListYicai();
|
|
|
|
this.getJobListYicai();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1219,10 +961,14 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.isspinning = false;
|
|
|
|
this.isspinning = false;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
async getJobNum() {
|
|
|
|
|
|
|
|
const { data } = await getJobNumApi();
|
|
|
|
|
|
|
|
this.jobNum = data.data;
|
|
|
|
|
|
|
|
console.log('getJobNum',data);
|
|
|
|
|
|
|
|
},
|
|
|
|
// 获取一才工作列表
|
|
|
|
// 获取一才工作列表
|
|
|
|
async getJobListYicai(newdata) {
|
|
|
|
async getJobListYicai(newdata) {
|
|
|
|
return
|
|
|
|
return;
|
|
|
|
this.isspinning = true;
|
|
|
|
this.isspinning = true;
|
|
|
|
console.log(this.formvalue);
|
|
|
|
console.log(this.formvalue);
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
@ -1603,7 +1349,7 @@ export default {
|
|
|
|
// console.log(item);
|
|
|
|
// console.log(item);
|
|
|
|
// console.log(index);
|
|
|
|
// console.log(index);
|
|
|
|
let arrIndex = this.filterObj.specialactive.indexOf(item);
|
|
|
|
let arrIndex = this.filterObj.specialactive.indexOf(item);
|
|
|
|
console.log('arrIndex1',arrIndex);
|
|
|
|
console.log("arrIndex1", arrIndex);
|
|
|
|
if (arrIndex > -1) {
|
|
|
|
if (arrIndex > -1) {
|
|
|
|
this.filterObj.specialactive.splice(arrIndex, 1);
|
|
|
|
this.filterObj.specialactive.splice(arrIndex, 1);
|
|
|
|
this.specialvalue.splice(this.specialvalue.indexOf(item.id), 1);
|
|
|
|
this.specialvalue.splice(this.specialvalue.indexOf(item.id), 1);
|
|
|
|
@ -1611,8 +1357,8 @@ export default {
|
|
|
|
this.filterObj.specialactive.push(item);
|
|
|
|
this.filterObj.specialactive.push(item);
|
|
|
|
this.specialvalue.push(item.id);
|
|
|
|
this.specialvalue.push(item.id);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
console.log('this.filterObj.specialactive', this.filterObj.specialactive);
|
|
|
|
console.log("this.filterObj.specialactive", this.filterObj.specialactive);
|
|
|
|
console.log('this.specialvalue', this.specialvalue);
|
|
|
|
console.log("this.specialvalue", this.specialvalue);
|
|
|
|
this.formvalue.jobRequestLabelIds = this.specialvalue;
|
|
|
|
this.formvalue.jobRequestLabelIds = this.specialvalue;
|
|
|
|
// console.log(this.filterObj.specialactive);
|
|
|
|
// console.log(this.filterObj.specialactive);
|
|
|
|
this.getJobList();
|
|
|
|
this.getJobList();
|
|
|
|
@ -1622,7 +1368,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
classifyClick(index, item) {
|
|
|
|
classifyClick(index, item) {
|
|
|
|
let arrIndex = this.filterObj.specialactive.indexOf(item);
|
|
|
|
let arrIndex = this.filterObj.specialactive.indexOf(item);
|
|
|
|
console.log('arrIndex',arrIndex);
|
|
|
|
console.log("arrIndex", arrIndex);
|
|
|
|
if (arrIndex > -1) {
|
|
|
|
if (arrIndex > -1) {
|
|
|
|
this.filterObj.specialactive.splice(arrIndex, 1);
|
|
|
|
this.filterObj.specialactive.splice(arrIndex, 1);
|
|
|
|
this.classifyvalue.splice(this.classifyvalue.indexOf(item.id), 1);
|
|
|
|
this.classifyvalue.splice(this.classifyvalue.indexOf(item.id), 1);
|
|
|
|
@ -1630,8 +1376,8 @@ export default {
|
|
|
|
this.filterObj.specialactive.push(item);
|
|
|
|
this.filterObj.specialactive.push(item);
|
|
|
|
this.classifyvalue.push(item.id);
|
|
|
|
this.classifyvalue.push(item.id);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
console.log('this.filterObj.specialactive', this.filterObj.specialactive);
|
|
|
|
console.log("this.filterObj.specialactive", this.filterObj.specialactive);
|
|
|
|
console.log('this.classifyvalue', this.classifyvalue);
|
|
|
|
console.log("this.classifyvalue", this.classifyvalue);
|
|
|
|
this.formvalue.jobCategoryLabelIds = this.classifyvalue;
|
|
|
|
this.formvalue.jobCategoryLabelIds = this.classifyvalue;
|
|
|
|
console.log(this.filterObj.specialactive);
|
|
|
|
console.log(this.filterObj.specialactive);
|
|
|
|
this.getJobList();
|
|
|
|
this.getJobList();
|
|
|
|
@ -1913,7 +1659,7 @@ export default {
|
|
|
|
this.currentCity = item.name;
|
|
|
|
this.currentCity = item.name;
|
|
|
|
// this.getJobList();
|
|
|
|
// this.getJobList();
|
|
|
|
this.visible = false;
|
|
|
|
this.visible = false;
|
|
|
|
console.log('this.formvalue.signType',this.formvalue.signType);
|
|
|
|
console.log("this.formvalue.signType", this.formvalue.signType);
|
|
|
|
if (this.signType != 0) {
|
|
|
|
if (this.signType != 0) {
|
|
|
|
this.getJobListYicai();
|
|
|
|
this.getJobListYicai();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
@ -2257,7 +2003,7 @@ export default {
|
|
|
|
// height: 72px;
|
|
|
|
// height: 72px;
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: #fff;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: end;
|
|
|
|
justify-content: center;
|
|
|
|
// flex-direction: column;
|
|
|
|
// flex-direction: column;
|
|
|
|
.icon {
|
|
|
|
.icon {
|
|
|
|
width: 90px;
|
|
|
|
width: 90px;
|
|
|
|
@ -2267,8 +2013,7 @@ export default {
|
|
|
|
.searchBox {
|
|
|
|
.searchBox {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
// margin-left: 100px;
|
|
|
|
// margin-left: 100px;
|
|
|
|
width: 757px;
|
|
|
|
width: 640px;
|
|
|
|
margin-right: 256px;
|
|
|
|
|
|
|
|
line-height: 44px;
|
|
|
|
line-height: 44px;
|
|
|
|
z-index: 10;
|
|
|
|
z-index: 10;
|
|
|
|
.hotStore {
|
|
|
|
.hotStore {
|
|
|
|
@ -2416,11 +2161,11 @@ export default {
|
|
|
|
font-size: 14px !important;
|
|
|
|
font-size: 14px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
&:hover {
|
|
|
|
border-color: #ff6933;
|
|
|
|
border-color: #2395ff;
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:focus {
|
|
|
|
&:focus {
|
|
|
|
border-color: #ff6933;
|
|
|
|
border-color: #2395ff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
button {
|
|
|
|
button {
|
|
|
|
@ -2595,14 +2340,14 @@ export default {
|
|
|
|
transform: translateY(-50%);
|
|
|
|
transform: translateY(-50%);
|
|
|
|
margin-right: 8px;
|
|
|
|
margin-right: 8px;
|
|
|
|
float: right;
|
|
|
|
float: right;
|
|
|
|
background-color: rgba(255, 68, 0, 0.9);
|
|
|
|
background-color: #1890ff;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
&:hover {
|
|
|
|
&:hover {
|
|
|
|
background-color: rgba(255, 68, 0, 0.75);
|
|
|
|
background-color: #1890ffdd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:active {
|
|
|
|
&:active {
|
|
|
|
background-color: rgba(255, 68, 0, 1);
|
|
|
|
background-color: #1890ffdd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -2662,10 +2407,10 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
/deep/ #maincontent {
|
|
|
|
/deep/ #maincontent {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: center;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
.maincontentleft {
|
|
|
|
.maincontentleft {
|
|
|
|
width: 944px;
|
|
|
|
width: 800px;
|
|
|
|
margin-right: 16px;
|
|
|
|
margin-right: 16px;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
@ -2971,15 +2716,15 @@ export default {
|
|
|
|
transform: translateY(-50%);
|
|
|
|
transform: translateY(-50%);
|
|
|
|
margin-right: 8px;
|
|
|
|
margin-right: 8px;
|
|
|
|
float: right;
|
|
|
|
float: right;
|
|
|
|
background-color: rgba(255, 68, 0, 0.9);
|
|
|
|
background-color: #1890ff;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
&:hover {
|
|
|
|
&:hover {
|
|
|
|
background-color: rgba(255, 68, 0, 0.75);
|
|
|
|
background-color: #1890ffdd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:active {
|
|
|
|
&:active {
|
|
|
|
background-color: rgba(255, 68, 0, 1);
|
|
|
|
background-color: #1890ffdd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -3145,7 +2890,7 @@ export default {
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
color: #1890ff;
|
|
|
|
color: #ff4400;
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
// line-height: 24px;
|
|
|
|
// line-height: 24px;
|
|
|
|
font-weight: 600;
|
|
|
|
font-weight: 600;
|
|
|
|
@ -3184,7 +2929,6 @@ export default {
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-top: 8px;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
background: rgba(255, 106, 0, 0.1);
|
|
|
|
|
|
|
|
// border-radius: 4px;
|
|
|
|
// border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
line-height: 26px;
|
|
|
|
line-height: 26px;
|
|
|
|
@ -3198,17 +2942,17 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
div:first-child {
|
|
|
|
div:first-child {
|
|
|
|
height: 22px;
|
|
|
|
height: 22px;
|
|
|
|
background: #1890ff;
|
|
|
|
background: #ff4400;
|
|
|
|
line-height: 21px;
|
|
|
|
line-height: 21px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #ffffff;
|
|
|
|
color: #ffffff;
|
|
|
|
border: 1px solid #1890ff;
|
|
|
|
border: 1px solid #ff4400;
|
|
|
|
// border-radius: 4px 4px 0px 0px;
|
|
|
|
// border-radius: 4px 4px 0px 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
div:last-child {
|
|
|
|
div:last-child {
|
|
|
|
font-weight: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
background-color: #f4faff;
|
|
|
|
background-color: #ff6a001a;
|
|
|
|
color: #1890ff !important;
|
|
|
|
color: #ff4400 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.bottombox1 {
|
|
|
|
.bottombox1 {
|
|
|
|
|