|
@@ -102,12 +102,22 @@ export default {
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
- title: '单据类型',
|
|
|
- dataIndex: 'cbusType',
|
|
|
+ title: '存货编码',
|
|
|
+ dataIndex: 'cinvCode',
|
|
|
width: 120,
|
|
|
key: '',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '存货名称',
|
|
|
+ dataIndex: 'ccode',
|
|
|
+ width: 240,
|
|
|
+ key: '',
|
|
|
+ className: 'replacecolor',
|
|
|
+ customRender: (text, record, index) => {
|
|
|
+ return record.cinvName + ' ' + record.ccolor;
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
title: '批号',
|
|
|
dataIndex: 'cbatch',
|
|
@@ -132,28 +142,28 @@ export default {
|
|
|
{
|
|
|
title: '开票数',
|
|
|
dataIndex: 'iquantityInvoice',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
key: '',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '未开票数',
|
|
|
dataIndex: 'iquantityNInvoice',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
key: '',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '结算数量',
|
|
|
dataIndex: 'iquantitySettle',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
key: '',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '未结算数量',
|
|
|
dataIndex: 'iquantityNSettle',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
key: '',
|
|
|
className: 'replacecolor'
|
|
|
}
|