Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yuzhenWang
yd-csf-front
Commits
6c77f9e8
Commit
6c77f9e8
authored
Feb 28, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新单跟进修改
parent
590d2904
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
0 deletions
+46
-0
src/api/sign/underwritingMain.js
+46
-0
src/views/sign/underwritingMain/policyDetail.vue
+0
-0
No files found.
src/api/sign/underwritingMain.js
View file @
6c77f9e8
...
@@ -256,3 +256,48 @@ export function getProductList(data) {
...
@@ -256,3 +256,48 @@ export function getProductList(data) {
data
:
data
data
:
data
})
})
}
}
// 新单跟进产品计划查询
export
function
getProductPlan
(
policyBizId
)
{
return
request
({
url
:
`/csf/api/policy_follow/product_plan?policyBizId=
${
policyBizId
}
`
,
method
:
'get'
})
}
// 新单跟进投保人查询
export
function
getPolicyholder
(
policyBizId
)
{
return
request
({
url
:
`/csf/api/policy_follow/policyholder?policyBizId=
${
policyBizId
}
`
,
method
:
'get'
})
}
// 新单跟进受保人查询
export
function
getInsurant
(
policyBizId
)
{
return
request
({
url
:
`/csf/api/policy_follow/insurant?policyBizId=
${
policyBizId
}
`
,
method
:
'get'
})
}
// 新单跟进 受益人(列表)查询
export
function
getBeneficiary
(
policyBizId
)
{
return
request
({
url
:
`/csf/api/policy_follow/beneficiary?policyBizId=
${
policyBizId
}
`
,
method
:
'get'
})
}
// 新单跟进第二持有人查询
export
function
getSecondHolder
(
policyBizId
)
{
return
request
({
url
:
`/csf/api/policy_follow/second_holder?policyBizId=
${
policyBizId
}
`
,
method
:
'get'
})
}
// 新单跟进 预约附件查询
export
function
getAppointmentFiles
(
policyBizId
)
{
return
request
({
url
:
`/csf/api/policy_follow/appointment_files?policyBizId=
${
policyBizId
}
`
,
method
:
'get'
})
}
\ No newline at end of file
src/views/sign/underwritingMain/policyDetail.vue
View file @
6c77f9e8
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment