|
@@ -174,7 +174,7 @@ export default {
|
|
|
|
|
|
{
|
|
|
title: '账套',
|
|
|
- width: 80,
|
|
|
+ width: 70,
|
|
|
dataIndex: 'account',
|
|
|
fixed: 'left',
|
|
|
className: 'replacecolor',
|
|
@@ -195,7 +195,7 @@ export default {
|
|
|
|
|
|
{
|
|
|
title: '订单日期',
|
|
|
- width: 120,
|
|
|
+ width: 110,
|
|
|
dataIndex: 'orderDate',
|
|
|
fixed: 'left',
|
|
|
customRender: text => {
|
|
@@ -203,29 +203,30 @@ export default {
|
|
|
},
|
|
|
className: 'replacecolor',
|
|
|
},
|
|
|
- { title: '业务类型', width: 100, dataIndex: 'businessTypeValue', className: 'replacecolor' ,ellipsis: true},
|
|
|
+ // { title: '业务类型', width: 100, dataIndex: 'businessTypeValue', className: 'replacecolor' ,ellipsis: true},
|
|
|
{ title: '客户订单号', width: 120, dataIndex: 'customerOrderNumber', className: 'replacecolor',ellipsis: true },
|
|
|
- {
|
|
|
- title: '销售类型',
|
|
|
- width: 100,
|
|
|
- dataIndex: 'salesTypeText',
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '销售类型',
|
|
|
+ // width: 100,
|
|
|
+ // dataIndex: 'salesTypeText',
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
+ { title: '最终客户', width: 120, dataIndex: 'endCustomer', className: 'replacecolor', ellipsis: true, },
|
|
|
{ title: '客户简称', width: 220, dataIndex: 'customerAbbreviation', align: 'left', className: 'replacecolor',ellipsis: true },
|
|
|
- { title: '客户名称', width: 220, dataIndex: 'customerName', align: 'left', className: 'replacecolor', ellipsis: true, },
|
|
|
+ // { title: '客户名称', width: 220, dataIndex: 'customerName', align: 'left', className: 'replacecolor', ellipsis: true, },
|
|
|
{ title: '供应商', width: 120, dataIndex: 'supplier', className: 'replacecolor' ,ellipsis: true},
|
|
|
- { title: '汇率', width: 90, dataIndex: 'exchangeRate', className: 'replacecolor' ,ellipsis: true},
|
|
|
+ // { title: '汇率', width: 90, dataIndex: 'exchangeRate', className: 'replacecolor' ,ellipsis: true},
|
|
|
{ title: '整单合计', width: 120, dataIndex: 'wholeOrderTotal', className: 'replacecolor' ,ellipsis: true},
|
|
|
{ title: '销售部门', width: 100, dataIndex: 'salesDepartment', className: 'replacecolor' ,ellipsis: true},
|
|
|
{ title: '业务员', width: 140, dataIndex: 'salesman', className: 'replacecolor' ,ellipsis: true},
|
|
|
- { title: '币种', width: 90, dataIndex: 'currencyText', className: 'replacecolor',ellipsis: true },
|
|
|
+
|
|
|
{ title: '品牌方', width: 220, dataIndex: 'brandSide', align: 'left', className: 'replacecolor',ellipsis: true },
|
|
|
+ { title: '币种', width: 90, dataIndex: 'currencyText', className: 'replacecolor',ellipsis: true },
|
|
|
{ title: '第三方', width: 220, dataIndex: 'thirdParty', align: 'left', className: 'replacecolor',ellipsis: true },
|
|
|
{ title: '定金比例(%)', width: 120, dataIndex: 'depositRatio', className: 'replacecolor',ellipsis: true },
|
|
|
{ title: '定金', width: 100, dataIndex: 'deposit', className: 'replacecolor',ellipsis: true },
|
|
|
- { title: '协同路线', width: 160, dataIndex: 'collaborativeRoute', className: 'replacecolor',ellipsis: true },
|
|
|
+ // { title: '协同路线', width: 160, dataIndex: 'collaborativeRoute', className: 'replacecolor',ellipsis: true },
|
|
|
{ title: '付款条件', width: 180, dataIndex: 'termOfPayment', className: 'replacecolor' ,ellipsis: true},
|
|
|
- { title: '最终客户', width: 120, dataIndex: 'endCustomer', className: 'replacecolor', ellipsis: true, },
|
|
|
{
|
|
|
title: '订单备注',
|
|
|
width: 220,
|
|
@@ -247,7 +248,7 @@ export default {
|
|
|
|
|
|
{
|
|
|
title: '订单变更说明',
|
|
|
- width: 220,
|
|
|
+ width: 120,
|
|
|
dataIndex: 'orderChangeDescription',
|
|
|
fixed: 'right',
|
|
|
// customRender: t => ellipsis(t),
|