Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
2a6b798c
提交
2a6b798c
authored
6月 30, 2021
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
对接cu报名申请
上级
3689e571
全部展开
显示空白字符变更
内嵌
并排
正在显示
30 个修改的文件
包含
240 行增加
和
710 行删除
+240
-710
index.vue
modules/letter/index.vue
+3
-6
home.vue
modules/my/account/home.vue
+1
-1
collapse.vue
modules/my/admission/components/collapse.vue
+0
-68
cjd.js
modules/my/admission/form/cjd.js
+0
-66
index.js
modules/my/admission/form/index.js
+1
-2
xfjn.js
modules/my/admission/form/xfjn.js
+5
-46
xy.js
modules/my/admission/form/xy.js
+7
-4
index.vue
modules/my/admission/index.vue
+5
-9
xy.vue
modules/my/admission/xy.vue
+0
-0
complete.vue
modules/my/application/complete.vue
+24
-53
h5Pay.vue
modules/my/application/components/h5Pay.vue
+0
-74
qrcodePay.vue
modules/my/application/components/qrcodePay.vue
+0
-114
declare.js
modules/my/application/form/declare.js
+4
-4
index.js
modules/my/application/form/index.js
+13
-13
answer.js
modules/my/application/form/info/answer.js
+8
-6
honor.js
modules/my/application/form/info/honor.js
+1
-1
tjx.js
modules/my/application/form/tjx.js
+11
-2
pay.vue
modules/my/application/pay.vue
+98
-26
preview.vue
modules/my/application/preview.vue
+29
-29
byz.js
modules/my/interview/form/byz.js
+3
-5
byzs.js
modules/my/interview/form/byzs.js
+0
-44
cjd.js
modules/my/interview/form/cjd.js
+8
-22
index.js
modules/my/interview/form/index.js
+3
-4
xwzszm.js
modules/my/interview/form/xwzszm.js
+0
-44
ywjl.js
modules/my/interview/form/ywjl.js
+0
-46
zp.js
modules/my/interview/form/zp.js
+4
-5
index.vue
modules/my/interview/index.vue
+5
-4
index.vue
modules/my/welcome/index.vue
+1
-4
indexPay.vue
modules/my/welcome/indexPay.vue
+4
-6
indexWelcome.vue
modules/my/welcome/indexWelcome.vue
+2
-2
没有找到文件。
modules/letter/index.vue
浏览文件 @
2a6b798c
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
<div
class=
"inner"
>
<div
class=
"inner"
>
<div
class=
"logo"
>
<div
class=
"logo"
>
<router-link
to=
"/"
<router-link
to=
"/"
><img
src=
"https://
webapp-pub.ezijing.com/project/application/images/ezijing-logo
.png"
><img
src=
"https://
zws-imgs-pub.ezijing.com/static/public/a0671ced04ce75b04f2e491b555b412d
.png"
/></router-link>
/></router-link>
</div>
</div>
</div>
</div>
</header>
</header>
<nav
class=
"nav"
><h1
class=
"title"
>
美国印第安纳大学Kelley商学院金融学
硕士项目推荐信
</h1></nav>
<nav
class=
"nav"
><h1
class=
"title"
>
康博斯威尔大学蒙台梭利
硕士项目推荐信
</h1></nav>
<section
class=
"content"
>
<section
class=
"content"
>
<el-form
<el-form
:model=
"ruleForm"
:model=
"ruleForm"
...
@@ -145,13 +145,10 @@ export default {
...
@@ -145,13 +145,10 @@ export default {
}
}
.logo
{
.logo
{
padding
:
14px
0
;
padding
:
14px
0
;
img
{
height
:
50px
;
}
}
}
}
}
.nav
{
.nav
{
background-color
:
var
(
--
main-color
)
;
background-color
:
#af1b40
;
.title
{
.title
{
font-size
:
24px
;
font-size
:
24px
;
font-weight
:
600
;
font-weight
:
600
;
...
...
modules/my/account/home.vue
浏览文件 @
2a6b798c
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/welcome.png"
width=
"350"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/welcome.png"
width=
"350"
/>
<div
class=
"welcome-content"
>
<div
class=
"welcome-content"
>
<h1>
欢迎您报考
</h1>
<h1>
欢迎您报考
</h1>
<h2>
美国印第安纳
大学
</h2>
<h2>
康博斯威尔
大学
</h2>
<div
class=
"welcome-button"
@
click=
"handleStart"
>
马上开始
</div>
<div
class=
"welcome-button"
@
click=
"handleStart"
>
马上开始
</div>
</div>
</div>
</div>
</div>
...
...
modules/my/admission/components/collapse.vue
deleted
100644 → 0
浏览文件 @
3689e571
<
template
>
<div
class=
"collapse"
:class=
"classes"
>
<div
class=
"collapse-hd"
>
<div
class=
"collapse-icon"
@
click=
"toggle"
>
<i
class=
"el-icon-remove-outline"
v-if=
"isActive"
></i>
<i
class=
"el-icon-circle-plus-outline"
v-else
></i>
</div>
<div
class=
"collapse-title"
>
<slot
name=
"title"
>
{{
title
}}
</slot>
</div>
</div>
<div
class=
"collapse-bd"
v-show=
"isActive"
>
<slot>
{{
content
}}
</slot>
</div>
</div>
</
template
>
<
script
>
export
default
{
props
:
{
value
:
{
type
:
Boolean
,
default
:
false
},
title
:
{
type
:
String
},
content
:
{
type
:
String
}
},
data
()
{
return
{
isActive
:
false
}
},
computed
:
{
classes
()
{
return
{
'is-active'
:
this
.
isActive
}
}
},
methods
:
{
toggle
()
{
this
.
isActive
=
!
this
.
isActive
this
.
$emit
(
'input'
,
this
.
isActive
)
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.collapse
{
margin-top
:
10px
;
}
.collapse-hd
{
display
:
flex
;
font-size
:
14px
;
line-height
:
20px
;
color
:
#222
;
}
.collapse-icon
{
margin-right
:
6px
;
font-size
:
14px
;
cursor
:
pointer
;
color
:
#999
;
}
.collapse-bd
{
padding-left
:
20px
;
color
:
#666
;
p
{
color
:
#666
!
important
;
}
}
</
style
>
modules/my/admission/form/cjd.js
deleted
100644 → 0
浏览文件 @
3689e571
export
default
function
(
_this
)
{
return
{
id
:
'admission_cjd'
,
title
:
'成绩单(中+英)'
,
get
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
callback
(
data
)
{
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
6
return
attachments
.
reduce
(
(
result
,
item
)
=>
{
if
(
item
.
file_type_id
===
'REPORT_CARD_CN'
)
{
result
.
REPORT_CARD_CN
.
push
(
item
)
}
if
(
item
.
file_type_id
===
'REPORT_CARD_EN'
)
{
result
.
REPORT_CARD_EN
.
push
(
item
)
}
return
result
},
{
REPORT_CARD_CN
:
[],
REPORT_CARD_EN
:
[]
}
)
}
},
form
:
{
next
:
{
to
:
{
query
:
{
active
:
'admission_xy'
}
}
},
hasButton
:
false
,
options
:
{
'label-position'
:
'top'
},
hint
:
`
<p>请将中英文成绩单原件扫描或者拍照后提交。</p>
<p>获取途径:联系大学时就读学校相关部门(档案馆/教务处)获取成绩单。</p>
`
,
items
:
[
{
type
:
'v-upload'
,
label
:
'中文成绩单'
,
model
:
'REPORT_CARD_CN'
,
attrs
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/put`
,
deleteAction
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/delete`
,
data
:
{
file_type
:
'REPORT_CARD_CN'
}
}
},
{
type
:
'v-upload'
,
label
:
'英文成绩单'
,
model
:
'REPORT_CARD_EN'
,
attrs
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/put`
,
deleteAction
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/delete`
,
data
:
{
file_type
:
'REPORT_CARD_EN'
}
}
}
]
}
}
}
modules/my/admission/form/index.js
浏览文件 @
2a6b798c
import
cjd
from
'./cjd'
import
xy
from
'./xy'
import
xy
from
'./xy'
import
xfjn
from
'./xfjn'
import
xfjn
from
'./xfjn'
...
@@ -6,6 +5,6 @@ export default function(_this) {
...
@@ -6,6 +5,6 @@ export default function(_this) {
return
{
return
{
id
:
'admission'
,
id
:
'admission'
,
title
:
'入学办理'
,
title
:
'入学办理'
,
children
:
[
cjd
(
_this
),
xy
(
_this
),
xfjn
(
_this
)
]
children
:
[
xy
(
_this
),
xfjn
]
}
}
}
}
modules/my/admission/form/xfjn.js
浏览文件 @
2a6b798c
export
default
function
(
_this
)
{
export
default
{
return
{
id
:
'admission_xfjn'
,
id
:
'admission_xfjn'
,
title
:
'缴费凭证'
,
title
:
'学费缴纳'
,
get
:
{
html
:
`
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
callback
(
data
)
{
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
6
const
PAYMENT_VOUCHER
=
attachments
.
filter
(
item
=>
{
return
item
.
file_type_id
===
'PAYMENT_VOUCHER'
})
return
{
PAYMENT_VOUCHER
}
}
},
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'admission_xy'
}
}
},
hasButton
:
false
,
options
:
{
'label-position'
:
'top'
},
hint
:
`
<p><strong>一、对公收款银行信息:</strong></p>
<p><strong>一、对公收款银行信息:</strong></p>
<p>户名:清控紫荆( 北京)教育科技股份有限公司</p>
<p>户名:清控紫荆( 北京)教育科技股份有限公司</p>
<p>帐号:694485289</p>
<p>帐号:694485289</p>
<p>开户行:中国民生银行股份有限公司北京魏公村支行</p>
<p>开户行:中国民生银行股份有限公司北京魏公村支行</p>
<p style="margin-top:30px;"><strong>二、支付宝收款账户信息:</strong></p>
<p style="margin-top:30px;"><strong>二、支付宝收款账户信息:</strong></p>
<p>支付宝账号:service@ezijing.com</p>
<p>支付宝账号:service@ezijing.com</p>
<p>支付宝户名:清控紫荆(北京)教育科技股份有限公司</p>`
,
<p>支付宝户名:清控紫荆(北京)教育科技股份有限公司</p>
items
:
[
`
{
type
:
'v-upload'
,
model
:
'PAYMENT_VOUCHER'
,
label
:
'上传缴费凭证'
,
attrs
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/put`
,
deleteAction
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/delete`
,
data
:
{
file_type
:
'PAYMENT_VOUCHER'
}
},
append
:
`申请者可将转账/支付缴费凭证截图或拍照后提交。<br>
上传多个文件,请打印出来检查无误后再上传。用A4纸打印后内容需显示完整、格式整齐、字迹清晰可辨。上传文件仅限“jpg,jpeg,pdf,png”格式,文件小于10Mb。`
}
]
}
}
}
}
modules/my/admission/form/xy.js
浏览文件 @
2a6b798c
...
@@ -24,7 +24,6 @@ export default function(_this) {
...
@@ -24,7 +24,6 @@ export default function(_this) {
}
}
},
},
form
:
{
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'admission_cjd'
}
}
},
next
:
{
to
:
{
query
:
{
active
:
'admission_xfjn'
}
}
},
next
:
{
to
:
{
query
:
{
active
:
'admission_xfjn'
}
}
},
hasButton
:
false
,
hasButton
:
false
,
options
:
{},
options
:
{},
...
@@ -38,10 +37,14 @@ export default function(_this) {
...
@@ -38,10 +37,14 @@ export default function(_this) {
deleteAction
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/delete`
,
deleteAction
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/delete`
,
data
:
{
file_type
:
'ADMISSION_AGREEMENT'
}
data
:
{
file_type
:
'ADMISSION_AGREEMENT'
}
},
},
// prepend: `
// <p>第一步:点击下载按键获取入学协议</p>
// <p><a href="https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/cu/%E5%85%A5%E5%AD%A6%E5%8D%8F%E8%AE%AE%EF%BC%88%E8%AF%B7%E4%B8%8B%E8%BD%BD%E6%A8%A1%E6%9D%BF%E5%A1%AB%E5%86%99%E5%90%8E%E4%B8%8A%E4%BC%A0%E7%85%A7%E7%89%87%EF%BC%89.docx" target="_blank" download>下载入学协议</a></p>
// <p>第二步:申请者可将签字后的入学协议原件扫描或拍照后提交。学员应仔细阅读《入学协议》以及课程介绍,如对入学协议或课程有异议,请第一时间与课程顾问咨询确认。请用A4纸打印后,在入学协议上签上姓名和日期,内容需显示完整、格式整齐、字迹清晰可辨。点击下方按钮,上传文件</p>
// `
prepend
:
`
prepend
:
`
<p><a href="https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/kelley/%E5%85%A5%E5%AD%A6%E5%8D%8F%E8%AE%AE.pdf" target="_blank" download="入学协议">下载入学协议</a></p>
<p>第一步:请以录取通知书的协议为准</p>
<p>申请者可将签字后的入学协议原件扫描或拍照后提交。</p>
<p>第二步:申请者可将签字后的入学协议原件扫描或拍照后提交。学员应仔细阅读《入学协议》以及课程介绍,如对入学协议或课程有异议,请第一时间与课程顾问咨询确认。请用A4纸打印后,在入学协议上签上姓名和日期,内容需显示完整、格式整齐、字迹清晰可辨。点击下方按钮,上传文件</p>
<p>学员应仔细阅读《入学协议》以及课程介绍,如对入学协议或课程有异议,请第一时间与课程顾问咨询确认。请用A4纸打印后,在入学协议上签上姓名和日期,内容需显示完整、格式整齐、字迹清晰可辨。上传文件仅限“jpg,jpeg,pdf,png”格式,文件小于10Mb。</p>
`
`
}
}
]
]
...
...
modules/my/admission/index.vue
浏览文件 @
2a6b798c
...
@@ -14,10 +14,6 @@
...
@@ -14,10 +14,6 @@
<template
#
aside-append
>
<template
#
aside-append
>
<div
class=
"aside-logout"
@
click=
"$store.dispatch('logout')"
><span>
退出登录
</span></div>
<div
class=
"aside-logout"
@
click=
"$store.dispatch('logout')"
><span>
退出登录
</span></div>
</
template
>
</
template
>
<!-- 入学协议 -->
<!-- <template #content v-if="currentActive === 'admission_xy'">
<app-xy />
</template> -->
</vue-form>
</vue-form>
<el-dialog
<el-dialog
title=
"办理入学资料提交成功"
title=
"办理入学资料提交成功"
...
@@ -42,14 +38,14 @@
...
@@ -42,14 +38,14 @@
import
AppLayout
from
'../layout.vue'
import
AppLayout
from
'../layout.vue'
import
getMenu
from
'./form'
import
getMenu
from
'./form'
import
*
as
api
from
'@/api/my'
import
*
as
api
from
'@/api/my'
import
AppXy
from
'./xy'
export
default
{
export
default
{
components
:
{
AppLayout
,
AppXy
},
components
:
{
AppLayout
},
data
()
{
data
()
{
const
menus
=
getMenu
(
this
)
const
menus
=
getMenu
(
this
)
return
{
return
{
menus
:
[
menus
],
menus
:
[
menus
],
currentActive
:
'admission_
cjd
'
,
currentActive
:
'admission_
xy
'
,
dialogVisible
:
false
,
dialogVisible
:
false
,
detail
:
null
detail
:
null
}
}
...
@@ -59,7 +55,7 @@ export default {
...
@@ -59,7 +55,7 @@ export default {
immediate
:
true
,
immediate
:
true
,
handler
(
route
)
{
handler
(
route
)
{
const
{
query
=
{}
}
=
route
const
{
query
=
{}
}
=
route
this
.
currentActive
=
query
.
active
||
'admission_
cjd
'
this
.
currentActive
=
query
.
active
||
'admission_
xy
'
}
}
},
},
showSubmitedDialog
(
value
)
{
showSubmitedDialog
(
value
)
{
...
@@ -91,7 +87,7 @@ export default {
...
@@ -91,7 +87,7 @@ export default {
},
},
handlePageChange
(
value
)
{
handlePageChange
(
value
)
{
this
.
currentActive
=
value
this
.
currentActive
=
value
this
.
$router
.
push
({
path
:
this
.
$route
.
path
,
query
:
{
active
:
value
}
})
.
catch
(()
=>
{})
this
.
$router
.
push
({
path
:
this
.
$route
.
path
,
query
:
{
active
:
value
}
})
console
.
log
(
'页面切换了'
,
value
)
console
.
log
(
'页面切换了'
,
value
)
},
},
handleSuccess
(
data
)
{
handleSuccess
(
data
)
{
...
...
modules/my/admission/xy.vue
deleted
100644 → 0
浏览文件 @
3689e571
差异被折叠。
点击展开。
modules/my/application/complete.vue
浏览文件 @
2a6b798c
...
@@ -43,54 +43,39 @@ export default {
...
@@ -43,54 +43,39 @@ export default {
title
:
'个人资料'
,
title
:
'个人资料'
,
code
:
'applicaitonInfo'
,
code
:
'applicaitonInfo'
,
view
:
{
to
:
{
path
:
'/my/application'
,
query
:
{
active
:
'application_info'
}
}
}
view
:
{
to
:
{
path
:
'/my/application'
,
query
:
{
active
:
'application_info'
}
}
}
},
{
title
:
'推荐信'
,
code
:
'applicationTjx'
,
view
:
{
to
:
{
path
:
'/my/application'
,
query
:
{
active
:
'application_tjx'
}
}
}
},
{
title
:
'无犯罪证明'
,
code
:
'applicationWfzzm'
,
view
:
{
to
:
{
path
:
'/my/application'
,
query
:
{
active
:
'application_wfzzm'
}
}
}
}
}
// {
// title: '推荐信',
// code: 'applicationTjx',
// view: { to: { path: '/my/application', query: { active: 'application_tjx' } } }
// }
// {
// title: '无犯罪证明',
// code: 'applicationWfzzm',
// view: { to: { path: '/my/application', query: { active: 'application_wfzzm' } } }
// }
],
],
[
[
{
title
:
'毕业证书'
,
code
:
'interviewByzs'
,
view
:
{
to
:
{
path
:
'/my/interview'
,
query
:
{
active
:
'interview_byzs'
}
}
}
},
{
{
title
:
'学位证书'
,
title
:
'学位证书'
,
code
:
'interviewXwzs'
,
code
:
'interviewXwzs'
,
view
:
{
to
:
{
path
:
'/my/interview'
,
query
:
{
active
:
'interview_
xwzs
'
}
}
}
view
:
{
to
:
{
path
:
'/my/interview'
,
query
:
{
active
:
'interview_
byz
'
}
}
}
},
},
// {
// title: '学位证书英文证明',
// code: 'interviewXwzsEnglish',
// view: { to: { path: '/my/interview', query: { active: 'interview_xwzsywzm' } } }
// },
{
{
title
:
'
英文简历
'
,
title
:
'
成绩单
'
,
code
:
'interview
Ywjl
'
,
code
:
'interview
Cjd
'
,
view
:
{
to
:
{
path
:
'/my/interview'
,
query
:
{
active
:
'interview_
ywjl
'
}
}
}
view
:
{
to
:
{
path
:
'/my/interview'
,
query
:
{
active
:
'interview_
cjd
'
}
}
}
},
},
{
{
title
:
'2寸照片'
,
title
:
'2寸照片'
,
code
:
'interviewZp'
,
code
:
'interviewZp'
,
view
:
{
to
:
{
path
:
'/my/interview'
,
query
:
{
active
:
'interview_zp'
}
}
}
view
:
{
to
:
{
path
:
'/my/interview'
,
query
:
{
active
:
'interview_zp'
}
}
}
},
{
title
:
'推荐信'
,
code
:
'interviewTjx'
,
view
:
{
to
:
{
path
:
'/my/application'
,
query
:
{
active
:
'application_tjx'
}
}
}
}
}
// {
// title: '成绩单',
// code: 'interviewCjd',
// view: { to: { path: '/my/interview', query: { active: 'interview_cjd' } } }
// },
// {
// title: '推荐信',
// code: 'interviewTjx',
// view: { to: { path: '/my/application', query: { active: 'application_tjx' } } }
// }
]
]
]
]
}
}
...
@@ -141,40 +126,26 @@ export default {
...
@@ -141,40 +126,26 @@ export default {
applicationWfzzm
.
progress
=
fillingMissedRequiredList
.
NO_CRIMINAL_CERT
?
0
:
1
applicationWfzzm
.
progress
=
fillingMissedRequiredList
.
NO_CRIMINAL_CERT
?
0
:
1
const
missedRequiredList
=
progress
.
INTERVIEW_APPLICATION
.
attachments
.
missed_required_list
const
missedRequiredList
=
progress
.
INTERVIEW_APPLICATION
.
attachments
.
missed_required_list
// 2寸照片
const
interviewZp
=
{
progress
:
0
}
interviewZp
.
progress
=
missedRequiredList
.
PERSONAL_PHOTO_FOR_ID
?
0
:
1
// 毕业证书
const
interviewByzs
=
{
progress
:
0
}
interviewByzs
.
progress
=
missedRequiredList
.
DIPLOMA_CN
?
0
:
1
// 学位证书
// 学位证书
const
interviewXwzs
=
{
progress
:
0
}
const
interviewXwzs
=
{
progress
:
0
}
interviewXwzs
.
progress
=
missedRequiredList
.
DEGREE_CERT_CN
?
0
:
1
interviewXwzs
.
progress
=
missedRequiredList
.
DEGREE_CERT_CN
?
0
:
1
// 学位证书英文
const
interviewXwzsEnglish
=
{
progress
:
0
}
interviewXwzsEnglish
.
progress
=
missedRequiredList
.
DEGREE_CERT_EN
?
0
:
1
// 英文简历
const
interviewYwjl
=
{
progress
:
0
}
interviewYwjl
.
progress
=
missedRequiredList
.
RESUME_EN
?
0
:
1
// 成绩单
// 成绩单
const
interviewCjd
=
{
progress
:
0
}
const
interviewCjd
=
{
progress
:
0
}
interviewCjd
.
progress
=
missedRequiredList
.
REPORT_CARD_CN
||
missedRequiredList
.
REPORT_CARD_EN
?
0
:
1
interviewCjd
.
progress
=
missedRequiredList
.
REPORT_CARD_CN
||
missedRequiredList
.
REPORT_CARD_EN
?
0
:
1
// 2寸照片
const
interviewZp
=
{
progress
:
0
}
interviewZp
.
progress
=
missedRequiredList
.
PERSONAL_PHOTO_FOR_ID
?
0
:
1
// 推荐信
// 推荐信
const
interviewTjx
=
{
progress
:
0
}
const
interviewTjx
=
{
progress
:
0
}
interviewTjx
.
progress
=
progress
.
INTERVIEW_APPLICATION
.
reco_letters
interviewTjx
.
progress
=
progress
.
INTERVIEW_APPLICATION
.
reco_letters
.
progress
?
progress
.
INTERVIEW_APPLICATION
.
reco_letters
.
progress
:
0
this
.
progress
=
{
this
.
progress
=
{
applicaitonInfo
,
applicaitonInfo
,
applicationTjx
,
applicationTjx
,
applicationWfzzm
,
applicationWfzzm
,
interviewZp
,
interviewByzs
,
interviewXwzs
,
interviewXwzs
,
interviewXwzsEnglish
,
interviewYwjl
,
interviewCjd
,
interviewCjd
,
interviewZp
,
interviewTjx
interviewTjx
}
}
}
else
{
}
else
{
...
...
modules/my/application/components/h5Pay.vue
deleted
100644 → 0
浏览文件 @
3689e571
<
template
>
<div
class=
"h5pay"
>
<el-button
type=
"primary"
@
click=
"handlePay"
>
去支付
</el-button>
</div>
</
template
>
<
script
>
import
*
as
api
from
'@/api/my'
export
default
{
data
()
{
return
{
openId
:
window
.
localStorage
.
getItem
(
'open_id'
)
}
},
computed
:
{
pageUrl
()
{
return
window
.
location
.
origin
+
this
.
$route
.
path
+
'?active=application_pay'
}
},
methods
:
{
// 获取订单
getOrder
(
callback
)
{
api
.
getOrder
({
wx_open_id
:
this
.
openId
,
payment_method
:
'WX_PAY'
}).
then
(
response
=>
{
const
{
data
,
error
,
message
}
=
response
if
(
error
.
toString
()
===
'0'
)
{
this
.
order
=
data
this
.
$emit
(
'update'
,
this
.
order
)
callback
&&
callback
(
this
.
order
)
}
else
{
this
.
$message
.
error
(
message
)
}
})
},
// 获取微信code
getCode
()
{
const
redirectURI
=
`https://pages.ezijing.com/given/auth.html?redirect_uri=
${
encodeURIComponent
(
this
.
pageUrl
)}
`
window
.
location
.
href
=
`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx451c01d40d090d7a&redirect_uri=
${
redirectURI
}
&response_type=code&scope=snsapi_base#wechat_redirect`
},
// 获取微信openid
getOpenId
(
code
)
{
api
.
getOpenId
({
code
,
identity
:
'ezijing'
}).
then
(
response
=>
{
if
(
response
.
code
===
0
)
{
this
.
openId
=
response
.
openid
window
.
localStorage
.
setItem
(
'open_id'
,
this
.
openId
)
this
.
getOrder
()
}
else
{
this
.
getCode
()
}
})
},
// 去支付
handlePay
()
{
this
.
getOrder
(()
=>
{
window
.
location
.
href
=
`https://web-pay.ezijing.com/wxpay/h5?prepay_id=
${
this
.
order
.
wx_prepay_id
}
&open_id=
${
this
.
openId
}
&redirect_uri=
${
encodeURIComponent
(
this
.
pageUrl
)}
`
})
}
},
beforeMount
()
{
if
(
!
this
.
openId
)
{
const
{
code
}
=
this
.
$route
.
query
code
?
this
.
getOpenId
(
code
)
:
this
.
getCode
()
}
}
}
</
script
>
<
style
scoped
>
.h5pay
{
padding
:
40px
;
text-align
:
center
;
}
</
style
>
modules/my/application/components/qrcodePay.vue
deleted
100644 → 0
浏览文件 @
3689e571
<
template
>
<div
class=
"qrpay"
>
<div
class=
"qrpay-hd"
>
<div
class=
"pic"
>
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_pay_01.png"
/>
</div>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
紫荆-印第安纳大学Kelley商学院金融硕士(MSF)项目申请费
<span>
700
</span>
元,请扫描二维码支付完成报名。
</p>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i>
</div>
<div
class=
"qrcode"
v-else
>
<qrcode-vue
:value=
"qrcodeValue"
size=
"100"
></qrcode-vue>
<span
@
click=
"getOrder"
>
刷新
</span>
</div>
</div>
</
template
>
<
script
>
import
QrcodeVue
from
'qrcode.vue'
import
*
as
api
from
'@/api/my'
export
default
{
components
:
{
QrcodeVue
},
data
()
{
return
{
order
:
{
id
:
''
,
payment_url
:
''
},
qrcodeError
:
false
}
},
computed
:
{
// 二维码地址
qrcodeValue
()
{
return
this
.
order
.
payment_url
}
},
methods
:
{
// 获取订单
getOrder
()
{
api
.
getOrder
({
payment_method
:
'WX_PAY_QR'
}).
then
(
response
=>
{
const
{
data
,
error
,
message
}
=
response
this
.
qrcodeError
=
error
.
toString
()
===
'1'
if
(
error
.
toString
()
===
'0'
)
{
this
.
order
=
data
this
.
$emit
(
'update'
,
this
.
order
)
}
else
{
this
.
$message
.
error
(
message
)
}
})
}
},
beforeMount
()
{
this
.
getOrder
()
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.qrpay-hd
{
.pic
{
text-align
:
center
;
}
h1
{
padding
:
10px
0
;
font-size
:
24px
;
font-weight
:
500
;
color
:
#222
;
line-height
:
1
;
text-align
:
center
;
}
}
.qrcode
{
padding
:
20px
0
;
text-align
:
center
;
span
{
margin-top
:
10px
;
font-size
:
12px
;
color
:
#999
;
cursor
:
pointer
;
}
}
.qrcode-error
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
flex-direction
:
column
;
width
:
100px
;
height
:
100px
;
padding
:
10px
;
margin
:
20px
auto
;
color
:
var
(
--
main-color
);
border-style
:
dashed
;
border-width
:
1px
;
border-color
:
var
(
--
main-color
);
box-sizing
:
border-box
;
text-align
:
center
;
i
{
margin-top
:
10px
;
cursor
:
pointer
;
}
}
.t1
{
font-size
:
14px
;
color
:
#303030
;
line-height
:
20px
;
text-align
:
center
;
span
{
color
:
#ffa448
;
}
}
</
style
>
modules/my/application/form/declare.js
浏览文件 @
2a6b798c
...
@@ -26,15 +26,15 @@ export default function(_this) {
...
@@ -26,15 +26,15 @@ export default function(_this) {
callback
()
{
callback
()
{
_this
.
getApplication
()
_this
.
getApplication
()
this
.
form
.
options
.
disabled
=
true
this
.
form
.
options
.
disabled
=
true
_this
.
$router
.
push
({
path
:
this
.
$route
.
path
,
query
:
{
active
:
'application_pay'
}
})
//
_this.$router.push({ path: this.$route.path, query: { active: 'application_pay' } })
//
_this.$router.push({ path: '/my/interview' })
_this
.
$router
.
push
({
path
:
'/my/interview'
})
},
},
errorCallback
()
{
errorCallback
()
{
_this
.
completeVisible
=
true
_this
.
completeVisible
=
true
}
}
},
},
form
:
{
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'application_
info'
,
tab
:
'application_info_honor
'
}
}
},
prev
:
{
to
:
{
query
:
{
active
:
'application_
wfzzm
'
}
}
},
submitText
:
'提交报名申请'
,
submitText
:
'提交报名申请'
,
model
:
{
isAgree
:
[]
},
model
:
{
isAgree
:
[]
},
options
:
{},
options
:
{},
...
@@ -45,7 +45,7 @@ export default function(_this) {
...
@@ -45,7 +45,7 @@ export default function(_this) {
model
:
'isAgree'
,
model
:
'isAgree'
,
rules
:
[{
required
:
true
,
message
:
'请阅读协议'
,
trigger
:
'change'
}],
rules
:
[{
required
:
true
,
message
:
'请阅读协议'
,
trigger
:
'change'
}],
prepend
:
prepend
:
'<p>
我提供的所有报名材料信息皆准确和完整。我同意在需要的情况下提交原件以确认我的报名资格。由于报名材料中的虚假、错误信息或重大遗漏导致不录取或取消学籍的后果由我个人承担。 我理解并同意所有报名材料归紫荆教育所有,无论考生录取与否均不退回。我授权紫荆教育使用报名表中的信息查询本人学习和工作记录
。</p>'
'<p>
本人自愿申请紫荆-康博斯威尔大学蒙台梭利方向教育硕士项目,所有申请表格内填写的内容属实,本科学士学位证书属实,没有弄虚作假的行为。如有虚假,愿承担一切法 律责任
。</p>'
}
}
]
]
}
}
...
...
modules/my/application/form/index.js
浏览文件 @
2a6b798c
import
info
from
'./info'
import
info
from
'./info'
//
import tjx from './tjx'
import
tjx
from
'./tjx'
//
import wfzsm from './wfzzm'
import
wfzsm
from
'./wfzzm'
import
declare
from
'./declare'
import
declare
from
'./declare'
export
default
function
(
_this
)
{
export
default
function
(
_this
)
{
...
@@ -9,17 +9,17 @@ export default function(_this) {
...
@@ -9,17 +9,17 @@ export default function(_this) {
title
:
'报名申请'
,
title
:
'报名申请'
,
children
:
[
children
:
[
info
(
_this
),
info
(
_this
),
//
tjx(_this),
tjx
(
_this
),
//
wfzsm(_this),
wfzsm
(
_this
),
declare
(
_this
)
,
declare
(
_this
)
{
//
{
id
:
'application_pay'
,
//
id: 'application_pay',
title
:
'缴报名费'
,
//
title: '缴报名费',
show
:
false
,
//
show: false,
visible
()
{
//
visible() {
return
_this
.
visible
//
return _this.visible
}
//
}
}
//
}
]
]
}
}
}
}
modules/my/application/form/info/answer.js
浏览文件 @
2a6b798c
...
@@ -19,10 +19,12 @@ export default function(_this) {
...
@@ -19,10 +19,12 @@ export default function(_this) {
const
[
first
=
{},
second
=
{}]
=
answers
const
[
first
=
{},
second
=
{}]
=
answers
return
{
return
{
qid1
:
first
.
qid
||
'1'
,
qid1
:
first
.
qid
||
'1'
,
question1
:
'您为什么要申请美国印第安纳大学Kelley商学院金融学硕士项目?(200字以上,1000字以内)
'
,
question1
:
first
.
question
||
'个人描述(60-1000字)中文或者英文
'
,
answer1
:
first
.
answer
,
answer1
:
first
.
answer
,
qid2
:
second
.
qid
||
'2'
,
qid2
:
second
.
qid
||
'2'
,
question2
:
'您的短期和长期职业发展目标是什么?您打算如何达成此愿景?(200字以上,1000字以内)'
,
question2
:
second
.
question
||
'申请紫荆教育康博斯威尔大学教育硕士的原因?以及您的职业或个人发展的预期目标(60-1000字)中文或者英文'
,
answer2
:
second
.
answer
answer2
:
second
.
answer
}
}
}
}
...
@@ -45,22 +47,22 @@ export default function(_this) {
...
@@ -45,22 +47,22 @@ export default function(_this) {
items
:
[
items
:
[
{
{
type
:
'v-input'
,
type
:
'v-input'
,
label
:
'
您为什么要申请美国印第安纳大学Kelley商学院金融学硕士项目?(200字以上,1000字以内)
'
,
label
:
'
个人描述(60-1000字)中文或者英文
'
,
model
:
'answer1'
,
model
:
'answer1'
,
attrs
:
{
type
:
'textarea'
,
rows
:
'8'
,
maxlength
:
'1000'
,
style
:
'width:100%'
},
attrs
:
{
type
:
'textarea'
,
rows
:
'8'
,
maxlength
:
'1000'
,
style
:
'width:100%'
},
rules
:
[
rules
:
[
{
required
:
true
,
message
:
'请输入'
,
trigger
:
'blur'
},
{
required
:
true
,
message
:
'请输入'
,
trigger
:
'blur'
},
{
min
:
200
,
max
:
1000
,
message
:
'长度在 20
0 到 1000 个字符'
,
trigger
:
'blur'
}
{
min
:
60
,
max
:
1000
,
message
:
'长度在 6
0 到 1000 个字符'
,
trigger
:
'blur'
}
]
]
},
},
{
{
type
:
'v-input'
,
type
:
'v-input'
,
label
:
'
您的短期和长期职业发展目标是什么?您打算如何达成此愿景?(200字以上,1000字以内)
'
,
label
:
'
申请紫荆教育康博斯威尔大学教育硕士的原因?以及您的职业或个人发展的预期目标(60-1000字)中文或者英文
'
,
model
:
'answer2'
,
model
:
'answer2'
,
attrs
:
{
type
:
'textarea'
,
rows
:
'8'
,
maxlength
:
'1000'
,
style
:
'width:100%'
},
attrs
:
{
type
:
'textarea'
,
rows
:
'8'
,
maxlength
:
'1000'
,
style
:
'width:100%'
},
rules
:
[
rules
:
[
{
required
:
true
,
message
:
'请输入'
,
trigger
:
'blur'
},
{
required
:
true
,
message
:
'请输入'
,
trigger
:
'blur'
},
{
min
:
200
,
max
:
1000
,
message
:
'长度在 20
0 到 1000 个字符'
,
trigger
:
'blur'
}
{
min
:
60
,
max
:
1000
,
message
:
'长度在 6
0 到 1000 个字符'
,
trigger
:
'blur'
}
]
]
}
}
]
]
...
...
modules/my/application/form/info/honor.js
浏览文件 @
2a6b798c
...
@@ -31,7 +31,7 @@ export default function(_this) {
...
@@ -31,7 +31,7 @@ export default function(_this) {
},
},
form
:
{
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'application_info'
,
tab
:
'application_info_training'
}
},
isSubmit
:
true
},
prev
:
{
to
:
{
query
:
{
active
:
'application_info'
,
tab
:
'application_info_training'
}
},
isSubmit
:
true
},
next
:
{
to
:
{
query
:
{
active
:
'application_
declare
'
}
},
isSubmit
:
true
},
next
:
{
to
:
{
query
:
{
active
:
'application_
tjx
'
}
},
isSubmit
:
true
},
hasAdd
:
true
,
hasAdd
:
true
,
options
:
{
labelWidth
:
'140px'
},
options
:
{
labelWidth
:
'140px'
},
items
:
[
items
:
[
...
...
modules/my/application/form/tjx.js
浏览文件 @
2a6b798c
...
@@ -25,17 +25,26 @@ export default function(_this) {
...
@@ -25,17 +25,26 @@ export default function(_this) {
]
]
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
3
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
3
const
list
=
data
.
data
.
material
.
reco_letters
||
[]
const
list
=
data
.
data
.
material
.
reco_letters
||
[]
return
list
.
length
?
list
:
[{},
{}]
return
list
.
length
?
list
:
[{},
{}
,
{}
]
}
}
},
},
update
:
{
update
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
/put`
,
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
/put`
,
beforeRequest
(
data
)
{
beforeRequest
(
data
)
{
// const recoLetters = data.map(item => {
// return ['provider_name', 'provider_phone_number', 'provider_email', 'provider_relationship'].reduce(
// (result, key) => {
// result[key] = item[key]
// return result
// },
// {}
// )
// })
return
{
reco_letters
:
data
}
return
{
reco_letters
:
data
}
}
}
},
},
form
:
{
form
:
{
minlength
:
2
,
minlength
:
3
,
prev
:
{
to
:
{
query
:
{
active
:
'application_info'
,
tab
:
'application_info_honor'
}
},
isSubmit
:
true
},
prev
:
{
to
:
{
query
:
{
active
:
'application_info'
,
tab
:
'application_info_honor'
}
},
isSubmit
:
true
},
next
:
{
to
:
{
query
:
{
active
:
'application_wfzzm'
}
},
isSubmit
:
true
},
next
:
{
to
:
{
query
:
{
active
:
'application_wfzzm'
}
},
isSubmit
:
true
},
hasAdd
:
true
,
hasAdd
:
true
,
...
...
modules/my/application/pay.vue
浏览文件 @
2a6b798c
<
template
>
<
template
>
<div
class=
"pay"
>
<div
class=
"pay"
>
<h5-pay
@
update=
"handleUpdateOrder"
v-if=
"isWechat"
></h5-pay>
<div
class=
"pic"
>
<qrcode-pay
@
update=
"handleUpdateOrder"
v-else
></qrcode-pay>
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_pay_01.png"
/>
</div>
<div
class=
"pay-hd"
>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
申请紫荆-康博斯威尔大学蒙台梭利方向教育学硕士项目,本项目的注册费、申请费共计
<span>
700
</span>
元,请扫描二维码缴费以完成报名。
</p>
<p
class=
"t1"
v-if=
"isPass"
>
因面试未通过需重新申请紫荆-康博斯威尔大学蒙台梭利方向教育学硕士项目,本项目的注册费、申请费共计
<span>
700
</span>
元,请扫描二维码缴费以完成报名。
</p>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"refreshQrcode"
title=
"刷新"
></i>
</div>
<div
class=
"qrcode"
v-else
>
<qrcode-vue
:value=
"qrcodeValue"
size=
"100"
></qrcode-vue>
<span
@
click=
"refreshQrcode"
>
刷新
</span>
</div>
<div
class=
"pay-ft"
>
<div
class=
"pay-ft"
>
<p
class=
"t2"
>
注释:
该申请费提交后不予退还,缴纳申请费后,申请人还需提交以下文件:
</p>
<p
class=
"t2"
>
注释:
再提交700元申请费后,申请人还需上传并提交如下文件。
</p>
<p
class=
"t2"
>
①本科
及以上学历毕业证书扫描件②本科及以上学历学位证书扫描件③个人证件照④英文简历
</p>
<p
class=
"t2"
>
①本科
学位证书、②本科中、英文成绩单各一份、③个人证件照(2寸、免冠、白底)
</p>
<p
class=
"t2"
>
该申请费不退,请慎重缴费!
</p>
<p
class=
"t2"
>
该申请费不退,请慎重缴费!
</p>
</div>
</div>
<el-dialog
<el-dialog
...
@@ -26,18 +43,17 @@
...
@@ -26,18 +43,17 @@
</template>
</template>
<
script
>
<
script
>
import
QrcodeVue
from
'qrcode.vue'
import
*
as
api
from
'@/api/my'
import
*
as
api
from
'@/api/my'
import
qrcodePay
from
'./components/qrcodePay'
import
h5Pay
from
'./components/h5Pay'
export
default
{
export
default
{
name
:
'AppPay'
,
name
:
'AppPay'
,
components
:
{
qrcodePay
,
h5Pay
},
components
:
{
QrcodeVue
},
data
()
{
data
()
{
const
UA
=
window
.
navigator
.
userAgent
const
isMobile
=
/android|iphone|ipad|ipod/i
.
test
(
UA
)
return
{
return
{
is
Wechat
:
isMobile
&&
/micromessenger/i
.
test
(
UA
)
,
is
Pass
:
false
,
order
:
{
id
:
''
,
payment_url
:
''
},
order
:
{
id
:
''
,
payment_url
:
''
},
qrcodeError
:
false
,
dialogVisible
:
false
,
dialogVisible
:
false
,
timer
:
null
,
timer
:
null
,
paymentRecords
:
[]
// 所有订单
paymentRecords
:
[]
// 所有订单
...
@@ -89,41 +105,55 @@ export default {
...
@@ -89,41 +105,55 @@ export default {
}
}
})
})
},
},
// 获取订单
async
getOrder
()
{
if
(
this
.
paySuccess
)
{
return
}
await
api
.
getOrder
({
payment_method
:
'WX_PAY_QR'
}).
then
(
response
=>
{
const
{
data
,
error
,
message
}
=
response
this
.
qrcodeError
=
error
.
toString
()
===
'1'
if
(
error
.
toString
()
===
'0'
)
{
this
.
order
=
data
}
else
{
this
.
$message
.
error
(
message
)
}
})
},
// 刷新二维码
refreshQrcode
()
{
this
.
getOrder
()
},
// 检查支付状态
// 检查支付状态
checkPay
(
order
)
{
async
checkPay
(
order
)
{
if
(
this
.
paySuccess
)
{
this
.
timer
&&
clearInterval
(
this
.
timer
)
return
}
const
userId
=
this
.
user
.
id
const
userId
=
this
.
user
.
id
api
.
checkPay
(
order
.
id
,
{
user_id
:
userId
}).
then
(
response
=>
{
a
wait
a
pi
.
checkPay
(
order
.
id
,
{
user_id
:
userId
}).
then
(
response
=>
{
if
(
response
.
data
.
payment_status
===
'SUCCESS'
)
{
if
(
response
.
data
.
payment_status
===
'SUCCESS'
)
{
this
.
timer
&&
clearInterval
(
this
.
timer
)
this
.
timer
&&
clearInterval
(
this
.
timer
)
this
.
dialogVisible
=
true
this
.
dialogVisible
=
true
}
}
})
})
},
},
// 检测支付状态定时器
setCheckPayTimer
()
{
setCheckPayTimer
()
{
this
.
timer
&&
clearInterval
(
this
.
timer
)
this
.
timer
&&
clearInterval
(
this
.
timer
)
this
.
timer
=
setInterval
(()
=>
{
this
.
timer
=
setInterval
(()
=>
{
if
(
this
.
paySuccess
)
{
this
.
orderList
.
forEach
(
order
=>
{
this
.
timer
&&
clearInterval
(
this
.
timer
)
this
.
checkPay
(
order
)
return
})
}
this
.
orderList
.
forEach
(
order
=>
this
.
checkPay
(
order
))
},
3000
)
},
3000
)
},
},
// 填写个人资料
toApplication
()
{
this
.
$router
.
push
(
'/my/application?active=application_info'
)
},
// 申请面试
// 申请面试
toInterview
()
{
toInterview
()
{
this
.
$router
.
push
(
'/my/interview'
)
this
.
$router
.
push
(
'/my/interview'
)
},
handleUpdateOrder
(
order
)
{
this
.
order
=
order
}
}
},
},
async
mounted
()
{
async
mounted
()
{
await
this
.
getApplication
()
await
this
.
getApplication
()
await
this
.
getOrder
()
this
.
setCheckPayTimer
()
this
.
setCheckPayTimer
()
},
},
destroyed
()
{
destroyed
()
{
...
@@ -136,7 +166,49 @@ export default {
...
@@ -136,7 +166,49 @@ export default {
.pay
{
.pay
{
max-width
:
562px
;
max-width
:
562px
;
margin
:
0
auto
;
margin
:
0
auto
;
padding
:
40px
0
;
}
.pic
{
text-align
:
center
;
}
.pay-hd
{
h1
{
padding
:
10px
0
;
font-size
:
24px
;
font-weight
:
500
;
color
:
#222
;
line-height
:
1
;
text-align
:
center
;
}
}
.qrcode
{
padding
:
20px
0
;
text-align
:
center
;
span
{
margin-top
:
10px
;
font-size
:
12px
;
color
:
#999
;
cursor
:
pointer
;
}
}
.qrcode-error
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
flex-direction
:
column
;
width
:
100px
;
height
:
100px
;
padding
:
10px
;
margin
:
20px
auto
;
color
:
var
(
--
main-color
);
border-style
:
dashed
;
border-width
:
1px
;
border-color
:
var
(
--
main-color
);
box-sizing
:
border-box
;
text-align
:
center
;
i
{
margin-top
:
10px
;
cursor
:
pointer
;
}
}
}
.t1
{
.t1
{
font-size
:
14px
;
font-size
:
14px
;
...
...
modules/my/application/preview.vue
浏览文件 @
2a6b798c
...
@@ -308,36 +308,36 @@ export default {
...
@@ -308,36 +308,36 @@ export default {
{
label
:
'荣誉奖励'
,
code
:
'title'
},
{
label
:
'荣誉奖励'
,
code
:
'title'
},
{
label
:
'证书颁发机构'
,
code
:
'institution_cn'
}
{
label
:
'证书颁发机构'
,
code
:
'institution_cn'
}
]
]
},
{
title
:
'推荐信'
,
code
:
'reco_letters'
,
edit
:
{
to
:
{
path
:
'/my/application'
,
query
:
{
active
:
'application_tjx'
}
}
},
isMultiple
:
true
,
items
:
[
{
label
:
'推荐人姓名'
,
code
:
'provider_name'
},
{
label
:
'推荐人电话'
,
code
:
'provider_phone_number'
},
{
label
:
'推荐人邮箱'
,
code
:
'provider_email'
},
{
label
:
'与推荐人关系'
,
code
:
'provider_relationship'
},
{
label
:
'推荐人工作单位'
,
code
:
'provider_company_name'
,
visible
:
()
=>
this
.
isManager
},
{
label
:
'推荐人职务'
,
code
:
'provider_job_title'
,
visible
:
()
=>
this
.
isManager
},
{
label
:
'推荐信内容'
,
code
:
'letter_content'
,
visible
:
()
=>
this
.
isManager
}
]
},
{
title
:
'无犯罪证明'
,
code
:
'attachments'
,
edit
:
{
to
:
{
path
:
'/my/application'
,
query
:
{
active
:
'application_wfzzm'
}
}
},
computed
(
data
)
{
if
(
!
data
||
!
data
.
length
)
{
return
''
}
const
found
=
data
.
find
(
item
=>
item
.
file_type_id
===
'NO_CRIMINAL_CERT'
)
return
found
?
`<a href="
${
found
.
oss_sign_url
}
" target="_blank"><img src="
${
found
.
oss_sign_url
}
" style="max-width:300px;margin:10px 0;"></a>`
:
''
}
}
}
// {
// title: '推荐信',
// code: 'reco_letters',
// edit: { to: { path: '/my/application', query: { active: 'application_tjx' } } },
// isMultiple: true,
// items: [
// { label: '推荐人姓名', code: 'provider_name' },
// { label: '推荐人电话', code: 'provider_phone_number' },
// { label: '推荐人邮箱', code: 'provider_email' },
// { label: '与推荐人关系', code: 'provider_relationship' },
// { label: '推荐人工作单位', code: 'provider_company_name', visible: () => this.isManager },
// { label: '推荐人职务', code: 'provider_job_title', visible: () => this.isManager },
// { label: '推荐信内容', code: 'letter_content', visible: () => this.isManager }
// ]
// }
// {
// title: '无犯罪证明',
// code: 'attachments',
// edit: { to: { path: '/my/application', query: { active: 'application_wfzzm' } } },
// computed(data) {
// if (!data || !data.length) {
// return ''
// }
// const found = data.find(item => item.file_type_id === 'NO_CRIMINAL_CERT')
// return found
// ? `
<
a
href
=
"${found.oss_sign_url}"
target
=
"_blank"
><
img
src
=
"${found.oss_sign_url}"
style
=
"max-width:300px;margin:10px 0;"
><
/a>
`
// : ''
// }
// }
]
]
}
}
},
},
...
...
modules/my/interview/form/
xwzs
.js
→
modules/my/interview/form/
byz
.js
浏览文件 @
2a6b798c
export
default
{
export
default
{
id
:
'interview_
xwzs
'
,
id
:
'interview_
byz
'
,
title
:
'学位证书'
,
title
:
'学位证书'
,
get
:
{
get
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
...
@@ -23,8 +23,7 @@ export default {
...
@@ -23,8 +23,7 @@ export default {
}
}
},
},
form
:
{
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'interview_byzs'
}
}
},
next
:
{
to
:
{
query
:
{
active
:
'interview_cjd'
}
}
},
next
:
{
to
:
{
query
:
{
active
:
'interview_ywjl'
}
}
},
hasButton
:
false
,
hasButton
:
false
,
options
:
{},
options
:
{},
items
:
[
items
:
[
...
@@ -37,8 +36,7 @@ export default {
...
@@ -37,8 +36,7 @@ export default {
deleteAction
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/delete`
,
deleteAction
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/delete`
,
data
:
{
file_type
:
'DEGREE_CERT_CN'
}
data
:
{
file_type
:
'DEGREE_CERT_CN'
}
},
},
append
:
append
:
'注意事项:需要将证书原件扫描或拍照后提交,请确保证书内容清晰可辨。'
'申请者需要将学位证书原件扫描或者拍照后提交。<br>可上传多个文件,请确保证书号码清晰可辨。<br>上传文件仅限“jpg,jpeg,png”格式,文件小于10MB。'
}
}
]
]
}
}
...
...
modules/my/interview/form/byzs.js
deleted
100644 → 0
浏览文件 @
3689e571
export
default
{
id
:
'interview_byzs'
,
title
:
'毕业证书'
,
get
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
callback
(
data
)
{
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
2
const
DIPLOMA_CN
=
attachments
.
filter
(
item
=>
{
return
item
.
file_type_id
===
'DIPLOMA_CN'
})
return
{
DIPLOMA_CN
}
}
},
form
:
{
next
:
{
to
:
{
query
:
{
active
:
'interview_xwzs'
}
}
},
hasButton
:
false
,
options
:
{},
items
:
[
{
type
:
'v-upload'
,
required
:
true
,
model
:
'DIPLOMA_CN'
,
attrs
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/put`
,
deleteAction
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/delete`
,
data
:
{
file_type
:
'DIPLOMA_CN'
}
},
append
:
'申请者需要将本科或以上毕业证书原件扫描或者拍照后提交。<br> 可上传多个文件,请确保证书号码清晰可辨。<br> 上传文件仅限“jpg,jpeg,png”格式,文件小于10MB。'
}
]
}
}
modules/my/interview/form/cjd.js
浏览文件 @
2a6b798c
export
default
function
(
_this
)
{
export
default
{
return
{
id
:
'interview_cjd'
,
id
:
'interview_cjd'
,
title
:
'成绩单(中+英)'
,
title
:
'成绩单(中+英)'
,
get
:
{
get
:
{
...
@@ -31,33 +30,20 @@ export default function(_this) {
...
@@ -31,33 +30,20 @@ export default function(_this) {
)
)
}
}
},
},
update
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/submit/
${
process
.
env
.
projectId
}
`
,
beforeRequest
(
data
)
{
return
{
submission_stage
:
'INTERVIEW_APPLICATION'
}
},
callback
()
{
this
.
form
.
options
.
disabled
=
true
_this
.
dialogVisible
=
true
_this
.
getApplication
()
},
errorCallback
()
{
_this
.
completeVisible
=
true
}
},
form
:
{
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'interview_ywjl
'
}
}
},
prev
:
{
to
:
{
query
:
{
active
:
'interview_byz
'
}
}
},
submitText
:
'申请面试'
,
next
:
{
to
:
{
query
:
{
active
:
'interview_zp'
}
}
}
,
model
:
{
submission_stage
:
'INTERVIEW_APPLICATION'
}
,
hasButton
:
false
,
options
:
{
'label-position'
:
'top'
},
options
:
{
'label-position'
:
'top'
},
hint
:
`
hint
:
`
<p>
请将中英文成绩单原件扫描或者拍照后提交。
</p>
<p>
成绩单:中英文成绩单各上传一个文件
</p>
<p>
获取途径:联系大学时就读学校相关部门(档案馆/教务处)获取成绩单
。</p>
<p>
注意事项:需要将证书原件扫描或拍照后提交,请确保证书内容清晰可辨
。</p>
`
,
`
,
items
:
[
items
:
[
{
{
type
:
'v-upload'
,
type
:
'v-upload'
,
label
:
'中文成绩单'
,
label
:
'中文成绩单'
,
required
:
true
,
model
:
'REPORT_CARD_CN'
,
model
:
'REPORT_CARD_CN'
,
attrs
:
{
attrs
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/put`
,
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/put`
,
...
@@ -68,6 +54,7 @@ export default function(_this) {
...
@@ -68,6 +54,7 @@ export default function(_this) {
{
{
type
:
'v-upload'
,
type
:
'v-upload'
,
label
:
'英文成绩单'
,
label
:
'英文成绩单'
,
required
:
true
,
model
:
'REPORT_CARD_EN'
,
model
:
'REPORT_CARD_EN'
,
attrs
:
{
attrs
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/put`
,
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/put`
,
...
@@ -77,5 +64,4 @@ export default function(_this) {
...
@@ -77,5 +64,4 @@ export default function(_this) {
}
}
]
]
}
}
}
}
}
modules/my/interview/form/index.js
浏览文件 @
2a6b798c
import
byzs
from
'./byzs'
import
byz
from
'./byz'
import
xwzs
from
'./xwzs'
import
cjd
from
'./cjd'
import
ywjl
from
'./ywjl'
import
zp
from
'./zp'
import
zp
from
'./zp'
export
default
function
(
_this
)
{
export
default
function
(
_this
)
{
return
{
return
{
id
:
'interview'
,
id
:
'interview'
,
title
:
'申请面试'
,
title
:
'申请面试'
,
children
:
[
byz
s
,
xwzs
,
ywjl
,
zp
(
_this
)]
children
:
[
byz
,
cjd
,
zp
(
_this
)]
}
}
}
}
modules/my/interview/form/xwzszm.js
deleted
100644 → 0
浏览文件 @
3689e571
export
default
{
id
:
'interview_xwzsywzm'
,
title
:
'学位证书英文证明'
,
get
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
callback
(
data
)
{
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
2
const
DEGREE_CERT_EN
=
attachments
.
filter
(
item
=>
{
return
item
.
file_type_id
===
'DEGREE_CERT_EN'
})
return
{
DEGREE_CERT_EN
}
}
},
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'interview_xwzs'
}
}
},
next
:
{
to
:
{
query
:
{
active
:
'interview_ywjl'
}
}
},
hasButton
:
false
,
options
:
{},
items
:
[
{
type
:
'v-upload'
,
required
:
true
,
model
:
'DEGREE_CERT_EN'
,
attrs
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/put`
,
deleteAction
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/delete`
,
data
:
{
file_type
:
'DEGREE_CERT_EN'
}
},
append
:
'请将学校出具的学位证书英文证明原件扫描或者拍照后提交。'
}
]
}
}
modules/my/interview/form/ywjl.js
deleted
100644 → 0
浏览文件 @
3689e571
export
default
{
id
:
'interview_ywjl'
,
title
:
'英文简历'
,
get
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
callback
(
data
)
{
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
2
const
RESUME_EN
=
attachments
.
filter
(
item
=>
{
return
item
.
file_type_id
===
'RESUME_EN'
})
return
{
RESUME_EN
}
}
},
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'interview_xwzs'
}
}
},
next
:
{
to
:
{
query
:
{
active
:
'interview_zp'
}
}
},
hasButton
:
false
,
options
:
{},
items
:
[
{
type
:
'v-upload'
,
required
:
true
,
model
:
'RESUME_EN'
,
attrs
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/put`
,
deleteAction
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/delete`
,
data
:
{
file_type
:
'RESUME_EN'
}
},
append
:
`
<p>请下载填写英文简历模板后上传 [<a href="https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/kelley/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86.docx" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
}
]
}
}
modules/my/interview/form/zp.js
浏览文件 @
2a6b798c
...
@@ -38,7 +38,7 @@ export default function(_this) {
...
@@ -38,7 +38,7 @@ export default function(_this) {
}
}
},
},
form
:
{
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'interview_
ywjl
'
}
}
},
prev
:
{
to
:
{
query
:
{
active
:
'interview_
cjd
'
}
}
},
submitText
:
'申请面试'
,
submitText
:
'申请面试'
,
model
:
{
submission_stage
:
'INTERVIEW_APPLICATION'
},
model
:
{
submission_stage
:
'INTERVIEW_APPLICATION'
},
options
:
{},
options
:
{},
...
@@ -49,11 +49,10 @@ export default function(_this) {
...
@@ -49,11 +49,10 @@ export default function(_this) {
attrs
:
{
attrs
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/put`
,
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/put`
,
deleteAction
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/delete`
,
deleteAction
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/delete`
,
data
:
{
file_type
:
'PERSONAL_PHOTO_FOR_ID'
},
data
:
{
file_type
:
'PERSONAL_PHOTO_FOR_ID'
}
limit
:
1
},
},
append
:
prepend
:
'2寸照片:以电子版的形式上传文件'
,
'申请者需要上传本人半年以内的两寸彩色近照。<br> 只需上传一个文件,且照片完整、干净。<br> 上传文件仅限“jpg,jpeg,gif,png”格式的图片文件,且文件小于10MB
。'
append
:
'注意事项:需要将证书原件扫描或拍照后提交,请确保证书内容清晰可辨
。'
}
}
]
]
}
}
...
...
modules/my/interview/index.vue
浏览文件 @
2a6b798c
...
@@ -16,13 +16,14 @@
...
@@ -16,13 +16,14 @@
</vue-form>
</vue-form>
<app-complete
:type=
"1"
v-model=
"completeVisible"
></app-complete>
<app-complete
:type=
"1"
v-model=
"completeVisible"
></app-complete>
<el-dialog
<el-dialog
title=
"
您的申请资料已
提交成功"
title=
"
资料
提交成功"
:visible
.
sync=
"dialogVisible"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:center=
"true"
:close-on-click-modal=
"false"
:close-on-click-modal=
"false"
width=
"348px"
width=
"348px"
>
>
<div
class=
"dialog-tips"
>
<div
class=
"dialog-tips"
>
<p>
请注意接听康博斯威尔大学招办老师的邀约电话
</p>
<div
class=
"icon"
><img
src=
"https://webapp-pub.ezijing.com/project/application/images/icon_success.png"
/></div>
<div
class=
"icon"
><img
src=
"https://webapp-pub.ezijing.com/project/application/images/icon_success.png"
/></div>
</div>
</div>
<
template
#
footer
>
<
template
#
footer
>
...
@@ -44,7 +45,7 @@ export default {
...
@@ -44,7 +45,7 @@ export default {
const
menus
=
getMenu
(
this
)
const
menus
=
getMenu
(
this
)
return
{
return
{
menus
:
[
menus
],
menus
:
[
menus
],
currentActive
:
'interview_byz
s
'
,
currentActive
:
'interview_byz'
,
completeVisible
:
false
,
completeVisible
:
false
,
dialogVisible
:
false
,
dialogVisible
:
false
,
detail
:
null
detail
:
null
...
@@ -55,7 +56,7 @@ export default {
...
@@ -55,7 +56,7 @@ export default {
immediate
:
true
,
immediate
:
true
,
handler
(
route
)
{
handler
(
route
)
{
const
{
query
=
{}
}
=
route
const
{
query
=
{}
}
=
route
this
.
currentActive
=
query
.
active
||
'interview_byz
s
'
this
.
currentActive
=
query
.
active
||
'interview_byz'
}
}
},
},
showSubmitedDialog
(
value
)
{
showSubmitedDialog
(
value
)
{
...
@@ -97,7 +98,7 @@ export default {
...
@@ -97,7 +98,7 @@ export default {
},
},
handlePageChange
(
value
)
{
handlePageChange
(
value
)
{
this
.
currentActive
=
value
this
.
currentActive
=
value
this
.
$router
.
push
({
path
:
this
.
$route
.
path
,
query
:
{
active
:
value
}
})
.
catch
(()
=>
{})
this
.
$router
.
push
({
path
:
this
.
$route
.
path
,
query
:
{
active
:
value
}
})
console
.
log
(
'页面切换了'
,
value
)
console
.
log
(
'页面切换了'
,
value
)
},
},
handleSuccess
(
data
)
{
handleSuccess
(
data
)
{
...
...
modules/my/welcome/index.vue
浏览文件 @
2a6b798c
...
@@ -50,11 +50,8 @@ export default {
...
@@ -50,11 +50,8 @@ export default {
beforeCreate
()
{
beforeCreate
()
{
document
.
body
.
style
.
background
=
'#fff'
document
.
body
.
style
.
background
=
'#fff'
},
},
created
()
{
this
.
$router
.
replace
(
'/my/account'
)
},
beforeMount
()
{
beforeMount
()
{
//
this.getApplication()
this
.
getApplication
()
},
},
destroyed
()
{
destroyed
()
{
document
.
body
.
style
=
''
document
.
body
.
style
=
''
...
...
modules/my/welcome/indexPay.vue
浏览文件 @
2a6b798c
...
@@ -3,11 +3,9 @@
...
@@ -3,11 +3,9 @@
<h5-pay
@
update=
"handleUpdateOrder"
v-if=
"isWechat"
></h5-pay>
<h5-pay
@
update=
"handleUpdateOrder"
v-if=
"isWechat"
></h5-pay>
<qrcode-pay
@
update=
"handleUpdateOrder"
v-else
></qrcode-pay>
<qrcode-pay
@
update=
"handleUpdateOrder"
v-else
></qrcode-pay>
<div
class=
"pay-ft"
>
<div
class=
"pay-ft"
>
<p
class=
"t2"
>
<p
class=
"t2"
>
注释:在提交700元申请费后,申请人需上传并提交如下文件。
</p>
欢迎您申请紫荆-印第安纳大学Kelley商学院金融硕士(MSF)
<br
/>
<p
class=
"t2"
>
①填写报名表、②完成推荐信3封、③无犯罪声明、④本科学历学位证书、⑤中英文成绩单、⑥个人证件照
</p>
申请流程:①支付报名费②填写报名资料并提供相关材料(身份证扫描件、毕业证书扫描件、学位证书扫描件、英文简历、2寸照片)③参加面试④获得录取⑤缴纳学费并签署入学协议⑥入学学习(办理入学手续:提供成绩单、学籍注册等)
<br
/>
<p
class=
"t2"
>
该申请费不退,请慎重缴费!
</p>
申请费提交后不予退还
</p>
</div>
</div>
<el-dialog
<el-dialog
title=
"报名费缴费成功"
title=
"报名费缴费成功"
...
@@ -18,7 +16,7 @@
...
@@ -18,7 +16,7 @@
width=
"348px"
width=
"348px"
>
>
<div
class=
"dialog-pay"
>
<div
class=
"dialog-pay"
>
<p>
请
按照要求填写报名所需材料,完成“提交报名申请”及“申请面试”
</p>
<p>
请
填写报名所需材料,材料齐全后招生办老师将
<br
/>
给您致电预约面试日期与时间
</p>
<div
class=
"icon"
><img
src=
"https://webapp-pub.ezijing.com/project/application/images/icon_success.png"
/></div>
<div
class=
"icon"
><img
src=
"https://webapp-pub.ezijing.com/project/application/images/icon_success.png"
/></div>
</div>
</div>
<template
#
footer
>
<template
#
footer
>
...
...
modules/my/welcome/indexWelcome.vue
浏览文件 @
2a6b798c
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
</div>
</div>
<h1>
欢迎您
</h1>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
<p
class=
"t1"
>
申请紫荆-
美国印第安纳大学Kelley商学院金融
学硕士项目,请在填写以下内容并
<br
/>
申请紫荆-
康博斯威尔大学蒙台梭利方向教育
学硕士项目,请在填写以下内容并
<br
/>
提交报名申请后,扫码支付本项目的申请费共计
<span>
700
</span>
元。
提交报名申请后,扫码支付本项目的
注册费、
申请费共计
<span>
700
</span>
元。
</p>
</p>
</div>
</div>
<div
class=
"form"
>
<div
class=
"form"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论