|
@@ -299,7 +299,7 @@ export default {
|
|
|
{
|
|
|
title: '预托书号',
|
|
|
dataIndex: 'depositaryReceiptNo',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
ellipsis: true,
|
|
|
fixed:'left',
|
|
|
// scopedSlots: { customRender: 'preBookNum' },
|
|
@@ -308,7 +308,7 @@ export default {
|
|
|
{
|
|
|
title: '托书号',
|
|
|
dataIndex: 'shippingOrderNumber',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
ellipsis: true,
|
|
|
fixed:'left',
|
|
|
className: 'replacecolor'
|
|
@@ -323,7 +323,7 @@ export default {
|
|
|
{
|
|
|
title: '集装箱号',
|
|
|
dataIndex: 'containerNumber',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
ellipsis: true,
|
|
|
// scopedSlots: { customRender: 'containerNo' },
|
|
|
className: 'replacecolor'
|
|
@@ -331,14 +331,14 @@ export default {
|
|
|
{
|
|
|
title: '单据号',
|
|
|
dataIndex: 'documentNo',
|
|
|
- width: 120,
|
|
|
+ width: 140,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '订单号',
|
|
|
dataIndex: 'orderNumber',
|
|
|
- width: 160,
|
|
|
+ width: 100,
|
|
|
ellipsis: true,
|
|
|
// fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
@@ -347,14 +347,14 @@ export default {
|
|
|
title: '款号',
|
|
|
ellipsis: true,
|
|
|
dataIndex: 'itemNumber',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
// fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '客户简称',
|
|
|
dataIndex: 'customerAbbreviation',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
ellipsis: true,
|
|
|
// fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
@@ -369,21 +369,21 @@ export default {
|
|
|
{
|
|
|
title: '小po',
|
|
|
dataIndex: 'smallPo',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '分销点',
|
|
|
dataIndex: 'distributionPoint',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '数量(按合并规则累计)',
|
|
|
dataIndex: 'total',
|
|
|
- width: 200,
|
|
|
+ width: 190,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -391,21 +391,21 @@ export default {
|
|
|
{
|
|
|
title: '箱数',
|
|
|
dataIndex: 'totalBoxes',
|
|
|
- width: 90,
|
|
|
+ width: 70,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '总净重',
|
|
|
dataIndex: 'totalNetWeight',
|
|
|
- width: 120,
|
|
|
+ width: 80,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '总毛重',
|
|
|
dataIndex: 'totalGrossWeight',
|
|
|
- width: 120,
|
|
|
+ width: 80,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -413,7 +413,7 @@ export default {
|
|
|
{
|
|
|
title: '总体积',
|
|
|
dataIndex: 'totalVolume',
|
|
|
- width: 120,
|
|
|
+ width: 80,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -433,14 +433,14 @@ export default {
|
|
|
{
|
|
|
title: '采购/委外订单号',
|
|
|
dataIndex: 'purchase',
|
|
|
- width: 160,
|
|
|
+ width: 140,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '成衣工厂',
|
|
|
dataIndex: 'garmentFactory',
|
|
|
- width: 140,
|
|
|
+ width: 100,
|
|
|
ellipsis: true,
|
|
|
// customRender: t => ellipsis(t),
|
|
|
className: 'replacecolor'
|