|
@@ -192,7 +192,7 @@ export default {
|
|
|
// return moment(text).format('YYYY-MM-DD')
|
|
|
// }
|
|
|
// },
|
|
|
- { title: '实际船期', dataIndex: 'theActualShippingDate', width: 120, className: 'replacecolor' },
|
|
|
+ // { title: '实际船期', dataIndex: 'theActualShippingDate', width: 120, className: 'replacecolor' },
|
|
|
{ title: '收汇方式', dataIndex: 'exchangeEarningsValue', width: 120, className: 'replacecolor' },
|
|
|
{
|
|
|
title: '收货人',
|
|
@@ -201,33 +201,33 @@ export default {
|
|
|
customRender: t => ellipsis(t),
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- {
|
|
|
- title: '提单或承运收据',
|
|
|
- dataIndex: 'billOfLadingOrCarriageReceipt',
|
|
|
- width: 140,
|
|
|
- customRender: t => ellipsis(t),
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '抬头人',
|
|
|
- dataIndex: 'addressee',
|
|
|
- width: 120,
|
|
|
- customRender: t => ellipsis(t),
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '提单或承运收据',
|
|
|
+ // dataIndex: 'billOfLadingOrCarriageReceipt',
|
|
|
+ // width: 140,
|
|
|
+ // customRender: t => ellipsis(t),
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: '抬头人',
|
|
|
+ // dataIndex: 'addressee',
|
|
|
+ // width: 120,
|
|
|
+ // customRender: t => ellipsis(t),
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
{ title: '贸易国别', dataIndex: 'tradeCountry', width: 100, className: 'replacecolor' },
|
|
|
{ title: '运抵国别', dataIndex: 'arriveInCountry', width: 100, className: 'replacecolor' },
|
|
|
{ title: '出口口岸', dataIndex: 'exportPort', width: 100, className: 'replacecolor' },
|
|
|
- {
|
|
|
- title: '通知人',
|
|
|
- dataIndex: 'notifier',
|
|
|
- width: 100,
|
|
|
- customRender: t => ellipsis(t),
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
- { title: 'nottfy', dataIndex: 'nottfy', width: 150, className: 'replacecolor' },
|
|
|
+ // {
|
|
|
+ // title: '通知人',
|
|
|
+ // dataIndex: 'notifier',
|
|
|
+ // width: 100,
|
|
|
+ // customRender: t => ellipsis(t),
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
+ // { title: 'nottfy', dataIndex: 'nottfy', width: 150, className: 'replacecolor' },
|
|
|
{ title: '目的港', dataIndex: 'destinationPort', width: 100, className: 'replacecolor' },
|
|
|
- { title: '装运期限', dataIndex: 'latestDateOfShipment', width: 120, className: 'replacecolor' },
|
|
|
+ // { title: '装运期限', dataIndex: 'latestDateOfShipment', width: 120, className: 'replacecolor' },
|
|
|
{
|
|
|
title: '单据状态',
|
|
|
dataIndex: 'theDocumentsState',
|