mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 02:16:44 +08:00
建议书针对GFRS_A0001保额处理
This commit is contained in:
@@ -1608,6 +1608,18 @@ export default {
|
||||
|
||||
let resultData
|
||||
if (localStorage.isFrom == 'proposal') {
|
||||
let product = params.orderDTO.insuredDTOs[0].riskDTOLst.find(item => {
|
||||
return item.productCode === 'GFRS_A0001'
|
||||
})
|
||||
if (product) {
|
||||
let trialProduct = this.trialList.find(item => {
|
||||
return item.productCode === 'GFRS_A0001'
|
||||
})
|
||||
if (trialProduct) {
|
||||
product.amt = trialProduct.amt
|
||||
}
|
||||
}
|
||||
console.dir(params)
|
||||
resultData = await saveProposal(params)
|
||||
} else {
|
||||
resultData = await saveOrUpdateOrderInfo(params)
|
||||
|
||||
Reference in New Issue
Block a user