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