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
e5e61ea6
Commit
e5e61ea6
authored
Mar 02, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' into dev
parents
941ad0a4
544d377a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
2 deletions
+48
-2
src/views/sign/underwritingMain/policyDetail.vue
+48
-2
No files found.
src/views/sign/underwritingMain/policyDetail.vue
View file @
e5e61ea6
...
@@ -286,8 +286,8 @@ const introducerConfig = [
...
@@ -286,8 +286,8 @@ const introducerConfig = [
onChangeExtraFields
:
{
onChangeExtraFields
:
{
broker
:
'realName'
,
// 选中后自动填 broker = raw.realName
broker
:
'realName'
,
// 选中后自动填 broker = raw.realName
brokerName
:
'realName'
,
brokerName
:
'realName'
,
internalCode
:
'
code
'
,
internalCode
:
'
internalNumber
'
,
team
:
'
team
Name'
,
team
:
'
dept
Name'
,
phone
:
'phone'
phone
:
'phone'
},
},
transform
:
res
=>
{
transform
:
res
=>
{
...
@@ -481,6 +481,52 @@ const policyInfoFormConfig = ref([
...
@@ -481,6 +481,52 @@ const policyInfoFormConfig = ref([
label
:
'保单号'
label
:
'保单号'
},
},
{
{
type
:
'select'
,
prop
:
'reconciliationCompanyBizId'
,
label
:
'出单经纪公司'
,
api
:
'/insurance/base/api/insuranceReconciliationCompany/page'
,
keywordField
:
'queryContent'
,
requestParams
:
{
pageNo
:
1
,
pageSize
:
500
},
placeholder
:
'输入公司名称搜索'
,
debounceWait
:
500
,
// 自定义防抖时间
valueKey
:
'reconciliationCompanyBizId'
,
labelKey
:
'name'
,
transform
:
res
=>
{
return
res
?.
data
.
records
||
[]
},
onChangeExtraFields
:
{
reconciliationCompany
:
'name'
,
reconciliationCode
:
'code'
,
}
},
{
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'
,
type
:
'date'
,
prop
:
'effectiveDate'
,
prop
:
'effectiveDate'
,
label
:
'保单生效日'
label
:
'保单生效日'
...
...
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