|
|
|
@ -15,7 +15,7 @@ export const columnList = [
|
|
|
|
|
fixed: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a1', |
|
|
|
|
prop: 'trainNumber', |
|
|
|
|
label: '车次号', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
@ -26,7 +26,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a2', |
|
|
|
|
prop: 'deliveryDate', |
|
|
|
|
label: '配送日期', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -37,7 +37,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a3', |
|
|
|
|
prop: 'destinationWarehouse', |
|
|
|
|
label: '目的仓', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -48,7 +48,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a4', |
|
|
|
|
prop: 'customerName', |
|
|
|
|
label: '客户名称', |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
@ -59,7 +59,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a5', |
|
|
|
|
prop: 'orderCode', |
|
|
|
|
label: '订单自编号', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -70,7 +70,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'distributionType ', |
|
|
|
|
label: '配送类型', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -89,7 +89,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a7', |
|
|
|
|
prop: 'deliveryVehicle', |
|
|
|
|
label: '配送车辆', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -101,7 +101,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'distributionModel', |
|
|
|
|
label: '配送车型', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -112,7 +112,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'carrierName', |
|
|
|
|
label: '承运方名称', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -123,7 +123,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'carrierType', |
|
|
|
|
label: '承运方类型', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -134,7 +134,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'deliveryDriver', |
|
|
|
|
label: '配送司机', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -145,7 +145,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'plannedTotalQuantity', |
|
|
|
|
label: '计划总件数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -156,7 +156,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'totalOrderQuantity', |
|
|
|
|
label: '订单总数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -167,7 +167,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'inventoryItemCount', |
|
|
|
|
label: '库存品件数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -178,7 +178,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'totalLoadedPieces', |
|
|
|
|
label: '装车总件数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -189,7 +189,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'totalReceiptCost', |
|
|
|
|
label: '签收总件数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -200,7 +200,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'totalDistributionCost', |
|
|
|
|
label: '配送总成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -211,7 +211,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'distributionCost', |
|
|
|
|
label: '配送成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -222,7 +222,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'inventoryDistributionCost', |
|
|
|
|
label: '库存品配送成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -233,7 +233,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'tagRemovalCost', |
|
|
|
|
label: '撕标签成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -244,7 +244,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'stairCarryingFee', |
|
|
|
|
label: '上楼费成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -255,7 +255,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'goodsAllocationCost', |
|
|
|
|
label: '分货费成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -266,7 +266,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'repositioningCost', |
|
|
|
|
label: '平移费成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -277,7 +277,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'handlingCost', |
|
|
|
|
label: '装卸费成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -288,7 +288,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'mileageCost', |
|
|
|
|
label: '公里数成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -299,7 +299,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'subsidizedKilometerCost', |
|
|
|
|
label: '补贴公里数成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -310,7 +310,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'excessZoneMileageCost', |
|
|
|
|
label: '超区公里费成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -321,7 +321,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'locationSubsidyCost', |
|
|
|
|
label: '点位补贴费成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -332,7 +332,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'minimumGuaranteeCost', |
|
|
|
|
label: '保底费成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -343,7 +343,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'fuelCost', |
|
|
|
|
label: '油费成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -354,7 +354,7 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'a6', |
|
|
|
|
prop: 'otherCosts', |
|
|
|
|
label: '其他成本', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -365,15 +365,15 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
prop: 'createUserName', |
|
|
|
|
label: '操作', |
|
|
|
|
type: 6, |
|
|
|
|
values: '', |
|
|
|
|
width: '200', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: 'right', |
|
|
|
|
sortable: false, |
|
|
|
|
}, |
|
|
|
|
// {
|
|
|
|
|
// prop: 'createUserName',
|
|
|
|
|
// label: '操作',
|
|
|
|
|
// type: 6,
|
|
|
|
|
// values: '',
|
|
|
|
|
// width: '200',
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
// fixed: 'right',
|
|
|
|
|
// sortable: false,
|
|
|
|
|
// },
|
|
|
|
|
]; |
|
|
|
|
|