|
|
|
export const columnList = [
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '复选框',
|
|
|
|
type: 0,
|
|
|
|
width: 55,
|
|
|
|
fixed: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '序号',
|
|
|
|
type: 12,
|
|
|
|
values: '',
|
|
|
|
width: 55,
|
|
|
|
fixed: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'waybillNo',
|
|
|
|
label: '批次号',
|
|
|
|
type: 13,
|
|
|
|
values: '',
|
|
|
|
width: '150',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: true,
|
|
|
|
sortable: true,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'carsLineName',
|
|
|
|
label: '路线',
|
|
|
|
type: 13,
|
|
|
|
values: '',
|
|
|
|
width: '250',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: true,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'planLoadingNumber',
|
|
|
|
label: '计划装车',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'realLoadingNumber',
|
|
|
|
label: '装车件数',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'NumberOfPiecesInTheCar',
|
|
|
|
label: '在车件数',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'unloadNumber',
|
|
|
|
label: '卸车件数',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '180',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'fullLoadRate',
|
|
|
|
label: '满载率',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// prop: 'startTime',
|
|
|
|
// label: '滞留扫描',
|
|
|
|
// type: 1,
|
|
|
|
// values: '',
|
|
|
|
// width: '130',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: false,
|
|
|
|
// sortable: true,
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// prop: 'endTime',
|
|
|
|
// label: '直发商家',
|
|
|
|
// type: 1,
|
|
|
|
// values: '',
|
|
|
|
// width: '130',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: false,
|
|
|
|
// sortable: true,
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// prop: 'planVolume',
|
|
|
|
// label: '类型',
|
|
|
|
// type: 1,
|
|
|
|
// values: '',
|
|
|
|
// width: '130',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: false,
|
|
|
|
// sortable: true,
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
prop: 'loadStatusName',
|
|
|
|
label: '车辆状态',
|
|
|
|
type: 14,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [
|
|
|
|
{ label: '未发车', value: 0 },
|
|
|
|
{ label: '已发车', value: 10 },
|
|
|
|
{ label: '网点到车', value: 20 },
|
|
|
|
{ label: '网点发车', value: 30 },
|
|
|
|
{ label: '终点到车', value: 40 },
|
|
|
|
{ label: '已卸车', value: 80 },
|
|
|
|
{ label: '已签收', value: 90 },
|
|
|
|
{ label: '部分签收', value: 91 },
|
|
|
|
{ label: '取消配载', value: 100 },
|
|
|
|
],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'driverName',
|
|
|
|
label: '主驾司机',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'driverMobile',
|
|
|
|
label: '主驾司机手机号',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '150',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'carNumber',
|
|
|
|
label: '车牌号',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '150',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'startWarehouseName',
|
|
|
|
label: '起点仓库',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'endWarehouseNames',
|
|
|
|
label: '终点仓库',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'arriveTime',
|
|
|
|
label: '到车时间',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'startTime',
|
|
|
|
label: '实际发车时间',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// prop: 'totalVolume',
|
|
|
|
// label: '总运输费用',
|
|
|
|
// type: 1,
|
|
|
|
// values: '',
|
|
|
|
// width: '130',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: false,
|
|
|
|
// sortable: true,
|
|
|
|
// isshowSummary: true,
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
prop: 'nowTransportCost',
|
|
|
|
label: '现付运输费',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
isshowSummary: true,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'oilCost',
|
|
|
|
label: '到付油卡费',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'tollFee',
|
|
|
|
label: '路桥费',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'backTransportCost',
|
|
|
|
label: '回付运输费',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'reachTransportCost',
|
|
|
|
label: '到付运输费',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'wholeCarInfoCost',
|
|
|
|
label: '整车信息费',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'wholeCarInsuranceCost',
|
|
|
|
label: '整车保险费',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'wholeCarGroundCost',
|
|
|
|
label: '整车落地费',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'hairWholeCost',
|
|
|
|
label: '发站装车费',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'hairWholeOtherCost',
|
|
|
|
label: '发站其他费',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'unloadCost',
|
|
|
|
label: '到站卸车费',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'unloadOtherCost',
|
|
|
|
label: '到站其它费',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// prop: 'totalWeight',
|
|
|
|
// label: '经办人',
|
|
|
|
// type: 1,
|
|
|
|
// values: '',
|
|
|
|
// width: '130',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: false,
|
|
|
|
// sortable: true,
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
prop: 'createTime',
|
|
|
|
label: '创建时间',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// prop: 'createUserName',
|
|
|
|
// label: '卸车总收入',
|
|
|
|
// type: 1,
|
|
|
|
// values: '',
|
|
|
|
// width: '130',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: false,
|
|
|
|
// sortable: true,
|
|
|
|
// isshowSummary: true,
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
prop: 'createUserName',
|
|
|
|
label: '操作',
|
|
|
|
type: 6,
|
|
|
|
values: '',
|
|
|
|
width: '250',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: 'right',
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
/** 装车详情列表 */
|
|
|
|
export const detailsColumnList = [
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '复选框',
|
|
|
|
type: 0,
|
|
|
|
width: 55,
|
|
|
|
fixed: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '序号',
|
|
|
|
type: 12,
|
|
|
|
values: '',
|
|
|
|
width: 55,
|
|
|
|
fixed: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'orderCode',
|
|
|
|
label: '运单号',
|
|
|
|
type: 13,
|
|
|
|
values: '',
|
|
|
|
width: '150',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: true,
|
|
|
|
sortable: true,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'orderCode',
|
|
|
|
label: '合同号',
|
|
|
|
type: 13,
|
|
|
|
values: '',
|
|
|
|
width: '150',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: true,
|
|
|
|
sortable: true,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'orderPackageCode',
|
|
|
|
label: '包条码',
|
|
|
|
type: 13,
|
|
|
|
values: '',
|
|
|
|
width: '200',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'driverName',
|
|
|
|
label: '计划目的地',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'driverPhone',
|
|
|
|
label: '目的地',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'warehouseName',
|
|
|
|
label: '装卸状态',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'lineNameTitle',
|
|
|
|
label: '订单来源',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'nodeNub',
|
|
|
|
label: '装车仓库',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'startTime',
|
|
|
|
label: '扫码时间',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'endTime',
|
|
|
|
label: '装卸仓库',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'planVolume',
|
|
|
|
label: '卸车时间',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'billladingStatus',
|
|
|
|
label: '装车类型',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'chargeType',
|
|
|
|
label: '是否补录',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'totalFee',
|
|
|
|
label: '是否齐套',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '150',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'remark',
|
|
|
|
label: '托盘码',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '150',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'carrierName',
|
|
|
|
label: '一级品类',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'waybillCount',
|
|
|
|
label: '二级品类',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'totalNum',
|
|
|
|
label: '三级品类',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'totalWeight',
|
|
|
|
label: '物料名称',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'totalVolume',
|
|
|
|
label: '装车扫描人',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'createUserName',
|
|
|
|
label: '卸车人',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'totalWeight',
|
|
|
|
label: '同步状态',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '130',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
/** 对比报表 -- 仓库节点 */
|
|
|
|
export const warehouseNodeColumnList = [
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '序号',
|
|
|
|
type: 12,
|
|
|
|
values: '',
|
|
|
|
width: 55,
|
|
|
|
fixed: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'orderCode',
|
|
|
|
label: '仓库',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: true,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'orderCode',
|
|
|
|
label: '到车',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: true,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'orderPackageCode',
|
|
|
|
label: '发车',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'driverName',
|
|
|
|
label: '卸车',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'driverPhone',
|
|
|
|
label: '操作人',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
/** 对比报表 -- 仓库节点 */
|
|
|
|
export const truckLoadingColumnList = [
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '序号',
|
|
|
|
type: 12,
|
|
|
|
values: '',
|
|
|
|
width: 55,
|
|
|
|
fixed: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'orderCode',
|
|
|
|
label: '合同号',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: true,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'orderCode',
|
|
|
|
label: '包条码',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: true,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'orderPackageCode',
|
|
|
|
label: '装车仓库',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'driverName',
|
|
|
|
label: '卸车仓库',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'driverPhone',
|
|
|
|
label: '扫码时间',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
/** 对比报表 -- 仓库节点 */
|
|
|
|
export const packageColumnList = [
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '复选框',
|
|
|
|
type: 0,
|
|
|
|
values: '',
|
|
|
|
width: 55,
|
|
|
|
fixed: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '序号',
|
|
|
|
type: 12,
|
|
|
|
values: '',
|
|
|
|
width: 55,
|
|
|
|
fixed: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'orderCode',
|
|
|
|
label: '合同号',
|
|
|
|
width: '130',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: true,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'orderPackageCode',
|
|
|
|
label: '包条码',
|
|
|
|
width: '130',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: true,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'waybillNo',
|
|
|
|
label: '运单号',
|
|
|
|
width: '130',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'nodeName',
|
|
|
|
label: '目的地',
|
|
|
|
width: '130',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'firsts',
|
|
|
|
label: '一级品',
|
|
|
|
width: '130',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'second',
|
|
|
|
label: '二级品',
|
|
|
|
width: '130',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'third',
|
|
|
|
label: '三级品',
|
|
|
|
width: '130',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'mallName',
|
|
|
|
label: '商场',
|
|
|
|
width: '130',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'mallPerson',
|
|
|
|
label: '商场联系人',
|
|
|
|
width: '130',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'mallPersonMobile',
|
|
|
|
label: '商场联系人电话',
|
|
|
|
width: '130',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'mallAddress',
|
|
|
|
label: '商场地址',
|
|
|
|
width: '150',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'customerName',
|
|
|
|
label: '最终客户',
|
|
|
|
width: '130',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'customerMobile',
|
|
|
|
label: '客户电话',
|
|
|
|
width: '130',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'customerAddress',
|
|
|
|
label: '客户地址',
|
|
|
|
width: '150',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'remark',
|
|
|
|
label: '备注',
|
|
|
|
width: '130',
|
|
|
|
type: 2,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '操作',
|
|
|
|
width: '200',
|
|
|
|
type: 6,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: 'right',
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
];
|