|
@@ -243,11 +243,11 @@ export default {
|
|
|
customRender: (text, record, index) => `${index + 1}`,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- { title: '货物名称', width: 170, dataIndex: 'goodsName', fixed: 'left', className: 'replacecolor' },
|
|
|
+ { title: '货物名称', width: 200, dataIndex: 'goodsName', fixed: 'left', className: 'replacecolor' },
|
|
|
{
|
|
|
title: '转入数量',
|
|
|
dataIndex: 'ingredientsTransferQuantity',
|
|
|
- width: 120,
|
|
|
+ // width: 130,
|
|
|
className: 'replacecolor',
|
|
|
customCell: this.ingInQuaCustomCell,
|
|
|
scopedSlots: { customRender: 'ingInQuaSlot' }
|
|
@@ -255,7 +255,7 @@ export default {
|
|
|
{
|
|
|
title: '转入成本',
|
|
|
dataIndex: 'transferCost',
|
|
|
- width: 120,
|
|
|
+ width: 130,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|