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
7943e88c
Commit
7943e88c
authored
May 18, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化7
parent
fb223599
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
src/views/financialCenter/financialBilling.vue
+6
-3
src/views/financialCenter/payables.vue
+7
-4
No files found.
src/views/financialCenter/financialBilling.vue
View file @
7943e88c
...
...
@@ -502,10 +502,11 @@ const splitTableColumns = ref([
required
:
true
,
width
:
150
},
// 汇率3(原币种->港币)
{
editType
:
'input'
,
prop
:
'originalToHkdRate'
,
label
:
'
汇率3(原币种->港币)
'
,
label
:
'
原币种->港币
'
,
inputType
:
'decimal'
,
required
:
true
,
width
:
150
...
...
@@ -518,10 +519,11 @@ const splitTableColumns = ref([
required
:
true
,
width
:
150
},
// 汇率1(港币->发放币种)
{
editType
:
'input'
,
prop
:
'hkdToPayoutRate'
,
label
:
'
汇率1(港币->发放币种)
'
,
label
:
'
港币->发放币种
'
,
inputType
:
'decimal'
,
required
:
true
,
width
:
150
...
...
@@ -535,10 +537,11 @@ const splitTableColumns = ref([
required
:
true
,
width
:
150
},
// 汇率2(保单币种->港币)入账检核汇率
{
editType
:
'input'
,
prop
:
'exchangeRate'
,
label
:
'
汇率2(保单币种->港币)入账检核汇率
'
,
label
:
'
保单币种->港币(入账检核汇率)
'
,
inputType
:
'decimal'
,
required
:
true
,
width
:
150
...
...
src/views/financialCenter/payables.vue
View file @
7943e88c
...
...
@@ -646,7 +646,7 @@ const searchConfig = ref([
label
:
'转介人'
,
api
:
'/insurance/base/api/userSaleExpand/page'
,
keywordField
:
'realName'
,
requestParams
:
{
pageNo
:
1
,
pageSize
:
9999
},
requestParams
:
{
pageNo
:
1
,
pageSize
:
20
},
placeholder
:
'输入转介人名称搜索'
,
debounceWait
:
500
,
// 自定义防抖时间
valueKey
:
'clientUserBizId'
,
...
...
@@ -903,10 +903,11 @@ const updatePayRecordFormConfig = [
inputType
:
'decimal'
,
rules
:
[{
required
:
true
,
message
:
'只能输入正整数和小数'
,
trigger
:
'blur'
}]
},
// 汇率3(原币种->港币)
{
type
:
'input'
,
prop
:
'originalToHkdRate'
,
label
:
'
汇率3(原币种->港币)
'
,
label
:
'
原币种->港币
'
,
inputType
:
'decimal'
,
rules
:
[{
required
:
true
,
message
:
'只能输入正整数和小数'
,
trigger
:
'blur'
}]
// defaultValue: 1
...
...
@@ -918,10 +919,11 @@ const updatePayRecordFormConfig = [
inputType
:
'decimal'
,
rules
:
[{
required
:
true
,
message
:
'只能输入正整数和小数'
,
trigger
:
'blur'
}]
},
// 汇率1(港币->发放币种)
{
type
:
'input'
,
prop
:
'hkdToPayoutRate'
,
label
:
'
汇率1(港币->发放币种)
'
,
label
:
'
港币->发放币种
'
,
inputType
:
'decimal'
,
rules
:
[{
required
:
true
,
message
:
'只能输入正整数和小数'
,
trigger
:
'blur'
}]
// defaultValue: 1
...
...
@@ -934,10 +936,11 @@ const updatePayRecordFormConfig = [
inputType
:
'decimal'
,
rules
:
[{
required
:
true
,
message
:
'只能输入正整数和小数'
,
trigger
:
'blur'
}]
},
// 汇率2(保单币种->港币)入账检核汇率
{
type
:
'input'
,
prop
:
'exchangeRate'
,
label
:
'
汇率2(保单币种->港币)入账检核汇率
'
,
label
:
'
保单币种->港币(入账检核汇率)
'
,
inputType
:
'decimal'
,
rules
:
[{
required
:
true
,
message
:
'只能输入正整数和小数'
,
trigger
:
'blur'
}]
// defaultValue: 1
...
...
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