|
|
@ -89,7 +89,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
valueField: 'id',
|
|
|
|
valueField: 'id',
|
|
|
|
showName: 'shortName',
|
|
|
|
showName: 'shortName',
|
|
|
|
resultField: 'data',
|
|
|
|
resultField: 'data',
|
|
|
|
immediate: false
|
|
|
|
immediate: false,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -129,7 +129,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
valueField: 'id',
|
|
|
|
valueField: 'id',
|
|
|
|
showName: 'userName',
|
|
|
|
showName: 'userName',
|
|
|
|
immediate: false,
|
|
|
|
immediate: false,
|
|
|
|
resultField: 'data'
|
|
|
|
resultField: 'data',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -147,7 +147,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
valueField: 'id',
|
|
|
|
valueField: 'id',
|
|
|
|
showName: 'userName',
|
|
|
|
showName: 'userName',
|
|
|
|
immediate: false,
|
|
|
|
immediate: false,
|
|
|
|
resultField: 'data'
|
|
|
|
resultField: 'data',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -165,7 +165,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
valueField: 'vesselName',
|
|
|
|
valueField: 'vesselName',
|
|
|
|
resultField: 'data',
|
|
|
|
resultField: 'data',
|
|
|
|
immediate: false,
|
|
|
|
immediate: false,
|
|
|
|
mode: 'SECRET_COMBOBOX_MODE_DO_NOT_USE'
|
|
|
|
mode: 'SECRET_COMBOBOX_MODE_DO_NOT_USE',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -173,7 +173,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
label: '船司航次',
|
|
|
|
label: '船司航次',
|
|
|
|
field: 'innerVoyno',
|
|
|
|
field: 'innerVoyno',
|
|
|
|
component: 'Input',
|
|
|
|
component: 'Input',
|
|
|
|
colProps: { span: 4 }
|
|
|
|
colProps: { span: 4 },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
label: '装货港',
|
|
|
|
label: '装货港',
|
|
|
@ -189,7 +189,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
labelField: 'pinYinCode',
|
|
|
|
labelField: 'pinYinCode',
|
|
|
|
showName: 'portName',
|
|
|
|
showName: 'portName',
|
|
|
|
valueField: 'id',
|
|
|
|
valueField: 'id',
|
|
|
|
immediate: false
|
|
|
|
immediate: false,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -207,7 +207,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
labelField: 'pinYinCode',
|
|
|
|
labelField: 'pinYinCode',
|
|
|
|
showName: 'portName',
|
|
|
|
showName: 'portName',
|
|
|
|
valueField: 'id',
|
|
|
|
valueField: 'id',
|
|
|
|
immediate: false
|
|
|
|
immediate: false,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -225,7 +225,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
labelField: 'pinYinCode',
|
|
|
|
labelField: 'pinYinCode',
|
|
|
|
showName: 'portName',
|
|
|
|
showName: 'portName',
|
|
|
|
valueField: 'id',
|
|
|
|
valueField: 'id',
|
|
|
|
immediate: false
|
|
|
|
immediate: false,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -242,7 +242,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
immediate: false,
|
|
|
|
immediate: false,
|
|
|
|
labelField: 'ediCode',
|
|
|
|
labelField: 'ediCode',
|
|
|
|
valueField: 'id',
|
|
|
|
valueField: 'id',
|
|
|
|
resultField: 'data'
|
|
|
|
resultField: 'data',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -259,10 +259,10 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
immediate: false,
|
|
|
|
immediate: false,
|
|
|
|
labelField: 'laneName',
|
|
|
|
labelField: 'laneName',
|
|
|
|
valueField: 'id',
|
|
|
|
valueField: 'id',
|
|
|
|
resultField: 'data'
|
|
|
|
resultField: 'data',
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
label: '客服',
|
|
|
|
label: '客服',
|
|
|
|
field: 'customerService',
|
|
|
|
field: 'customerService',
|
|
|
@ -277,7 +277,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
valueField: 'id',
|
|
|
|
valueField: 'id',
|
|
|
|
showName: 'userName',
|
|
|
|
showName: 'userName',
|
|
|
|
immediate: false,
|
|
|
|
immediate: false,
|
|
|
|
resultField: 'data'
|
|
|
|
resultField: 'data',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -307,7 +307,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
valueField: 'id',
|
|
|
|
valueField: 'id',
|
|
|
|
showName: 'shortName',
|
|
|
|
showName: 'shortName',
|
|
|
|
resultField: 'data',
|
|
|
|
resultField: 'data',
|
|
|
|
immediate: false
|
|
|
|
immediate: false,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -315,7 +315,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
field: 'contractNo',
|
|
|
|
field: 'contractNo',
|
|
|
|
label: '约号',
|
|
|
|
label: '约号',
|
|
|
|
component: 'Input',
|
|
|
|
component: 'Input',
|
|
|
|
colProps: { span: 4 }
|
|
|
|
colProps: { span: 4 },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
label: '订舱口',
|
|
|
|
label: '订舱口',
|
|
|
@ -389,25 +389,25 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
label: '场站',
|
|
|
|
label: '场站',
|
|
|
|
field: 'yard',
|
|
|
|
field: 'yard',
|
|
|
|
component: 'Input',
|
|
|
|
component: 'Input',
|
|
|
|
show: false
|
|
|
|
show: false,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
label: '订舱口',
|
|
|
|
label: '订舱口',
|
|
|
|
field: 'forwarder',
|
|
|
|
field: 'forwarder',
|
|
|
|
component: 'Input',
|
|
|
|
component: 'Input',
|
|
|
|
show: false
|
|
|
|
show: false,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'contractNo',
|
|
|
|
field: 'contractNo',
|
|
|
|
label: '约号',
|
|
|
|
label: '约号',
|
|
|
|
component: 'Input',
|
|
|
|
component: 'Input',
|
|
|
|
show: false
|
|
|
|
show: false,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'serviceContractNo',
|
|
|
|
field: 'serviceContractNo',
|
|
|
|
label: '服务合同号',
|
|
|
|
label: '服务合同号',
|
|
|
|
component: 'Input',
|
|
|
|
component: 'Input',
|
|
|
|
show: false
|
|
|
|
show: false,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
]
|
|
|
|
]
|
|
|
|
// 费用状态
|
|
|
|
// 费用状态
|
|
|
@ -451,25 +451,25 @@ export const columns: BasicColumn[] = [
|
|
|
|
dataIndex: 'shipperCn',
|
|
|
|
dataIndex: 'shipperCn',
|
|
|
|
title: '国内发货人',
|
|
|
|
title: '国内发货人',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 120
|
|
|
|
width: 120,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'cntrTotal',
|
|
|
|
dataIndex: 'cntrTotal',
|
|
|
|
title: '箱型箱量',
|
|
|
|
title: '箱型箱量',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 100
|
|
|
|
width: 100,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'quotePrice',
|
|
|
|
dataIndex: 'quotePrice',
|
|
|
|
title: '卖单价',
|
|
|
|
title: '卖单价',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 80
|
|
|
|
width: 80,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'floorPrice',
|
|
|
|
dataIndex: 'floorPrice',
|
|
|
|
title: '底单价',
|
|
|
|
title: '底单价',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 80
|
|
|
|
width: 80,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'bookingNo',
|
|
|
|
dataIndex: 'bookingNo',
|
|
|
@ -523,25 +523,25 @@ export const columns: BasicColumn[] = [
|
|
|
|
title: '卸货港',
|
|
|
|
title: '卸货港',
|
|
|
|
dataIndex: 'dischargePort',
|
|
|
|
dataIndex: 'dischargePort',
|
|
|
|
width: 120,
|
|
|
|
width: 120,
|
|
|
|
sorter: true
|
|
|
|
sorter: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '交货地',
|
|
|
|
title: '交货地',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
dataIndex: 'deliveryPlace',
|
|
|
|
dataIndex: 'deliveryPlace',
|
|
|
|
width: 120
|
|
|
|
width: 120,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'service',
|
|
|
|
dataIndex: 'service',
|
|
|
|
title: '运输条款',
|
|
|
|
title: '运输条款',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 100
|
|
|
|
width: 100,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'eta',
|
|
|
|
dataIndex: 'eta',
|
|
|
|
title: '预抵日期',
|
|
|
|
title: '预抵日期',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 90
|
|
|
|
width: 90,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '订舱口',
|
|
|
|
title: '订舱口',
|
|
|
@ -552,12 +552,12 @@ export const columns: BasicColumn[] = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '运踪',
|
|
|
|
title: '运踪',
|
|
|
|
dataIndex: 'bookStatus',
|
|
|
|
dataIndex: 'bookStatus',
|
|
|
|
width: 200
|
|
|
|
width: 200,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '提箱返场',
|
|
|
|
title: '提箱返场',
|
|
|
|
dataIndex: 'statusLog',
|
|
|
|
dataIndex: 'statusLog',
|
|
|
|
width: 140
|
|
|
|
width: 140,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '揽货人',
|
|
|
|
title: '揽货人',
|
|
|
@ -587,7 +587,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
dataIndex: 'laner',
|
|
|
|
dataIndex: 'laner',
|
|
|
|
title: '航线',
|
|
|
|
title: '航线',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 120
|
|
|
|
width: 120,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'contractClientName',
|
|
|
|
dataIndex: 'contractClientName',
|
|
|
@ -729,13 +729,13 @@ export const columns: BasicColumn[] = [
|
|
|
|
dataIndex: 'isBusinessLocking',
|
|
|
|
dataIndex: 'isBusinessLocking',
|
|
|
|
title: '业务锁定',
|
|
|
|
title: '业务锁定',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 80
|
|
|
|
width: 80,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'isFeeLocking',
|
|
|
|
dataIndex: 'isFeeLocking',
|
|
|
|
title: '费用锁定',
|
|
|
|
title: '费用锁定',
|
|
|
|
width: 80,
|
|
|
|
width: 80,
|
|
|
|
sorter: true
|
|
|
|
sorter: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'accountDate',
|
|
|
|
dataIndex: 'accountDate',
|
|
|
@ -801,19 +801,19 @@ export const columns: BasicColumn[] = [
|
|
|
|
dataIndex: 'yard',
|
|
|
|
dataIndex: 'yard',
|
|
|
|
title: '场站',
|
|
|
|
title: '场站',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 120
|
|
|
|
width: 120,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'customser',
|
|
|
|
dataIndex: 'customser',
|
|
|
|
title: '报关行',
|
|
|
|
title: '报关行',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 120
|
|
|
|
width: 120,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'trucker',
|
|
|
|
dataIndex: 'trucker',
|
|
|
|
title: '承运车队',
|
|
|
|
title: '承运车队',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 120
|
|
|
|
width: 120,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// {
|
|
|
|
// dataIndex: 'termDelivery',
|
|
|
|
// dataIndex: 'termDelivery',
|
|
|
@ -825,25 +825,25 @@ export const columns: BasicColumn[] = [
|
|
|
|
dataIndex: 'agent',
|
|
|
|
dataIndex: 'agent',
|
|
|
|
title: '国外代理',
|
|
|
|
title: '国外代理',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 120
|
|
|
|
width: 120,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'shipper',
|
|
|
|
dataIndex: 'shipper',
|
|
|
|
title: '发货人',
|
|
|
|
title: '发货人',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 120
|
|
|
|
width: 120,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'consignee',
|
|
|
|
dataIndex: 'consignee',
|
|
|
|
title: '收货人',
|
|
|
|
title: '收货人',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 120
|
|
|
|
width: 120,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'notifyParty',
|
|
|
|
dataIndex: 'notifyParty',
|
|
|
|
title: '通知人',
|
|
|
|
title: '通知人',
|
|
|
|
width: 120,
|
|
|
|
width: 120,
|
|
|
|
sorter: true
|
|
|
|
sorter: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '收货地',
|
|
|
|
title: '收货地',
|
|
|
@ -855,7 +855,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
dataIndex: 'kindPkgsName',
|
|
|
|
dataIndex: 'kindPkgsName',
|
|
|
|
title: '包装',
|
|
|
|
title: '包装',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 120
|
|
|
|
width: 120,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '件数',
|
|
|
|
title: '件数',
|
|
|
@ -913,7 +913,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
return name
|
|
|
|
return name
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'issueDate',
|
|
|
|
dataIndex: 'issueDate',
|
|
|
@ -925,7 +925,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
dataIndex: 'issueType',
|
|
|
|
dataIndex: 'issueType',
|
|
|
|
title: '签单方式',
|
|
|
|
title: '签单方式',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 100
|
|
|
|
width: 100,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// ...CtnMapArr,
|
|
|
|
// ...CtnMapArr,
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -970,13 +970,13 @@ export const columns: BasicColumn[] = [
|
|
|
|
dataIndex: 'mblFrt',
|
|
|
|
dataIndex: 'mblFrt',
|
|
|
|
title: '付费方式',
|
|
|
|
title: '付费方式',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 100
|
|
|
|
width: 100,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'prepareAt',
|
|
|
|
dataIndex: 'prepareAt',
|
|
|
|
title: '预付地点',
|
|
|
|
title: '预付地点',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
width: 120
|
|
|
|
width: 120,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dataIndex: 'note',
|
|
|
|
dataIndex: 'note',
|
|
|
|