|
@@ -704,20 +704,12 @@ export default {
|
|
|
cellBtn: false,
|
|
|
editBtn: false,
|
|
|
delBtn: false,
|
|
|
- menuWidth: 140,
|
|
|
+ menuWidth: 150,
|
|
|
column: [{
|
|
|
label: '名称',
|
|
|
prop: 'contrastName',
|
|
|
index: 1,
|
|
|
}, {
|
|
|
- label: '船公司',
|
|
|
- prop: 'shippingCompany',
|
|
|
- index: 2,
|
|
|
- }, {
|
|
|
- label: '船名',
|
|
|
- prop: 'shipName',
|
|
|
- index: 3,
|
|
|
- }, {
|
|
|
label: '箱型',
|
|
|
prop: 'boxType',
|
|
|
type: "select",
|
|
@@ -726,32 +718,61 @@ export default {
|
|
|
label: "dictValue",
|
|
|
value: "dictValue"
|
|
|
},
|
|
|
- index: 4,
|
|
|
+ index: 2,
|
|
|
}, {
|
|
|
label: '运费',
|
|
|
prop: 'seaFreight',
|
|
|
+ index: 3,
|
|
|
+ },{
|
|
|
+ label: '船公司',
|
|
|
+ prop: 'shippingCompany',
|
|
|
+ index: 4,
|
|
|
+ }, {
|
|
|
+ label: '目的港箱使天数',
|
|
|
+ prop: 'objectiveHarborFee',
|
|
|
index: 5,
|
|
|
+ },{
|
|
|
+ label: '船期',
|
|
|
+ prop: 'shippingDate',
|
|
|
+ index: 6,
|
|
|
+ }, {
|
|
|
+ label: '主单/分单',
|
|
|
+ prop: 'documentType',
|
|
|
+ index: 7,
|
|
|
}, {
|
|
|
+ label: '航程',
|
|
|
+ prop: 'voyage',
|
|
|
+ index: 8,
|
|
|
+ }, {
|
|
|
+ label: '亏舱费用',
|
|
|
+ prop: 'brokenStowageAmount',
|
|
|
+ index: 9,
|
|
|
+ },{
|
|
|
label: '截单时间',
|
|
|
prop: 'cutOffTime',
|
|
|
- index: 6,
|
|
|
- }, {
|
|
|
+ index: 10,
|
|
|
+ },{
|
|
|
+ label: '备注',
|
|
|
+ prop: 'remark',
|
|
|
+ cell: true,
|
|
|
+ index: 11,
|
|
|
+ },{
|
|
|
label: '截港时间',
|
|
|
prop: 'harborInterceptionTime',
|
|
|
- index: 7,
|
|
|
+ index: 12,
|
|
|
}, {
|
|
|
- label: '船期',
|
|
|
- prop: 'shippingDate',
|
|
|
- index: 8,
|
|
|
+ label: '竞价排名',
|
|
|
+ prop: 'ranking',
|
|
|
+ index: 13,
|
|
|
}, {
|
|
|
label: '起运港箱使天数',
|
|
|
prop: 'departureHarborFee',
|
|
|
- index: 9,
|
|
|
- }, {
|
|
|
- label: '目的港箱使天数',
|
|
|
- prop: 'objectiveHarborFee',
|
|
|
- index: 10,
|
|
|
+ index: 14,
|
|
|
}, {
|
|
|
+ label: '船名',
|
|
|
+ prop: 'shipName',
|
|
|
+ index: 15,
|
|
|
+ }, {
|
|
|
label: '状态',
|
|
|
prop: 'status',
|
|
|
type: 'select',
|
|
@@ -761,12 +782,7 @@ export default {
|
|
|
label: "dictValue",
|
|
|
value: "dictKey"
|
|
|
},
|
|
|
- index: 11,
|
|
|
- }, {
|
|
|
- label: '备注',
|
|
|
- prop: 'remark',
|
|
|
- cell: true,
|
|
|
- index: 12,
|
|
|
+ index: 16,
|
|
|
}]
|
|
|
},
|
|
|
form: {},
|