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
152e0f59
Commit
152e0f59
authored
May 26, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应付款管理 新增出账记录 出账月(估) 可以选择未来月
parent
cddd32c9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
71 additions
and
41 deletions
+71
-41
src/views/financialCenter/financialBilling.vue
+1
-1
src/views/financialCenter/payables.vue
+70
-40
No files found.
src/views/financialCenter/financialBilling.vue
View file @
152e0f59
...
...
@@ -1115,7 +1115,7 @@ const addCheckRecordConfig = [
prop
:
'payoutDate'
,
label
:
'出账月(估)'
,
placeholder
:
'请选择'
,
maxDate
:
'today'
,
//
maxDate: 'today',
rules
:
[{
required
:
true
,
message
:
'出账月(估)必填'
,
trigger
:
'blur'
}]
},
{
...
...
src/views/financialCenter/payables.vue
View file @
152e0f59
...
...
@@ -396,45 +396,75 @@ const detailDialogVisible = ref(false)
// 应付明细列表
const
payableReportListTableColumns
=
ref
([
{
prop
:
'type'
,
label
:
'是否实际出账'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
row
=>
getTypeLabel
(
row
.
type
)
||
'-'
},
{
prop
:
'payableNo'
,
label
:
'业务编号'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'policyNo'
,
label
:
'保单号'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'broker'
,
label
:
'转介人'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'brokerGradeName'
,
label
:
'职级'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'fortuneName'
,
label
:
'出账项目'
,
sortable
:
true
,
width
:
'150'
},
{
prop
:
'amountSourceName'
,
label
:
'关联人员'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'status'
,
label
:
'出账状态'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
row
=>
getDictLabel
(
'csf_expected_fortune_status'
,
row
.
status
)
||
'-'
},
{
prop
:
'fortunePeriod'
,
label
:
'出账期数'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'fortuneTotalPeriod'
,
label
:
'出账总期数'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'payoutDate'
,
label
:
'出账年月(估)'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'actualPayoutDate'
,
label
:
'出账年月(实)'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'exchangeRate'
,
label
:
'入账检核汇率'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
row
=>
formatNumberToMaxDigits
(
row
.
exchangeRate
,
5
,
'-'
)
},
{
prop
:
'defaultExchangeRate'
,
label
:
'保单币种->HKD汇率'
,
sortable
:
true
,
width
:
'160'
,
formatter
:
row
=>
formatNumberToMaxDigits
(
row
.
defaultExchangeRate
,
5
,
'-'
)
},
{
prop
:
'hkdToPayoutRate'
,
label
:
'HKD->发放币种汇率'
,
sortable
:
true
,
width
:
'160'
,
formatter
:
row
=>
formatNumberToMaxDigits
(
row
.
hkdToPayoutRate
,
5
,
'-'
)
},
{
prop
:
'ruleCurrency'
,
label
:
'保单币种'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'originalCurrency'
,
label
:
'原币种'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'payoutCurrency'
,
label
:
'发放币种'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'originalAmount'
,
label
:
'原币种金额'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'hkdAmount'
,
label
:
'应发港币金额(估)'
,
sortable
:
true
,
width
:
'140'
},
{
prop
:
'ruleAmount'
,
label
:
'应发保单记账金额'
,
sortable
:
true
,
width
:
'140'
},
{
prop
:
'currentPaymentRuleAmount'
,
label
:
'本次发放保单记账金额'
,
sortable
:
true
,
width
:
'160'
},
{
prop
:
'currentPayoutAmount'
,
label
:
'本次发放金额'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'currentPaymentHkdAmount'
,
label
:
'本次发放折合港币金额'
,
sortable
:
true
,
width
:
'160'
},
{
prop
:
'currentPaymentRatio'
,
label
:
'本次发放比例'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'paidRuleAmount'
,
label
:
'累积已发放保单记账金额'
,
sortable
:
true
,
width
:
'180'
},
{
prop
:
'paidAmount'
,
label
:
'累积已发放港币金额'
,
sortable
:
true
,
width
:
'160'
},
{
prop
:
'paidRatio'
,
label
:
'累积已发放比例%'
,
sortable
:
true
,
width
:
'140'
},
{
prop
:
'unpaidRatio'
,
label
:
'剩余发放比例%'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'unpaidRuleAmount'
,
label
:
'剩余保单记账金额'
,
sortable
:
true
,
width
:
'160'
},
{
prop
:
'unpaidRuleAmounthHkd'
,
label
:
'剩余发放折合港币金额'
,
sortable
:
true
,
width
:
'180'
},
{
prop
:
'premium'
,
label
:
'期交保费'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'fortuneTotalPeriod'
,
label
:
'供款期数'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'productName'
,
label
:
'产品计划'
,
sortable
:
true
,
width
:
'150'
},
{
prop
:
'brokerRatio'
,
label
:
'持有比例%'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'remark'
,
label
:
'备注'
,
sortable
:
false
,
width
:
'200'
},
{
prop
:
'creatorName'
,
label
:
'创建人'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'createTime'
,
label
:
'创建时间'
,
sortable
:
true
,
width
:
'160'
},
{
prop
:
'updateTime'
,
label
:
'更新时间'
,
sortable
:
true
,
width
:
'160'
}
{
prop
:
'type'
,
label
:
'是否实际出账'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
row
=>
getTypeLabel
(
row
.
type
)
||
'-'
},
{
prop
:
'payableNo'
,
label
:
'业务编号'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'policyNo'
,
label
:
'保单号'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'broker'
,
label
:
'转介人'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'brokerGradeName'
,
label
:
'职级'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'fortuneName'
,
label
:
'出账项目'
,
sortable
:
true
,
width
:
'150'
},
{
prop
:
'amountSourceName'
,
label
:
'关联人员'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'status'
,
label
:
'出账状态'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
row
=>
getDictLabel
(
'csf_expected_fortune_status'
,
row
.
status
)
||
'-'
},
{
prop
:
'fortunePeriod'
,
label
:
'出账期数'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'fortuneTotalPeriod'
,
label
:
'出账总期数'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'payoutDate'
,
label
:
'出账年月(估)'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'actualPayoutDate'
,
label
:
'出账年月(实)'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'exchangeRate'
,
label
:
'入账检核汇率'
,
sortable
:
true
,
width
:
'120'
,
formatter
:
row
=>
formatNumberToMaxDigits
(
row
.
exchangeRate
,
5
,
'-'
)
},
{
prop
:
'defaultExchangeRate'
,
label
:
'保单币种->HKD汇率'
,
sortable
:
true
,
width
:
'160'
,
formatter
:
row
=>
formatNumberToMaxDigits
(
row
.
defaultExchangeRate
,
5
,
'-'
)
},
{
prop
:
'hkdToPayoutRate'
,
label
:
'HKD->发放币种汇率'
,
sortable
:
true
,
width
:
'160'
,
formatter
:
row
=>
formatNumberToMaxDigits
(
row
.
hkdToPayoutRate
,
5
,
'-'
)
},
{
prop
:
'ruleCurrency'
,
label
:
'保单币种'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'originalCurrency'
,
label
:
'原币种'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'payoutCurrency'
,
label
:
'发放币种'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'originalAmount'
,
label
:
'原币种金额'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'hkdAmount'
,
label
:
'应发港币金额(估)'
,
sortable
:
true
,
width
:
'140'
},
{
prop
:
'ruleAmount'
,
label
:
'应发保单记账金额'
,
sortable
:
true
,
width
:
'140'
},
{
prop
:
'currentPaymentRuleAmount'
,
label
:
'本次发放保单记账金额'
,
sortable
:
true
,
width
:
'160'
},
{
prop
:
'currentPayoutAmount'
,
label
:
'本次发放金额'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'currentPaymentHkdAmount'
,
label
:
'本次发放折合港币金额'
,
sortable
:
true
,
width
:
'160'
},
{
prop
:
'currentPaymentRatio'
,
label
:
'本次发放比例'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'paidRuleAmount'
,
label
:
'累积已发放保单记账金额'
,
sortable
:
true
,
width
:
'180'
},
{
prop
:
'paidAmount'
,
label
:
'累积已发放港币金额'
,
sortable
:
true
,
width
:
'160'
},
{
prop
:
'paidRatio'
,
label
:
'累积已发放比例%'
,
sortable
:
true
,
width
:
'140'
},
{
prop
:
'unpaidRatio'
,
label
:
'剩余发放比例%'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'unpaidRuleAmount'
,
label
:
'剩余保单记账金额'
,
sortable
:
true
,
width
:
'160'
},
{
prop
:
'unpaidRuleAmounthHkd'
,
label
:
'剩余发放折合港币金额'
,
sortable
:
true
,
width
:
'180'
},
{
prop
:
'premium'
,
label
:
'期交保费'
,
sortable
:
true
,
width
:
'120'
},
{
prop
:
'fortuneTotalPeriod'
,
label
:
'供款期数'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'productName'
,
label
:
'产品计划'
,
sortable
:
true
,
width
:
'150'
},
{
prop
:
'brokerRatio'
,
label
:
'持有比例%'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'remark'
,
label
:
'备注'
,
sortable
:
false
,
width
:
'200'
},
{
prop
:
'creatorName'
,
label
:
'创建人'
,
sortable
:
true
,
width
:
'100'
},
{
prop
:
'createTime'
,
label
:
'创建时间'
,
sortable
:
true
,
width
:
'160'
},
{
prop
:
'updateTime'
,
label
:
'更新时间'
,
sortable
:
true
,
width
:
'160'
}
])
// 设置出账状态
...
...
@@ -971,7 +1001,7 @@ const addPayRecordFormConfig = [
prop
:
'payoutDate'
,
label
:
'出账月(估)'
,
placeholder
:
'请选择'
,
maxDate
:
'today'
,
//
maxDate: 'today',
rules
:
[{
required
:
true
,
message
:
'出账月(估)必填'
,
trigger
:
'blur'
}]
},
{
...
...
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