|
@@ -59,7 +59,7 @@ export default {
|
|
|
detailColumns: [
|
|
|
{
|
|
|
title: '计划到货日期',
|
|
|
- dataIndex: 'dArriveDate',
|
|
|
+ dataIndex: 'darriveDate',
|
|
|
width: 80,
|
|
|
className: 'replacecolor',
|
|
|
},
|
|
@@ -71,13 +71,13 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '物料编码',
|
|
|
- dataIndex: 'cInvCode',
|
|
|
+ dataIndex: 'cinvCode',
|
|
|
width: 80,
|
|
|
className: 'replacecolor',
|
|
|
},
|
|
|
{
|
|
|
title: '物料名称',
|
|
|
- dataIndex: 'cInvName',
|
|
|
+ dataIndex: 'cinvName',
|
|
|
width: 80,
|
|
|
className: 'replacecolor',
|
|
|
},
|