|
@@ -263,7 +263,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '客户(简称)',
|
|
|
- dataIndex: 'customer',
|
|
|
+ dataIndex: 'customerAbbreviation',
|
|
|
width: 100,
|
|
|
fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
@@ -271,7 +271,7 @@ export default {
|
|
|
|
|
|
{
|
|
|
title: '预发货日期',
|
|
|
- dataIndex: 'scheduledShipDate',
|
|
|
+ dataIndex: 'preDeliveryDate',
|
|
|
width: 120,
|
|
|
customRender: text => {
|
|
|
return moment(text).format('YYYY-MM-DD')
|