|
@@ -222,8 +222,17 @@ export default {
|
|
|
// 表头
|
|
|
bookListColumns: [
|
|
|
{ title: '托书号', width: 150, dataIndex: 'shippingOrderNumber', className: 'replacecolor' , ellipsis: true,fixed: 'left'},
|
|
|
+ {
|
|
|
+ title: '实际船期',
|
|
|
+ dataIndex: 'theFinalShippingDate',
|
|
|
+ ellipsis: true,
|
|
|
+ width: 110,
|
|
|
+ // customRender: text => { 有问题 显示当日日期
|
|
|
+ // return moment(text).format('YYYY-MM-DD')
|
|
|
+ // },
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
{ title: '成衣工厂', width: 150, dataIndex: 'garmentFactory', className: 'replacecolor', ellipsis: true, },
|
|
|
-
|
|
|
{ title: '客户简称', dataIndex: 'clientAbbreviation', width: 120, className: 'replacecolor' , ellipsis: true,},
|
|
|
{
|
|
|
title: '分销点',
|
|
@@ -250,17 +259,6 @@ export default {
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
-
|
|
|
- {
|
|
|
- title: '实际船期',
|
|
|
- dataIndex: 'theFinalShippingDate',
|
|
|
- ellipsis: true,
|
|
|
- width: 110,
|
|
|
- // customRender: text => { 有问题 显示当日日期
|
|
|
- // return moment(text).format('YYYY-MM-DD')
|
|
|
- // },
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
{ title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 120, className: 'replacecolor', ellipsis: true, },
|
|
|
{
|
|
|
title: '发票推送状态',
|