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.

892 lines
15 KiB

11 months ago
export const columnList = [
{
prop: '',
label: '复选框',
type: 0,
width: 55,
fixed: true,
},
{
prop: '',
label: '序号',
type: 12,
values: '',
width: 55,
fixed: true,
},
{
prop: 'brand',
label: '品牌',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'waybillNo',
label: '运单号',
type: 13,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
7 months ago
prop: 'orderNo',
11 months ago
label: '订单编号',
5 months ago
type: 2,
11 months ago
values: '',
width: '300',
11 months ago
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
7 months ago
prop: 'shipper',
11 months ago
label: '发货单位',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
5 months ago
{
prop: 'consigneeCode',
label: '收货单位编码',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
11 months ago
{
7 months ago
prop: 'consignee',
11 months ago
label: '收货单位',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'waybillTypeName',
11 months ago
label: '运单类型',
type: 1,
values: '',
width: '150',
checkarr: [
{ label: '定制品', value: 1 },
{ label: '零担', value: 2 },
],
11 months ago
fixed: false,
sortable: true,
head: false,
},
{
prop: 'serviceTypeName',
11 months ago
label: '服务类型',
type: 3,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'waybillStatusName',
11 months ago
label: '运单状态',
type: 3,
11 months ago
values: '',
width: '150',
checkarr: [
{ label: '部分入库', value: 10 },
{ label: '入库', value: 20 },
{ label: '部分中转', value: 30 },
{ label: '中转', value: 40 },
{ label: '目的仓部分到达', value: 50 },
{ label: '目的仓到达', value: 60 },
{ label: '配送部分装车', value: 70 },
{ label: '配送装车', value: 80 },
{ label: '部分签收', value: 90 },
{ label: '已签收', value: 100 },
],
11 months ago
fixed: false,
sortable: true,
head: false,
},
{
prop: 'updateStatusName',
7 months ago
label: '是否改单',
type: 3,
11 months ago
values: '',
width: '150',
checkarr: [
{ label: '是', value: 1 },
{ label: '否', value: 0 },
],
11 months ago
fixed: false,
sortable: true,
head: false,
},
{
prop: 'openTime',
11 months ago
label: '开单时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
7 months ago
prop: 'goodsName',
11 months ago
label: '货物品类',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'goodsTypeNum',
11 months ago
label: '品类件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'goodsTypeCount',
11 months ago
label: '品类数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
7 months ago
prop: 'totalCount',
11 months ago
label: '总件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
7 months ago
prop: 'totalWeight',
11 months ago
label: '总重量',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
7 months ago
prop: 'totalVolume',
11 months ago
label: '总体积',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'totalFee',
11 months ago
label: '总费用',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
7 months ago
{
prop: 'systemTotalFee',
11 months ago
label: '预估总费用',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'goodsTypePrice',
11 months ago
label: '干线品类单价',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'warehouseFee',
// label: '仓储品类单价',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'templateType',
// label: '配送品类单价',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
11 months ago
{
7 months ago
prop: 'pickupFee',
11 months ago
label: '提货费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'freightFee',
11 months ago
label: '干线费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'templateType',
// label: '在库周期',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'templateType',
// label: '仓储计费区间',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
11 months ago
{
prop: 'warehouseServiceFee',
11 months ago
label: '仓储服务费合计',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'warehouseFee',
11 months ago
label: '仓储费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'warehouseManagementFee',
11 months ago
label: '仓储管理费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'warehouseSortingFee',
11 months ago
label: '仓储分拣费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'warehouseOprationFee',
11 months ago
label: '仓储操作费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliveryServiceFee',
11 months ago
label: '配送费服务费合计',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliveryFee',
11 months ago
label: '配送费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliveryHandlingFee',
11 months ago
label: '配送装卸费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliverySortingFee',
11 months ago
label: '配送分货费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliveryUpfloorFee',
11 months ago
label: '配送上楼费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliveryMoveFee',
11 months ago
label: '配送平移费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'deliveryLine',
// label: '配送公里数',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
11 months ago
{
prop: 'deliveryLine',
7 months ago
label: '超区公里数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliveryLineFee',
7 months ago
label: '超区公里费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
11 months ago
{
prop: 'installFee',
11 months ago
label: '安装费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'insuranceFee',
11 months ago
label: '保价费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'claimingValue',
11 months ago
label: '申明价值',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'otherFee',
11 months ago
label: '其他费用',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'rebate',
11 months ago
label: '回扣',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'thirdOperationFee',
11 months ago
label: '三方操作费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'shipperName',
11 months ago
label: '发货人',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'shipperMobile',
7 months ago
label: '发货人手机号',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'shipperAddress',
11 months ago
label: '发货地址',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'destination',
11 months ago
label: '到站',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'destinationWarehouseName',
11 months ago
label: '目的仓',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'departureWarehouseName',
11 months ago
label: '发站仓',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'consigneeName',
11 months ago
label: '收货人',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'consigneeMobile',
11 months ago
label: '收货人手机号',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'consigneeAddress',
11 months ago
label: '收货地址',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliveryWayName',
label: '送货方式',
type: 3,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'customerTrain',
11 months ago
label: '客户车次',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'returnStatusName',
11 months ago
label: '回单状态',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [
{ label: '已上传', value: 1 },
{ label: '未上传', value: 0 },
],
11 months ago
fixed: false,
sortable: true,
head: false,
},
{
prop: 'remark',
11 months ago
label: '运单备注',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'cleanObjTypeName',
11 months ago
label: '结算方',
type: 3,
11 months ago
values: '',
width: '150',
checkarr: [
{ label: '工厂', value: 1 },
{ label: '商场', value: 2 },
{ label: '商家个人', value: 3 },
],
11 months ago
fixed: false,
sortable: true,
head: false,
},
{
prop: 'payTypeName',
11 months ago
label: '支付方式',
type: 3,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'payWayName',
11 months ago
label: '付款方式',
type: 3,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'xpay',
11 months ago
label: '现付',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'dpay',
11 months ago
label: '到付',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'hpay',
11 months ago
label: '回付',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'ypay',
11 months ago
label: '月结',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'templateType',
// label: '是否售后',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'templateType',
// label: '售后价格',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
11 months ago
{
prop: 'checkStatusName',
11 months ago
label: '审核状态',
type: 1,
11 months ago
values: '',
width: '150',
checkarr: [
{ label: '已审核', value: 1 },
{ label: '待审核', value: 0 },
],
11 months ago
fixed: false,
sortable: true,
head: false,
},
{
prop: 'checkReson',
11 months ago
label: '审核意见',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'checkRemark',
11 months ago
label: '审核备注',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'checkUserName',
11 months ago
label: '审核人',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'checkTime',
11 months ago
label: '审核时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'cancleCheckRemark',
11 months ago
label: '取消审核备注',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'cancleCheckUserName',
11 months ago
label: '取消审核人',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'cancleCheckTime',
11 months ago
label: '取消审核时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: '',
label: '操作',
type: 6,
values: '',
width: '200',
11 months ago
checkarr: [],
fixed: 'right',
sortable: false,
},
];
export default columnList;