From 4ad5d57fa3a3e09e81c39222504ebe37a45d4f42 Mon Sep 17 00:00:00 2001
From: Apcallover <1503963513@qq.com>
Date: Mon, 6 May 2024 11:34:23 +0800
Subject: [PATCH] flat: zanc1
---
api/news.js | 8 +
components/vertical-menu/vertical-menu.vue | 1 +
pageMy/setUserBase/complain.vue | 6 +-
pageMy/setUserBase/mailbox.vue | 6 +-
pages/project/project.vue | 12 +-
.../subPage/newsDetail/projectInfo.vue | 1074 +++++++++--------
6 files changed, 597 insertions(+), 510 deletions(-)
diff --git a/api/news.js b/api/news.js
index 7994193..4e3643f 100644
--- a/api/news.js
+++ b/api/news.js
@@ -183,4 +183,12 @@ export const settingRead3 = (data) => {
...data
}
})
+}
+
+export const updataEmployedNew = (params) => {
+ return request({
+ url: '/api/jobslink-api/missions/mission/apply/employed/new',
+ method: 'post',
+ params
+ })
}
\ No newline at end of file
diff --git a/components/vertical-menu/vertical-menu.vue b/components/vertical-menu/vertical-menu.vue
index 6407675..08924fa 100644
--- a/components/vertical-menu/vertical-menu.vue
+++ b/components/vertical-menu/vertical-menu.vue
@@ -343,6 +343,7 @@
if (!this.areaModal.isClickAddress) {
// this.areaModal.address1 = [null, null, null];
this.areaModal.address1 = ["", "", ""];
+ this.areaModal.info = []
}
if (!this.industryModal.isClickIndustry) {
this.industryModal.industry = "";
diff --git a/pageMy/setUserBase/complain.vue b/pageMy/setUserBase/complain.vue
index 19bdf21..5bdb9b5 100644
--- a/pageMy/setUserBase/complain.vue
+++ b/pageMy/setUserBase/complain.vue
@@ -133,8 +133,12 @@
})
}
}).catch((errors) => {
+ if (/[\u4e00-\u9fff]/.test(errors.message)) {
+ _this.$api.msg(errors.message)
+ } else {
+ this.$api.msg('请输入完整信件信息')
+ }
this.isNext = true
- this.$api.msg('请输入完整信件信息')
})
}
}
diff --git a/pageMy/setUserBase/mailbox.vue b/pageMy/setUserBase/mailbox.vue
index 5a1f2fd..b040830 100644
--- a/pageMy/setUserBase/mailbox.vue
+++ b/pageMy/setUserBase/mailbox.vue
@@ -99,8 +99,12 @@
})
}
}).catch((errors) => {
+ if (/[\u4e00-\u9fff]/.test(errors.message)) {
+ _this.$api.msg(errors.message)
+ } else {
+ this.$api.msg('请输入完整信件信息')
+ }
this.isNext = true
- this.$api.msg('请输入完整信件信息')
})
}
}
diff --git a/pages/project/project.vue b/pages/project/project.vue
index 18c8311..10f0921 100644
--- a/pages/project/project.vue
+++ b/pages/project/project.vue
@@ -517,6 +517,9 @@
// city: areaModal?.address1[1],
cityId: areaModal?.info.map((v) => v.areaName).join('-')
}
+ if (params.cityId === '') {
+ delete params.cityId
+ }
nearMissionSearch(params).then(res => {
if (this.policyPage.current === 1) {
this.policyContentList = [];
@@ -536,6 +539,7 @@
areaModal,
industryModal
} = this.searchData;
+ console.log(this.searchData)
let params = {
current: this.nearPage.current,
size: this.nearPage.size,
@@ -546,6 +550,9 @@
// city: areaModal?.address1[1],
cityId: areaModal?.info.map((v) => v.areaName).join('-')
}
+ if (params.cityId === '') {
+ delete params.cityId
+ }
newMissionAllSearch(params).then(res => {
if (this.nearPage.current === 1) {
this.companyList = [];
@@ -575,6 +582,9 @@
wageUnitCategory: submitData["wageUnitCategory"],
cityId: areaModal?.info.map((v) => v.areaName).join('-')
}
+ if (params.cityId === '') {
+ delete params.cityId
+ }
recommendMissionSearch(params).then(res => {
if (this.newPage.current === 1) {
this.newList = [];
@@ -600,7 +610,7 @@
.positionText {
margin: 0 10rpx;
- font-weight: bold;
+ font-weight: bold;
}
}
diff --git a/pages/recruit/subPage/newsDetail/projectInfo.vue b/pages/recruit/subPage/newsDetail/projectInfo.vue
index 50306b7..a949831 100644
--- a/pages/recruit/subPage/newsDetail/projectInfo.vue
+++ b/pages/recruit/subPage/newsDetail/projectInfo.vue
@@ -1,507 +1,567 @@
-
-
-
-
- {{ info.missionTitle }}
-
-
-
- 岗位日期:{{ dateFormat((info.stime)) }}至{{ dateFormat((info.etime)) }}
-
-
-
- 行业类型:{{ info.tradeNames }}
-
-
- 工种类型:{{ info.worktypeNames }}
-
-
- {{ info.wage }}
-
-
-
-
- 岗位要求
-
-
-
- 年龄要求:{{ age[info.ageDesc] }}
-
-
-
-
- 学历要求:{{ education[info.education] }}
-
-
- 经验要求:{{ experience[info.experienceDesc] }}
-
-
-
- 任务描述
-
-
- {{ info.missionDesc }}
-
-
-
-
- {{ item }}
-
-
-
-
- 来源:{{ info.jobSources }}
-
-
-
-
- 用工单位信息
-
-
- {{ info.companyName }}
-
-
- 用工单位地址:{{ info.companyAddress }}
-
-
-
-
- 地址
-
-
-
- 任务地址:{{ info.address }}
-
-
-
-
-
-
-
- 电话联系
-
-
-
-
-
- +
-
-
- +
-
-
-
- 下一步
-
-
-
-
-
- {{ item.realName }} : {{ item.telphone }}
- 申请时间:{{ item.applyTime }}
-
-
-
-
-
-
-
- +
-
-
- +
-
-
-
- 签名密码
- 6位数字签名密码
-
-
-
-
- 忘记密码?
-
-
-
-
-
-
+
+
+
+
+ {{ info.missionTitle }}
+
+
+
+ 岗位日期:{{ dateFormat((info.stime)) }}至{{ dateFormat((info.etime)) }}
+
+
+
+ 行业类型:{{ info.tradeNames }}
+
+
+ 工种类型:{{ info.worktypeNames }}
+
+
+ {{ info.wage }}
+
+
+
+
+ 岗位要求
+
+
+
+ 年龄要求:{{ age[info.ageDesc] }}
+
+
+
+
+ 学历要求:{{ education[info.education] }}
+
+
+ 经验要求:{{ experience[info.experienceDesc] }}
+
+
+
+ 任务描述
+
+
+ {{ info.missionDesc }}
+
+
+
+
+ {{ item }}
+
+
+
+
+ 来源:{{ info.jobSources }}
+
+
+
+
+ 用工单位信息
+
+
+ {{ info.companyName }}
+
+
+ 用工单位地址:{{ info.companyAddress }}
+
+
+
+
+ 地址
+
+
+
+ 任务地址:{{ info.address }}
+
+
+
+
+
+
+
+ 查看申请列表
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+ 下一步
+
+
+
+
+
+
+ {{ item.realName }} : {{ item.telphone }}
+ 申请时间:{{ item.applyTime }}
+
+
+
+ 录用
+ 取消
+
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+ 签名密码
+ 6位数字签名密码
+
+
+
+
+ 忘记密码?
+
+
+
+
+
+
\ No newline at end of file