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.
1087 lines
18 KiB
1087 lines
18 KiB
/** 节点信息 */ |
|
export const nodeInfoColumnList = [ |
|
{ |
|
prop: 'nodeName', |
|
label: '节点名称', |
|
type: 1, |
|
values: '', |
|
width: '100', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'nowTransportCost', |
|
label: '现付运输费', |
|
type: 6, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'oilCost', |
|
label: '现付油卡费', |
|
type: 6, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'tollFee', |
|
label: '路桥费', |
|
type: 6, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'backTransportCost', |
|
label: '回付运输费', |
|
type: 6, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'reachTransportCost', |
|
label: '到付运输费', |
|
type: 6, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'wholeCarInfoCost', |
|
label: '整车信息费', |
|
type: 6, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'wholeCarInsuranceCost', |
|
label: '整车保险费', |
|
type: 6, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'wholeCarGroundCost', |
|
label: '整车落地费', |
|
type: 6, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'hairWholeCost', |
|
label: '发站装车费', |
|
type: 6, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'hairWholeOtherCost', |
|
label: '发站其它费', |
|
type: 6, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'unloadCost', |
|
label: '到站卸车费', |
|
type: 6, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'unloadOtherCost', |
|
label: '到站其它费', |
|
type: 6, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, |
|
/* { |
|
prop: 'orderCode', |
|
label: '预计到达时间', |
|
type: 6, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
head: false, |
|
}, */ |
|
]; |
|
|
|
/** 运单池的表头 */ |
|
export const columnList = [ |
|
{ |
|
prop: '', |
|
label: '复选框', |
|
type: 0, |
|
width: 55, |
|
fixed: true, |
|
}, |
|
{ |
|
prop: '', |
|
label: '序号', |
|
type: 12, |
|
values: '', |
|
width: 55, |
|
fixed: true, |
|
}, |
|
{ |
|
prop: 'createTime', |
|
label: '开单日期', |
|
type: 1, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'orderCode', |
|
label: '订单自编号', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'waybillNo', |
|
label: '运单号', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isColumnMerge: true, |
|
isshowSummary: false, |
|
}, |
|
{ |
|
prop: 'destination', |
|
label: '到站', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isColumnMerge: true, |
|
isshowSummary: false, |
|
}, |
|
{ |
|
prop: 'destinationWarehouseName', |
|
label: '目的站', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isColumnMerge: true, |
|
isshowSummary: false, |
|
}, |
|
{ |
|
prop: 'shipper', |
|
label: '发货单位', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isshowSummary: false, |
|
}, |
|
{ |
|
prop: 'consignee', |
|
label: '收货单位', |
|
type: 1, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'consigneeName', |
|
label: '收货人', |
|
type: 1, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'productName', |
|
label: '品类名称', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'waybillNum', |
|
label: '运单总件数', |
|
type: 1, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isColumnMerge: true, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'orderNum', |
|
label: '件数', |
|
type: 1, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
// { |
|
// prop: 'stockNum', |
|
// label: '在库数', |
|
// type: 1, |
|
// values: '', |
|
// width: '150', |
|
// checkarr: [], |
|
// fixed: false, |
|
// isshowSummary: true, |
|
// sortable: true, |
|
// }, |
|
{ |
|
prop: 'loadingNum', |
|
label: '装车数', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'unloadNum', |
|
label: '卸车数', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'openPrice', |
|
label: '运单开单价格', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'weight', |
|
label: '重量(KG)', |
|
type: 1, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'volume', |
|
label: '体积', |
|
type: 1, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'unloadIncome', |
|
label: '卸车收入', |
|
type: 1, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'orderFreight', |
|
label: '订单运费', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'orderFreight', |
|
label: '订单运费', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'customerTrain', |
|
label: '客户车次', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'remark', |
|
label: '运单备注', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isColumnMerge: true, |
|
isshowSummary: false, |
|
}, |
|
]; |
|
|
|
/** 调度池的表头 */ |
|
export const newColumnList = [ |
|
{ |
|
prop: '', |
|
label: '复选框', |
|
type: 0, |
|
width: 55, |
|
fixed: true, |
|
}, |
|
{ |
|
prop: '', |
|
label: '序号', |
|
type: 12, |
|
values: '', |
|
width: 55, |
|
fixed: true, |
|
}, |
|
{ |
|
prop: 'createTime', |
|
label: '开单日期', |
|
type: 1, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'orderCode', |
|
label: '订单自编号', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'waybillNo', |
|
label: '运单号', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isshowSummary: false, |
|
}, |
|
{ |
|
prop: 'destination', |
|
label: '到站', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isshowSummary: false, |
|
}, |
|
{ |
|
prop: 'destinationWarehouseName', |
|
label: '目的站', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isshowSummary: false, |
|
}, |
|
{ |
|
prop: 'shipper', |
|
label: '发货单位', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isshowSummary: false, |
|
}, |
|
{ |
|
prop: 'consignee', |
|
label: '收货单位', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'consigneeName', |
|
label: '收货人', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'productName', |
|
label: '品类名称', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'totalNum', |
|
label: '件数', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'stockNum', |
|
label: '在库数', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'planNum', |
|
label: '计划数', |
|
type: 6, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'realNum', |
|
label: '装车数', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'price', |
|
label: '单价', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'totalWeight', |
|
label: '重量(KG)', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'totalVolume', |
|
label: '体积', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'freight', |
|
label: '运费', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'customerTrain', |
|
label: '客户车次', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'remark', |
|
label: '运单备注', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isshowSummary: false, |
|
}, |
|
]; |
|
|
|
/** 配载详情表头 */ |
|
export const detailsColumnList = [ |
|
// { |
|
// prop: '', |
|
// label: '复选框', |
|
// type: 0, |
|
// width: 55, |
|
// fixed: true, |
|
// }, |
|
{ |
|
prop: '', |
|
label: '序号', |
|
type: 12, |
|
values: '', |
|
width: 55, |
|
fixed: true, |
|
isshowSummary: true, |
|
}, |
|
// { |
|
// prop: 'carsNo', |
|
// label: '配载车次号', |
|
// type: 1, |
|
// values: '', |
|
// width: '130', |
|
// checkarr: [], |
|
// fixed: true, |
|
// sortable: true, |
|
// isshowSummary: false, |
|
// }, |
|
{ |
|
prop: 'waybillNo', |
|
label: '运单号', |
|
type: 13, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: true, |
|
sortable: true, |
|
isshowSummary: false, |
|
isColumnMerge: true, |
|
}, |
|
{ |
|
prop: 'orderCode', |
|
label: '订单自编号', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'createTime', |
|
label: '开单日期', |
|
type: 1, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'destination', |
|
label: '到站', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isColumnMerge: true, |
|
isshowSummary: false, |
|
}, |
|
{ |
|
prop: 'destinationWarehouseName', |
|
label: '目的站', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isColumnMerge: true, |
|
isshowSummary: false, |
|
}, |
|
{ |
|
prop: 'shipper', |
|
label: '发货单位', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isColumnMerge: true, |
|
isshowSummary: false, |
|
}, |
|
{ |
|
prop: 'consignee', |
|
label: '收货单位', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'consigneeName', |
|
label: '收货人', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'waybillNum', |
|
label: '运单总件数', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isColumnMerge: true, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'orderNum', |
|
label: '件数', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'planNum', |
|
label: '计划件数', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'loadingNum', |
|
label: '订单装车件数', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'unloadNum', |
|
label: '卸车件数', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'unloadIncome', |
|
label: '卸车收入', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'costPiece', |
|
label: '按件成本', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'costZhang', |
|
label: '按比例成本', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'createTime', |
|
label: '开单时间', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
// { |
|
// prop: 'totalNum', |
|
// label: '开单单价', |
|
// type: 2, |
|
// values: '', |
|
// width: '130', |
|
// checkarr: [], |
|
// fixed: false, |
|
// isshowSummary: true, |
|
// isColumnMerge: true, |
|
// sortable: true, |
|
// }, |
|
// { |
|
// prop: 'totalNum', |
|
// label: '开单名称', |
|
// type: 2, |
|
// values: '', |
|
// width: '130', |
|
// checkarr: [], |
|
// fixed: false, |
|
// isshowSummary: false, |
|
// isColumnMerge: true, |
|
// sortable: true, |
|
// }, |
|
// { |
|
// prop: 'totalNum', |
|
// label: '订单开单名称', |
|
// type: 2, |
|
// values: '', |
|
// width: '130', |
|
// checkarr: [], |
|
// fixed: false, |
|
// isshowSummary: false, |
|
// sortable: true, |
|
// }, |
|
// { |
|
// prop: 'productName', |
|
// label: '品类名称', |
|
// type: 2, |
|
// values: '', |
|
// width: '130', |
|
// checkarr: [], |
|
// fixed: false, |
|
// sortable: true, |
|
// }, |
|
|
|
// { |
|
// prop: 'price', |
|
// label: '单价', |
|
// type: 2, |
|
// values: '', |
|
// width: '150', |
|
// checkarr: [], |
|
// fixed: false, |
|
// isshowSummary: true, |
|
// sortable: true, |
|
// }, |
|
{ |
|
prop: 'weight', |
|
label: '重量(KG)', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'volume', |
|
label: '体积', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'totalFreight', |
|
label: '运单运费', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'orderFreight', |
|
label: '订单运费', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'deliveryFee', |
|
label: '送货费', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'pickupFee', |
|
label: '提货费', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'warehouseManagementFee', |
|
label: '仓库管理费', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'storageFee', |
|
label: '仓储费', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'handlingFee', |
|
label: '装卸费', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'otherFee', |
|
label: '其他费用', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'insuranceFee', |
|
label: '保价费', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'totalFee', |
|
label: '总费用', |
|
type: 2, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
isshowSummary: true, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'checkStatusName', |
|
label: '审核状态', |
|
type: 3, |
|
values: '', |
|
width: '130', |
|
checkarr: [ |
|
{ label: '未审核', value: '0' }, |
|
{ label: '已审核', value: '1' }, |
|
], |
|
fixed: false, |
|
isshowSummary: true, |
|
isColumnMerge: true, |
|
sortable: true, |
|
}, |
|
// { |
|
// prop: 'freight', |
|
// label: '作废运单号', |
|
// type: 2, |
|
// values: '', |
|
// width: '130', |
|
// checkarr: [], |
|
// fixed: false, |
|
// isshowSummary: false, |
|
// sortable: true, |
|
// }, |
|
{ |
|
prop: 'remark', |
|
label: '运单备注', |
|
type: 2, |
|
values: '', |
|
width: '180', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
isColumnMerge: true, |
|
isshowSummary: false, |
|
}, |
|
];
|
|
|