|
@@ -188,7 +188,7 @@ export default {
|
|
|
// 表头
|
|
|
bookListColumns: [
|
|
|
{ title: '托书号', width: 120, dataIndex: 'shippingOrderNumber', className: 'replacecolor' , ellipsis: true,fixed: 'left'},
|
|
|
- { title: '成衣工厂', width: 140, dataIndex: 'garmentFactory', className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '成衣工厂', width: 110, dataIndex: 'garmentFactory', className: 'replacecolor', ellipsis: true, },
|
|
|
{ title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 120, className: 'replacecolor', ellipsis: true, },
|
|
|
{ title: '客户简称', dataIndex: 'clientAbbreviation', width: 120, className: 'replacecolor' , ellipsis: true,},
|
|
|
{
|
|
@@ -201,18 +201,18 @@ export default {
|
|
|
{
|
|
|
title: '经营单位',
|
|
|
dataIndex: 'unitInOperation',
|
|
|
- width: 150,
|
|
|
+ width: 160,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- { title: '总箱数', dataIndex: 'boxNumber', width: 120, className: 'replacecolor', ellipsis: true, },
|
|
|
- { title: '总毛重', dataIndex: 'totalGrossWeight', width: 120, className: 'replacecolor', ellipsis: true, },
|
|
|
- { title: '总体积', dataIndex: 'totalVolume', width: 100, className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '总箱数', dataIndex: 'boxNumber', width: 80, className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '总毛重', dataIndex: 'totalGrossWeight', width: 80, className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '总体积', dataIndex: 'totalVolume', width: 80, className: 'replacecolor', ellipsis: true, },
|
|
|
{
|
|
|
title: '金额',
|
|
|
dataIndex: 'money',
|
|
|
// scopedSlots: { customRender: 'money' },
|
|
|
- width: 140,
|
|
|
+ width: 100,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -221,7 +221,7 @@ export default {
|
|
|
title: '实际船期',
|
|
|
dataIndex: 'theFinalShippingDate',
|
|
|
ellipsis: true,
|
|
|
- width: 130,
|
|
|
+ width: 110,
|
|
|
// customRender: text => { 有问题 显示当日日期
|
|
|
// return moment(text).format('YYYY-MM-DD')
|
|
|
// },
|