|
|
|
@ -160,38 +160,17 @@ 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' },
|
|
|
|
|
// { title: '到付地点', align: 'center', width: 160, label: 'PAYABLEAT', type: 'input' },
|
|
|
|
|
// { title: '付费方式', align: 'center', width: 160, label: 'BLFRT', type: 'input' },
|
|
|
|
|
// { title: '签单地点', align: 'center', width: 160, label: 'ISSUEPLACE', type: 'input' },
|
|
|
|
|
// { title: '预付地点', align: 'center', width: 160, label: 'PREPARDAT', type: 'input' },
|
|
|
|
|
// { title: '运输条款', align: 'center', width: 160, label: 'SERVICE', type: 'input' },
|
|
|
|
|
// { title: '国外代理', align: 'center', width: 160, label: 'AGENTID', type: 'input' },
|
|
|
|
|
// { title: '车队', align: 'center', width: 160, label: 'TRUCKER', type: 'input' },
|
|
|
|
|
// { title: '船代', align: 'center', width: 160, label: 'SHIPAGENCY', type: 'input' },
|
|
|
|
|
|
|
|
|
|
// 以下需要加模糊搜索
|
|
|
|
|
{ title: '到付地点', align: 'center', width: 160, label: 'PAYABLEAT', type: 'input' },
|
|
|
|
|
{ title: '付费方式', align: 'center', width: 160, label: 'BLFRT', type: 'input' },
|
|
|
|
|
{ title: '签单地点', align: 'center', width: 160, label: 'ISSUEPLACE', type: 'input' },
|
|
|
|
|
{ title: '预付地点', align: 'center', width: 160, label: 'PREPARDAT', type: 'input' },
|
|
|
|
|
{ title: '运输条款', align: 'center', width: 160, label: 'SERVICE', type: 'input' },
|
|
|
|
|
{ title: '国外代理', align: 'center', width: 160, label: 'AGENTID', type: 'input' },
|
|
|
|
|
{ title: '车队', align: 'center', width: 160, label: 'TRUCKER', type: 'input' },
|
|
|
|
|
{ title: '船代', align: 'center', width: 160, label: 'SHIPAGENCY', type: 'input' },
|
|
|
|
|
|
|
|
|
|
// 以下为下拉加载
|
|
|
|
|
// { title: '箱型', align: 'center', width: 160, label: 'CNTRTOTAL', type: 'input' },
|
|
|
|
|
// { title: '包装', align: 'center', width: 160, label: 'KINDPKGS', type: 'input' },
|
|
|
|
|
// { title: '签单方式', align: 'center', width: 160, label: 'ISSUETYPE', type: 'input' },
|
|
|
|
|
// { title: '提单份数', align: 'center', width: 160, label: 'NOBILL', type: 'input' },
|
|
|
|
|
// { title: '货物标识', align: 'center', width: 160, label: 'CARGOID', type: 'input' },
|
|
|
|
|
{ title: '到付地点', align: 'center', width: 160, label: 'PAYABLEAT', type: 'complete', showLabel: 'enName' },
|
|
|
|
|
{ title: '付费方式', align: 'center', width: 160, label: 'BLFRT', type: 'complete', showLabel: 'enName' },
|
|
|
|
|
{ title: '签单地点', align: 'center', width: 160, label: 'ISSUEPLACE', type: 'complete', showLabel: 'enName' },
|
|
|
|
|
{ title: '预付地点', align: 'center', width: 160, label: 'PREPARDAT', type: 'complete', showLabel: 'enName' },
|
|
|
|
|
{ title: '运输条款', align: 'center', width: 160, label: 'SERVICE', type: 'complete', showLabel: 'name' },
|
|
|
|
|
{ title: '国外代理', align: 'center', width: 160, label: 'AGENTID', type: 'complete', showLabel: 'shortName' },
|
|
|
|
|
{ title: '车队', align: 'center', width: 160, label: 'TRUCKER', type: 'complete', showLabel: 'shortName' },
|
|
|
|
|
{ title: '船代', align: 'center', width: 160, label: 'SHIPAGENCY', type: 'complete', showLabel: 'name' },
|
|
|
|
|
|
|
|
|
|
{ title: '箱型', align: 'center', width: 120, label: 'CNTRTOTAL', type: 'select', showLabel: 'name' },
|
|
|
|
|
{ title: '包装', align: 'center', width: 120, label: 'KINDPKGS', type: 'select', showLabel: 'name' },
|
|
|
|
@ -231,8 +210,6 @@ export default {
|
|
|
|
|
{ code: 'O', name: '超限箱' }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// 以下为日期区间
|
|
|
|
|
{ title: '签单日期', align: 'center', width: 160, label: 'ISSUEDATE', type: 'dateRange', resLabel: ['BISSUEDATE', 'EISSUEDATE'] }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|