Commit 2c768353 authored by 前端-陈智峰's avatar 前端-陈智峰

feat: 金发bug

parent a487d78c
......@@ -21,7 +21,7 @@ import {
getSettleAccountsMemberSettlementAccountStatementCoordinationInvoiceList,
postSettleAccountsMemberSettlementAccountStatementCoordinationInvoiceConfirm,
postSettleAccountsMemberSettlementAccountStatementCoordinationInvoiceReturn,
postSettleAccountsMemberSettlementAccountStatementCoordinationExport
postSettleAccountsMemberSettlementAccountStatementCoordinationExportNew
} from '@/services/SettleV2Api';
import AuthButton from '@/components/AuthButton';
import './index.less';
......@@ -294,7 +294,7 @@ const InvoiceJoint: React.FC = () => {
message.warning(intl.formatMessage({ id: 'balance.export.quantity.limit' }))
return
}
postSettleAccountsMemberSettlementAccountStatementCoordinationExport({ids: selectedRowKeys}, { responseType: 'blob', getResponse: true }).then((res: any) => {
postSettleAccountsMemberSettlementAccountStatementCoordinationExportNew({ids: selectedRowKeys}, { responseType: 'blob', getResponse: true }).then((res: any) => {
const { data, response } = res
if (response.status == 200) {
const suffixName = response.headers.get('content-disposition').split('.')[1]
......
......@@ -629,8 +629,8 @@ const IncreaseRequisition: React.FC<{}> = () => {
linkage.enum('currency', currencyMap)
})
getMemberParameterManageGetArrivalArea().then((res: any) => {
const arrivalAreaMap = fnMap(res.data)
linkage.enum('arrivalArea', arrivalAreaMap);
// const arrivalAreaMap = fnMap(res.data)
linkage.enum('arrivalArea', res.data.map(el=>({label:el.name,value:el.key})));
})
})
}
......
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