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.

479 lines
8.1 KiB

11 months ago
export const columnList = [
{
prop: '',
label: '复选框',
type: 0,
width: 55,
fixed: true,
},
{
prop: '',
label: '序号',
type: 12,
values: '',
width: 55,
fixed: true,
},
8 months ago
{
prop: 'balanceOrderNo',
label: '结算单号',
type: 2,
8 months ago
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
11 months ago
{
prop: 'brand',
label: '品牌',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'waybillNo',
label: '运单号',
type: 2,
11 months ago
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'orderCode',
11 months ago
label: '订单编号',
type: 2,
11 months ago
values: '',
width: '200',
11 months ago
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
// {
8 months ago
// prop: 'shipper',
// label: '发货单位',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
11 months ago
{
8 months ago
prop: 'consignee',
label: '收货单位',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
8 months ago
// prop: 'departureWarehouseName',
// label: '始发仓',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
11 months ago
{
8 months ago
prop: 'destinationWarehouseName',
label: '目的仓',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'balanceStatusName',
8 months ago
label: '结算状态',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [
{ label: '未结算', value: '0' },
{ label: '部分结算', value: '1' },
{ label: '已结算', value: '2' },
],
11 months ago
fixed: false,
sortable: true,
head: false,
},
8 months ago
{
prop: 'balanceTime',
label: '结算时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
11 months ago
{
prop: 'totalBalanceFee',
8 months ago
label: '结算单总金额',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'hasBalanceFee',
8 months ago
label: '已结算金额',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'noBalanceFee',
8 months ago
label: '待结算金额',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'totalCount',
8 months ago
label: '总件数',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
8 months ago
prop: 'totalWeight',
label: '总重量',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
8 months ago
prop: 'totalVolume',
label: '总体积',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
8 months ago
prop: 'openFee',
label: '订单实际总费用',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
8 months ago
prop: 'pickupFee',
label: '实际提货费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
8 months ago
prop: 'freightFee',
label: '实际运费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'warehouseServiceFee',
8 months ago
label: '仓储服务费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'warehouseFee',
8 months ago
label: '仓储费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'warehouseManageFee',
8 months ago
label: '仓储管理费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'warehouseSortingFee',
8 months ago
label: '仓储分拣费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'warehouseOperatingFee',
8 months ago
label: '仓储操作费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
8 months ago
prop: 'deliveryServiceFee',
label: '实际配送服务费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
8 months ago
prop: 'deliveryFee',
label: '实际配送费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'deliveryLoadingFee',
8 months ago
label: '配送操作装卸费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'deliverySortingFee',
8 months ago
label: '配送分货费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'deliveryUpfloorFee',
8 months ago
label: '配送上楼费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'deliveryMoveFee',
8 months ago
label: '配送平移费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'deliveryCrossingFee',
8 months ago
label: '配送超区费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'installFee',
8 months ago
label: '安装费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'otherFee',
8 months ago
label: '其他费',
11 months ago
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
11 months ago
},
{
prop: 'abnormalBalanceStatusName',
label: '是否异常结算',
11 months ago
type: 1,
values: '',
width: '150',
8 months ago
checkarr: [
{ label: '是', value: 1 },
{ label: '否', value: 0 },
],
11 months ago
fixed: false,
sortable: true,
head: false,
},
{
prop: 'abnormalBalanceFee',
label: '异常结算金额',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true,
},
11 months ago
{
prop: 'abnormalRemark',
label: '异常结算备注',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'abnormalTime',
label: '异常结算时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'abnormalUserName',
label: '异常结算操作人',
11 months ago
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;