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.
697 lines
12 KiB
697 lines
12 KiB
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: 'warehouseName', |
|
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: 'totalNum', |
|
label: '总单数', |
|
type: 6, |
|
values: '', |
|
width: '100', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'noOpenHasFreezeNum', |
|
label: '未开单已冻结数', |
|
type: 6, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, //开启统计 |
|
}, |
|
{ |
|
prop: 'needOpenNum', |
|
label: '应开单数', |
|
type: 6, |
|
values: '', |
|
width: '100', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, //开启统计 |
|
}, |
|
{ |
|
prop: 'hasOpenNum', |
|
label: '已开单数', |
|
type: 6, |
|
values: '', |
|
width: '100', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'noOpenNum', |
|
label: '未开单数', |
|
type: 6, |
|
values: '', |
|
width: '100', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'onTimeNum', |
|
label: '准时开单数', |
|
type: 6, |
|
values: '', |
|
width: '100', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, //开启统计 |
|
}, |
|
{ |
|
prop: 'onTimeRate', |
|
label: '开单准时率', |
|
type: 6, |
|
values: '', |
|
width: '100', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
|
|
{ |
|
prop: 'avgTime', |
|
label: '平均开单时效(小时)', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'noOpenRate', |
|
label: '未开单占比', |
|
type: 6, |
|
values: '', |
|
width: '100', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'noOpenHasFreezeRate', |
|
label: '未开单已冻结占比', |
|
type: 6, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'noOpenNoChaoNum', |
|
label: '未开单未超时数', |
|
type: 6, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, //开启统计 |
|
}, |
|
{ |
|
prop: 'noOpenNoChaoRate', |
|
label: '未开单未超时占比', |
|
type: 6, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'noOpenChaoNum', |
|
label: '未开单超时数', |
|
type: 6, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, //开启统计 |
|
}, |
|
{ |
|
prop: 'noOpenChaoRate', |
|
label: '未开单超时占比', |
|
type: 6, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'overTimeNum', |
|
label: '超期开单数', |
|
type: 6, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, //开启统计 |
|
}, |
|
]; |
|
|
|
export const columnListDetails = [ |
|
{ |
|
prop: '', |
|
label: '复选框', |
|
type: 0, |
|
width: 55, |
|
fixed: true, |
|
}, |
|
{ |
|
prop: '', |
|
label: '序号', |
|
type: 12, |
|
values: '', |
|
width: 55, |
|
fixed: true, |
|
}, |
|
{ |
|
prop: 'waybillNo', |
|
label: '运单号', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'orderCode', |
|
label: '订单号', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'dealerName', |
|
label: '商场名称', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'senderFactory', |
|
label: '发货工厂', |
|
type: 2, |
|
values: '', |
|
width: '120', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'storeName', |
|
label: '门店名称', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'warehouseName', |
|
label: '导入仓库', |
|
type: 2, |
|
values: '', |
|
width: '120', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'incomingWarehouseName', |
|
label: '入库仓库', |
|
type: 2, |
|
values: '', |
|
width: '120', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'siteName', |
|
label: '基地', |
|
type: 2, |
|
values: '', |
|
width: '120', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'brand', |
|
label: '品牌', |
|
type: 2, |
|
values: '', |
|
width: '120', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'totalNum', |
|
label: '数量', |
|
type: 2, |
|
values: '', |
|
width: '100', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
|
|
{ |
|
prop: 'senderName', |
|
label: '发货人', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'senderPhone', |
|
label: '发货人电话', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'senderAddress', |
|
label: '发货地址', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'consigneePerson', |
|
label: '商场联系人', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'consigneeMobile', |
|
label: '联系电话', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'consigneeAddress', |
|
label: '地址', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'isGcp', |
|
label: '干仓配', |
|
type: 3, |
|
values: '', |
|
width: '120', |
|
checkarr: [ |
|
{ label: '否', value: 0 }, |
|
{ label: '是', value: 1 }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'trainNumber', |
|
label: '客户车次号', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'legacyStatusName', |
|
label: '遗留', |
|
type: 3, |
|
values: '', |
|
width: '120', |
|
checkarr: [ |
|
{ label: '否', value: 0 }, |
|
{ label: '是', value: 1 }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'customerName', |
|
label: '顾客姓名', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'customerPhone', |
|
label: '顾客电话', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'customerAddress', |
|
label: '顾客地址', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'deliveryDate', |
|
label: '交期', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'dealerCode', |
|
label: '商场编码', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'storeCode', |
|
label: '门店编码', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'createUserName', |
|
label: '创建人', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'orderType', |
|
label: '订单类型', |
|
type: 1, |
|
values: '', |
|
width: '120', |
|
checkarr: [ |
|
{ label: '定制品', value: 1 }, |
|
{ label: '零担', value: 2 }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'systemType', |
|
label: '订单来源', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
|
|
{ |
|
prop: 'serviceNum', |
|
label: '服务号', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'freezeStatusName', |
|
label: '冻结状态', |
|
type: 3, |
|
values: '', |
|
width: '120', |
|
checkarr: [ |
|
{ label: '否', value: 0 }, |
|
{ label: '是', value: 1 }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'createTime', |
|
label: '创建时间', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'documentMakingTime', |
|
label: '制单时间', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'waybillStatusName', |
|
label: '是否开单', |
|
type: 3, |
|
values: '', |
|
width: '120', |
|
checkarr: [ |
|
{ label: '否', value: 0 }, |
|
{ label: '是', value: 1 }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'openHours', |
|
label: '开单时效(小时)', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
|
|
{ |
|
prop: 'hoursTime', |
|
label: '标准开单时效(小时)', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'isOverTimeName', |
|
label: '是否超时', |
|
type: 3, |
|
values: '', |
|
width: '150', |
|
checkarr: [ |
|
{ label: '否', value: 0 }, |
|
{ label: '是', value: 1 }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
];
|
|
|