|
@@ -216,6 +216,13 @@ export default {
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '最终客户',
|
|
|
+ width: 70,
|
|
|
+ dataIndex: 'cdefine11',
|
|
|
+ className: 'replacecolor',
|
|
|
+ ellipsis: true,
|
|
|
+ },
|
|
|
{ title: '累计入库数量', width: 85, dataIndex: 'ireceivedQTY', className: 'replacecolor',ellipsis: true, },
|
|
|
{ title: '单位', width: 70, dataIndex: 'unit', className: 'replacecolor',ellipsis: true, },
|
|
|
],
|