|
@@ -132,6 +132,7 @@ export default {
|
|
|
dataIndex: 'documentNo',
|
|
|
width: 160,
|
|
|
fixed: 'left',
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
@@ -139,6 +140,7 @@ export default {
|
|
|
dataIndex: 'orderNumber',
|
|
|
width: 120,
|
|
|
fixed: 'left',
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
@@ -146,18 +148,21 @@ export default {
|
|
|
title: '客户简称',
|
|
|
dataIndex: 'customerAbbreviation',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '部门',
|
|
|
dataIndex: 'salesDepartment',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '业务员',
|
|
|
dataIndex: 'salesman',
|
|
|
width: 100,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
@@ -165,30 +170,35 @@ export default {
|
|
|
title: '小po',
|
|
|
dataIndex: 'smallPo',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: 'Pack Id',
|
|
|
dataIndex: 'packId',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '分销点',
|
|
|
dataIndex: 'distributionPoint',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '款号',
|
|
|
dataIndex: 'itemNumber',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '数量(合计)',
|
|
|
dataIndex: 'shipmentQuantity',
|
|
|
width: 100,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
@@ -205,6 +215,7 @@ export default {
|
|
|
title: '预发货日期',
|
|
|
dataIndex: 'preDeliveryDate',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
@@ -218,6 +229,7 @@ export default {
|
|
|
title: '存货名称',
|
|
|
dataIndex: 'inventoryName',
|
|
|
width: 220,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
// {
|
|
@@ -291,6 +303,7 @@ export default {
|
|
|
title: '成衣工厂',
|
|
|
dataIndex: 'garmentFactory',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
// {
|