|
@@ -515,11 +515,11 @@ export default {
|
|
|
scopedSlots: { customRender: 'purchaseInQuantity' }
|
|
|
},
|
|
|
{ title: '物料编码', dataIndex: 'cinvCode', width: 120, className: 'replacecolor' },
|
|
|
- { title: '货物名称', dataIndex: 'cinvName', width: 340, className: 'replacecolor', align:'left' },
|
|
|
- { title: '颜色', dataIndex: 'ccolor', width: 120, className: 'replacecolor' },
|
|
|
+ { title: '货物名称', dataIndex: 'cinvName', width: 200, className: 'replacecolor', align:'left' },
|
|
|
+ { title: '颜色', dataIndex: 'ccolor', width: 110, className: 'replacecolor' },
|
|
|
{ title: '损耗', dataIndex: 'cquantityLoss', width: 120,className: 'replacecolor' },
|
|
|
{ title: '多发少发', dataIndex: 'iquantityMoreLess', width: 120, className: 'replacecolor' },
|
|
|
- { title: '附件', dataIndex: 'enclosure', width: 170, className: 'replacecolor', scopedSlots: { customRender: 'enclosure' }, fixed: 'right'}
|
|
|
+ { title: '附件', dataIndex: 'enclosure', width: 120, className: 'replacecolor', scopedSlots: { customRender: 'enclosure' }, fixed: 'right'}
|
|
|
],
|
|
|
|
|
|
// 成本发票 表头
|