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
fdc2533e
Commit
fdc2533e
authored
Mar 10, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' into 'feature-20250827wyz-写业务'
Test See merge request
!76
parents
91ddda18
6cf39f79
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
7 deletions
+20
-7
src/views/financialCenter/payables.vue
+1
-1
src/views/sign/underwritingMain/index.vue
+1
-1
src/views/sign/underwritingMain/policyDetail.vue
+18
-5
No files found.
src/views/financialCenter/payables.vue
View file @
fdc2533e
...
...
@@ -226,7 +226,7 @@ const payableReportListTableColumns = ref([
{
prop
:
'fortuneTotalPeriod'
,
label
:
'出账总期数'
,
sortable
:
true
,
width
:
'100'
,
formatter
:
(
row
)
=>
row
.
fortuneTotalPeriod
||
'-'
},
{
prop
:
'payoutDate'
,
label
:
'出账日(估)'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
(
row
)
=>
row
.
payoutDate
||
'-'
},
{
prop
:
'actualPayoutDate'
,
label
:
'出账日(实)'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
(
row
)
=>
row
.
actualPayoutDate
||
'-'
},
{
prop
:
'commissionRatio'
,
label
:
'
发佣率(对应职级)'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
(
row
)
=>
(
row
.
commissionRatio
||
0
)
+
'%'
||
'-'
},
{
prop
:
'commissionRatio'
,
label
:
'
职级对应积分比例'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
(
row
)
=>
(
row
.
commissionRatio
||
0
)
||
'-'
},
{
prop
:
'hkdAmount'
,
label
:
'应出账金额(估)'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
(
row
)
=>
formatCurrency
(
row
.
hkdAmount
||
0
)
},
{
prop
:
'paidRatio'
,
label
:
'已出账比例'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
(
row
)
=>
(
row
.
paidRatio
||
0
)
+
'%'
||
'-'
},
{
prop
:
'paidAmount'
,
label
:
'已出账金额'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
(
row
)
=>
formatCurrency
(
row
.
paidAmount
||
0
)
},
...
...
src/views/sign/underwritingMain/index.vue
View file @
fdc2533e
...
...
@@ -200,7 +200,7 @@ const onSubmit = async (data) => {
}
else
if
(
data
.
activeTab
===
'productPlan'
)
{
params
=
{
policyBizId
:
selectedRow
.
value
.
policyBizId
,
...
data
,
apiProductPlanMainInfoDto
:{...
data
}
,
activeTab
:
undefined
}
const
res
=
await
updatePolicyProduct
(
params
)
...
...
src/views/sign/underwritingMain/policyDetail.vue
View file @
fdc2533e
...
...
@@ -613,7 +613,9 @@ const basicPlanFormConfig = ref([
return
res
?.
data
.
records
||
[]
},
onChangeExtraFields
:
{
insuranceCompany
:
'fullName'
insuranceCompany
:
'fullName'
,
companyId
:
'insuranceCompanyId'
,
companyName
:
'fullName'
}
},
{
...
...
@@ -676,17 +678,28 @@ const basicPlanFormConfig = ref([
type
:
'input'
,
prop
:
'issueNumber'
,
label
:
'供款期数'
,
inputType
:
'decimal'
},
{
type
:
'input'
,
prop
:
'guaranteePeriod'
,
label
:
'保障期限'
label
:
'保障年期'
,
inputType
:
'decimal'
,
decimalDigits
:
4
,
rules
:
[
{
required
:
true
,
message
:
'请输入金额'
,
trigger
:
'blur'
},
{
pattern
:
/^
\d
+
(\.\d{1,4})?
$/
,
message
:
'最多四位小数'
,
trigger
:
'blur'
}
]
},
{
type
:
'input'
,
prop
:
'sumInsured'
,
label
:
'保额(重疾险)'
label
:
'保额(重疾险)'
,
inputType
:
'decimal'
,
decimalDigits
:
4
,
rules
:
[
{
required
:
true
,
message
:
'请输入金额'
,
trigger
:
'blur'
},
{
pattern
:
/^
\d
+
(\.\d{1,4})?
$/
,
message
:
'最多四位小数'
,
trigger
:
'blur'
}
]
},
{
type
:
'select'
,
...
...
@@ -696,7 +709,7 @@ const basicPlanFormConfig = ref([
},
{
type
:
'input'
,
prop
:
'
initial
Premium'
,
prop
:
'
eachIssue
Premium'
,
label
:
'每期保费'
,
inputType
:
'decimal'
,
decimalDigits
:
4
,
...
...
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