You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

433 lines
7.2 KiB

9 months ago
export const columnList = [
{
prop: 'checkbox',
label: '复选框',
type: 0,
width: 55,
fixed: true,
},
{
prop: 'xh',
label: '序号',
type: 12,
values: '',
width: 55,
fixed: true,
},
{
prop: 'bookingReferenceNumber',
9 months ago
label: '预约计划编号',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'trainNumber',
9 months ago
label: '车次号',
type: 2,
9 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliveryDate',
9 months ago
label: '配送日期',
type: 4,
9 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'destinationWarehouse',
9 months ago
label: '目的仓',
type: 2,
9 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'customerName',
9 months ago
label: '客户名称',
type: 2,
9 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'orderCode',
9 months ago
label: '订单自编号',
type: 2,
9 months ago
values: '',
width: '200',
9 months ago
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'distributionType',
9 months ago
label: '配送类型',
type: 3,
9 months ago
values: '',
width: '150',
checkarr: [
{
label: '商配',
value: '商配',
},
{
label: '市配',
value: '市配',
},
],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'financialAuditStatus',
9 months ago
label: '财务审核状态',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliveryVehicle',
9 months ago
label: '配送车辆',
type: 2,
9 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'distributionModel',
9 months ago
label: '配送车型',
type: 3,
9 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'carrierName',
9 months ago
label: '承运方名称',
type: 2,
9 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'carrierType',
9 months ago
label: '承运方类型',
type: 3,
9 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliveryDriver',
9 months ago
label: '配送司机',
type: 2,
9 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'plannedTotalQuantity',
9 months ago
label: '计划总件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'totalOrderQuantity',
9 months ago
label: '订单总数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'inventoryItemCount',
9 months ago
label: '库存品件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'totalLoadedPieces',
9 months ago
label: '装车总件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'totalReceiptCost',
9 months ago
label: '签收总件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'totalDistributionCost',
9 months ago
label: '配送总成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'distributionCost',
9 months ago
label: '配送成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'inventoryDistributionCost',
9 months ago
label: '库存品配送成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'tagRemovalCost',
9 months ago
label: '撕标签成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'stairCarryingFee',
9 months ago
label: '上楼费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'goodsAllocationCost ',
9 months ago
label: '分货费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'repositioningCost',
9 months ago
label: '平移费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'handlingCost',
9 months ago
label: '装卸费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'mileageCost',
9 months ago
label: '公里数成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'subsidizedKilometerCost',
9 months ago
label: '补贴公里数成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'excessZoneMileageCost',
9 months ago
label: '超区公里费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'locationSubsidyCost',
9 months ago
label: '点位补贴费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'minimumGuaranteeCost',
9 months ago
label: '保底费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'fuelCost',
9 months ago
label: '油费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'otherCosts ',
9 months ago
label: '其他成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'remarks',
9 months ago
label: '备注',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'financialAuditTime',
9 months ago
label: '财务审核时间',
type: 4,
9 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'financialAuditor',
9 months ago
label: '财务审核人',
type: 2,
9 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'createUserName',
label: '操作',
type: 6,
values: '',
width: '200',
checkarr: [],
fixed: 'right',
sortable: false,
},
];