|
|
|
export const AbnormalReview = [
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '复选框',
|
|
|
|
type: 0,
|
|
|
|
width: 55,
|
|
|
|
fixed: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '序号',
|
|
|
|
type: 12,
|
|
|
|
values: '',
|
|
|
|
width: 55,
|
|
|
|
fixed: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'trainNumber',
|
|
|
|
label: '配送车次',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '150',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
prop: 'waybillNumber',
|
|
|
|
label: '运单号',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'serviceNumber',
|
|
|
|
label: '服务号',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
prop: 'orderCode',
|
|
|
|
label: '订单自编号',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '200',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'packageCode',
|
|
|
|
label: '包条码',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'goodsTypeName',
|
|
|
|
label: '货物类型',
|
|
|
|
type: 3,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [
|
|
|
|
{
|
|
|
|
label: '定制品',
|
|
|
|
value: '定制品',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
label: '库存品',
|
|
|
|
value: '库存品',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
label: '零担',
|
|
|
|
value: '零担',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'materialName',
|
|
|
|
label: '物料名称',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
|
|
|
|
// {
|
|
|
|
// prop: 'warehouse',
|
|
|
|
// label: '仓库',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// prop: 'sendWarehouseName',
|
|
|
|
// label: '发站仓',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
// prop: 'acceptWarehouseName',
|
|
|
|
// label: '目的仓',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
// prop: 'waybillNumber',
|
|
|
|
// label: '发货时间',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// prop: 'warehouseEntryTimeEnd',
|
|
|
|
// label: '入库时间',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
// prop: 'trainNumber',
|
|
|
|
// label: '客户车次号',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
// prop: 'trainNumber',
|
|
|
|
// label: '发站出库车次',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
// prop: 'trainNumber',
|
|
|
|
// label: '入库车次',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
{
|
|
|
|
prop: 'firsts',
|
|
|
|
label: '一级品类',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'second',
|
|
|
|
label: '二级品类',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
prop: 'thirdProduct',
|
|
|
|
label: '三级品类',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
prop: 'abnormalTypeName',
|
|
|
|
label: '异常类型',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'loadingQuantity',
|
|
|
|
label: '异常数量',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
isshowSummary: true,
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// prop: 'materialCode',
|
|
|
|
// label: '物料编号',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
// prop: 'materialName',
|
|
|
|
// label: '物料名称',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
{
|
|
|
|
prop: 'orderPackageStatusName',
|
|
|
|
label: '包件状态',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
|
|
|
|
// {
|
|
|
|
// prop: 'orderPackageFreezeStatusName',
|
|
|
|
// label: '冻结状态',
|
|
|
|
// type: 1,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: false,
|
|
|
|
// sortable: false,
|
|
|
|
// head: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
// prop: 'orderPackageGroundingStatusName',
|
|
|
|
// label: '上架状态',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
prop: 'orderPackageStockupStatusName',
|
|
|
|
label: '备货状态',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
prop: 'orderPackageReservationStatusName',
|
|
|
|
label: '预约状态',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'orderPackageLoadingStatusName',
|
|
|
|
label: '装车状态',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// prop: 'orderPackageDeliveryStatus',
|
|
|
|
// label: '配送计划状态',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
// prop: 'orderPackageReservationStatusName',
|
|
|
|
// label: '装车扫描时间',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
// prop: 'scanStatus',
|
|
|
|
// label: '装车方式',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// prop: 'orderPackageDeliveryStatus',
|
|
|
|
// label: '装车扫描人员',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// prop: 'driverName',
|
|
|
|
// label: '计划装车人',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// prop: 'scanUser',
|
|
|
|
// label: '实际装车人',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
// prop: 'signingTime',
|
|
|
|
// label: '签收扫描时间',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
{
|
|
|
|
prop: 'auditingStatusName',
|
|
|
|
label: '异常状态',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'completeName',
|
|
|
|
label: '是否完成',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'auditingTime',
|
|
|
|
label: '操作时间',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
prop: 'auditingUser',
|
|
|
|
label: '操作人',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '100',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: false,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// prop: 'pallet',
|
|
|
|
// label: '托盘码',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
// prop: 'goodsAllocation',
|
|
|
|
// label: '库位号',
|
|
|
|
// type: 2,
|
|
|
|
// values: '',
|
|
|
|
// width: '100',
|
|
|
|
// checkarr: [],
|
|
|
|
// fixed: 'right',
|
|
|
|
// sortable: false,
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '操作',
|
|
|
|
type: 6,
|
|
|
|
values: '',
|
|
|
|
width: '180',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: 'right',
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
];
|