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
cc636dca
Commit
cc636dca
authored
Jul 22, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复应付,应收,新单跟进bug
parent
b508a24e
Show 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 @
cc636dca
...
@@ -1560,7 +1560,7 @@ const handleCurrentChange = val => {
...
@@ -1560,7 +1560,7 @@ const handleCurrentChange = val => {
const
loadTableData
=
async
()
=>
{
const
loadTableData
=
async
()
=>
{
const
searchParams
=
(
await
searchFormRef
.
value
.
getFormData
())
||
{}
const
searchParams
=
(
await
searchFormRef
.
value
.
getFormData
())
||
{}
loading
.
value
=
true
loading
.
value
=
true
if
(
searchParams
.
payoutDate
.
length
>
0
)
{
if
(
searchParams
.
payoutDate
&&
searchParams
.
payoutDate
.
length
>
0
)
{
searchParams
.
payoutDateStart
=
`
${
searchParams
.
payoutDate
[
0
]}
-01`
searchParams
.
payoutDateStart
=
`
${
searchParams
.
payoutDate
[
0
]}
-01`
searchParams
.
payoutDateEnd
=
`
${
searchParams
.
payoutDate
[
1
]}
-01`
searchParams
.
payoutDateEnd
=
`
${
searchParams
.
payoutDate
[
1
]}
-01`
}
else
{
}
else
{
...
...
src/views/financialCenter/receivables.vue
View file @
cc636dca
...
@@ -529,7 +529,7 @@ const searchConfig = ref([
...
@@ -529,7 +529,7 @@ const searchConfig = ref([
},
},
{
{
type
:
'select'
,
type
:
'select'
,
prop
:
'
fortuneNam
e'
,
prop
:
'
commissionTyp
e'
,
label
:
'入账项目'
,
label
:
'入账项目'
,
dictType
:
'csf_commission_type'
dictType
:
'csf_commission_type'
},
},
...
@@ -783,8 +783,6 @@ const loadTableData = async () => {
...
@@ -783,8 +783,6 @@ const loadTableData = async () => {
const
searchParams
=
searchFormRef
.
value
.
getFormData
()
||
{}
const
searchParams
=
searchFormRef
.
value
.
getFormData
()
||
{}
loading
.
value
=
true
loading
.
value
=
true
try
{
try
{
console
.
log
(
'searchParams.entryDate'
,
searchParams
.
entryDate
)
if
(
searchParams
.
entryDate
&&
searchParams
.
entryDate
.
length
>
0
)
{
if
(
searchParams
.
entryDate
&&
searchParams
.
entryDate
.
length
>
0
)
{
searchParams
.
commissionDateStart
=
`
${
searchParams
.
entryDate
[
0
]}
-01`
searchParams
.
commissionDateStart
=
`
${
searchParams
.
entryDate
[
0
]}
-01`
searchParams
.
commissionDateEnd
=
`
${
searchParams
.
entryDate
[
1
]}
-01`
searchParams
.
commissionDateEnd
=
`
${
searchParams
.
entryDate
[
1
]}
-01`
...
...
src/views/sign/underwritingMain/policyDetail.vue
View file @
cc636dca
...
@@ -691,7 +691,7 @@ const basicPlanFormConfig = ref([
...
@@ -691,7 +691,7 @@ const basicPlanFormConfig = ref([
insuranceCompanyBizIdList
:
[
basicPlanFormData
.
value
.
insuranceCompanyBizId
||
''
],
insuranceCompanyBizIdList
:
[
basicPlanFormData
.
value
.
insuranceCompanyBizId
||
''
],
pageNo
:
1
,
pageNo
:
1
,
pageSize
:
20
,
pageSize
:
20
,
productName
:
'
productName
'
productName
:
''
}),
}),
placeholder
:
'请选择产品名称'
,
placeholder
:
'请选择产品名称'
,
debounceWait
:
500
,
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