Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
e28c3c06
提交
e28c3c06
authored
8月 31, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
34a3aff8
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
20 行增加
和
55 行删除
+20
-55
index.vue
modules/letter/index.vue
+4
-19
index.vue
modules/my/admission/index.vue
+1
-7
pay.vue
modules/my/application/pay.vue
+2
-11
index.vue
modules/my/interview/index.vue
+1
-1
index.vue
modules/my/review/index.vue
+8
-8
pay.vue
modules/my/review/pay.vue
+3
-1
indexPay.vue
modules/my/welcome/indexPay.vue
+1
-8
没有找到文件。
modules/letter/index.vue
浏览文件 @
e28c3c06
...
@@ -3,33 +3,18 @@
...
@@ -3,33 +3,18 @@
<header
class=
"header"
>
<header
class=
"header"
>
<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"
/></router-link>
><img
src=
"https://webapp-pub.ezijing.com/project/application/images/ezijing-logo.png"
/></router-link>
</div>
</div>
</div>
</div>
</header>
</header>
<nav
class=
"nav"
><h1
class=
"title"
>
斯蒂文斯理工学院工程管理硕士保研项目推荐信
</h1></nav>
<nav
class=
"nav"
><h1
class=
"title"
>
斯蒂文斯理工学院工程管理硕士保研项目推荐信
</h1></nav>
<section
class=
"content"
>
<section
class=
"content"
>
<el-form
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"form"
label-width=
"100px"
:label-position=
"labelPosition"
@
submit
.
native
.
prevent
style=
"max-width: 680px"
>
:model=
"ruleForm"
:rules=
"rules"
ref=
"form"
label-width=
"100px"
:label-position=
"labelPosition"
@
submit
.
native
.
prevent
style=
"max-width: 680px"
>
<el-form-item
label=
"姓名"
prop=
"provider_name"
>
<el-form-item
label=
"姓名"
prop=
"provider_name"
>
<el-input
v-model=
"ruleForm.provider_name"
@
blur=
"onBlur('provider_name')"
></el-input>
<el-input
v-model=
"ruleForm.provider_name"
@
blur=
"onBlur('provider_name')"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"推荐信内容"
prop=
"letter_content"
>
<el-form-item
label=
"推荐信内容"
prop=
"letter_content"
>
<el-input
<el-input
type=
"textarea"
:autosize=
"
{ minRows: 6 }" v-model="ruleForm.letter_content" @blur="onBlur('letter_content')">
</el-input>
type=
"textarea"
:autosize=
"
{ minRows: 6 }"
v-model="ruleForm.letter_content"
@blur="onBlur('letter_content')"
>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"手机号"
prop=
"provider_phone_number"
>
<el-form-item
label=
"手机号"
prop=
"provider_phone_number"
>
<el-input
v-model=
"ruleForm.provider_phone_number"
></el-input>
<el-input
v-model=
"ruleForm.provider_phone_number"
></el-input>
...
@@ -46,7 +31,7 @@
...
@@ -46,7 +31,7 @@
</div>
</div>
</section>
</section>
<el-dialog
title=
"推荐信提交成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
width=
"
348
px"
>
<el-dialog
title=
"推荐信提交成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
width=
"
400
px"
>
<div
style=
"text-align: center"
>
<div
style=
"text-align: center"
>
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/icon_success.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/icon_success.png"
/>
</div>
</div>
...
...
modules/my/admission/index.vue
浏览文件 @
e28c3c06
...
@@ -21,13 +21,7 @@
...
@@ -21,13 +21,7 @@
<app-xy />
<app-xy />
</template> -->
</template> -->
</vue-form>
</vue-form>
<el-dialog
<el-dialog
title=
"办理入学资料提交成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"400px"
>
title=
"办理入学资料提交成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"348px"
>
<div
class=
"dialog-tips"
>
<div
class=
"dialog-tips"
>
<!-- <p>请确认是否已缴费,如未缴费点击下方缴费按钮 <br />(已缴费,请忽略)</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>
...
...
modules/my/application/pay.vue
浏览文件 @
e28c3c06
...
@@ -3,18 +3,9 @@
...
@@ -3,18 +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"
>
注释:
<br
/>
此处为微信二维码
<br
/>
成功提交700元申请费后,申请人还需上传并提交最高学历(学位)证书 (注:申请费不退还)
</p>
注释:
<br
/>
此处为微信二维码
<br
/>
成功提交700元申请费后,申请人还需上传并提交最高学历(学位)证书
(注:申请费不退还)
</p>
</div>
</div>
<el-dialog
<el-dialog
title=
"报名费缴费成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"400px"
>
title=
"报名费缴费成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"348px"
>
<div
class=
"dialog-pay"
>
<div
class=
"dialog-pay"
>
<p>
请填写申请面试的材料,材料齐全后
<br
/>
招生办老师将给您致电预约面试日期与时间
</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>
...
...
modules/my/interview/index.vue
浏览文件 @
e28c3c06
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
</
template
>
</
template
>
</vue-form>
</vue-form>
<app-complete
:type=
"1"
v-model=
"completeVisible"
></app-complete>
<app-complete
:type=
"1"
v-model=
"completeVisible"
></app-complete>
<el-dialog
title=
"您的申请资料已提交成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"
348
px"
>
<el-dialog
title=
"您的申请资料已提交成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"
400
px"
>
<div
class=
"dialog-tips"
>
<div
class=
"dialog-tips"
>
<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>
...
...
modules/my/review/index.vue
浏览文件 @
e28c3c06
...
@@ -25,14 +25,14 @@
...
@@ -25,14 +25,14 @@
<app-xy />
<app-xy />
</template> -->
</template> -->
</vue-form>
</vue-form>
<el-dialog
title=
"综合评审资料提交成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"
348
px"
>
<el-dialog
title=
"综合评审资料提交成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"
400
px"
>
<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>
<p>
材料补充已完成,请等待招生办进一步通知。
</p>
</div>
</div>
<
template
#
footer
>
<
template
#
footer
>
<
!--
<el-button
type=
"primary"
@
click=
"toPay"
>
立即缴费
</el-button>
--
>
<
el-button
type=
"primary"
@
click=
"toPay"
v-if=
"hasPay"
>
缴留位费
</el-button
>
<
el-button
type=
"primary"
@
click=
"dialogVisible = false"
>
忽略
</el-button
>
<
!--
<el-button
type=
"primary"
@
click=
"dialogVisible = false"
>
确定
</el-button>
--
>
</
template
>
</
template
>
</el-dialog>
</el-dialog>
<app-complete
:type=
"2"
v-model=
"completeVisible"
></app-complete>
<app-complete
:type=
"2"
v-model=
"completeVisible"
></app-complete>
...
@@ -86,8 +86,8 @@ export default {
...
@@ -86,8 +86,8 @@ export default {
return
this
.
$store
.
state
.
user
return
this
.
$store
.
state
.
user
},
},
hasPay
()
{
hasPay
()
{
if
(
this
.
detail
)
{
if
(
this
.
detail
&&
this
.
detail
.
material
)
{
return
this
.
detail
.
material
.
submission_stage
===
'CLOSED
'
return
this
.
detail
.
material
.
basic_info
.
sit_can_pay
===
'1
'
}
}
return
false
return
false
}
}
...
@@ -136,7 +136,7 @@ export default {
...
@@ -136,7 +136,7 @@ export default {
},
},
toPay
()
{
toPay
()
{
this
.
dialogVisible
=
false
this
.
dialogVisible
=
false
this
.
$router
.
push
({
path
:
'/my/
admission'
,
query
:
{
active
:
'admission_xfjn
'
}
})
this
.
$router
.
push
({
path
:
'/my/
review'
,
query
:
{
active
:
'application_pay
'
}
})
},
},
// 更换推荐人
// 更换推荐人
changeProvider
(
data
)
{
changeProvider
(
data
)
{
...
@@ -187,7 +187,7 @@ export default {
...
@@ -187,7 +187,7 @@ export default {
line-height
:
20px
;
line-height
:
20px
;
}
}
.icon
{
.icon
{
margin-
top
:
20px
;
margin-
bottom
:
20px
;
text-align
:
center
;
text-align
:
center
;
}
}
}
}
...
...
modules/my/review/pay.vue
浏览文件 @
e28c3c06
...
@@ -2,9 +2,10 @@
...
@@ -2,9 +2,10 @@
<div
class=
"pay"
>
<div
class=
"pay"
>
<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>
<el-dialog
title=
"缴费成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"
348
px"
>
<el-dialog
title=
"缴费成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"
400
px"
>
<div
class=
"dialog-pay"
>
<div
class=
"dialog-pay"
>
<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>
<p>
留位费已成功缴纳,请根据招生办邮件指示办理入学手续
</p>
</div>
</div>
</el-dialog>
</el-dialog>
</div>
</div>
...
@@ -147,6 +148,7 @@ export default {
...
@@ -147,6 +148,7 @@ export default {
line-height
:
20px
;
line-height
:
20px
;
}
}
.icon
{
.icon
{
margin-bottom
:
20px
;
text-align
:
center
;
text-align
:
center
;
}
}
}
}
...
...
modules/my/welcome/indexPay.vue
浏览文件 @
e28c3c06
...
@@ -9,14 +9,7 @@
...
@@ -9,14 +9,7 @@
理入学手续:提供成绩单、学籍注册等)
<br
/>
申请费提交后不予退还
理入学手续:提供成绩单、学籍注册等)
<br
/>
申请费提交后不予退还
</p>
</p>
</div>
</div>
<el-dialog
<el-dialog
title=
"报名费缴费成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:show-close=
"false"
:close-on-click-modal=
"false"
width=
"400px"
>
title=
"报名费缴费成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:show-close=
"false"
:close-on-click-modal=
"false"
width=
"348px"
>
<div
class=
"dialog-pay"
>
<div
class=
"dialog-pay"
>
<p>
请按照要求填写报名所需材料,完成“提交报名申请”及“申请面试”
</p>
<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>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论