Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
cd837c6a
Commit
cd837c6a
authored
Apr 12, 2023
by
linweijiong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jinfa-20221102' into 'jinfa-20221102'
fix:更换采购量占比报表的付款条件和付款方式接口 See merge request project/jinfa-platform!528
parents
be642f74
8ab0a533
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.tsx
...es/statistic/orderStatistics/proportionAnalysis/index.tsx
+3
-3
No files found.
src/pages/statistic/orderStatistics/proportionAnalysis/index.tsx
View file @
cd837c6a
...
...
@@ -12,7 +12,7 @@ import { useAsyncInitSelect } from '@/formSchema/effects/useAsyncInitSelect'
import
{
createDownloadLink
,
handleExportFile
}
from
'@/utils/downloads'
// import { getManagePaasCurrencyPaasCurrencyAll } from '@linkseeks/apis'
import
{
getMemberAbilityMaintenancePageitems
,
getMemberParameterManageGetArrivalArea
}
from
'@/services/MemberV2Api'
;
import
{
getContractSelectPayConditionList
,
getContractSelectPayWayList
}
from
'@/services/ContractV2Api'
;
import
{
getContractSelectPayConditionList
,
getContractSelectPayWayList
,
getContractSelectPayConditionCode
,
getContractSelectPayWayCode
}
from
'@/services/ContractV2Api'
;
import
{
useCustomerCategoriesBusinessEffects
}
from
'@/formSchema/effects/useCustomerCategoriesBusinessEffectsStatistics'
import
{
FORM_FILTER_PATH
}
from
'@/formSchema/const'
import
{
useStateFilterSearchLinkageEffect
}
from
'@/formSchema/effects/useFilterSearch'
...
...
@@ -347,7 +347,7 @@ const Index = () => {
}
}
const
getPayConditionList
=
async
()
=>
{
const
res
=
await
getContractSelectPayCondition
List
()
const
res
=
await
getContractSelectPayCondition
Code
()
if
(
res
.
code
===
1000
)
{
const
List
=
res
?.
data
||
[]
...
...
@@ -363,7 +363,7 @@ const Index = () => {
}
}
const
getPayWayList
=
async
()
=>
{
const
res
=
await
getContractSelectPayWay
List
()
const
res
=
await
getContractSelectPayWay
Code
()
if
(
res
.
code
===
1000
)
{
const
List
=
res
?.
data
||
[]
...
...
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