|
|
|
@ -506,7 +506,7 @@
|
|
|
|
<span @click="toDetail(item)" style="cursor: pointer">
|
|
|
|
<span @click="toDetail(item)" style="cursor: pointer">
|
|
|
|
<div class="subsetleft" @click="totop">
|
|
|
|
<div class="subsetleft" @click="totop">
|
|
|
|
<div class="imgbox">
|
|
|
|
<div class="imgbox">
|
|
|
|
<img v-if="item.logo.length !== 0" :src="item.logo" style="object-fit: cover;width: 156px;height: 156px;" />
|
|
|
|
<img v-if="item.logo.length !== 0" :src="item.logo" style="object-fit: cover; width: 156px; height: 156px" />
|
|
|
|
<div v-else class="default_avatar">{{ item.brandName || item.jobName }}</div>
|
|
|
|
<div v-else class="default_avatar">{{ item.brandName || item.jobName }}</div>
|
|
|
|
<!-- <img v-else src="../../../static/img/nopicture.png" /> -->
|
|
|
|
<!-- <img v-else src="../../../static/img/nopicture.png" /> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -518,13 +518,12 @@
|
|
|
|
>-->
|
|
|
|
>-->
|
|
|
|
<div class="jobname">{{ item.jobName }}</div>
|
|
|
|
<div class="jobname">{{ item.jobName }}</div>
|
|
|
|
<div class="xmfDiv">
|
|
|
|
<div class="xmfDiv">
|
|
|
|
<img src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/xmfb.svg" class="" alt="">
|
|
|
|
<img src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/xmfb.svg" class="" alt="" />
|
|
|
|
<span class="f12 ml4" style="color: #646572">{{ item.agencyName }}</span>
|
|
|
|
<span class="f12 ml4" style="color: #646572">{{ item.agencyName }}</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <img src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/ysd1.png" style="width: 20px;height: 20px;" alt=""> -->
|
|
|
|
<!-- <img src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/ysd1.png" style="width: 20px;height: 20px;" alt=""> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- </router-link> -->
|
|
|
|
<!-- </router-link> -->
|
|
|
|
<div class="jobinfo">
|
|
|
|
<div class="jobinfo">
|
|
|
|
<span>{{ item.district }}</span>
|
|
|
|
<span>{{ item.district }}</span>
|
|
|
|
@ -550,7 +549,6 @@
|
|
|
|
>元/月
|
|
|
|
>元/月
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template v-else>
|
|
|
|
<template v-else>
|
|
|
|
|
|
|
|
|
|
|
|
<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
|
|
|
|
>元/月
|
|
|
|
>元/月
|
|
|
|
@ -710,7 +708,7 @@
|
|
|
|
<!-- <div class="fcsc"> -->
|
|
|
|
<!-- <div class="fcsc"> -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <p>0371-6611 3723</p> -->
|
|
|
|
<!-- <p>0371-6611 3723</p> -->
|
|
|
|
<img style="width: 60px; height: 60px; border-radius: 50%;display: block;margin: 24px auto 0;" :src="managerInfo.avatar || 'https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/service.jpg'" alt />
|
|
|
|
<img style="width: 60px; height: 60px; border-radius: 50%; display: block; margin: 24px auto 0" :src="managerInfo.avatar || 'https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/service.jpg'" alt />
|
|
|
|
<div style="color: #333; font-weight: 600">
|
|
|
|
<div style="color: #333; font-weight: 600">
|
|
|
|
<p class="f16" style="margin-top: 10px">
|
|
|
|
<p class="f16" style="margin-top: 10px">
|
|
|
|
{{ managerInfo.name }}
|
|
|
|
{{ managerInfo.name }}
|
|
|
|
@ -1208,8 +1206,7 @@ export default {
|
|
|
|
this.signType = 1;
|
|
|
|
this.signType = 1;
|
|
|
|
this.hasTab = true;
|
|
|
|
this.hasTab = true;
|
|
|
|
//写入session缓存
|
|
|
|
//写入session缓存
|
|
|
|
localStorage.setItem("hasTab", this.hasTab)
|
|
|
|
localStorage.setItem("hasTab", this.hasTab);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (this.$route.query.type) {
|
|
|
|
if (this.$route.query.type) {
|
|
|
|
@ -1364,13 +1361,12 @@ export default {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
let aId = "";
|
|
|
|
let aId = "";
|
|
|
|
|
|
|
|
|
|
|
|
if (window.location.origin.indexOf('localhost:') > -1 || window.location.origin.indexOf('test.') > -1){
|
|
|
|
if (window.location.origin.indexOf("localhost:") > -1 || window.location.origin.indexOf("test.") > -1) {
|
|
|
|
aId = "2743"
|
|
|
|
aId = "2743";
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
aId = "3087"
|
|
|
|
aId = "3087";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
newdata = {
|
|
|
|
newdata = {
|
|
|
|
agencyId: aId, //测试版
|
|
|
|
agencyId: aId, //测试版
|
|
|
|
recruitment: "1",
|
|
|
|
recruitment: "1",
|
|
|
|
@ -1451,7 +1447,7 @@ export default {
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
// this.formvalue.aliasName = this.searchValue.trim();
|
|
|
|
// this.formvalue.aliasName = this.searchValue.trim();
|
|
|
|
this.formvalue.keys = this.searchValue.trim();
|
|
|
|
this.formvalue.keys = this.searchValue.trim();
|
|
|
|
this.formvalue.ageStr = ""
|
|
|
|
this.formvalue.ageStr = "";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// console.log("search1");
|
|
|
|
// console.log("search1");
|
|
|
|
// this.formvalue.aliasName = this.searchValue;
|
|
|
|
// this.formvalue.aliasName = this.searchValue;
|
|
|
|
@ -1787,7 +1783,7 @@ export default {
|
|
|
|
this.formvalue.aliasName = "";
|
|
|
|
this.formvalue.aliasName = "";
|
|
|
|
this.formvalue.keys = "";
|
|
|
|
this.formvalue.keys = "";
|
|
|
|
this.formvalue.ageStr = "";
|
|
|
|
this.formvalue.ageStr = "";
|
|
|
|
console.log('this.formvalue',this.formvalue);
|
|
|
|
console.log("this.formvalue", this.formvalue);
|
|
|
|
if (this.formvalue.signType == 1) {
|
|
|
|
if (this.formvalue.signType == 1) {
|
|
|
|
this.getJobListYicai();
|
|
|
|
this.getJobListYicai();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
@ -2044,7 +2040,8 @@ export default {
|
|
|
|
this.currentCity = item.name;
|
|
|
|
this.currentCity = item.name;
|
|
|
|
// this.getJobList();
|
|
|
|
// this.getJobList();
|
|
|
|
this.visible = false;
|
|
|
|
this.visible = false;
|
|
|
|
if (this.formvalue.signType != 0) {
|
|
|
|
console.log('this.formvalue.signType',this.formvalue.signType);
|
|
|
|
|
|
|
|
if (this.signType != 0) {
|
|
|
|
this.getJobListYicai();
|
|
|
|
this.getJobListYicai();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.getJobList();
|
|
|
|
this.getJobList();
|
|
|
|
|