|
@@ -129,6 +129,7 @@ export default {
|
|
|
dataIndex: 'documentNo',
|
|
|
width: 140,
|
|
|
fixed: 'left',
|
|
|
+ ellipsis: true,
|
|
|
customRender: t => ellipsis(t),
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -137,6 +138,7 @@ export default {
|
|
|
dataIndex: 'orderNumber',
|
|
|
width: 140,
|
|
|
fixed: 'left',
|
|
|
+ ellipsis: true,
|
|
|
customRender: t => ellipsis(t),
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -144,12 +146,14 @@ export default {
|
|
|
title: '款号',
|
|
|
dataIndex: 'itemNumber',
|
|
|
width: 130,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '成衣工厂',
|
|
|
dataIndex: 'garmentFactory',
|
|
|
width: 130,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
@@ -158,18 +162,21 @@ export default {
|
|
|
dataIndex: 'customerAbbreviation',
|
|
|
customRender: t => ellipsis(t),
|
|
|
width: 130,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '部门',
|
|
|
dataIndex: 'pushState',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '业务员',
|
|
|
dataIndex: 'salesman',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
@@ -217,7 +224,7 @@ export default {
|
|
|
{
|
|
|
title: '存货名称',
|
|
|
dataIndex: 'inventoryName',
|
|
|
- customRender: t => ellipsis(t),
|
|
|
+ ellipsis: true,
|
|
|
width: 180,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -225,6 +232,7 @@ export default {
|
|
|
title: '数量(合计)',
|
|
|
dataIndex: 'shipmentQuantity',
|
|
|
width: 120,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
@@ -238,14 +246,14 @@ export default {
|
|
|
title: '采购/委外订单号',
|
|
|
dataIndex: 'purOrSubOrder',
|
|
|
// width: 120,
|
|
|
- customRender: t => ellipsis(t),
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '制单人',
|
|
|
dataIndex: 'createBy',
|
|
|
// width: 120,
|
|
|
- customRender: t => ellipsis(t),
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
// {
|