|
|
@@ -2873,13 +2873,12 @@ const handlePopoverConfirm = async () => {
|
|
|
// 提交核保
|
|
|
let underwritingShow = ref(false)
|
|
|
let underwritingIndex = ref(-1)
|
|
|
-const handleUnderwriting = (scope: any) => {
|
|
|
+const handleUnderwriting = (ordersNo: string) => {
|
|
|
underwritingShow.value = true
|
|
|
underwritingIndex.value = scope.$index
|
|
|
// insurancePolicyForm.value.imageVoList
|
|
|
let data = {
|
|
|
- // ordersNo: '1915570359429222400'
|
|
|
- ordersNo: scope.row.quoteResult.ordersNo,
|
|
|
+ ordersNo,
|
|
|
quoteNo: insurancePolicyForm.value.order.quoteNo,
|
|
|
imageVoList: images.value
|
|
|
}
|
|
|
@@ -2908,11 +2907,11 @@ const handleUnderwriting = (scope: any) => {
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
-const historyhandleUnderwriting = (scope: any) => {
|
|
|
+const historyhandleUnderwriting = (ordersNo: string) => {
|
|
|
|
|
|
underwritingShow.value = true
|
|
|
let data = {
|
|
|
- ordersNo: scope,
|
|
|
+ ordersNo,
|
|
|
quoteNo: insurancePolicyForm.value.order.quoteNo,
|
|
|
list: images.value
|
|
|
}
|