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.
276 lines
4.7 KiB
276 lines
4.7 KiB
4 months ago
|
export const columnList = [
|
||
|
{
|
||
|
prop: '',
|
||
|
label: '复选框',
|
||
|
type: 0,
|
||
|
width: 55,
|
||
|
fixed: true,
|
||
|
},
|
||
|
{
|
||
|
prop: '',
|
||
|
label: '序号',
|
||
|
type: 12,
|
||
|
values: '',
|
||
|
width: 55,
|
||
|
fixed: true,
|
||
|
},
|
||
|
{
|
||
|
prop: 'businessLine',
|
||
|
label: '事业线',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '180',
|
||
|
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: 'brand',
|
||
|
label: '品牌',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
},
|
||
|
{
|
||
|
prop: 'waybillNum',
|
||
|
label: '运单数',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
isshowSummary: true, //开启统计
|
||
|
},
|
||
|
{
|
||
|
prop: 'num',
|
||
|
label: '件数',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
isshowSummary: true, //开启统计
|
||
|
},
|
||
|
{
|
||
|
prop: 'weight',
|
||
|
label: '重量',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '200',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
isshowSummary: true, //开启统计
|
||
|
},
|
||
|
{
|
||
|
prop: 'volume',
|
||
|
label: '体积',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
isshowSummary: true, //开启统计
|
||
|
},
|
||
|
{
|
||
|
prop: 'stockNum',
|
||
|
label: '到货件数',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
isshowSummary: true, //开启统计
|
||
|
},
|
||
|
{
|
||
|
prop: 'signNum',
|
||
|
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: 'deliveryFee',
|
||
|
label: '送货费',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
isshowSummary: true, //开启统计
|
||
|
},
|
||
|
{
|
||
|
prop: 'warehouseManagementFee',
|
||
|
label: '仓库管理费',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
isshowSummary: true, //开启统计
|
||
|
},
|
||
|
{
|
||
|
prop: 'storageFee',
|
||
|
label: '仓储费',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
isshowSummary: true, //开启统计
|
||
|
},
|
||
|
{
|
||
|
prop: 'startWareOutTime',
|
||
|
label: '始发仓发货日期',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
},
|
||
|
{
|
||
|
prop: 'timeStr',
|
||
|
label: '时间周期',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
},
|
||
|
{
|
||
|
prop: 'handlingFee',
|
||
|
label: '仓储操作费',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
isshowSummary: true, //开启统计
|
||
|
},
|
||
|
{
|
||
|
prop: 'sortingFee',
|
||
|
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: 'totalFee',
|
||
|
label: '总费用',
|
||
|
type: 1,
|
||
|
values: '',
|
||
|
width: '150',
|
||
|
checkarr: [],
|
||
|
fixed: false,
|
||
|
sortable: true,
|
||
|
head: false,
|
||
|
isshowSummary: true, //开启统计
|
||
|
},
|
||
|
];
|