|
@@ -151,7 +151,7 @@ export default {
|
|
|
{
|
|
|
title: '单据号',
|
|
|
dataIndex: 'documentNo',
|
|
|
- width: 160,
|
|
|
+ width: 140,
|
|
|
// fixed: 'left',
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
{
|
|
|
title: '销售订单号',
|
|
|
dataIndex: 'orderNumber',
|
|
|
- width: 120,
|
|
|
+ width: 140,
|
|
|
// fixed: 'left',
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
@@ -168,21 +168,21 @@ export default {
|
|
|
{
|
|
|
title: '客户简称',
|
|
|
dataIndex: 'customerAbbreviation',
|
|
|
- width: 120,
|
|
|
+ width: 90,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '部门',
|
|
|
dataIndex: 'salesDepartment',
|
|
|
- width: 120,
|
|
|
+ width: 90,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '业务员',
|
|
|
dataIndex: 'salesman',
|
|
|
- width: 100,
|
|
|
+ width: 80,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -190,7 +190,7 @@ export default {
|
|
|
{
|
|
|
title: '小po',
|
|
|
dataIndex: 'smallPo',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -204,14 +204,14 @@ export default {
|
|
|
{
|
|
|
title: '分销点',
|
|
|
dataIndex: 'distributionPoint',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '款号',
|
|
|
dataIndex: 'itemNumber',
|
|
|
- width: 120,
|
|
|
+ width: 80,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -235,7 +235,7 @@ export default {
|
|
|
{
|
|
|
title: '预发货日期',
|
|
|
dataIndex: 'preDeliveryDate',
|
|
|
- width: 120,
|
|
|
+ width: 110,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor',
|
|
|
customRender: text => {
|
|
@@ -326,7 +326,7 @@ export default {
|
|
|
{
|
|
|
title: '成衣工厂',
|
|
|
dataIndex: 'garmentFactory',
|
|
|
- width: 120,
|
|
|
+ width: 90,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|