Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
e4c9ef81
提交
e4c9ef81
authored
11月 24, 2021
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
报名费放到申请声明之前
上级
2fd2479c
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
24 行增加
和
13 行删除
+24
-13
.env.dev
.env.dev
+3
-3
complete.vue
modules/my/application/complete.vue
+12
-1
declare.js
modules/my/application/form/declare.js
+1
-1
index.js
modules/my/application/form/index.js
+7
-7
attachment.js
modules/my/application/form/info/attachment.js
+1
-1
没有找到文件。
.env.dev
浏览文件 @
e4c9ef81
...
...
@@ -2,6 +2,6 @@ projectId=1001
newProjectId=6800243768751554560
baseURL=https://project-api.ezijing.com
baseURL=https://project-api
2
.ezijing.com
loginURL=https://login.ezijing.com/auth
\ No newline at end of file
loginURL=https://login2.ezijing.com/auth
\ No newline at end of file
modules/my/application/complete.vue
浏览文件 @
e4c9ef81
...
...
@@ -43,6 +43,11 @@ export default {
title
:
'个人资料'
,
code
:
'applicaitonInfo'
,
view
:
{
to
:
{
path
:
'/my/application'
,
query
:
{
active
:
'application_info'
}
}
}
},
{
title
:
'缴报名费'
,
code
:
'applicationPay'
,
view
:
{
to
:
{
path
:
'/my/application'
,
query
:
{
active
:
'application_pay'
}
}
}
}
// {
// title: '推荐信',
...
...
@@ -120,7 +125,7 @@ export default {
const
fillingMissedRequiredList
=
progress
.
FILLING
.
attachments
.
missed_required_list
// 个人资料
const
applicaitonInfo
=
{
progress
:
0
}
const
infoRequriedList
=
[
'basic_info'
,
'educations'
,
'careers'
,
'answers'
]
const
infoRequriedList
=
[
'basic_info'
,
'educations'
,
'careers'
,
'answers'
,
'attachments'
]
for
(
const
key
of
infoRequriedList
)
{
if
(
progress
.
FILLING
[
key
].
progress
<
1
)
{
applicaitonInfo
.
progress
=
0
...
...
@@ -133,6 +138,11 @@ export default {
}
else
{
applicaitonInfo
.
progress
=
0
}
// 缴报名费
const
applicationPay
=
{
progress
:
0
}
applicationPay
.
progress
=
progress
.
FILLING
.
payment_records
?
progress
.
FILLING
.
payment_records
.
progress
:
0
// 推荐信
const
applicationTjx
=
{
progress
:
0
}
applicationTjx
.
progress
=
progress
.
FILLING
.
reco_letters
?
progress
.
FILLING
.
reco_letters
.
progress
:
0
...
...
@@ -167,6 +177,7 @@ export default {
this
.
progress
=
{
applicaitonInfo
,
applicationPay
,
applicationTjx
,
applicationWfzzm
,
interviewZp
,
...
...
modules/my/application/form/declare.js
浏览文件 @
e4c9ef81
...
...
@@ -34,7 +34,7 @@ export default function(_this) {
}
},
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'application_
info'
,
tab
:
'application_info_attachment
'
}
}
},
prev
:
{
to
:
{
query
:
{
active
:
'application_
pay
'
}
}
},
submitText
:
'提交报名申请'
,
model
:
{
isAgree
:
[]
},
options
:
{},
...
...
modules/my/application/form/index.js
浏览文件 @
e4c9ef81
...
...
@@ -11,15 +11,15 @@ export default function(_this) {
info
(
_this
),
// tjx(_this),
// wfzsm(_this),
declare
(
_this
),
{
id
:
'application_pay'
,
title
:
'缴报名费'
,
show
:
false
,
visible
()
{
return
_this
.
visible
}
}
title
:
'缴报名费'
// show: false,
// visible() {
// return _this.visible
// }
},
declare
(
_this
)
]
}
}
modules/my/application/form/info/attachment.js
浏览文件 @
e4c9ef81
...
...
@@ -46,7 +46,7 @@ export default function(_this) {
},
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'application_info'
,
tab
:
'application_info_honor'
}
}
},
next
:
{
to
:
{
query
:
{
active
:
'application_
declare
'
}
}
},
next
:
{
to
:
{
query
:
{
active
:
'application_
pay
'
}
}
},
hasButton
:
false
,
options
:
{
labelWidth
:
'140px'
},
items
:
[
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论