|
|
|
@ -48,7 +48,7 @@ export default {
|
|
|
|
|
{ field: 'placedelivery', label: 'PLACEDELIVERY', width: 120, title: '交货地点', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'nobill', label: 'NOBILL', width: 120, title: '提单份数', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'portdischarge', label: 'PORTDISCHARGE', width: 120, title: '卸货港', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'bookremark', label: 'BOOKREMARK', width: 120, title: '合同号备注', className: 'book-remark-box', showOverflow: false, slots: { default: 'bookremark' } },
|
|
|
|
|
{ field: 'bookremark', label: 'BOOKREMARK', width: 120, title: '备注', className: 'book-remark-box', showOverflow: false, slots: { default: 'bookremark' } }, // 标题 合同号备注 改为 备注
|
|
|
|
|
// { field: 'remarks', label: 'REMARKS', width: 120, title: '其他备注', showHeaderOverflow: true, showOverflow: false, sortable: true, slots: { default: 'remarks' } }, // 暂时写为so备注 + si备注 数据量太大,不要了
|
|
|
|
|
{ field: 'bookstatus', label: 'BOOKSTATUS', minWidth: 140, title: '运踪', showHeaderOverflow: true, slots: { default: 'bookstatus' } },
|
|
|
|
|
{ field: 'closingdate', label: 'CLOSINGDATE', width: 160, title: '截港日期', showHeaderOverflow: true, sortable: true, slots: { default: 'closingdate' } },
|
|
|
|
@ -61,7 +61,7 @@ export default {
|
|
|
|
|
{ field: 'service', label: 'SERVICE', width: 160, title: '运输条款', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'sale', label: 'SALE', width: 160, title: '揽货人', showHeaderOverflow: true, sortable: true }, // 销售
|
|
|
|
|
{ field: 'lanename', label: 'LANENAME', width: 160, title: '航线', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'servicecontractno', label: 'SERVICECONTRACTNO', width: 160, title: '客户合同号', showHeaderOverflow: true, sortable: true }, // 没有设置该字段的地方
|
|
|
|
|
// { field: 'servicecontractno', label: 'SERVICECONTRACTNO', width: 160, title: '客户合同号', showHeaderOverflow: true, sortable: true }, // 没有设置该字段的地方 - 暂时去掉
|
|
|
|
|
{ field: 'bsstatusname', label: 'BSSTATUSNAME', width: 160, title: '业务状态', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'bookingno', label: 'BOOKINGNO', width: 160, title: '业务编号', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'agentid', label: 'AGENTID', width: 160, title: '国外代理', showHeaderOverflow: true, sortable: true },
|
|
|
|
@ -98,7 +98,10 @@ export default {
|
|
|
|
|
{ field: 'placedeliveryid', label: 'PLACEDELIVERYID', width: 120, title: '交货地代码', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'portloadid', label: 'PORTLOADID', width: 120, title: '装货港代码', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'portdischargeid', label: 'PORTDISCHARGEID', width: 120, title: '卸货港代码', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'pono', label: 'pono', width: 120, title: 'PO NO', showHeaderOverflow: true, sortable: true }
|
|
|
|
|
{ field: 'pono', label: 'PONO', width: 120, title: 'PO NO', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
// 以下为新增字段
|
|
|
|
|
{ field: 'dzRemark', label: 'DZREMARK', width: 160, title: '单证备注', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'czRemark', label: 'CZREMARK', width: 160, title: '操作备注', showHeaderOverflow: true, sortable: true }
|
|
|
|
|
],
|
|
|
|
|
// ==== 表单部分 ====
|
|
|
|
|
condAllData: [
|
|
|
|
@ -123,7 +126,7 @@ export default {
|
|
|
|
|
{ title: '订舱编号', align: 'center', width: 120, label: 'CUSTNO', type: 'input' },
|
|
|
|
|
{ title: '业务编号', align: 'center', width: 120, label: 'BOOKINGNO', type: 'input' },
|
|
|
|
|
{ title: '业务状态', align: 'center', width: 120, label: 'BSSTATUS', type: 'input' },
|
|
|
|
|
{ title: '客户合同号', align: 'center', width: 120, label: 'SERVICECONTRACTNO', type: 'input' },
|
|
|
|
|
// { title: '客户合同号', align: 'center', width: 120, label: 'SERVICECONTRACTNO', type: 'input' }, // 暂时去掉
|
|
|
|
|
{ title: '航线代码', align: 'center', width: 120, label: 'LANECODE', type: 'input' },
|
|
|
|
|
{ title: '内部航次', align: 'center', width: 120, label: 'VOYNOINNER', type: 'input' },
|
|
|
|
|
{ title: '海关航次', align: 'center', width: 120, label: 'VOYNO', type: 'input' },
|
|
|
|
@ -150,7 +153,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: 'PO NO', align: 'center', width: 120, label: 'pono', type: 'input' },
|
|
|
|
|
{ title: 'PO NO', align: 'center', width: 120, label: 'PONO', type: 'input' },
|
|
|
|
|
|
|
|
|
|
// 新增字段
|
|
|
|
|
{ title: '件数', align: 'center', width: 160, label: 'PKGS', type: 'input' },
|
|
|
|
@ -218,7 +221,9 @@ export default {
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// 以下为日期区间
|
|
|
|
|
{ title: '签单日期', align: 'center', width: 160, label: 'ISSUEDATE', type: 'dateRange', resLabel: ['BISSUEDATE', 'EISSUEDATE'] }
|
|
|
|
|
{ title: '签单日期', align: 'center', width: 160, label: 'ISSUEDATE', type: 'dateRange', resLabel: ['BISSUEDATE', 'EISSUEDATE'] },
|
|
|
|
|
// 以下为新增字段 - 台账文档中, 参数暂无
|
|
|
|
|
// { title: '单证备注', align: 'center', width: 160, label: 'DZREMARK', type: 'input' },
|
|
|
|
|
// { title: '操作备注', align: 'center', width: 160, label: 'CZREMARK', type: 'input' }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|