mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 19:16:44 +08:00
投保须知
This commit is contained in:
@@ -191,21 +191,15 @@ export default {
|
|||||||
message: '加载中……'
|
message: '加载中……'
|
||||||
})
|
})
|
||||||
let that = this
|
let that = this
|
||||||
that.appntSign.map(item => {
|
|
||||||
if (item.documentCode == '1') {
|
|
||||||
that.appntSign.signId = item.signId
|
|
||||||
that.appntSign.documentCode = item.documentCode
|
|
||||||
that.appntSign.documentType = item.documentType
|
|
||||||
}
|
|
||||||
})
|
|
||||||
that.insuredSign.map(item => {
|
|
||||||
if (item.documentCode == '1') {
|
|
||||||
that.insuredSign.signId = item.signId
|
|
||||||
that.insuredSign.documentCode = item.documentCode
|
|
||||||
that.insuredSign.documentType = item.documentType
|
|
||||||
}
|
|
||||||
})
|
|
||||||
if (that.signVal == '0' || that.signVal == '2') {
|
if (that.signVal == '0' || that.signVal == '2') {
|
||||||
|
that.appntSign.map(item => {
|
||||||
|
if (item.documentCode == '1') {
|
||||||
|
that.appntSign.signId = item.signId
|
||||||
|
that.appntSign.documentCode = item.documentCode
|
||||||
|
that.appntSign.documentType = item.documentType
|
||||||
|
}
|
||||||
|
})
|
||||||
let data = {
|
let data = {
|
||||||
orderType: 'SIGN_ORDER',
|
orderType: 'SIGN_ORDER',
|
||||||
orderDTO: {
|
orderDTO: {
|
||||||
@@ -266,7 +260,13 @@ export default {
|
|||||||
|
|
||||||
message: '加载中……'
|
message: '加载中……'
|
||||||
})
|
})
|
||||||
|
that.insuredSign.map(item => {
|
||||||
|
if (item.documentCode == '1') {
|
||||||
|
that.insuredSign.signId = item.signId
|
||||||
|
that.insuredSign.documentCode = item.documentCode
|
||||||
|
that.insuredSign.documentType = item.documentType
|
||||||
|
}
|
||||||
|
})
|
||||||
let data = {
|
let data = {
|
||||||
orderType: 'SIGN_ORDER',
|
orderType: 'SIGN_ORDER',
|
||||||
orderDTO: {
|
orderDTO: {
|
||||||
@@ -311,20 +311,6 @@ export default {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
let that = this
|
let that = this
|
||||||
that.appntSign.map(item => {
|
|
||||||
if (item.documentCode == '1') {
|
|
||||||
that.appntSign.signId = item.signId
|
|
||||||
that.appntSign.documentCode = item.documentCode
|
|
||||||
that.appntSign.documentType = item.documentType
|
|
||||||
}
|
|
||||||
})
|
|
||||||
that.insuredSign.map(item => {
|
|
||||||
if (item.documentCode == '1') {
|
|
||||||
that.insuredSign.signId = item.signId
|
|
||||||
that.insuredSign.documentCode = item.documentCode
|
|
||||||
that.insuredSign.documentType = item.documentType
|
|
||||||
}
|
|
||||||
})
|
|
||||||
this.$toast.loading({
|
this.$toast.loading({
|
||||||
duration: 0, // 持续展示 toast
|
duration: 0, // 持续展示 toast
|
||||||
|
|
||||||
@@ -336,6 +322,13 @@ export default {
|
|||||||
})
|
})
|
||||||
// console.log('that.appntSign.signId',that.appntSign,that.appntSign.signId,that.appntSign.documentCode,that.appntSign.documentType)
|
// console.log('that.appntSign.signId',that.appntSign,that.appntSign.signId,that.appntSign.documentCode,that.appntSign.documentType)
|
||||||
if (that.signVal == '0' || that.signVal == '2') {
|
if (that.signVal == '0' || that.signVal == '2') {
|
||||||
|
that.appntSign.map(item => {
|
||||||
|
if (item.documentCode == '1') {
|
||||||
|
that.appntSign.signId = item.signId
|
||||||
|
that.appntSign.documentCode = item.documentCode
|
||||||
|
that.appntSign.documentType = item.documentType
|
||||||
|
}
|
||||||
|
})
|
||||||
let data = {
|
let data = {
|
||||||
orderType: 'SIGN_ORDER',
|
orderType: 'SIGN_ORDER',
|
||||||
orderDTO: {
|
orderDTO: {
|
||||||
@@ -385,6 +378,13 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
that.insuredSign.map(item => {
|
||||||
|
if (item.documentCode == '1') {
|
||||||
|
that.insuredSign.signId = item.signId
|
||||||
|
that.insuredSign.documentCode = item.documentCode
|
||||||
|
that.insuredSign.documentType = item.documentType
|
||||||
|
}
|
||||||
|
})
|
||||||
let data = {
|
let data = {
|
||||||
orderType: 'SIGN_ORDER',
|
orderType: 'SIGN_ORDER',
|
||||||
orderDTO: {
|
orderDTO: {
|
||||||
|
|||||||
Reference in New Issue
Block a user