Commit d02b15b0 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

fix: 修改orderId 改为 orderNo

parent a49715dd
...@@ -29,7 +29,7 @@ const PerformanceDetail: React.FC = () => { ...@@ -29,7 +29,7 @@ const PerformanceDetail: React.FC = () => {
title: intl.formatMessage({ title: intl.formatMessage({
id: 'salesPerformanceStatistics.salesOrder', id: 'salesPerformanceStatistics.salesOrder',
}), }),
dataIndex: 'orderId', dataIndex: 'orderNo',
sorter: (a, b) => a.orderId - b.orderId, sorter: (a, b) => a.orderId - b.orderId,
align: 'center', align: 'center',
}, },
...@@ -158,7 +158,7 @@ const PerformanceDetail: React.FC = () => { ...@@ -158,7 +158,7 @@ const PerformanceDetail: React.FC = () => {
/**业务员列表 */ /**业务员列表 */
const getOrganizationList = async ()=>{ const getOrganizationList = async ()=>{
let res = await getMemberFeignAbilitySalesChannelList() let res = await getMemberFeignAbilitySalesChannelList()
const list = res.data?.map((i)=>({ const list = res.data?.map((i)=>({
value:i.userId, value:i.userId,
label:i.userName label:i.userName
...@@ -203,7 +203,7 @@ const PerformanceDetail: React.FC = () => { ...@@ -203,7 +203,7 @@ const PerformanceDetail: React.FC = () => {
setParamsData({...params}) setParamsData({...params})
return fetchListData(params) return fetchListData(params)
}} }}
formilyLayouts={{ formilyLayouts={{
justify: 'space-between' justify: 'space-between'
}} }}
...@@ -271,7 +271,7 @@ const PerformanceDetail: React.FC = () => { ...@@ -271,7 +271,7 @@ const PerformanceDetail: React.FC = () => {
allowClear:true allowClear:true
} }
}, },
} }
} }
} }
......
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