|
@@ -528,6 +528,7 @@ export default {
|
|
|
// 成本发票 表头
|
|
|
costInvoiceColumns: [
|
|
|
{ title: '类型', width: 120, dataIndex: 'cvcname', className: 'replacecolor' },
|
|
|
+ { title: '采购类型', width: 120, dataIndex: 'cbusType', className: 'replacecolor' },
|
|
|
{ title: '工厂', width: 120, dataIndex: 'cvenAbbName', className: 'replacecolor' },
|
|
|
{ title: '成本金额', dataIndex: 'imoney', width: 120, className: 'replacecolor' }
|
|
|
],
|