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
68a84b5a
Commit
68a84b5a
authored
Apr 29, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wyz' into 'test'
修复应付款新增报错 See merge request
!113
parents
9a0e84b3
5db53f9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/financialCenter/payables.vue
+2
-2
No files found.
src/views/financialCenter/payables.vue
View file @
68a84b5a
...
@@ -241,7 +241,8 @@ import {
...
@@ -241,7 +241,8 @@ import {
addPayRecord
,
addPayRecord
,
updatePayRecord
,
updatePayRecord
,
exportPayRecord
,
exportPayRecord
,
payableReport
payableReport
,
commissionExchangeRateApi
}
from
'@/api/financial/commission'
}
from
'@/api/financial/commission'
import
SearchForm
from
'@/components/SearchForm/SearchForm.vue'
import
SearchForm
from
'@/components/SearchForm/SearchForm.vue'
import
CommonDialog
from
'@/components/commonDialog'
import
CommonDialog
from
'@/components/commonDialog'
...
@@ -788,7 +789,6 @@ const handleInputChange = async (formType, prop, value, item) => {
...
@@ -788,7 +789,6 @@ const handleInputChange = async (formType, prop, value, item) => {
let
policyNo
=
addPayRecordFormModel
.
value
.
policyNo
let
policyNo
=
addPayRecordFormModel
.
value
.
policyNo
let
fortunePeriod
=
addPayRecordFormModel
.
value
.
fortunePeriod
let
fortunePeriod
=
addPayRecordFormModel
.
value
.
fortunePeriod
if
((
prop
==
'policyNo'
||
prop
==
'fortunePeriod'
)
&&
fortunePeriod
&&
policyNo
)
{
if
((
prop
==
'policyNo'
||
prop
==
'fortunePeriod'
)
&&
fortunePeriod
&&
policyNo
)
{
//等待后端接口
const
res
=
await
commissionExchangeRateApi
({
const
res
=
await
commissionExchangeRateApi
({
policyNo
:
policyNo
,
policyNo
:
policyNo
,
commissionPeriod
:
fortunePeriod
commissionPeriod
:
fortunePeriod
...
...
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