|
|
|
@ -17,7 +17,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'brand', |
|
|
|
|
label: '品牌', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
@ -61,7 +61,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'shippingOrg', |
|
|
|
|
label: '发货单位', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
@ -72,7 +72,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'consigneeOrg', |
|
|
|
|
label: '收货单位', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
@ -83,7 +83,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'waybillType', |
|
|
|
|
label: '运单类型', |
|
|
|
|
type: 3, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [ |
|
|
|
@ -100,31 +100,53 @@ export const columnList = [
|
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
// {
|
|
|
|
|
// prop: 'documentCreationTime',
|
|
|
|
|
// label: '开单时间',
|
|
|
|
|
// type: 4,
|
|
|
|
|
// values: '',
|
|
|
|
|
// width: '150',
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
// fixed: false,
|
|
|
|
|
// sortable: true,
|
|
|
|
|
// head: false,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// prop: 'goodsCategories ',
|
|
|
|
|
// label: '货物品类',
|
|
|
|
|
// type: 2,
|
|
|
|
|
// values: '',
|
|
|
|
|
// width: '150',
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
// fixed: false,
|
|
|
|
|
// sortable: true,
|
|
|
|
|
// head: false,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// prop: 'categoryPieceCount',
|
|
|
|
|
// label: '品类件数',
|
|
|
|
|
// type: 1,
|
|
|
|
|
// values: '',
|
|
|
|
|
// width: '150',
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
// fixed: false,
|
|
|
|
|
// sortable: true,
|
|
|
|
|
// head: false,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// prop: 'categoryCount',
|
|
|
|
|
// label: '品类数',
|
|
|
|
|
// type: 1,
|
|
|
|
|
// values: '',
|
|
|
|
|
// width: '150',
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
// fixed: false,
|
|
|
|
|
// sortable: true,
|
|
|
|
|
// head: false,
|
|
|
|
|
// },
|
|
|
|
|
{ |
|
|
|
|
prop: 'documentCreationTime', |
|
|
|
|
label: '开单时间', |
|
|
|
|
type: 4, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'goodsCategories ', |
|
|
|
|
label: '货物品类', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'categoryPieceCount', |
|
|
|
|
label: '品类件数', |
|
|
|
|
prop: 'totalQuantity', |
|
|
|
|
label: '总件数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
@ -132,10 +154,11 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'categoryCount', |
|
|
|
|
label: '品类数', |
|
|
|
|
prop: 'reviewNumber', |
|
|
|
|
label: '复核件数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
@ -143,10 +166,11 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'totalQuantity', |
|
|
|
|
label: '总件数', |
|
|
|
|
prop: 'settlementNumber', |
|
|
|
|
label: '结算件数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
@ -154,6 +178,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'totalWeight', |
|
|
|
@ -165,6 +190,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'totalVolume', |
|
|
|
@ -176,6 +202,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'totalDistributionCost', |
|
|
|
@ -187,6 +214,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'distributionCost', |
|
|
|
@ -198,6 +226,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'inventoryDistributionCost', |
|
|
|
@ -209,6 +238,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'stairCarryingFee', |
|
|
|
@ -220,6 +250,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'goodsAllocationCost', |
|
|
|
@ -231,6 +262,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'repositioningCost', |
|
|
|
@ -242,6 +274,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'handlingCost', |
|
|
|
@ -253,6 +286,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'mileageCost', |
|
|
|
@ -264,6 +298,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'subsidizedKilometerCost', |
|
|
|
@ -275,6 +310,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'excessZoneMileageCost', |
|
|
|
@ -286,6 +322,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'locationSubsidyCost', |
|
|
|
@ -297,6 +334,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'minimumGuaranteeCost', |
|
|
|
@ -308,6 +346,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'fuelCost', |
|
|
|
@ -319,6 +358,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'otherCosts', |
|
|
|
@ -330,6 +370,19 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'changeAmount', |
|
|
|
|
label: '异动金额', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'deliveryKilometers', |
|
|
|
@ -341,6 +394,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'shipper', |
|
|
|
@ -356,7 +410,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'shippingPhone', |
|
|
|
|
label: '发货人手机号', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
@ -367,7 +421,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'shippingAddress', |
|
|
|
|
label: '发货地址', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
@ -378,7 +432,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'arrivalStation', |
|
|
|
|
label: '到站', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
@ -389,7 +443,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'departureWarehouse', |
|
|
|
|
label: '发站仓', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
@ -400,7 +454,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'consignee', |
|
|
|
|
label: '收货人', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
@ -411,7 +465,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'consigneePhone', |
|
|
|
|
label: '收货人手机号', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
@ -422,7 +476,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'consigneeAddress', |
|
|
|
|
label: '收货地址', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
@ -433,7 +487,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'customerTrip', |
|
|
|
|
label: '客户车次', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|