|
@@ -145,6 +145,7 @@ export default {
|
|
|
dataIndex: 'orderNumber',
|
|
|
width: 180,
|
|
|
fixed: 'left',
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
@@ -152,12 +153,14 @@ export default {
|
|
|
dataIndex: 'itemNumber',
|
|
|
width: 150,
|
|
|
fixed: 'left',
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '预发货日期',
|
|
|
dataIndex: 'preDeliveryDate',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
@@ -165,6 +168,7 @@ export default {
|
|
|
title: '小po',
|
|
|
dataIndex: 'smallPo',
|
|
|
width: 100,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
// 账套替换
|
|
@@ -187,24 +191,27 @@ export default {
|
|
|
title: 'packId',
|
|
|
dataIndex: 'packId',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '分销点',
|
|
|
dataIndex: 'distributionPoint',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '存货编码',
|
|
|
dataIndex: 'inventoryCode',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '存货名称',
|
|
|
dataIndex: 'inventoryName',
|
|
|
- customRender: t => ellipsis(t),
|
|
|
+ ellipsis: true,
|
|
|
width: 250,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -215,7 +222,7 @@ export default {
|
|
|
title: '颜色',
|
|
|
dataIndex: 'colour',
|
|
|
width: 160,
|
|
|
- customRender: t => ellipsis(t),
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
// {
|
|
@@ -228,24 +235,28 @@ export default {
|
|
|
title: '配码规格',
|
|
|
dataIndex: 'codingRules',
|
|
|
width: 180,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '箱数',
|
|
|
dataIndex: 'boxNumber',
|
|
|
width: 100,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '数量',
|
|
|
dataIndex: 'quantity',
|
|
|
width: 100,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '订单剩余数量',
|
|
|
dataIndex: 'surplusNum',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
// {
|
|
@@ -258,6 +269,7 @@ export default {
|
|
|
title: '成衣工厂',
|
|
|
dataIndex: 'garmentFactory',
|
|
|
width: 100,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
// {
|
|
@@ -290,6 +302,7 @@ export default {
|
|
|
dataIndex: 'customerAbbreviation',
|
|
|
width: 220,
|
|
|
align: 'left',
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
@@ -303,6 +316,7 @@ export default {
|
|
|
title: '供应商',
|
|
|
dataIndex: 'supplier',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
// {
|