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
80b11003
Commit
80b11003
authored
Mar 02, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新单跟进增加出单经纪公司
parent
dd62730e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
2 deletions
+47
-2
src/views/sign/underwritingMain/policyDetail.vue
+47
-2
No files found.
src/views/sign/underwritingMain/policyDetail.vue
View file @
80b11003
...
...
@@ -286,8 +286,8 @@ const introducerConfig = [
onChangeExtraFields
:
{
broker
:
'realName'
,
// 选中后自动填 broker = raw.realName
brokerName
:
'realName'
,
internalCode
:
'
code
'
,
team
:
'
team
Name'
,
internalCode
:
'
internalNumber
'
,
team
:
'
dept
Name'
,
phone
:
'phone'
},
transform
:
res
=>
{
...
...
@@ -480,6 +480,51 @@ const policyInfoFormConfig = ref([
prop
:
'policyNo'
,
label
:
'保单号'
},
{
type
:
'select'
,
prop
:
'reconciliationCode'
,
label
:
'出单经纪公司'
,
api
:
'/insurance/base/api/insuranceReconciliationCompany/page'
,
keywordField
:
'queryContent'
,
requestParams
:
{
pageNo
:
1
,
pageSize
:
500
},
placeholder
:
'输入公司名称搜索'
,
debounceWait
:
500
,
// 自定义防抖时间
valueKey
:
'code'
,
labelKey
:
'name'
,
transform
:
res
=>
{
return
res
?.
data
.
records
||
[]
},
onChangeExtraFields
:
{
reconciliationCompanyName
:
'name'
,
reconciliationCempanyBizld
:
'reconciliationCompanyBizId'
}
},
{
type
:
'input'
,
prop
:
'coolingOffDays'
,
label
:
'冷静期(天)'
,
inputType
:
'decimal'
,
rules
:
[{
pattern
:
/^
\d
+$/
,
message
:
'只能输入正整数'
,
trigger
:
'blur'
}]
},
{
type
:
'date'
,
prop
:
'coolingOffEndDate'
,
label
:
'冷静期结束日期'
},
{
type
:
'date'
,
prop
:
'latestPaymentDate'
,
label
:
'最晚缴费日'
},
{
type
:
'select'
,
prop
:
'policyTpye'
,
label
:
'保单类型'
,
options
:[
{
label
:
'电子保单'
,
value
:
'1'
},
{
label
:
'纸质保单'
,
value
:
'2'
}
]
},
{
type
:
'date'
,
prop
:
'effectiveDate'
,
...
...
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