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
5db53f9f
Commit
5db53f9f
authored
Apr 29, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复应付款新增报错
parent
08e9e2d3
Show 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 @
5db53f9f
...
...
@@ -241,7 +241,8 @@ import {
addPayRecord
,
updatePayRecord
,
exportPayRecord
,
payableReport
payableReport
,
commissionExchangeRateApi
}
from
'@/api/financial/commission'
import
SearchForm
from
'@/components/SearchForm/SearchForm.vue'
import
CommonDialog
from
'@/components/commonDialog'
...
...
@@ -786,7 +787,6 @@ const handleInputChange = async (formType, prop, value, item) => {
let
policyNo
=
addPayRecordFormModel
.
value
.
policyNo
let
fortunePeriod
=
addPayRecordFormModel
.
value
.
fortunePeriod
if
((
prop
==
'policyNo'
||
prop
==
'fortunePeriod'
)
&&
fortunePeriod
&&
policyNo
)
{
//等待后端接口
const
res
=
await
commissionExchangeRateApi
({
policyNo
:
policyNo
,
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