|
@@ -380,7 +380,7 @@ export default {
|
|
|
{
|
|
|
title: '账套',
|
|
|
dataIndex: 'acSetNo',
|
|
|
- width: 160,
|
|
|
+ width: 100,
|
|
|
// fixed: 'left',
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
@@ -475,7 +475,7 @@ export default {
|
|
|
{
|
|
|
title: '件数/箱',
|
|
|
dataIndex: 'piecesBox',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
// type: JVXETypes.normal
|
|
|
},
|
|
|
{
|
|
@@ -489,14 +489,14 @@ export default {
|
|
|
{
|
|
|
title: '计划尺码数量',
|
|
|
dataIndex: 'planSize',
|
|
|
- width: 240,
|
|
|
+ width: 180,
|
|
|
className: 'replacecolor',
|
|
|
customRender: t => ellipsis(t),
|
|
|
},
|
|
|
{
|
|
|
title: '计划装箱数量',
|
|
|
dataIndex: 'planQuantity',
|
|
|
- width: 240,
|
|
|
+ width: 180,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
@@ -560,7 +560,7 @@ export default {
|
|
|
{
|
|
|
title: '总体积',
|
|
|
dataIndex: 'totalVolume',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
@@ -998,7 +998,7 @@ export default {
|
|
|
{
|
|
|
title: '账套',
|
|
|
dataIndex : 'acSetNo',
|
|
|
- width: 160,
|
|
|
+ width: 100,
|
|
|
// fixed: 'left',
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
@@ -1090,7 +1090,7 @@ export default {
|
|
|
{
|
|
|
title: '件数/箱',
|
|
|
dataIndex : 'piecesBox',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
// type: JVXETypes.normal
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -1105,14 +1105,14 @@ export default {
|
|
|
{
|
|
|
title: '计划尺码数量',
|
|
|
dataIndex : 'planSize',
|
|
|
- width: 240,
|
|
|
+ width: 180,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: '计划装箱数量',
|
|
|
dataIndex : 'planQuantity',
|
|
|
- width: 240,
|
|
|
+ width: 140,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -1184,7 +1184,7 @@ export default {
|
|
|
{
|
|
|
title: '总体积',
|
|
|
dataIndex : 'totalVolume',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|