mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 08:06:44 +08:00
暂时去掉调用保存接口
This commit is contained in:
@@ -1005,37 +1005,37 @@
|
||||
this.$toast('请选择保单形式')
|
||||
return false
|
||||
} else {
|
||||
let params = {
|
||||
orderType: 'APPNT_ORDER',
|
||||
orderDTO: {
|
||||
orderInfoDTO: {
|
||||
orderNo: this.$route.query.orderNo,
|
||||
isElecCont: ''
|
||||
},
|
||||
appntDTO: this.appntDTO
|
||||
}
|
||||
}
|
||||
if(this.isElecCont == '1') {
|
||||
params.orderDTO.orderInfoDTO.isElecCont = '0'
|
||||
}
|
||||
saveOrUpdateOrderInfo(params).then(res => {
|
||||
if(res.result == 0) {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
forbidSwipeBack: '1',
|
||||
url: location.origin + '/#' + thismyurl,
|
||||
needRefresh: '1'
|
||||
},
|
||||
routerInfo: {
|
||||
path: thismyurl
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.$toast(res.resultMessage)
|
||||
}
|
||||
})
|
||||
}
|
||||
// let params = {
|
||||
// orderType: 'APPNT_ORDER',
|
||||
// orderDTO: {
|
||||
// orderInfoDTO: {
|
||||
// orderNo: this.$route.query.orderNo,
|
||||
// isElecCont: ''
|
||||
// },
|
||||
// appntDTO: this.appntDTO
|
||||
// }
|
||||
// }
|
||||
// if(this.isElecCont == '1') {
|
||||
// params.orderDTO.orderInfoDTO.isElecCont = '0'
|
||||
// }
|
||||
// saveOrUpdateOrderInfo(params).then(res => {
|
||||
// if(res.result == 0) {
|
||||
// this.$jump({
|
||||
// flag: 'h5',
|
||||
// extra: {
|
||||
// forbidSwipeBack: '1',
|
||||
// url: location.origin + '/#' + thismyurl,
|
||||
// needRefresh: '1'
|
||||
// },
|
||||
// routerInfo: {
|
||||
// path: thismyurl
|
||||
// }
|
||||
// })
|
||||
// } else {
|
||||
// this.$toast(res.resultMessage)
|
||||
// }
|
||||
// })
|
||||
// }
|
||||
} else {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
|
||||
Reference in New Issue
Block a user