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
03497a45
Commit
03497a45
authored
Apr 24, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
薪资发放完成出账时,查询条件修改,应付款管理新增时增加结算汇率
parent
634376d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
src/views/financialCenter/financialSalary.vue
+2
-1
src/views/financialCenter/payables.vue
+9
-0
No files found.
src/views/financialCenter/financialSalary.vue
View file @
03497a45
...
@@ -792,7 +792,8 @@ const getList = async (searchParams = {}) => {
...
@@ -792,7 +792,8 @@ const getList = async (searchParams = {}) => {
accountDateEnd
:
searchParams
.
payoutDate
?.[
1
]
||
undefined
,
accountDateEnd
:
searchParams
.
payoutDate
?.[
1
]
||
undefined
,
payoutDate
:
undefined
,
payoutDate
:
undefined
,
pageNo
:
currentPage
.
value
,
pageNo
:
currentPage
.
value
,
pageSize
:
pageSize
.
value
pageSize
:
pageSize
.
value
,
statusList
:
searchParams
.
statusList
||
[
'6'
]
}
}
const
response
=
await
getReferrerFortuneList
(
params
)
const
response
=
await
getReferrerFortuneList
(
params
)
...
...
src/views/financialCenter/payables.vue
View file @
03497a45
...
@@ -368,6 +368,7 @@ const addPayRecordFormConfig = [
...
@@ -368,6 +368,7 @@ const addPayRecordFormConfig = [
prop
:
'hkdAmount'
,
prop
:
'hkdAmount'
,
label
:
'出账金额'
,
label
:
'出账金额'
,
rules
:
[
rules
:
[
{
required
:
true
,
message
:
'请输入'
,
trigger
:
'blur'
},
{
pattern
:
/^-
?\d
+
(\.\d{1,2})?
$/
,
message
:
'小数(最多两位)'
,
trigger
:
'blur'
}
{
pattern
:
/^-
?\d
+
(\.\d{1,2})?
$/
,
message
:
'小数(最多两位)'
,
trigger
:
'blur'
}
]
]
},
{
},
{
...
@@ -376,6 +377,14 @@ const addPayRecordFormConfig = [
...
@@ -376,6 +377,14 @@ const addPayRecordFormConfig = [
label
:
'出账币种'
,
label
:
'出账币种'
,
dictType
:
'bx_currency_type'
dictType
:
'bx_currency_type'
},
{
},
{
type
:
'input'
,
prop
:
'defaultExchangeRate'
,
label
:
'结算汇率(入账检核时的汇率)'
,
rules
:
[
{
required
:
true
,
message
:
'请输入'
,
trigger
:
'blur'
},
{
pattern
:
/^-
?\d
+
(\.\d{1,6})?
$/
,
message
:
'小数(最多6位)'
,
trigger
:
'blur'
}
]
},{
type
:
'select'
,
type
:
'select'
,
prop
:
'fortuneType'
,
prop
:
'fortuneType'
,
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