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
0
Merge Requests
0
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
f30f70fa
Commit
f30f70fa
authored
Jul 22, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wyz' into 'test'
修复应付,应收,新单跟进bug See merge request
!185
parents
fee54f23
cc636dca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
src/views/financialCenter/payables.vue
+1
-1
src/views/financialCenter/receivables.vue
+1
-3
src/views/sign/underwritingMain/policyDetail.vue
+1
-1
No files found.
src/views/financialCenter/payables.vue
View file @
f30f70fa
...
...
@@ -1560,7 +1560,7 @@ const handleCurrentChange = val => {
const
loadTableData
=
async
()
=>
{
const
searchParams
=
(
await
searchFormRef
.
value
.
getFormData
())
||
{}
loading
.
value
=
true
if
(
searchParams
.
payoutDate
.
length
>
0
)
{
if
(
searchParams
.
payoutDate
&&
searchParams
.
payoutDate
.
length
>
0
)
{
searchParams
.
payoutDateStart
=
`
${
searchParams
.
payoutDate
[
0
]}
-01`
searchParams
.
payoutDateEnd
=
`
${
searchParams
.
payoutDate
[
1
]}
-01`
}
else
{
...
...
src/views/financialCenter/receivables.vue
View file @
f30f70fa
...
...
@@ -529,7 +529,7 @@ const searchConfig = ref([
},
{
type
:
'select'
,
prop
:
'
fortuneNam
e'
,
prop
:
'
commissionTyp
e'
,
label
:
'入账项目'
,
dictType
:
'csf_commission_type'
},
...
...
@@ -783,8 +783,6 @@ const loadTableData = async () => {
const
searchParams
=
searchFormRef
.
value
.
getFormData
()
||
{}
loading
.
value
=
true
try
{
console
.
log
(
'searchParams.entryDate'
,
searchParams
.
entryDate
)
if
(
searchParams
.
entryDate
&&
searchParams
.
entryDate
.
length
>
0
)
{
searchParams
.
commissionDateStart
=
`
${
searchParams
.
entryDate
[
0
]}
-01`
searchParams
.
commissionDateEnd
=
`
${
searchParams
.
entryDate
[
1
]}
-01`
...
...
src/views/sign/underwritingMain/policyDetail.vue
View file @
f30f70fa
...
...
@@ -691,7 +691,7 @@ const basicPlanFormConfig = ref([
insuranceCompanyBizIdList
:
[
basicPlanFormData
.
value
.
insuranceCompanyBizId
||
''
],
pageNo
:
1
,
pageSize
:
20
,
productName
:
'
productName
'
productName
:
''
}),
placeholder
:
'请选择产品名称'
,
debounceWait
:
500
,
...
...
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