preview.vue 15 KB

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