|
@@ -152,7 +152,7 @@ export default {
|
|
|
{
|
|
|
title: '计划单号',
|
|
|
dataIndex: 'planLotNumber',
|
|
|
- width: 160,
|
|
|
+ width: 120,
|
|
|
// fixed: 'left',
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
@@ -380,28 +380,28 @@ export default {
|
|
|
{
|
|
|
title: '超发',
|
|
|
dataIndex: 'excessQuantity',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: '单位',
|
|
|
dataIndex: 'masterMetering',
|
|
|
- width: 80,
|
|
|
+ width: 70,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: '价格',
|
|
|
dataIndex: 'price',
|
|
|
- width: 100,
|
|
|
+ width: 70,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: '总价',
|
|
|
dataIndex: 'totalPrice',
|
|
|
- width: 100,
|
|
|
+ width: 90,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|