添加报价数据

feature/2.0-sales-trade
YCC 2 years ago
parent fb87121977
commit 6d37e74ac1

@ -42,7 +42,8 @@ export const sites = [
{ key: '163', label: 'GH', code: 'GH' },
{ key: '28', label: '客运中国', code: 'GHKYZG' },
{ key: '7', label: '客运海外', code: 'GHKYHW' },
{ key: '172', label: 'ToB业务', code: 'GHTOB' },
{ key: '172', label: 'GHToB 海外', code: 'GHTOBHW' },
{ key: '176', label: 'GHToB 中国', code: 'GHTOBZG' },
{ key: '11,12,20,21,10,18', label: '国际(入境)', code: 'JP,VAC,IT,GM,RU,VC' },
{ key: '122,200,211,100,188', label: '国际(海外)', code: 'VACHW,ITHW,GMHW,RUHW,VCHW' },
{ key: '11', label: '日语', code: 'JP' },

@ -342,6 +342,16 @@ class CustomerServices {
dataIndex: 'TotalCost'
}
]
},
{
title: '报价',
dataIndex: 'TotalPrice',
sorter: (a, b) => a.TotalPrice - b.TotalPrice,
children: [{
title: total1.totalprice,
dataIndex: 'TotalPrice'
}
]
}
];
});

Loading…
Cancel
Save