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