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.
1235 lines
22 KiB
1235 lines
22 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: '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: '90', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'totalNum', |
|
label: '总运单数', |
|
type: 6, |
|
values: '', |
|
width: '90', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, //开启统计 |
|
}, |
|
{ |
|
prop: 'hasCheckNum', |
|
label: '已审单数', |
|
type: 6, |
|
values: '', |
|
width: '90', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, //开启统计 |
|
}, |
|
{ |
|
prop: 'notCheckNum', |
|
label: '未审单数', |
|
type: 6, |
|
values: '', |
|
width: '90', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, //开启统计 |
|
}, |
|
{ |
|
prop: 'hasCheckRate', |
|
label: '审单率', |
|
type: 6, |
|
values: '', |
|
width: '90', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'onTimeCheckNum', |
|
label: '准时审单数', |
|
type: 6, |
|
values: '', |
|
width: '90', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, //开启统计 |
|
}, |
|
{ |
|
prop: 'onTimeCheckRate', |
|
label: '审单准时率', |
|
type: 6, |
|
values: '', |
|
width: '100', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
{ |
|
prop: 'avgCheckTime', |
|
label: '平均审单时效(小时)', |
|
type: 1, |
|
values: '', |
|
width: '130', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: false, //开启统计 |
|
}, |
|
]; |
|
|
|
export const columnListDetails = [ |
|
{ |
|
prop: '', |
|
label: '复选框', |
|
type: 0, |
|
width: 55, |
|
fixed: true, |
|
}, |
|
{ |
|
prop: '', |
|
label: '序号', |
|
type: 12, |
|
values: '', |
|
width: 55, |
|
fixed: true, |
|
}, |
|
{ |
|
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: 'orderNo', |
|
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: 'consigneeCode', |
|
// label: '收货单位编码', |
|
// type: 2, |
|
// values: '', |
|
// width: '130', |
|
// checkarr: [], |
|
// fixed: false, |
|
// sortable: true, |
|
// }, |
|
{ |
|
prop: 'consignee', |
|
label: '收货单位', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'serviceTypeName', |
|
label: '服务类型', |
|
type: 3, |
|
values: '', |
|
width: '150', |
|
checkarr: [ |
|
{ label: '商配', value: '1' }, |
|
{ label: '市配', value: '2' }, |
|
{ label: '自提', value: '3' }, |
|
{ label: '三方中转', value: '4' }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'waybillStatusName', |
|
label: '运单状态', |
|
type: 3, |
|
values: '', |
|
width: '150', |
|
checkarr: [ |
|
{ label: '部分入库', value: 10 }, |
|
{ label: '入库', value: 20 }, |
|
{ label: '部分中转', value: 30 }, |
|
{ label: '中转', value: 40 }, |
|
{ label: '目的仓部分到达', value: 50 }, |
|
{ label: '目的仓到达', value: 60 }, |
|
{ label: '配送部分装车', value: 70 }, |
|
{ label: '配送装车', value: 80 }, |
|
{ label: '部分签收', value: 90 }, |
|
{ label: '已签收', value: 100 }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'updateStatusName', |
|
label: '是否改单', |
|
type: 3, |
|
values: '', |
|
width: '150', |
|
checkarr: [ |
|
{ label: '是', value: 1 }, |
|
{ label: '否', value: 0 }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'openTime', |
|
label: '开单时间', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'goodsName', |
|
label: '货物品类', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'goodsTypeNum', |
|
label: '品类件数', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'goodsTypeCount', |
|
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: 'totalFee', |
|
label: '总费用', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, |
|
}, |
|
{ |
|
prop: 'systemTotalFee', |
|
label: '预估总费用', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, |
|
}, |
|
{ |
|
prop: 'goodsTypePrice', |
|
label: '干线品类单价', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
// { |
|
// prop: 'warehouseFee', |
|
// label: '仓储品类单价', |
|
// type: 1, |
|
// values: '', |
|
// width: '150', |
|
// checkarr: [], |
|
// fixed: false, |
|
// sortable: true, |
|
// head: false, |
|
// }, |
|
// { |
|
// prop: 'templateType', |
|
// label: '配送品类单价', |
|
// type: 1, |
|
// values: '', |
|
// width: '150', |
|
// checkarr: [], |
|
// fixed: false, |
|
// sortable: true, |
|
// head: false, |
|
// }, |
|
{ |
|
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: 'templateType', |
|
// label: '在库周期', |
|
// type: 1, |
|
// values: '', |
|
// width: '150', |
|
// checkarr: [], |
|
// fixed: false, |
|
// sortable: true, |
|
// head: false, |
|
// }, |
|
// { |
|
// prop: 'templateType', |
|
// label: '仓储计费区间', |
|
// type: 1, |
|
// values: '', |
|
// width: '150', |
|
// checkarr: [], |
|
// fixed: false, |
|
// sortable: true, |
|
// head: false, |
|
// }, |
|
{ |
|
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: 'warehouseManagementFee', |
|
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: 'warehouseOprationFee', |
|
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: 'deliveryHandlingFee', |
|
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: 'deliveryLine', |
|
// label: '配送公里数', |
|
// type: 1, |
|
// values: '', |
|
// width: '150', |
|
// checkarr: [], |
|
// fixed: false, |
|
// sortable: true, |
|
// head: false, |
|
// }, |
|
{ |
|
prop: 'deliveryLine', |
|
label: '超区公里数', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, |
|
}, |
|
{ |
|
prop: 'deliveryLineFee', |
|
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: 'insuranceFee', |
|
label: '保价费', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, |
|
}, |
|
{ |
|
prop: 'claimingValue', |
|
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: 'rebate', |
|
label: '回扣', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, |
|
}, |
|
{ |
|
prop: 'thirdOperationFee', |
|
label: '三方操作费', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, |
|
}, |
|
{ |
|
prop: 'shipperName', |
|
label: '发货人', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'shipperMobile', |
|
label: '发货人手机号', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'shipperAddress', |
|
label: '发货地址', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'destination', |
|
label: '到站', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'completeDestination', |
|
label: '到站全称', |
|
type: 2, |
|
values: '', |
|
width: '120', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'destinationWarehouseName', |
|
label: '目的仓', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'departureWarehouseName', |
|
label: '发站仓', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'consigneeName', |
|
label: '收货人', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'consigneeMobile', |
|
label: '收货人手机号', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'consigneeAddress', |
|
label: '收货地址', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'deliveryWayName', |
|
label: '送货方式', |
|
type: 3, |
|
values: '', |
|
width: '150', |
|
checkarr: [ |
|
{ label: '自提', value: '1' }, |
|
{ label: '送货', value: '2' }, |
|
{ label: '送货上门', value: '3' }, |
|
{ label: '送货上门(有电梯)', value: '4' }, |
|
{ label: '送货上门(无电梯)', value: '5' }, |
|
{ label: '送货卸货', value: '6' }, |
|
{ label: '送货安装', value: '7' }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'customerTrain', |
|
label: '客户车次', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'returnStatusName', |
|
label: '回单状态', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [ |
|
{ label: '已上传', value: 1 }, |
|
{ label: '未上传', value: 0 }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'remark', |
|
label: '运单备注', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'cleanObjTypeName', |
|
label: '结算方', |
|
type: 3, |
|
values: '', |
|
width: '150', |
|
checkarr: [ |
|
{ label: '工厂', value: 1 }, |
|
{ label: '商场', value: 2 }, |
|
{ label: '商家个人', value: 3 }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'payTypeName', |
|
label: '支付方式', |
|
type: 3, |
|
values: '', |
|
width: '150', |
|
checkarr: [ |
|
{ label: '现金', value: '1' }, |
|
{ label: '银行卡', value: '2' }, |
|
{ label: '微信', value: '3' }, |
|
{ label: '支付宝', value: '4' }, |
|
{ label: '支票', value: '5' }, |
|
{ label: '账本', value: '6' }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'payWayName', |
|
label: '付款方式', |
|
type: 3, |
|
values: '', |
|
width: '150', |
|
checkarr: [ |
|
{ label: '现付', value: '1' }, |
|
{ label: '到付', value: '1' }, |
|
{ label: '月结', value: '1' }, |
|
{ label: '回付', value: '1' }, |
|
{ label: '内部结算', value: '1' }, |
|
{ label: '多笔付', value: '1' }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'nowPay', |
|
label: '现付', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, |
|
}, |
|
{ |
|
prop: 'arrivePay', |
|
label: '到付', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, |
|
}, |
|
{ |
|
prop: 'backPay', |
|
label: '回付', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
isshowSummary: true, |
|
}, |
|
{ |
|
prop: 'monthPay', |
|
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: 'deliveryTime', |
|
label: '配送时间', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'signTime', |
|
label: '签收时间', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
|
|
{ |
|
prop: 'signUserName', |
|
label: '签收人', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
|
|
{ |
|
prop: 'deliveryDriverName', |
|
label: '配送司机', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
|
|
// { |
|
// prop: 'templateType', |
|
// label: '是否售后', |
|
// type: 1, |
|
// values: '', |
|
// width: '150', |
|
// checkarr: [], |
|
// fixed: false, |
|
// sortable: true, |
|
// head: false, |
|
// }, |
|
// { |
|
// prop: 'templateType', |
|
// label: '售后价格', |
|
// type: 1, |
|
// values: '', |
|
// width: '150', |
|
// checkarr: [], |
|
// fixed: false, |
|
// sortable: true, |
|
// head: false, |
|
// }, |
|
{ |
|
prop: 'updateStatusName', |
|
label: '改单状态', |
|
type: 1, |
|
values: '', |
|
width: '130', |
|
checkarr: [ |
|
{ label: '未改单', value: '0' }, |
|
{ label: '已改单', value: '1' }, |
|
], |
|
fixed: false, |
|
isshowSummary: false, |
|
sortable: true, |
|
}, |
|
{ |
|
prop: 'checkStatusName', |
|
label: '审核状态', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [ |
|
{ label: '已审核', value: 1 }, |
|
{ label: '待审核', value: 0 }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'checkReson', |
|
label: '审核意见', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'checkRemark', |
|
label: '审核备注', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'checkUserName', |
|
label: '审核人', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'checkTime', |
|
label: '审核时间', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'cancleCheckRemark', |
|
label: '取消审核备注', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'cancleCheckUserName', |
|
label: '取消审核人', |
|
type: 2, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'cancleCheckTime', |
|
label: '取消审核时间', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'payStatusName', |
|
label: '收款状态', |
|
type: 3, |
|
values: '', |
|
width: '150', |
|
checkarr: [ |
|
{ label: '未收款', value: '10' }, |
|
// {label: '部分收款', value: '20'}, |
|
{ label: '已收款', value: '30' }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'settlementStatusName', |
|
label: '结算状态', |
|
type: 3, |
|
values: '', |
|
width: '150', |
|
checkarr: [ |
|
{ label: '未结算', value: '10' }, |
|
// {label: '部分结算', value: '20'}, |
|
{ label: '已结算', value: '30' }, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'checkHours', |
|
label: '实际审单时效(小时)', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'hoursTime', |
|
label: '标准审核时效(小时)', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
{ |
|
prop: 'isOverTimeName', |
|
label: '是否超时', |
|
type: 1, |
|
values: '', |
|
width: '150', |
|
checkarr: [ |
|
{ |
|
label: '否', |
|
value: 0, |
|
}, |
|
{ |
|
label: '是', |
|
value: 1, |
|
}, |
|
], |
|
fixed: false, |
|
sortable: true, |
|
head: false, |
|
}, |
|
// { |
|
// prop: '', |
|
// label: '操作', |
|
// type: 6, |
|
// values: '', |
|
// width: '200', |
|
// checkarr: [], |
|
// fixed: 'right', |
|
// sortable: false, |
|
// }, |
|
];
|
|
|