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.
628 lines
10 KiB
628 lines
10 KiB
1 year ago
|
export const columnList = [
|
||
|
{
|
||
|
prop: '',
|
||
|
label: '复选框',
|
||
|
type: 0,
|
||
|
width: 55,
|
||
|
fixed: true,
|
||
|
},
|
||
|
{
|
||
|
prop: '',
|
||
|
label: '序号',
|
||
|
type: 12,
|
||
|
values: '',
|
||
|
width: 55,
|
||
|
fixed: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'billladingCode',
|
||
|
label: '批次号',
|
||
|
type: 13,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: true,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
},
|
||
|
{
|
||
|
prop: 'carNumber',
|
||
|
label: '路线',
|
||
|
type: 13,
|
||
|
values: '',
|
||
|
width: '180',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'driverName',
|
||
|
label: '计划装车',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'driverPhone',
|
||
|
label: '装车件数',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'warehouseName',
|
||
|
label: '在车件数',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'lineNameTitle',
|
||
|
label: '卸车件数',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '180',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
isshowSummary: 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: 3,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'planVolume',
|
||
|
label: '类型',
|
||
|
type: 3,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'billladingStatus',
|
||
|
label: '车辆状态',
|
||
|
type: 3,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'chargeType',
|
||
|
label: '主驾司机',
|
||
|
type: 2,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalFee',
|
||
|
label: '主驾司机手机号',
|
||
|
type: 2,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'remark',
|
||
|
label: '车牌号',
|
||
|
type: 2,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'carrierName',
|
||
|
label: '起点仓库',
|
||
|
type: 2,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'waybillCount',
|
||
|
label: '终点仓库',
|
||
|
type: 2,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalNum',
|
||
|
label: '到车时间',
|
||
|
type: 4,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalWeight',
|
||
|
label: '实际发车时间',
|
||
|
type: 4,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalVolume',
|
||
|
label: '总运输费用',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'createUserName',
|
||
|
label: '现付运输费',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
isshowSummary: true,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalWeight',
|
||
|
label: '油费',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalVolume',
|
||
|
label: '路桥费',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'createUserName',
|
||
|
label: '回付运输费',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'createUserName',
|
||
|
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,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalVolume',
|
||
|
label: '整车保险费',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'createUserName',
|
||
|
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,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalVolume',
|
||
|
label: '发站其他费',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'createUserName',
|
||
|
label: '到站卸车费',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'createUserName',
|
||
|
label: '到站其它费',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalWeight',
|
||
|
label: '经办人',
|
||
|
type: 2,
|
||
|
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,
|
||
|
isshowSummary: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'createUserName',
|
||
|
label: '操作',
|
||
|
type: 6,
|
||
|
values: '',
|
||
|
width: '400',
|
||
|
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: 3,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'driverPhone',
|
||
|
label: '目的地',
|
||
|
type: 3,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'warehouseName',
|
||
|
label: '装卸状态',
|
||
|
type: 3,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'lineNameTitle',
|
||
|
label: '订单来源',
|
||
|
type: 2,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'nodeNub',
|
||
|
label: '装车仓库',
|
||
|
type: 3,
|
||
|
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: 3,
|
||
|
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: 3,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'chargeType',
|
||
|
label: '是否补录',
|
||
|
type: 3,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalFee',
|
||
|
label: '是否齐套',
|
||
|
type: 3,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'remark',
|
||
|
label: '托盘码',
|
||
|
type: 2,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'carrierName',
|
||
|
label: '一级品类',
|
||
|
type: 2,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'waybillCount',
|
||
|
label: '二级品类',
|
||
|
type: 2,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalNum',
|
||
|
label: '三级品类',
|
||
|
type: 2,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalWeight',
|
||
|
label: '物料名称',
|
||
|
type: 2,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalVolume',
|
||
|
label: '装车扫描人',
|
||
|
type: 2,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'createUserName',
|
||
|
label: '卸车人',
|
||
|
type: 2,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'totalWeight',
|
||
|
label: '同步状态',
|
||
|
type: 3,
|
||
|
values: '',
|
||
|
width: '130',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
},
|
||
|
];
|