preview.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. <template>
  2. <view>
  3. <view class="resumepage">
  4. <view class="u-flex u-row-between">
  5. <view class="">
  6. <view class="u-flex">
  7. <text style="margin-right: 20rpx;font-size: 52rpx;">{{from.name}}</text>
  8. <!-- <u-icon @click="onchange" name="edit-pen-fill" color="#777" size="22"></u-icon> -->
  9. </view>
  10. <view class="top-font" style="margin-top: 20rpx;">
  11. <text style="margin-right: 12rpx;">{{from.birthday_text}}岁</text>|
  12. <text style="margin-left: 12rpx;margin-right: 12rpx;">{{from.experience}}年工作经验</text>|
  13. <text style="margin-left: 12rpx;margin-right: 12rpx;">{{from.education_name}}</text>|
  14. <text style="margin-left: 12rpx;">{{from.domicile_city.slice(0,-1)}}</text>
  15. </view>
  16. </view>
  17. <view class="" style="position: relative;">
  18. <image style="width: 136rpx;height: 136rpx;border-radius:50%;" :src="from.avatar" mode=""></image>
  19. <image v-if="sex == male" src="../static/images/nan.png" style="height:34rpx;width: 34rpx;position: absolute;top: 100rpx;
  20. left: 100rpx;" mode=""></image>
  21. <image v-if="sex == female" src="../static/images/nv.png" style="height:34rpx;width: 34rpx;position: absolute;top: 100rpx;
  22. left: 100rpx;" mode=""></image>
  23. <!-- <image src="../static/images/nv.png" style="height:34rpx;width: 34rpx;" mode=""></image> -->
  24. </view>
  25. </view>
  26. <view class="" style="margin-top: 30rpx;">
  27. <view class="u-flex u-row-between">
  28. <text class="title">个人优势</text>
  29. <!-- <u-icon name="edit-pen-fill" color="#777" size="22" @click="toadvantage"></u-icon> -->
  30. </view>
  31. <view class="mar">
  32. <view type="text" placeholder="编辑优势亮点,展示我的独特态度" v-model="from.personal_advantage">
  33. {{from.personal_advantage}}
  34. </view>
  35. </view>
  36. </view>
  37. <!-- <view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
  38. <view class="u-flex ">
  39. <text class="title">求职状态</text>
  40. </view>
  41. <view class="u-flex u-row-between" style="margin-top: 20rpx;">
  42. <input type="text" placeholder="请选择你的求职状态" v-model="from.job_status_name">
  43. </view>
  44. </view> -->
  45. <view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
  46. <view class="u-flex u-row-between">
  47. <text class="title">求职意向</text>
  48. <text>{{from.job_status_name}}</text>
  49. <!-- <u-icon @click="toapply(1)" name="plus-circle" size="20"></u-icon> -->
  50. </view>
  51. <view class="" style="margin-top: 40rpx;margin-bottom: 20rpx;" v-for="(item,index) in job_intention1"
  52. :key="item.id">
  53. <view class="u-flex u-row-between">
  54. <view class="u-flex">
  55. <view class="">
  56. <text>{{item.category_job_name}}</text>·
  57. <text>{{item.city}}</text>
  58. </view>
  59. </view>
  60. <!-- <u-icon name="arrow-right" size="12"></u-icon> -->
  61. <text style="margin-left: 28rpx;color: #0C66C2;">{{item.salary || 0}}k</text>
  62. </view>
  63. <text
  64. style="margin-top: 20rpx;font-size: 28rpx;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #777777;">{{item.category_industry_name}}</text>
  65. </view>
  66. </view>
  67. <view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
  68. <view class="u-flex u-row-between">
  69. <text class="title">工作经历</text>
  70. <!-- <u-icon name="plus-circle" size="20" @click="towork(1)"></u-icon> -->
  71. </view>
  72. <view class="" v-for="(item,index) in job_experience1" :key="item.id">
  73. <view class="u-flex u-row-between" style="margin-top:40rpx ;">
  74. <text>{{item.company_name}}</text>
  75. <view class="u-flex">
  76. <text class="time">{{item.start_time}}-{{item.end_time}}</text>
  77. <!-- <u-icon name="arrow-right" size="12"></u-icon> -->
  78. </view>
  79. </view>
  80. <view class="" style="margin-top: 20rpx;font-size: 28rpx;
  81. font-family: PingFangSC-Regular, PingFang SC;
  82. font-weight: 400;
  83. color: #333333;">
  84. <text>{{item.job_name}}|</text>
  85. <text>{{item.department}}</text>
  86. </view>
  87. <view class="concent">
  88. {{item.work_content}}
  89. </view>
  90. </view>
  91. </view>
  92. <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
  93. <view class="u-flex u-row-between">
  94. <text class="title">项目经历</text>
  95. <!-- <u-icon name="plus-circle" size="20" @click="toproject(1)"></u-icon> -->
  96. </view>
  97. <view class="" style="margin-top: 40rpx;" v-for="(item,index) in project_experience1">
  98. <view class="u-flex u-row-between">
  99. <text>{{item.company_name}}</text>
  100. <view class="u-flex">
  101. <text class="time">{{item.start_time}}-{{item.end_time}}</text>
  102. <!-- <u-icon name="arrow-right" size="12"></u-icon> -->
  103. </view>
  104. </view>
  105. <view class="mar">
  106. <text>{{item.role}}</text>
  107. </view>
  108. <view class="concent">
  109. {{item.description}}
  110. </view>
  111. </view>
  112. <view class=""></view>
  113. </view>
  114. <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
  115. <view class="u-flex u-row-between">
  116. <text class="title">教育经历</text>
  117. <!-- <u-icon name="plus-circle" size="20" @click="toteach(1)"></u-icon> -->
  118. </view>
  119. <view class="" style="margin-top: 40rpx;" v-for="(item,index) in education_experience1" :key="item.id">
  120. <view class="u-flex u-row-between">
  121. <text>{{item.name}}</text>
  122. <view class="u-flex">
  123. <text class="time">{{item.start_time}}-{{item.end_time}}</text>
  124. <!-- <u-icon name="arrow-right" size="12"></u-icon> -->
  125. </view>
  126. </view>
  127. <view class="">
  128. <text>{{item.major}}</text>
  129. </view>
  130. </view>
  131. </view>
  132. <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
  133. <view class="u-flex u-row-between">
  134. <text class="title">语言能力</text>
  135. <!-- <u-icon name="plus-circle" size="20" @click="tolanguage(1)"></u-icon> -->
  136. </view>
  137. <view class="mar" v-for="(item,index) in language1">
  138. <view class="u-flex u-row-between">
  139. <text>{{item.language_name}}</text>
  140. <view class="u-flex">
  141. <text>{{item.level_name}}</text>
  142. <u-icon name="arrow-right" size="12"></u-icon>
  143. </view>
  144. </view>
  145. </view>
  146. </view>
  147. <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
  148. <view class="u-flex u-row-between">
  149. <text class="title">专业技能与证书</text>
  150. <!-- <u-icon name="plus-circle" size="20" @click="tocertificate()"></u-icon> -->
  151. </view>
  152. <view class="mar">
  153. <!-- <view style="flex: 1;" class="item">{{certificate.professional_skill}}</view> -->
  154. <text class="texta item" v-for="(item,index) in certificate1"
  155. :key="index">{{item.professional_skill}}</text>
  156. </view>
  157. <view style="margin-top: 32rpx;" class="u-flex u-row-between" v-for="(item,index) in certificate1"
  158. :key="index">
  159. <text>{{item.certificate}}</text>
  160. <text class="time">{{item.certificate_date}}</text>
  161. </view>
  162. </view>
  163. <!-- <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;margin-bottom:118rpx ;">
  164. <view class="u-flex u-row-between">
  165. <text class="title">附加信息</text>
  166. <!-- <u-icon name="plus-circle" size="20"></u-icon> -->
  167. <!-- </view>
  168. <view class="mar">
  169. <input type="text" placeholder="请输入附加消息">
  170. </view>
  171. </view> -->
  172. <view class="" style="height: 60rpx;"></view>
  173. </view>
  174. <!-- <view class="back u-flex" style="margin-top: 118rpx;">
  175. <view class="left">
  176. 简历导入
  177. </view>
  178. <view class="right" @click="preview">
  179. <text style="opacity: 1;color: #0C66C2;">预览</text>
  180. </view>
  181. </view> -->
  182. <!-- <u-picker :show="jobshow" :columns="joblist"></u-picker> -->
  183. <u-picker @cancel="show = false" :show="show" :columns="columns" keyName="name" @confirm="enter"></u-picker>
  184. </view>
  185. </template>
  186. <script setup>
  187. import {
  188. resumeDetail,
  189. get_job_status,
  190. update,
  191. } from "@/units/inquire.js"
  192. export default {
  193. data() {
  194. return {
  195. jlid: '',
  196. show: false,
  197. columns: [
  198. []
  199. ],
  200. certificate1: [],
  201. from: {
  202. avatar: "",
  203. name: "",
  204. birthday_text: "",
  205. education_name: '',
  206. personal_advantage: "", //个人优势
  207. additional_info: "", //附加信息
  208. experience: "",
  209. job_status_id: "", //string 求职状态ID
  210. job_status_name: "", //求职状态名称
  211. domicile_city: '',
  212. sex:''
  213. },
  214. //求职意向
  215. job_intention: {
  216. job_date: "", //date 求职时间(求职意向
  217. province_id: "", //string 期望省份ID(求职意向
  218. city_id: "", //string 期望城市ID(求职意向
  219. province: "", //string 期望省份名称(求职意向
  220. city: "", //string 期望城市名称(求职意向
  221. salary_type: "", //string 薪资类型: year=年薪;month=月薪(求职意向
  222. salary: "", //string 薪水(求职意向
  223. salary_month: "", //string 一年多少薪(求职意向
  224. category_field_id: "", //string 领域ID(求职意向
  225. category_field_name: "", //string 领域名称(求职意向
  226. category_industry_first: "", //string 行业一级ID(求职意向
  227. category_industry_id: "", //string 行业ID(求职意向
  228. category_industry_first_name: "", //string 行业一级名称(求职意向
  229. category_industry_name: "", //string 行业名称(求职意向
  230. category_job_first: "", //string 职业分类一级ID(求职意向
  231. category_job_second: "", //string 职业分类二级ID(求职意向
  232. category_job_id: "", //string 职位分类ID(求职意向
  233. category_job_first_name: "", //string 职业分类一级名称(求职意向
  234. category_job_second_name: "", //string 职业分类二级名称(求职意向
  235. category_job_name: "", //string 职位分类名称(求职意向)
  236. is_pay: "",
  237. },
  238. //工作经历
  239. job_experience: {
  240. company_name: "", // string 公司名称(工作经历
  241. industry_id: "", //string 公司行业ID(工作经历
  242. department: "", //tring 所属部门(工作经历
  243. job_name: "", //ing 职位名称(工作经历
  244. underling_count: "", //unt string 下属数量(工作经历
  245. report_to: "", //ring 汇报对象(工作经历
  246. start_time: "", //ate 在职开始时间: 如 2019-01-01(工作经历
  247. end_time: "", //e 在职结束时间: 如 2019-01-01(工作经历
  248. level_reason: "", // string 离职原因(工作经历
  249. work_content: "", // string 工作内容(工作经历
  250. },
  251. //项目经历
  252. project_experience: {
  253. name: "", //string 项目名称(项目经历
  254. company_name: "", //string 公司名称(项目经历
  255. role: "", // string 项目角色(项目经历
  256. start_time: "", //tring 开始时间(项目经历
  257. end_time: "", //string 结束时间(项目经历
  258. description: "", // string 项目描述(项目经
  259. },
  260. //教育经历
  261. education_experience: {
  262. name: "", //string 学校名称(教育经历
  263. is_recruit: "", //string 是否统招: 1.是, 0.不是(教育经历
  264. education_id: "", //string 学历ID(教育经历
  265. education_name: "", //string 学历名称(教育经历
  266. major: "", //string 专业(教育经历
  267. start_time: "", //string 开始时间 如 2019-01-01(教育经历
  268. end_time: "", //string 结束时间 如 2019-01-01(教育经历
  269. },
  270. //语言能力
  271. language: {
  272. language_id: "", // tring 语言ID(语言能力
  273. level_id: "", // ng 水平ID(语言能力
  274. language_name: "", // string 语言名称(语言能力
  275. level_name: "", // ring 水平名称(语言能力
  276. },
  277. certificate: {
  278. certificate: "",
  279. certificate_date: ""
  280. },
  281. //附件简历
  282. file: {
  283. file: "", //string 附件(附件简历
  284. title: "", //string 附件名称(附件简历
  285. },
  286. education_experience1: [], //教育经历
  287. job_experience1: [], //工作经历
  288. job_intention1: [], //教育经历
  289. project_experience1: [], //项目经历
  290. language1: [], //语言能力
  291. joblist: [],
  292. }
  293. },
  294. onLoad() {
  295. this.get_job_status()
  296. // this.resumeDetail()
  297. },
  298. onShow() {
  299. this.resumeDetail()
  300. },
  301. methods: {
  302. preview() {
  303. uni.navigateTo({
  304. url: "/pagesD/preview"
  305. })
  306. },
  307. tocertificate() {
  308. uni.navigateTo({
  309. url: "/pagesD/certificate"
  310. })
  311. },
  312. tolanguage(type, id) {
  313. uni.navigateTo({
  314. url: "/pagesD/language?type=" + type + "&id=" + id
  315. })
  316. },
  317. toteach(type, id) {
  318. uni.navigateTo({
  319. url: "/pagesD/teach?type=" + type + "&id=" + id
  320. })
  321. },
  322. toproject(type, id) {
  323. uni.navigateTo({
  324. url: "/pagesD/project?type=" + type + "&id=" + id
  325. })
  326. },
  327. enter(e) {
  328. this.from.job_status_name = e.value[0].name
  329. this.from.job_status_id = e.value[0].id
  330. this.show = false
  331. },
  332. get_job_status() {
  333. get_job_status().then(res => {
  334. this.columns[0] = res.data
  335. })
  336. },
  337. toadvantage() {
  338. uni.navigateTo({
  339. url: "/pagesD/advantage",
  340. events: {
  341. todcp: (res) => {
  342. this.from.personal_advantage = res
  343. update({
  344. personal_advantage: this.from.personal_advantage,
  345. source_type: "resume",
  346. source_id: this.jlid
  347. }).then(res => {
  348. this.resumeDetail()
  349. })
  350. }
  351. }
  352. })
  353. },
  354. // get_job_status() {
  355. // get_job_status().then(res => {
  356. // this.joblist = res.data
  357. // })
  358. // },
  359. toapply(type, id) {
  360. uni.navigateTo({
  361. url: "/pagesD/apply?type=" + type + "&id=" + id,
  362. events: {
  363. apply: (res) => {
  364. console.log(res);
  365. }
  366. }
  367. })
  368. },
  369. towork(type, id) {
  370. uni.navigateTo({
  371. url: "/pagesD/work?key=" + type + "&id=" + id,
  372. events: {
  373. work: (res) => {
  374. console.log(res);
  375. }
  376. }
  377. })
  378. },
  379. resumeDetail() {
  380. resumeDetail().then(res => {
  381. this.from.avatar = res.data.avatar
  382. this.from.personal_advantage = res.data.personal_advantage
  383. this.jlid = res.data.id
  384. this.from.name = res.data.name,
  385. this.from.birthday_text = res.data.birthday_text
  386. this.from.education_name = res.data.education_name
  387. this.from.domicile_city = res.data.domicile_city
  388. // this.job_intention.province = res.data.job_intention[0].province,
  389. this.from.experience = res.data.experience
  390. this.education_experience1 = res.data.education_experience
  391. this.job_experience1 = res.data.job_experience
  392. this.job_intention1 = res.data.job_intention
  393. this.language1 = res.data.language
  394. this.project_experience1 = res.data.project_experience
  395. this.from.job_status_name = res.data.job_status_name
  396. this.from.job_status_id = res.data.job_status_id
  397. this.certificate.certificate = res.data.certificate.certificate
  398. this.certificate.certificate_date = res.data.certificate.certificate_date
  399. this.certificate1 = res.data.certificate
  400. this.sex = res.data.sex
  401. })
  402. },
  403. onchange() {
  404. uni.navigateTo({
  405. url: "/pagesD/personal-infor?id=" + this.jlid
  406. })
  407. }
  408. }
  409. }
  410. </script>
  411. <style lang="scss">
  412. .time {
  413. font-size: 24rpx;
  414. font-family: SFPro, SFPro;
  415. font-weight: 400;
  416. color: #888888;
  417. }
  418. .top-font {
  419. font-size: 26rpx;
  420. font-family: SFPro, SFPro;
  421. font-weight: 400;
  422. color: #555555;
  423. }
  424. .texta {
  425. margin-right: 20rpx;
  426. }
  427. .concent {
  428. font-size: 28rpx;
  429. font-family: PingFangSC-Regular, PingFang SC;
  430. font-weight: 400;
  431. color: #555555;
  432. margin-top: 20rpx;
  433. }
  434. .mar {
  435. margin-top: 20rpx;
  436. }
  437. .title {
  438. font-size: 32rpx;
  439. font-family: PingFangSC-Medium, PingFang SC;
  440. font-weight: 500;
  441. color: #222222;
  442. margin-top: 34rpx;
  443. }
  444. .item {
  445. height: 48rpx;
  446. background: #F4F4F4;
  447. border-radius: 6rpx;
  448. padding: 14rpx;
  449. box-sizing: border-box;
  450. }
  451. .resumepage {
  452. padding: 0 32rpx;
  453. background-color: #fff;
  454. }
  455. .back {
  456. padding: 16rpx 32rpx;
  457. background: #FFFFFF;
  458. height: 118rpx;
  459. box-sizing: border-box;
  460. position: fixed;
  461. bottom: 0;
  462. left: 0;
  463. .left {
  464. width: 356rpx;
  465. background: #0C66C2;
  466. border-radius: 12rpx;
  467. font-size: 32rpx;
  468. font-family: PingFangSC-Medium, PingFang SC;
  469. font-weight: 500;
  470. color: #FFFFFF;
  471. height: 88rpx;
  472. line-height: 88rpx;
  473. margin-right: 24rpx;
  474. text-align: center;
  475. }
  476. .right {
  477. width: 304rpx;
  478. // opacity: 0.1;
  479. // background: #0C66C2;
  480. border-radius: 12rpx;
  481. font-size: 32rpx;
  482. font-family: PingFangSC-Medium, PingFang SC;
  483. font-weight: 500;
  484. color: #0C66C2;
  485. height: 88rpx;
  486. line-height: 88rpx;
  487. text-align: center;
  488. background-color: rgba(12, 102, 194, 0.1);
  489. }
  490. }
  491. </style>