|
|
|
@ -149,6 +149,7 @@ export default {
|
|
|
|
|
{ title: '装货港代码', align: 'center', width: 120, label: 'PORTLOADID', type: 'input' },
|
|
|
|
|
{ title: '卸货港代码', align: 'center', width: 120, label: 'PORTDISCHARGEID', type: 'input' },
|
|
|
|
|
{ title: '航线操作', align: 'center', width: 120, label: 'ROUTE', type: 'complete', showLabel: 'name' },
|
|
|
|
|
// 新增字段
|
|
|
|
|
{ title: '件数', align: 'center', width: 160, label: 'PKGS', type: 'input' },
|
|
|
|
|
{ title: '重量', align: 'center', width: 160, label: 'KGS', type: 'input' },
|
|
|
|
|
{ title: '尺码', align: 'center', width: 160, label: 'CBM', type: 'input' },
|
|
|
|
@ -159,6 +160,10 @@ export default {
|
|
|
|
|
{ title: '付款方', align: 'center', width: 160, label: 'FREIGHTPAYER', type: 'input' },
|
|
|
|
|
{ title: '唛头', align: 'center', width: 160, label: 'MARKS', type: 'input' },
|
|
|
|
|
{ title: '危险品编号', align: 'center', width: 160, label: 'DUNNO', type: 'input' },
|
|
|
|
|
// 东胜添加
|
|
|
|
|
{ title: '箱号', align: 'center', width: 160, label: 'CNTRNO', type: 'input' },
|
|
|
|
|
{ title: '封号', align: 'center', width: 160, label: 'SEALNO', type: 'input' },
|
|
|
|
|
{ title: '创建人', align: 'center', width: 160, label: 'CreatedUserName', type: 'input' },
|
|
|
|
|
// 以下需要加模糊搜索
|
|
|
|
|
{ title: '箱型', align: 'center', width: 160, label: 'CNTRTOTAL', type: 'input' },
|
|
|
|
|
{ title: '包装', align: 'center', width: 160, label: 'KINDPKGS', type: 'input' },
|
|
|
|
|