mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 18:36:43 +08:00
[FIX]【自助入司优化】担保书-支持重新签名-页面跳转调试
This commit is contained in:
@@ -43,7 +43,7 @@ export default [
|
|||||||
component: signContract,
|
component: signContract,
|
||||||
meta: {
|
meta: {
|
||||||
title: '入司签署信息',
|
title: '入司签署信息',
|
||||||
index: 1
|
index: 10
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -52,7 +52,7 @@ export default [
|
|||||||
component: healthNotice,
|
component: healthNotice,
|
||||||
meta: {
|
meta: {
|
||||||
title: '保险代理申请人健康声明',
|
title: '保险代理申请人健康声明',
|
||||||
index: 1
|
index: 11
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -61,7 +61,7 @@ export default [
|
|||||||
component: letterOfCommitment,
|
component: letterOfCommitment,
|
||||||
meta: {
|
meta: {
|
||||||
title: '承诺书',
|
title: '承诺书',
|
||||||
index: 1
|
index: 11
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -70,7 +70,7 @@ export default [
|
|||||||
component: messageLetterOfCommitment,
|
component: messageLetterOfCommitment,
|
||||||
meta: {
|
meta: {
|
||||||
title: '广西保险销售从业人员信息公开承诺书',
|
title: '广西保险销售从业人员信息公开承诺书',
|
||||||
index: 1
|
index: 11
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ export default [
|
|||||||
component: illegalLetterOfCommitment,
|
component: illegalLetterOfCommitment,
|
||||||
meta: {
|
meta: {
|
||||||
title: '销售从业人员拒绝非法集资、非法放贷、金融诈骗承诺书',
|
title: '销售从业人员拒绝非法集资、非法放贷、金融诈骗承诺书',
|
||||||
index: 1
|
index: 11
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -88,7 +88,7 @@ export default [
|
|||||||
component: guarantee,
|
component: guarantee,
|
||||||
meta: {
|
meta: {
|
||||||
title: '担保书',
|
title: '担保书',
|
||||||
index: 1
|
index: 11
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -97,7 +97,7 @@ export default [
|
|||||||
component: letterOfKnow,
|
component: letterOfKnow,
|
||||||
meta: {
|
meta: {
|
||||||
title: '代理人基本福利保障知晓函',
|
title: '代理人基本福利保障知晓函',
|
||||||
index: 1
|
index: 11
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
@@ -115,7 +115,7 @@ export default [
|
|||||||
component: paction,
|
component: paction,
|
||||||
meta: {
|
meta: {
|
||||||
title: '个险销售人员代理合同',
|
title: '个险销售人员代理合同',
|
||||||
index: 1
|
index: 11
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -320,6 +320,7 @@ export default {
|
|||||||
},
|
},
|
||||||
goNext() {
|
goNext() {
|
||||||
if ((this.appntSign.signState == '1' && !this.base64) || (this.guaranteeSign.signState == '1' && !this.base64D)) {
|
if ((this.appntSign.signState == '1' && !this.base64) || (this.guaranteeSign.signState == '1' && !this.base64D)) {
|
||||||
|
console.log(111111) //TEST
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'goback',
|
flag: 'goback',
|
||||||
extra: {
|
extra: {
|
||||||
@@ -327,12 +328,13 @@ export default {
|
|||||||
index: '-1'
|
index: '-1'
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
type: 2,
|
type: '2',
|
||||||
index: -1,
|
index: -1,
|
||||||
path: `/agentEenter/signContract`
|
path: `/agentEenter/signContract`
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
console.log(222222222) //TEST
|
||||||
let data = {
|
let data = {
|
||||||
// userModel: {
|
// userModel: {
|
||||||
// mobile: '13000000000'
|
// mobile: '13000000000'
|
||||||
|
|||||||
@@ -101,7 +101,6 @@ export default {
|
|||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
that.signList = res.content.ebizAgreementDtoList
|
that.signList = res.content.ebizAgreementDtoList
|
||||||
res.content.ebizAgreementDtoList.map(item => {
|
res.content.ebizAgreementDtoList.map(item => {
|
||||||
console.log(item)
|
|
||||||
if (item.type == '11') {
|
if (item.type == '11') {
|
||||||
that.appntSign = item
|
that.appntSign = item
|
||||||
}
|
}
|
||||||
@@ -171,6 +170,7 @@ export default {
|
|||||||
},
|
},
|
||||||
goNext() {
|
goNext() {
|
||||||
if (this.appntSign.signState == '1' && !this.base64) {
|
if (this.appntSign.signState == '1' && !this.base64) {
|
||||||
|
console.log(1111111) //TEST
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'goback',
|
flag: 'goback',
|
||||||
extra: {
|
extra: {
|
||||||
@@ -178,12 +178,13 @@ export default {
|
|||||||
index: '-1'
|
index: '-1'
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
type: 2,
|
type: '2',
|
||||||
index: -1,
|
index: -1,
|
||||||
path: `/agentEenter/signContract`
|
path: `/agentEenter/signContract`
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
console.log(222222222) //TEST
|
||||||
let data = {
|
let data = {
|
||||||
// userModel: {
|
// userModel: {
|
||||||
// mobile: '13000000000'
|
// mobile: '13000000000'
|
||||||
|
|||||||
@@ -278,7 +278,7 @@ export default {
|
|||||||
that.goUrl(code)
|
that.goUrl(code)
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
this.goUrl(code) //调试专用
|
this.goUrl(code) //TEST调试专用
|
||||||
},
|
},
|
||||||
goUrl(code) {
|
goUrl(code) {
|
||||||
let path = ''
|
let path = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user