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
fcf9390e
Commit
fcf9390e
authored
May 11, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正应收搜索bug
parent
8f9889bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
src/views/financialCenter/receivables.vue
+15
-2
No files found.
src/views/financialCenter/receivables.vue
View file @
fcf9390e
...
@@ -738,10 +738,23 @@ const loadTableData = async () => {
...
@@ -738,10 +738,23 @@ const loadTableData = async () => {
// }
// }
loading
.
value
=
true
loading
.
value
=
true
try
{
try
{
console
.
log
(
'searchParams.entryDate'
,
searchParams
.
entryDate
)
if
(
searchParams
.
entryDate
.
length
>
0
)
{
searchParams
.
commissionDateStart
=
`
${
searchParams
.
entryDate
[
0
]}
-01`
searchParams
.
commissionDateEnd
=
`
${
searchParams
.
entryDate
[
1
]}
-01`
}
else
{
searchParams
.
commissionDateStart
=
''
searchParams
.
commissionDateEnd
=
''
}
const
params
=
{
const
params
=
{
...
searchParams
,
...
searchParams
,
commissionDateStart
:
searchParams
?.
entryDate
?.[
0
]
||
undefined
,
// commissionDateStart: searchParams?.entryDate?.[0] + '-01' || undefined,
commissionDateEnd
:
searchParams
?.
entryDate
?.[
1
]
||
undefined
,
// commissionDateEnd: searchParams?.entryDate?.[1] + '-01' || undefined,
commissionDateStart
:
searchParams
.
commissionDateStart
||
undefined
,
commissionDateEnd
:
searchParams
.
commissionDateEnd
||
undefined
,
entryDate
:
undefined
,
entryDate
:
undefined
,
pageNo
:
currentPage
.
value
,
pageNo
:
currentPage
.
value
,
pageSize
:
pageSize
.
value
pageSize
:
pageSize
.
value
...
...
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