提交 84861255 authored 作者: haodaking's avatar haodaking

revert:申请声明放到报名缴费之前

上级 a3aca51c
...@@ -44,11 +44,11 @@ export default { ...@@ -44,11 +44,11 @@ export default {
code: 'applicaitonInfo', code: 'applicaitonInfo',
view: { to: { path: '/my/application', query: { active: 'application_info' } } } view: { to: { path: '/my/application', query: { active: 'application_info' } } }
}, },
{ // {
title: '缴报名费', // title: '缴报名费',
code: 'applicationPay', // code: 'applicationPay',
view: { to: { path: '/my/application', query: { active: 'application_pay' } } } // view: { to: { path: '/my/application', query: { active: 'application_pay' } } }
} // }
// { // {
// title: '推荐信', // title: '推荐信',
// code: 'applicationTjx', // code: 'applicationTjx',
......
...@@ -26,7 +26,7 @@ export default function(_this) { ...@@ -26,7 +26,7 @@ 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() {
...@@ -34,7 +34,7 @@ export default function(_this) { ...@@ -34,7 +34,7 @@ export default function(_this) {
} }
}, },
form: { form: {
prev: { to: { query: { active: 'application_pay' } } }, prev: { to: { query: { active: 'application_info', tab: 'application_info_attachment' } } },
submitText: '提交报名申请', submitText: '提交报名申请',
model: { isAgree: [] }, model: { isAgree: [] },
options: {}, options: {},
......
...@@ -11,14 +11,15 @@ export default function(_this) { ...@@ -11,14 +11,15 @@ export default function(_this) {
info(_this), info(_this),
// tjx(_this), // tjx(_this),
// wfzsm(_this), // wfzsm(_this),
declare(_this),
{ {
id: 'application_pay', id: 'application_pay',
title: '缴报名费', title: '缴报名费',
show: false,
visible() { visible() {
return _this.visible return _this.visible
} }
}, }
declare(_this)
] ]
} }
} }
...@@ -46,7 +46,7 @@ export default function(_this) { ...@@ -46,7 +46,7 @@ export default function(_this) {
}, },
form: { form: {
prev: { to: { query: { active: 'application_info', tab: 'application_info_answer' } } }, prev: { to: { query: { active: 'application_info', tab: 'application_info_answer' } } },
next: { to: { query: { active: 'application_pay' } } }, next: { to: { query: { active: 'application_declare' } } },
hasButton: false, hasButton: false,
options: { labelWidth: '140px' }, options: { labelWidth: '140px' },
items: [ items: [
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论