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
2fd9258c
Commit
2fd9258c
authored
May 18, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化8
parent
7943e88c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
9 deletions
+20
-9
src/views/financialCenter/financialBilling.vue
+13
-6
src/views/financialCenter/financialIncome.vue
+1
-0
src/views/financialCenter/payables.vue
+6
-3
No files found.
src/views/financialCenter/financialBilling.vue
View file @
2fd9258c
...
...
@@ -631,10 +631,11 @@ const rateExchangeConfig = [
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
...
...
@@ -646,10 +647,11 @@ const rateExchangeConfig = [
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
...
...
@@ -662,10 +664,11 @@ const rateExchangeConfig = [
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
...
...
@@ -1216,10 +1219,11 @@ const addCheckRecordConfig = [
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
...
...
@@ -1231,10 +1235,11 @@ const addCheckRecordConfig = [
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
...
...
@@ -1247,10 +1252,11 @@ const addCheckRecordConfig = [
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
...
...
@@ -1320,6 +1326,7 @@ const handleExport = () => {
const
handleReset
=
()
=>
{
// 重置搜索表单
searchFormRef
.
value
.
resetForm
()
loadTableData
()
console
.
log
(
'表单已重置'
)
}
const
handleQuery
=
async
()
=>
{
...
...
src/views/financialCenter/financialIncome.vue
View file @
2fd9258c
...
...
@@ -979,6 +979,7 @@ const handleReset = () => {
// 重置搜索表单
searchFormRef
.
value
.
resetForm
()
checkFormData
.
value
=
{}
loadTableData
()
console
.
log
(
'表单已重置'
)
}
const
handleQuery
=
async
()
=>
{
...
...
src/views/financialCenter/payables.vue
View file @
2fd9258c
...
...
@@ -1268,10 +1268,11 @@ const addPayRecordFormConfig = [
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
...
...
@@ -1283,10 +1284,11 @@ const addPayRecordFormConfig = [
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
...
...
@@ -1299,10 +1301,11 @@ const addPayRecordFormConfig = [
inputType
:
'decimal'
,
rules
:
[{
required
:
true
,
message
:
'只能输入正整数和小数'
,
trigger
:
'blur'
}]
},
// 汇率2(保单币种->港币)入账检核汇率
{
type
:
'input'
,
prop
:
'defaultExchangeRate'
,
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