|
@@ -173,7 +173,7 @@ export default {
|
|
|
preBookListColumns: [
|
|
|
{
|
|
|
title: '预托书号',
|
|
|
- width: 220,
|
|
|
+ width: 130,
|
|
|
dataIndex: 'depositaryReceiptNo',
|
|
|
// fixed: 'left',
|
|
|
align: 'left',
|
|
@@ -182,11 +182,11 @@ export default {
|
|
|
},
|
|
|
// { title: '订单号', width: 120, dataIndex: 'orderNumber', fixed: 'left', className: 'replacecolor' },
|
|
|
// { title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 220, align: 'left', className: 'replacecolor' },
|
|
|
- { title: '客户简称', dataIndex: 'clientAbbreviation', width: 120, className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '客户简称', dataIndex: 'clientAbbreviation', width: 90, className: 'replacecolor', ellipsis: true, },
|
|
|
{
|
|
|
title: '分销点',
|
|
|
dataIndex: 'distributionPoint',
|
|
|
- width: 120,
|
|
|
+ width: 110,
|
|
|
// customRender: t => ellipsis(t),
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
@@ -194,18 +194,18 @@ export default {
|
|
|
{
|
|
|
title: '经营单位',
|
|
|
dataIndex: 'unitInOperation',
|
|
|
- width: 150,
|
|
|
+ width: 170,
|
|
|
// customRender: t => ellipsis(t),
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- { title: '总箱数', dataIndex: 'boxNumber', width: 100, className: 'replacecolor', ellipsis: true, },
|
|
|
- { title: '总毛重', dataIndex: 'totalGrossWeight', width: 100, className: 'replacecolor', ellipsis: true, },
|
|
|
- { title: '总体积', dataIndex: 'totalVolume', width: 100, className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '总箱数', dataIndex: 'boxNumber', width: 90, className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '总毛重', dataIndex: 'totalGrossWeight', width: 90, className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '总体积', dataIndex: 'totalVolume', width: 90, className: 'replacecolor', ellipsis: true, },
|
|
|
{
|
|
|
title: '金额',
|
|
|
dataIndex: 'money',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -242,8 +242,8 @@ export default {
|
|
|
// className: 'replacecolor'
|
|
|
// },
|
|
|
{ title: '贸易国别', dataIndex: 'tradeCountry', width: 120, className: 'replacecolor' , ellipsis: true,},
|
|
|
- { title: '运抵国别', dataIndex: 'arriveInCountry', width: 100, className: 'replacecolor', ellipsis: true, },
|
|
|
- { title: '出口口岸', dataIndex: 'exportPort', width: 100, className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '运抵国别', dataIndex: 'arriveInCountry', width: 120, className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '出口口岸', dataIndex: 'exportPort', width: 120, className: 'replacecolor', ellipsis: true, },
|
|
|
// {
|
|
|
// title: '通知人',
|
|
|
// dataIndex: 'notifier',
|
|
@@ -252,7 +252,7 @@ export default {
|
|
|
// className: 'replacecolor'
|
|
|
// },
|
|
|
// { title: 'nottfy', dataIndex: 'nottfy', width: 150, className: 'replacecolor' },
|
|
|
- { title: '目的港', dataIndex: 'destinationPort', width: 100, className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '目的港', dataIndex: 'destinationPort', width: 140, className: 'replacecolor', ellipsis: true, },
|
|
|
// { title: '装运期限', dataIndex: 'latestDateOfShipment', width: 120, className: 'replacecolor' },
|
|
|
{
|
|
|
title: '单据状态',
|