|
@@ -506,7 +506,7 @@ export default {
|
|
|
{
|
|
|
title: '计划装箱数量',
|
|
|
dataIndex: 'planQuantity',
|
|
|
- width: 240,
|
|
|
+ width: 140,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -520,7 +520,7 @@ export default {
|
|
|
{
|
|
|
title: '箱数',
|
|
|
dataIndex: 'boxNumber',
|
|
|
- width: 140,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -528,7 +528,7 @@ export default {
|
|
|
{
|
|
|
title: '总件数',
|
|
|
dataIndex: 'total',
|
|
|
- width: 140,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -543,7 +543,7 @@ export default {
|
|
|
{
|
|
|
title: '总净重',
|
|
|
dataIndex: 'totalNetWeight',
|
|
|
- width: 140,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -559,7 +559,7 @@ export default {
|
|
|
{
|
|
|
title: '总毛重',
|
|
|
dataIndex: 'totalGrossWeight',
|
|
|
- width: 140,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -593,7 +593,7 @@ export default {
|
|
|
title: '总体积',
|
|
|
dataIndex: 'totalVolume',
|
|
|
className: 'replacecolor',
|
|
|
- width: 140,
|
|
|
+ width: 100,
|
|
|
ellipsis: true,
|
|
|
|
|
|
},
|
|
@@ -615,7 +615,7 @@ export default {
|
|
|
{
|
|
|
title: '总价',
|
|
|
dataIndex: 'totalPrice',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
// validateRules: [{ required: true, message: '${title}不能为空' },
|