Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
5a9571ee
提交
5a9571ee
authored
8月 28, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 调整留位费显示的位置
上级
741d5daf
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
29 行增加
和
8 行删除
+29
-8
home.vue
modules/my/account/home.vue
+10
-3
index.js
modules/my/review/form/index.js
+15
-1
index.vue
modules/my/review/index.vue
+4
-4
没有找到文件。
modules/my/account/home.vue
浏览文件 @
5a9571ee
...
...
@@ -2,9 +2,7 @@
<div
class=
"my"
>
<div
class=
"card"
>
<div
class=
"result"
>
<div
class=
"result-left"
>
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_icon.png"
/>
招生办反馈
</div>
<div
class=
"result-left"
><img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_icon.png"
/>
招生办反馈
</div>
<!--
<div
class=
"result-right"
>
{{
result
.
submit_status_desc
||
'未收到报名信息'
}}
</div>
-->
</div>
</div>
...
...
@@ -68,10 +66,19 @@ export default {
for
(
const
key
in
this
.
submissionStage
)
{
const
list
=
this
.
submissionStage
[
key
]
if
(
list
.
includes
(
this
.
material
.
submission_stage
))
{
if
(
key
===
'3'
&&
!
this
.
isPay
)
{
return
2
}
return
parseInt
(
key
)
}
}
return
0
},
isPay
()
{
const
records
=
this
.
material
?.
payment_records
||
[]
return
!!
records
.
find
(
item
=>
{
return
item
.
bill_type
===
'APPLICATION_FEE'
&&
item
.
payment_status
===
'SUCCESS'
})
}
},
methods
:
{
...
...
modules/my/review/form/index.js
浏览文件 @
5a9571ee
...
...
@@ -12,6 +12,20 @@ export default function(_this) {
return
{
id
:
'admission'
,
title
:
'综合评审'
,
children
:
[{
required
:
true
,
id
:
'application_pay'
,
title
:
'缴留位费'
},
cjd
(
_this
),
tjx
(
_this
),
grcs
(
_this
),
byzs
(
_this
),
form
(
_this
)]
children
:
[
cjd
(
_this
),
tjx
(
_this
),
grcs
(
_this
),
byzs
(
_this
),
form
(
_this
),
{
required
:
true
,
id
:
'application_pay'
,
title
:
'缴留位费'
,
visible
()
{
return
_this
.
hasPay
}
}
]
}
}
modules/my/review/index.vue
浏览文件 @
5a9571ee
...
...
@@ -27,7 +27,7 @@
</vue-form>
<el-dialog
title=
"综合评审资料提交成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"348px"
>
<div
class=
"dialog-tips"
>
<
!-- <p>请确认是否已缴费,如未缴费点击下方缴费按钮 <br />(已缴费,请忽略)</p> --
>
<
p>
材料补充已完成,请等待招生办进一步通知。
</p
>
<div
class=
"icon"
><img
src=
"https://webapp-pub.ezijing.com/project/application/images/icon_success.png"
/></div>
</div>
<
template
#
footer
>
...
...
@@ -53,11 +53,11 @@ export default {
const
menus
=
getMenu
(
this
)
return
{
menus
:
[
menus
],
currentActive
:
'a
pplication_pay
'
,
currentActive
:
'a
dmission_cjd
'
,
dialogVisible
:
false
,
detail
:
null
,
completeVisible
:
false
,
isPay
:
fals
e
isPay
:
tru
e
}
},
watch
:
{
...
...
@@ -65,7 +65,7 @@ export default {
immediate
:
true
,
handler
(
route
)
{
const
{
query
=
{}
}
=
route
this
.
currentActive
=
query
.
active
||
'a
pplication_pay
'
this
.
currentActive
=
query
.
active
||
'a
dmission_cjd
'
}
},
showSubmittedDialog
(
value
)
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论