|
@@ -379,7 +379,7 @@ export default {
|
|
|
{
|
|
|
title: '账套',
|
|
|
dataIndex: 'acSetNo',
|
|
|
- width: 100,
|
|
|
+ width: 80,
|
|
|
// fixed: 'left',
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
@@ -395,7 +395,7 @@ export default {
|
|
|
{
|
|
|
title: 'HOD',
|
|
|
dataIndex: 'hod',
|
|
|
- width: 120,
|
|
|
+ width: 110,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -417,7 +417,7 @@ export default {
|
|
|
{
|
|
|
title: 'ITEM NO./SKU NO./UPC NO./PACKS CODE',
|
|
|
dataIndex: 'itemCode',
|
|
|
- width: 340,
|
|
|
+ width: 310,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -432,7 +432,7 @@ export default {
|
|
|
{
|
|
|
title: '分销点/DC/LABEL',
|
|
|
dataIndex: 'distributionPoint',
|
|
|
- width: 200,
|
|
|
+ width: 120,
|
|
|
className: 'replacecolor',
|
|
|
insertAfter:true,
|
|
|
ellipsis: true,
|
|
@@ -460,7 +460,7 @@ export default {
|
|
|
{
|
|
|
title: '颜色(中英文)',
|
|
|
dataIndex: 'colour',
|
|
|
- width: 140,
|
|
|
+ width: 120,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -474,13 +474,13 @@ export default {
|
|
|
{
|
|
|
title: '件数/箱',
|
|
|
dataIndex: 'piecesBox',
|
|
|
- width: 100,
|
|
|
+ width: 90,
|
|
|
// type: JVXETypes.normal
|
|
|
},
|
|
|
{
|
|
|
// title: '箱数',
|
|
|
dataIndex: 'boxNumber',
|
|
|
- width: 120,
|
|
|
+ width: 90,
|
|
|
className: 'replacecolor',
|
|
|
scopedSlots: { customRender: 'boxNumber' } ,
|
|
|
slots:{title:'boxNumberTitle'}
|
|
@@ -559,7 +559,7 @@ export default {
|
|
|
{
|
|
|
title: '总体积',
|
|
|
dataIndex: 'totalVolume',
|
|
|
- width: 100,
|
|
|
+ width: 90,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
@@ -999,7 +999,7 @@ export default {
|
|
|
{
|
|
|
title: '账套',
|
|
|
dataIndex : 'acSetNo',
|
|
|
- width: 100,
|
|
|
+ width: 80,
|
|
|
// fixed: 'left',
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
@@ -1015,7 +1015,7 @@ export default {
|
|
|
{
|
|
|
title: 'HOD',
|
|
|
dataIndex : 'hod',
|
|
|
- width: 120,
|
|
|
+ width: 110,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -1037,7 +1037,7 @@ export default {
|
|
|
{
|
|
|
title: 'ITEM NO./SKU NO./UPC NO./PACKS CODE',
|
|
|
dataIndex : 'itemCode',
|
|
|
- width: 340,
|
|
|
+ width: 310,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -1051,7 +1051,7 @@ export default {
|
|
|
{
|
|
|
title: '分销点/DC/LABEL',
|
|
|
dataIndex : 'distributionPoint',
|
|
|
- width: 200,
|
|
|
+ width: 120,
|
|
|
className: 'replacecolor',
|
|
|
insertAfter:true,
|
|
|
ellipsis: true,
|
|
@@ -1077,7 +1077,7 @@ export default {
|
|
|
{
|
|
|
title: '颜色(中英文)',
|
|
|
dataIndex : 'colour',
|
|
|
- width: 140,
|
|
|
+ width: 120,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -1091,14 +1091,14 @@ export default {
|
|
|
{
|
|
|
title: '件数/箱',
|
|
|
dataIndex : 'piecesBox',
|
|
|
- width: 100,
|
|
|
+ width: 90,
|
|
|
// type: JVXETypes.normal
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: '箱数',
|
|
|
dataIndex : 'boxNumber',
|
|
|
- width: 120,
|
|
|
+ width: 90,
|
|
|
className: 'replacecolor',
|
|
|
scopedSlots: { customRender: 'replacecolor' } ,
|
|
|
slots:{title:'boxNumberTitle'}
|
|
@@ -1185,7 +1185,7 @@ export default {
|
|
|
{
|
|
|
title: '总体积',
|
|
|
dataIndex : 'totalVolume',
|
|
|
- width: 100,
|
|
|
+ width: 90,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|