Commit cd837c6a authored by linweijiong's avatar linweijiong

Merge branch 'jinfa-20221102' into 'jinfa-20221102'

fix:更换采购量占比报表的付款条件和付款方式接口 See merge request project/jinfa-platform!528
parents be642f74 8ab0a533
......@@ -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 getContractSelectPayConditionList()
const res = await getContractSelectPayConditionCode()
if (res.code === 1000) {
const List = res?.data || []
......@@ -363,7 +363,7 @@ const Index = () => {
}
}
const getPayWayList = async () => {
const res = await getContractSelectPayWayList()
const res = await getContractSelectPayWayCode()
if (res.code === 1000) {
const List = res?.data || []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment