From bb778186ba4fbf4b8f754135f733aad5486ab638 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 21 Mar 2024 14:51:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8C=E6=95=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/job.js | 9 + .../FirstJob/components/vocationalRecord.vue | 305 ++++++++++++++++----- src/components/FirstJob/detail.vue | 234 ++++++++++++++-- src/components/FirstJob/joblist.vue | 222 ++++++++++++--- src/components/FirstJob/recordBill.vue | 18 +- .../usercenter/components/vocationalBill.vue | 2 +- src/utils/request.js | 4 +- src/views/main.vue | 4 +- vue.config.js | 2 +- 9 files changed, 659 insertions(+), 141 deletions(-) diff --git a/src/api/job.js b/src/api/job.js index b17f3e3..74da0d0 100644 --- a/src/api/job.js +++ b/src/api/job.js @@ -68,6 +68,15 @@ export function recordBillApi(data) { headers: { "Content-Type": "application/x-www-form-urlencoded" }, }); } +// 职教报名 +export function vocationalBillApi(data) { + return request({ + url: "/api/edu/apply", + method: "post", + data:setqs(data), + // headers: { "Content-Type": "application/x-www-form-urlencoded" }, + }); +} // 一才录单报名 export function recordBillYicaiApi(data) { return request({ diff --git a/src/components/FirstJob/components/vocationalRecord.vue b/src/components/FirstJob/components/vocationalRecord.vue index 349eacf..8aaf904 100644 --- a/src/components/FirstJob/components/vocationalRecord.vue +++ b/src/components/FirstJob/components/vocationalRecord.vue @@ -2,9 +2,9 @@
- + + --> +
- {{ form.aliasName }} - - {{ i.aliasName }} + {{ form.vocationalName }} + + {{ i.vocationalName }} -
- {{ "800元/人" }} -
+
+ {{ form.serviceCharge }} +
+
+ + - - + + + + + - - - + + + +