preview.vue 15 KB

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