You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1461 lines
46 KiB
Vue

4 years ago
<template>
<div class="detail-container">
4 years ago
<!-- <a-modal
4 years ago
title="报名"
4 years ago
:visible="visible"
class="modal"
:confirm-loading="confirmLoading"
@ok="handleOk"
@cancel="handleCancel"
:maskClosable="false"
okText="提交"
cancelText="取消"
:destroyOnClose="true"
>
<a-form-model ref="ruleForm" :model="form" :rules="rules" :colon="false">
4 years ago
<a-form-model-item ref="name" label="姓名" prop="name">
4 years ago
<a-input
v-model="form.name"
4 years ago
placeholder="请输入老乡姓名"
4 years ago
@blur="
() => {
$refs.name.onFieldBlur();
}
"
/>
</a-form-model-item>
4 years ago
<a-form-model-item ref="gender" label="性别" prop="gender">
<a-select v-model="form.gender" placeholder="请选择性别">
<a-select-option value="man"></a-select-option>
<a-select-option value="woman"></a-select-option>
</a-select>
</a-form-model-item>
<a-form-model-item ref="tel" label="年龄" prop="tel">
4 years ago
<a-input
4 years ago
v-model="form.age"
placeholder="请输入年龄"
4 years ago
@blur="
() => {
$refs.tel.onFieldBlur();
}
"
/>
</a-form-model-item>
4 years ago
<a-form-model-item ref="peoplecard" label="民族" prop="peoplecard">
<a-select v-model="form.nation" placeholder="请选择民族">
<a-select-option
v-for="item in nationlist"
:key="item.id"
:value="item.id"
>{{ item.name }}</a-select-option
>
</a-select>
</a-form-model-item>
<a-form-model-item ref="peoplecard" label="身份证号" prop="peoplecard">
<a-input v-model="form.peoplecard" placeholder="请输入老乡身份证号" />
</a-form-model-item>
<a-form-model-item ref="peoplecard" label="家庭住址" prop="peoplecard">
<a-input v-model="form.location" placeholder="请输入家庭住址" />
</a-form-model-item>
<a-form-model-item ref="username" label="报名企业" prop="username">
<a-select v-model="form.firm" placeholder="请选择民族">
<a-select-option :value="id">{{ id }}</a-select-option>
</a-select>
</a-form-model-item>
<a-form-model-item ref="username" label="岗位" prop="username">
<a-select v-model="form.post" placeholder="请选择民族">
<a-select-option :value="id">{{ id }}</a-select-option>
</a-select>
</a-form-model-item>
<a-form-model-item ref="username" label="模式" prop="username">
<a-select v-model="form.pattern" placeholder="请选择民族">
<a-select-option :value="id">{{ id }}</a-select-option>
</a-select>
</a-form-model-item>
<a-form-model-item ref="username" label="政策" prop="username">
<a-select v-model="form.policy" placeholder="请选择民族">
<a-select-option :value="id">{{ id }}</a-select-option>
</a-select>
</a-form-model-item>
<a-form-model-item ref="username" label="代理" prop="username">
<a-select v-model="form.proxy" placeholder="请选择民族">
<a-select-option :value="id">{{ id }}</a-select-option>
</a-select>
4 years ago
</a-form-model-item>
4 years ago
<a-form-model-item ref="username" label="面试时间" prop="username">
<a-select v-model="form.facedate" placeholder="请选择民族">
<a-select-option :value="id">{{ id }}</a-select-option>
</a-select>
4 years ago
</a-form-model-item>
</a-form-model>
4 years ago
</a-modal> -->
4 years ago
<!-- <a-drawer
title="报名"
placement="right"
:closable="true"
:maskClosable="false"
:visible="visible"
labelAlign="right"
width="480"
@close="onClose"
>
<recordbill :visible.sync="visible" :firminfo="jobDetail"></recordbill>
</a-drawer> -->
4 years ago
<!-- 面包屑 -->
<a-breadcrumb class="w">
<a-breadcrumb-item href="">
<router-link to="/main"><a-icon type="home" /></router-link>
</a-breadcrumb-item>
<a-breadcrumb-item href="">
<router-link to="/list">
<span>一手职位</span>
</router-link>
</a-breadcrumb-item>
<a-breadcrumb-item href="">
<span>企业详情</span>
</a-breadcrumb-item>
</a-breadcrumb>
<!-- 主体区域 -->
4 years ago
<div class="maincontent w">
<div class="maincontentleft">
<div class="subset">
4 years ago
<a-skeleton
avatar
:loading="skeletonshow"
v-if="skeletonshow"
:paragraph="{ rows: 4 }"
/>
<div class="subsetleft" v-else>
4 years ago
<div class="imgbox">
<a-carousel
arrows
:autoplay="true"
effect="fade"
4 years ago
:dots="true"
4 years ago
ref="scrollimg"
4 years ago
v-if="storeImage.length !== 0"
4 years ago
>
<div
slot="prevArrow"
class="custom-slick-arrow"
style="left: 5px; z-index: 99"
>
<a-icon type="left-circle" />
</div>
<div
slot="nextArrow"
class="custom-slick-arrow"
style="right: 5px; z-index: 99"
>
<a-icon type="right-circle" />
</div>
4 years ago
<img
v-for="(item, index) in storeImage"
:key="index"
:src="item"
alt=""
/>
4 years ago
</a-carousel>
4 years ago
<img v-else src="../../../static/img/nopicture.png" alt="" />
4 years ago
</div>
<div class="jobinfobox">
4 years ago
<div class="jobname">{{ jobDetail.jobName }}</div>
4 years ago
<div class="jobinfo">
4 years ago
<span>{{ jobDetail.district }}</span>
<span>{{ jobDetail.gender }}</span>
4 years ago
<span>{{ jobDetail.age }}</span>
4 years ago
</div>
<div class="jobtag">
4 years ago
<!-- <span>返费</span> -->
4 years ago
<a-tag
:color="labelColor[index % labelColor.length]"
v-for="(item, index) in jobDetail.jobRequestLabelNames"
4 years ago
:key="index"
4 years ago
>{{ item }}</a-tag
4 years ago
>
</div>
4 years ago
<div
style="height: 27px"
v-if="!jobDetail.jobRequestLabelNames"
class="jobtag"
>
<a-tag :color="labelColor[1]">暂无要求</a-tag>
4 years ago
</div>
4 years ago
<div class="jobtag1">
<!-- <span>返费</span> -->
<a-tag
v-for="(item, index) in jobDetail.jobSpecialLabelNames"
:key="index"
>{{ item }}</a-tag
4 years ago
>
4 years ago
</div>
4 years ago
<div style="display: flex">
<div class="jobpricehour">
<!-- <template v-if="jobDetail.hourlyPay"
4 years ago
><span>{{ jobDetail.hourlyPay }}</span
>/小时</template
>
<template v-else-if="jobDetail.dayPay"
><span>{{ jobDetail.dayPay }}</span
>/</template
> -->
{{
getSalaryClassifyValue(
jobDetail.salaryClassify,
jobDetail.salaryClassifyValue
)
}}
4 years ago
</div>
<div class="jobpricemonth">
&nbsp; |&nbsp;
<span>{{ jobDetail.minMonthlyPay }}</span
>-<span>{{ jobDetail.maxMonthlyPay }}</span
>/
</div>
</div>
4 years ago
<!-- <div class="billbutton">
4 years ago
<span>服务费 <i>1.5</i>/小时</span>
4 years ago
<a-dropdown class="dropdown" :trigger="['click']">
<a
class="ant-dropdown-link"
@click="(e) => e.preventDefault()"
>
报名
</a>
<a-menu slot="overlay">
<a-menu-item @click="showmodal"> </a-menu-item>
<a-menu-item @click="torecord"> </a-menu-item>
</a-menu>
</a-dropdown>
</div> -->
</div>
</div>
<div class="subsetright">
<div class="topbox">
<div>服务费</div>
<div>
4 years ago
<span>{{ jobDetail.servetype }}</span>
4 years ago
</div>
</div>
4 years ago
<button class="dropdown bottombox1" @click="torecord()">
报名
</button>
4 years ago
</div>
</div>
4 years ago
<!-- <div class="proxy">
4 years ago
<h1><i>代理政策</i></h1>
<div>{{ jobDetail.returnFeeDesp }}</div>
4 years ago
</div> -->
4 years ago
<div class="jobinformationbox">
4 years ago
<h1>
<div class="infotitle">
<span
@click="tabchange = 1"
:class="tabchange === 1 ? 'active' : ''"
>基本信息</span
>
<span
@click="tabchange = 0"
:class="tabchange !== 1 ? 'active' : ''"
>财务结算</span
>
</div>
</h1>
<div v-if="tabchange === 1" style="display: flex">
<!-- 薪资 -->
<div class="baseInfoContent" v-if="tabchange === 1">
<div class="pay" id="tip">
<div class="mb12 mt20">温馨提示</div>
<div style="white-space: break-spaces">
{{ jobDetail.sweetTips || "-" }}
</div>
</div>
4 years ago
<div class="pay" id="pay">
<div class="mb12 mt20">薪资待遇</div>
4 years ago
<a-descriptions
bordered
size="small"
:column="1"
class="leftDesc boubleLevel"
>
<!-- <a-descriptions-item class="test1">
4 years ago
<span slot="label" class="fw500">工价</span>
<span>{{ jobDetail.calculationUnit }}</span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">综合月薪</span>
<span>{{ jobDetail.combiSalary }}</span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">薪资明细</span>
<span>{{ jobDetail.salaryDetail }}</span>
</a-descriptions-item> -->
<a-descriptions-item class="test1">
<span slot="label" class="fw500">薪资明细</span>
<span>{{ jobDetail.salaryDetail || "-" }}</span>
4 years ago
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">发薪说明</span>
<span>{{ jobDetail.payDay || "-" }}</span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">补充说明</span>
<span style="white-space: break-spaces">{{
jobDetail.salaryDesp || "-"
}}</span>
</a-descriptions-item>
<!-- <a-descriptions-item style="padding: 0">
4 years ago
<span slot="label">薪资说明</span>
<a-descriptions
bordered
size="small"
:column="1"
class="leftDesc noborder"
>
<a-descriptions-item>
<span slot="label" class="fw500">发薪日 </span>
<span>{{ jobDetail.payDay }}</span>
4 years ago
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">计薪周期 </span>
<span>{{ jobDetail.calculationSalaryType }}</span>
4 years ago
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">工资卡</span>
<span>{{ jobDetail.payCard }}</span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">费用报销</span>
<span>{{
jobDetail.reimbursement
}}</span> </a-descriptions-item
><a-descriptions-item>
<span slot="label" class="fw500">补充说明 </span>
<span v-html="jobDetail.salaryDesp"></span>
</a-descriptions-item>
</a-descriptions>
</a-descriptions-item> -->
4 years ago
</a-descriptions>
</div>
<!-- 岗位要求 -->
<div class="required" id="required">
<div class="mb12 mt20">面试要求</div>
4 years ago
<a-descriptions
bordered
size="small"
:column="1"
class="leftDesc"
>
<a-descriptions-item class="test1">
<span slot="label" class="fw500">性别年龄</span>
<span>
<span class="man" v-if="jobDetail.minAgeMan"
> {{ jobDetail.minAgeMan }}
<span v-if="jobDetail.maxAgeMan">{{
"- " + jobDetail.maxAgeMan
}}</span
> </span
><span class="woman" v-if="jobDetail.minAgeWoman">
{{ jobDetail.minAgeWoman }}
<span> {{ "- " + jobDetail.maxAgeWoman }}</span
></span
>
</span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">文化学历</span>
<span>{{ jobDetail.education || "-" }}</span>
4 years ago
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">面试资料</span>
<span>{{ jobDetail.idCard || "-" }}</span>
4 years ago
</a-descriptions-item>
<!-- <a-descriptions-item>
4 years ago
<span slot="label" class="fw500">证件</span>
<span>{{ jobDetail.certificate }}</span>
</a-descriptions-item>
4 years ago
<a-descriptions-item>
<span slot="label" class="fw500">带手机</span>
<span>{{ jobDetail.carryTel }}</span>
</a-descriptions-item> -->
4 years ago
<a-descriptions-item>
<span slot="label" class="fw500">体检要求</span>
<span>{{ jobDetail.healthRequire || "-" }}</span>
4 years ago
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">其它要求</span>
<span>{{ jobDetail.otherRequire || "-" }}</span>
4 years ago
</a-descriptions-item>
</a-descriptions>
</div>
<!-- 基本信息 -->
<div class=" " id="contentspecial">
<div class="mb12 mt20">岗位说明</div>
<a-descriptions
bordered
size="small"
:column="1"
class="leftDesc"
>
<a-descriptions-item class="test1">
<span slot="label" class="fw500">工作内容</span>
<span>{{ jobDetail.workContent || "-" }}</span>
4 years ago
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">班次时间</span>
<span>{{ jobDetail.workClasses || "-" }}</span>
4 years ago
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">工作衣</span>
<span>{{ jobDetail.workClothes || "-" }}</span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">过安检</span>
<span>{{ jobDetail.securityCheck || "-" }}</span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">员工保险</span>
<span>{{ jobDetail.employeeInsurance || "-" }}</span>
</a-descriptions-item>
<!-- <a-descriptions-item>
4 years ago
<span slot="label" class="fw500">工作时长</span>
<span>{{ jobDetail.workDuration }}</span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">倒班频次</span>
<span>{{ jobDetail.workByTurns }}</span>
</a-descriptions-item> -->
4 years ago
<a-descriptions-item>
<span slot="label" class="fw500">补充说明</span>
<span style="white-space: break-spaces">{{
jobDetail.otherDesp || "-"
}}</span>
4 years ago
</a-descriptions-item>
</a-descriptions>
</div>
<div class="condition" id="condition">
<div class="mb12 mt20">饮食住宿</div>
<ul class="conditiontable">
<li>
<div>吃饭</div>
<ul>
<li>
<span>吃饭</span
><span>{{ jobDetail.workingLunch || "-" }}</span>
4 years ago
</li>
<!-- <li>
4 years ago
<span>餐补</span
><span>{{ jobDetail.mealSubsidy }}</span>
</li> -->
4 years ago
<!-- <li>
<span>餐费</span><span>{{ jobDetail.mealFee }}</span>
</li> -->
<!-- <li>
4 years ago
<span>餐卡押金</span
><span>{{ jobDetail.mealCardDeposit }}</span>
</li>
<li>
<span>民族窗口</span><span>{{ jobDetail.muslim }}</span>
</li> -->
4 years ago
<li>
<span>补充说明</span
><span style="white-space: break-spaces">{{
jobDetail.workingLunchDesp || "-"
}}</span>
4 years ago
</li>
</ul>
</li>
<li>
<div>住宿</div>
<ul>
<li>
<span>住宿</span
><span>{{ jobDetail.dormitory || "-" }}</span>
4 years ago
</li>
<li>
<span>宿舍设施</span
><span>{{ jobDetail.dormitoryFacilities || "-" }}</span>
4 years ago
</li>
<!-- <li>
4 years ago
<span>宿舍距离</span
><span>{{ jobDetail.dormitoryDistance }}</span>
</li> -->
4 years ago
<!-- <li>
<span>住宿费</span
><span>{{ jobDetail.dormitoryCost }}</span>
</li>
-->
<!-- <li>
4 years ago
<span>单间人数</span
><span>{{ jobDetail.dormitoryPeoples }}</span>
</li>
<li>
<span>硬件设施</span
><span>{{ jobDetail.dormitoryFacilities }}</span>
</li> -->
4 years ago
<li>
<span>水电费</span
><span>{{ jobDetail.waterAndElec || "-" }}</span>
4 years ago
</li>
<!-- <li>
4 years ago
<span>班车</span><span>{{ jobDetail.regularBus }}</span>
</li> -->
4 years ago
<li>
<span>补充说明</span
><span style="white-space: break-spaces">{{
jobDetail.dormitoryDesp || "-"
}}</span>
4 years ago
</li>
</ul>
</li>
</ul>
<!-- <a-descriptions
bordered
size="small"
:column="1"
class="leftDesc"
>
<a-descriptions-item class="test1">
<span slot="label" class="fw500">工作餐</span>
<a-descriptions size="small" :column="1">
<a-descriptions-item>
<span slot="label" class="fw500">工作餐</span>
<span class="fw500">工包早中餐作餐</span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">餐费</span>
<span class="fw500">收费先吃后扣</span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">餐补</span>
<span class="fw500"></span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">餐卡押金</span>
<span class="fw500">10</span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">清真窗口</span>
<span class="fw500"></span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">工作餐 说明</span>
<span class="fw500">有肉有菜</span>
</a-descriptions-item>
</a-descriptions>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">班次时间</span>
<span>9:30-14:0017:00-22:00</span>
</a-descriptions-item>
</a-descriptions> -->
</div>
</div>
<a-anchor @click.prevent="" class="navigation">
<a-anchor-link href="#pay" title="薪资" />
<a-anchor-link href="#required" title="要求" />
<a-anchor-link href="#contentspecial" title="岗位" />
<a-anchor-link href="#condition" title="食宿" />
</a-anchor>
</div>
4 years ago
<!-- 财务结算 -->
<div v-else>
<div class="pay" id="tip">
<div class="mb12 mt20">代理须知</div>
<div style="white-space: break-spaces">
{{ jobDetail.agencyStatement || "-" }}
</div>
</div>
<a-descriptions
bordered
size="small"
:column="1"
class="leftDesc mt20"
style="width: 900px"
>
<a-descriptions-item class="test1">
<span slot="label" class="fw500">代理利润</span>
<span>{{ jobDetail.agencyProfit || "-" }}</span>
</a-descriptions-item>
<!-- <a-descriptions-item>
4 years ago
<span slot="label" class="fw500">代理政策</span>
<span>{{ jobDetail.returnFeeDesp }}</span>
</a-descriptions-item> -->
<a-descriptions-item>
<span slot="label" class="fw500">扣税说明</span>
<span>{{ jobDetail.deductTaxDesp || "-" }}</span>
</a-descriptions-item>
<!-- <a-descriptions-item>
<span slot="label" class="fw500">支付周期</span>
<span>{{ jobDetail.paymentCycle }}</span>
</a-descriptions-item> -->
<a-descriptions-item>
<span slot="label" class="fw500">出名单</span>
<span>{{ jobDetail.outListTime || "-" }}</span>
</a-descriptions-item>
<a-descriptions-item>
<span slot="label" class="fw500">结算时间</span>
<span>{{ jobDetail.settlementTime || "-" }}</span>
</a-descriptions-item>
</a-descriptions>
</div>
4 years ago
</div>
</div>
<div class="maincontentright">
<div class="hotphone">
4 years ago
<h1 class="bottombox"><i>服务热线</i></h1>
4 years ago
<p>0371-666666666</p>
</div>
<div class="companyinfo">
<div class="companydetail">
4 years ago
<h1 class="bottombox"><i>企业详情</i></h1>
4 years ago
<p style="text-align: center">{{ jobDetail.aliasName }}</p>
4 years ago
<div class="imgbox">
4 years ago
<img v-if="storeImage.length !== 0" :src="storeImage[0]" alt="" />
<img v-else src="../../../static/img/nopicture.png" alt="" />
4 years ago
</div>
<p>
4 years ago
<!-- 我是文案我很长很长我是文案我 很长很长我是文案我很长很长我
是文案我很长很长我是文案我很 长很长 -->
4 years ago
</p>
</div>
<div class="companylocation">
4 years ago
<h1 class="bottombox"><i>企业位置</i></h1>
4 years ago
<div class="imgbox">
<img src="../../assets/map.png" alt="" />
</div>
</div>
</div>
4 years ago
<recommend />
4 years ago
</div>
</div>
</div>
</template>
<script>
4 years ago
import { getJobDetailApi } from "../../api/job";
import {
disposeJobListData,
getSalaryClassifyValue,
} from "../../utils/commonUtil";
4 years ago
import recommend from "../../components/FirstJob/components/recommend.vue";
4 years ago
import { nationlist } from "../../utils/datalist";
4 years ago
// import recordbill from "@/components/FirstJob/components/recordbill.vue";
4 years ago
4 years ago
export default {
// 组件名称
name: "",
// 局部注册的组件
4 years ago
components: {
recommend,
4 years ago
// recordbill,
4 years ago
},
4 years ago
// 组件参数 接收来自父组件的数据
props: {},
// 组件状态值
data() {
return {
4 years ago
relationList: [],
jobDetail: {},
storeImage: [],
4 years ago
storeInfo: {},
4 years ago
id: this.$route.params.id,
4 years ago
visible: false, // 录单模态框的展示
confirmLoading: false, // 录单提交的loading效果
4 years ago
skeletonshow: true,
tabchange: 1,
4 years ago
nationlist,
4 years ago
labelColor: [
"pink",
"blue",
"purple",
"orange",
"green",
"cyan",
"red",
"purple",
],
4 years ago
form: {
// 录单数据
name: "",
peoplecard: "",
4 years ago
gender: "",
nation: "",
location: "",
firm: "",
post: "",
pattern: "",
policy: "",
proxy: "",
facedate: "",
4 years ago
},
4 years ago
storeJob: {},
// rules: {
// // 录单校验规则
// name: [{ required: true, message: "请输入姓名", trigger: "submit" }],
// // tel: [{ required: true, message: "请输入手机号", trigger: "submit" }],
// },
apply: {},
4 years ago
};
},
// 计算属性
computed: {},
// 侦听器
watch: {},
// 生命周期钩子 注:没用到的钩子请自行删除
/**
* 组件实例创建完成属性已绑定但DOM还未生成$ el属性还不存在
*/
4 years ago
beforeCreate() {},
4 years ago
created() {
// console.log(this.$router.matcher.match());
4 years ago
console.log(this.$route.params); // 获取传过来的params数据
4 years ago
this.getJobDetail();
4 years ago
// Object.defineProperties("window.opener", "sessionStorage", {
// LOGIN_DATA: {},
// });
// console.log(window.opener);
4 years ago
},
/**
* el 被新创建的 vm.el 替换并挂载到实例上去之后调用该钩子
* 如果 root 实例挂载了一个文档内元素 mounted 被调用时 vm.el 也在文档内
*/
mounted() {
4 years ago
// console.log(this.$refs.scrollimg);
// this.$refs.scrollimg.goTo(0, false);
4 years ago
},
// 组件方法
4 years ago
methods: {
async getJobDetail() {
try {
const { data } = await getJobDetailApi(this.id);
4 years ago
console.log(data);
4 years ago
if (data.status === 200) {
console.log(data);
4 years ago
this.jobDetail = disposeJobListData(data.data.storeJob);
4 years ago
this.skeletonshow = false;
this.jobDetail.district = disposeJobListData(
data.data.store
).district;
let newdata = {
id: data.data.storeJob.id,
aliasName: data.data.store.aliasName,
jobName: data.data.storeJob.jobName,
};
this.storeInfo = newdata;
4 years ago
data.data.storeImage.forEach((item) => {
this.storeImage.push(item.url);
});
4 years ago
// console.log(this.storeImage);
4 years ago
} else {
this.$message.warning("数据获取失败");
}
// = data.data.recordList;
4 years ago
// console.log(data);
// console.log(this.jobDetail);
4 years ago
} catch (error) {
4 years ago
// console.log(error);
4 years ago
}
},
4 years ago
// 录单弹出层的关闭
handleCancel() {
this.visible = false;
this.form = {
// 录单数据
name: "",
tel: "",
peoplecard: "",
username: "",
};
},
// 录单提交按钮的回调
handleOk() {
this.$refs.ruleForm.validate((ispass, no) => {
4 years ago
// console.log(ispass);
4 years ago
if (ispass) {
this.confirmLoading = true;
setTimeout(() => {
this.confirmLoading = false;
this.visible = false;
}, 2000);
} else {
4 years ago
// console.log(123);
4 years ago
}
console.log(no);
});
},
// 弹出录单模态框
4 years ago
// showmodal() {
// this.visible = true;
// console.log(this.id);
// },
4 years ago
showmodal() {
4 years ago
this.visible = true;
4 years ago
// this.apply = item;
// console.log(this.apply);
// console.log(id);
},
onClose() {
this.visible = false;
this.form = {
// 录单数据
name: "",
peoplecard: "",
gender: "", // 性别
nation: "", // 民族
location: "", // 家庭住址
firm: "", // 公司名
post: "", // 岗位
pattern: "", // 模式
policy: "", // 代理政策
proxy: "", // 代理
facedate: "", // 面试时间
};
},
torecord(item) {
// 跳转到路由新页面的方法
console.log(item);
// let userinfo = JSON.stringify(item);
4 years ago
console.log(this.jobDetail);
console.log(this.storeInfo);
this.$router.push({ name: "recordbill", params: this.storeInfo });
sessionStorage.setItem("CURRENT_FIRM", JSON.stringify(this.storeInfo));
4 years ago
},
getSalaryClassifyValue(salaryClassify, salaryClassifyValue) {
return getSalaryClassifyValue(salaryClassify, salaryClassifyValue);
},
4 years ago
},
4 years ago
};
</script>
<style scoped lang="less">
.detail-container {
overflow: hidden;
4 years ago
// border-top: 1px solid #eeefef;
4 years ago
4 years ago
background-color: #f6f6f6;
}
4 years ago
/deep/ .ant-form {
// overflow: auto;
margin-bottom: 50px;
4 years ago
}
4 years ago
// 录单模态框样式
/deep/ .ant-drawer-wrapper-body {
// overflow: none;
// position: relative;
&::-webkit-scrollbar {
/*滚动条整体样式*/
width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
height: 4px;
4 years ago
}
4 years ago
.ant-drawer-header {
position: absolute;
width: 100%;
background-color: #fff;
padding: 12px 24px;
z-index: 999;
.ant-drawer-close {
height: 48px;
width: 48px;
line-height: 48px;
4 years ago
}
}
4 years ago
.ant-drawer-body {
overflow-y: auto;
margin-top: 47px;
4 years ago
}
4 years ago
}
4 years ago
// /deep/ .ant-modal {
// top: 30px !important;
// }
// .modal {
// .ant-form-item {
// margin-top: -8px;
// /deep/ .ant-form-item-label {
// line-height: 22px;
// }
// .ant-input {
// // width: 430px;
// height: 40px;
// // border: none;
// border: 1px solid #dddddd;
// box-shadow: none !important;
// // background-color: #f6f6f6;
// }
// }
// /deep/ .ant-modal-footer {
// padding: 10px 24px;
// .ant-btn {
// &:hover {
// color: #ff6a00;
// border-color: #ff6a00;
// }
// }
// .ant-btn.ant-btn-primary {
// background-color: #ff6a00 !important;
// border: none;
// line-height: 32px;
// margin-left: 12px;
// color: #fff;
// box-shadow: none;
// &:hover {
// background-color: #ff8025 !important;
// }
// }
// }
// /deep/ .ant-modal-header {
// .ant-modal-title {
// font-size: 20px;
// // font-weight: normal;
// }
// }
// /deep/ .ant-modal-body {
// padding: 24px 24px 8px 24px;
// overflow: auto;
// height: 630px;
// max-height: 630px !important;
// }
// }
4 years ago
/deep/ .maincontent {
display: flex;
justify-content: space-between;
4 years ago
margin-top: 12px;
4 years ago
.maincontentleft {
4 years ago
width: 944px;
4 years ago
margin-right: 16px;
text-align: left;
.subset {
display: flex;
justify-content: space-between;
padding: 16px;
margin-bottom: 16px;
4 years ago
// width: 914px;
4 years ago
background-color: #fff;
4 years ago
// height: 302px;
border-radius: 4px;
4 years ago
// border: 1px solid #eeefef;
4 years ago
.subsetleft {
display: flex;
.imgbox {
4 years ago
width: 177px;
height: 177px;
margin-right: 16px;
4 years ago
overflow: hidden;
position: relative;
4 years ago
// .slick-active {
// button {
// background-color: #fe6a00 !important;
// }
// }
4 years ago
// .slick-track {
// transition: all 0s ease 0s !important;
// }
img {
4 years ago
position: absolute;
// width: 100%;
4 years ago
// height: 100%;
4 years ago
height: 100%;
// width: 100%;
top: 50%;
left: 50%;
4 years ago
// left: 0;
// top: 0;
// right: 0;
// bottom: 0;
// margin: auto;
4 years ago
transform: translateX(-50%) translateY(-50%);
4 years ago
}
.ant-carousel {
.slick-slide {
text-align: center;
4 years ago
height: 177px;
4 years ago
// height: 160px;
// line-height: 160px;
4 years ago
// background: #364d79;
4 years ago
overflow: hidden;
}
.custom-slick-arrow {
4 years ago
width: 35px;
height: 35px;
font-size: 35px;
4 years ago
margin-top: -20px;
border-radius: 50%;
color: #fff;
background-color: rgba(31, 45, 61, 0.11);
opacity: 0.6;
}
.custom-slick-arrow:before {
4 years ago
// color: #ff6a00;
4 years ago
display: none;
}
.custom-slick-arrow:hover {
4 years ago
// background-color: #ff6a00cc;
4 years ago
opacity: 0.8;
}
.slick-slide h3 {
color: #fff;
}
}
}
.jobinfobox {
.jobname {
// margin: 12px 0;
4 years ago
font-size: 20px;
4 years ago
font-weight: 400;
4 years ago
text-align: left;
color: #4d575e;
4 years ago
line-height: 20px;
4 years ago
// &:hover {
// color: #ff6a00;
// }
4 years ago
}
.jobinfo {
margin-top: 16px;
opacity: 0.5;
4 years ago
font-size: 16px;
4 years ago
font-weight: 400;
text-align: left;
color: #4d575e;
4 years ago
line-height: 20px;
4 years ago
}
4 years ago
.jobtag,
.jobtag1 {
margin-top: 12px;
4 years ago
text-align: left;
4 years ago
// span:first-child {
// color: #ff6a00;
// background: rgba(254, 97, 0, 0.1);
// }
4 years ago
span {
margin-right: 8px;
4 years ago
font-size: 16px;
4 years ago
padding: 0px 6px;
border: none;
height: 22px;
line-height: 21px;
// background: rgba(51, 51, 51, 0.06);
4 years ago
border-radius: 4px;
}
}
4 years ago
.jobtag1 {
span {
background-color: #f5f5f5;
}
}
4 years ago
.jobpricemonth {
margin-top: 16px;
4 years ago
font-size: 18px;
4 years ago
font-weight: 400;
4 years ago
text-align: left;
color: #4d575e;
4 years ago
line-height: 26px;
4 years ago
}
.jobpricehour {
4 years ago
margin-top: 16px;
font-size: 16px;
4 years ago
font-weight: normal;
4 years ago
text-align: left;
4 years ago
color: #ff6a00;
4 years ago
// line-height: 24px;
4 years ago
span {
4 years ago
vertical-align: baseline;
font-size: 20px;
line-height: 24px;
4 years ago
}
}
.billbutton {
display: flex;
4 years ago
justify-content: flex-start;
4 years ago
margin-top: 15px;
4 years ago
span {
4 years ago
padding: 0 16px;
height: 36px;
margin-right: 20px;
4 years ago
border-radius: 4px;
background-color: rgba(254, 97, 0, 0.1);
4 years ago
font-size: 18px;
4 years ago
font-weight: normal;
4 years ago
color: #ff6a00;
4 years ago
line-height: 34px;
4 years ago
}
4 years ago
// button {
// width: 160px;
// // padding: 0 16px;
// height: 36px;
// border: none;
// background-color: #ff6a00;
// color: #fff;
// font-weight: normal;
// font-size: 18px;
// border-radius: 4px;
// cursor: pointer;
// &:hover {
// background-color: #ff7614;
// }
// }
.dropdown {
4 years ago
width: 160px;
4 years ago
padding: 0 16px;
4 years ago
height: 36px;
4 years ago
border: none;
4 years ago
background-color: #ff6a00;
4 years ago
color: #fff;
4 years ago
font-weight: normal;
4 years ago
font-size: 18px;
4 years ago
border-radius: 4px;
4 years ago
text-align: center;
line-height: 36px;
4 years ago
cursor: pointer;
&:hover {
4 years ago
color: #fff;
background-color: rgba(255, 121, 26);
4 years ago
}
4 years ago
}
}
}
}
4 years ago
.subsetright {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
.topbox {
width: 116px;
height: 54px;
text-align: center;
overflow: hidden;
background: rgba(255, 106, 0, 0.1);
border-radius: 4px;
line-height: 30px;
div {
// font-weight: normal;
font-size: 16px;
span:first-of-type {
font-size: 20px;
// font-weight: normal;
}
}
div:first-child {
height: 24px;
background: #ff6a00;
line-height: 21px;
font-size: 14px;
color: #ffffff;
border: 1px solid #ff6a00;
border-radius: 4px 4px 0px 0px;
}
div:last-child {
font-weight: normal;
background-color: #fff4e3;
4 years ago
color: #ff6a00;
font-size: 18px;
span:last-child {
font-size: 16px;
}
4 years ago
}
}
.bottombox1 {
width: 116px;
height: 32px;
4 years ago
line-height: 30px;
4 years ago
font-size: 16px;
// border: 1px solid rgba(77, 87, 94, 0.3);
border-radius: 4px;
border: 1px solid #ff6a00;
background-color: #fff;
color: rgba(255, 106, 0, 1);
cursor: pointer;
&:hover {
color: #fff;
background-color: rgba(255, 121, 26);
}
}
}
4 years ago
}
4 years ago
.proxy {
margin-bottom: 16px;
4 years ago
div {
white-space: break-spaces;
}
4 years ago
// padding: 20px !important;
}
.jobinformationbox,
.proxy {
4 years ago
width: 944px;
4 years ago
// border: 1px solid #eeefef;
overflow: hidden;
4 years ago
border-radius: 4px;
4 years ago
padding: 20px;
4 years ago
background-color: #fff;
4 years ago
h1 {
4 years ago
font-size: 18px;
// margin-bottom: 20px;
4 years ago
.infotitle {
margin-top: -2px;
border-bottom: 1px solid #eeefef;
display: flex;
span {
margin-bottom: -1px;
height: 30px;
padding: 1px 12px 0 12px;
margin-right: 6px;
background-color: #fafafa;
border: 1px solid #e8e8e8;
border-bottom: none;
cursor: pointer;
border-radius: 4px 4px 0 0;
}
.active {
background-color: #fafafa;
// font-weight: bold;0
color: #ff6a00;
}
}
4 years ago
span {
height: 25px;
}
}
4 years ago
}
#tip {
div:last-child {
padding: 12px 16px;
font-size: 16px;
border: 1px solid #e8e8e8;
}
}
4 years ago
.jobinformationbox {
.navigation {
width: 55px !important;
margin-left: 25px;
margin-top: 30px;
.ant-affix {
left: calc(50% + 278px) !important; // 手动定位固定位置
4 years ago
}
4 years ago
.ant-anchor-wrapper {
padding-left: 5px !important;
}
.ant-anchor-ink-ball {
// border-color: #ff6a00;
width: 10px;
height: 10px;
border: 2px solid #ff6a00;
}
.ant-anchor-link {
padding: 7px 0 7px 12px !important;
a {
color: #787878;
font-size: 18px;
}
}
.ant-anchor-link-active {
a {
color: #ff6a00 !important;
// font-weight: bold;
}
}
}
4 years ago
.baseInfoContent {
width: 840px;
> div {
> div:first-child {
color: #4d575e;
font-weight: normal;
}
}
4 years ago
.condition {
.conditiontable {
display: flex;
flex-direction: column;
font-size: 16px;
border: 1px solid #e8e8e8;
> li {
display: flex;
align-items: center;
border-bottom: 1px solid #e8e8e8;
> div {
width: 120px;
// font-weight: bold;
text-align: center;
}
&:last-child {
border-bottom: 0px;
}
ul {
display: flex;
flex-direction: column;
justify-content: space-around;
border-left: 1px solid #e8e8e8;
flex: 1;
li {
display: flex;
min-height: 44px;
width: 100%;
span:first-child {
padding: 12px 15px;
width: 100px;
border-right: 1px solid #e8e8e8;
// font-weight: bold;
}
span:last-child {
flex: 1;
display: flex;
color: #878787;
padding: 12px 16px;
white-space: break-space;
align-items: center;
}
}
li:not(li:last-child) {
border-bottom: 1px solid #e8e8e8;
}
}
4 years ago
}
}
}
}
}
}
.maincontentright {
4 years ago
width: 240px;
4 years ago
> div {
margin-bottom: 16px;
}
.hotphone {
4 years ago
width: 240px;
4 years ago
overflow: hidden;
4 years ago
// height: 114px;
4 years ago
padding: 0 20px 20px 20px;
4 years ago
border-radius: 4px;
background-color: #fff;
4 years ago
text-align: center;
// border: 1px solid #eeefef;
4 years ago
p {
font-size: 24px;
color: #ff6a00;
4 years ago
// font-weight: normal;
4 years ago
margin-top: 12px;
}
}
.companyinfo {
4 years ago
overflow: hidden;
padding: 0 20px 20px 20px;
4 years ago
border-radius: 4px;
4 years ago
// border: 1px solid #eeefef;
background-color: #fff;
4 years ago
.companydetail {
4 years ago
width: 200px;
4 years ago
p:first-of-type {
font-size: 18px;
4 years ago
font-weight: normal;
4 years ago
text-align: left;
color: #4d575e;
margin-bottom: 12px;
line-height: 22px;
4 years ago
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
4 years ago
}
.imgbox {
4 years ago
// width: 230px;
4 years ago
height: 172px;
margin-bottom: 12px;
img {
width: 100%;
height: 100%;
}
}
p:last-of-type {
font-size: 16px;
text-align: left;
color: #788085;
line-height: 22px;
margin-bottom: 15px;
}
}
.companylocation {
4 years ago
width: 200px;
4 years ago
h1 {
4 years ago
// height: 50px;
// line-height: 50px;
padding-top: 10px;
4 years ago
text-align: center;
// border-top: 1px solid #eeefef;
4 years ago
}
.imgbox {
4 years ago
// width: 230px;
4 years ago
height: 172px;
img {
width: 100%;
height: 100%;
}
}
}
}
}
4 years ago
.leftDesc.ant-descriptions-bordered table {
// min-height: 352px !important;
tbody {
tr {
height: 44px;
}
}
}
.leftDesc.ant-descriptions-bordered .ant-descriptions-item-label {
width: 120px;
text-align: left;
font-weight: normal;
background-color: #fff;
font-size: 16px;
color: #4d575e;
letter-spacing: 1px;
/*vertical-align: baseline;*/
}
.leftDesc.ant-descriptions-bordered .ant-descriptions-item-content {
white-space: break-spaces;
4 years ago
text-align: left;
font-size: 16px;
color: #878787;
}
.boubleLevel
> .ant-descriptions-view
> table
> tbody
> .ant-descriptions-row:last-child
> .ant-descriptions-item-content {
// padding: 0 !important;
4 years ago
.noborder {
.ant-descriptions-view {
// border: 0 !important;
4 years ago
}
}
}
// .right
4 years ago
}
</style>