|
|
@ -20,7 +20,7 @@ export const columnList = [ |
|
|
|
fixed: true, |
|
|
|
fixed: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'workOrderTypeNameS', //workOrderType
|
|
|
|
prop: 'workOrderTypeNameS', |
|
|
|
label: '异常类型', |
|
|
|
label: '异常类型', |
|
|
|
type: 3, |
|
|
|
type: 3, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -31,7 +31,7 @@ export const columnList = [ |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'discoveryNodeNameS', //discoveryNode
|
|
|
|
prop: 'discoveryNodeNameS', |
|
|
|
label: '发现节点', |
|
|
|
label: '发现节点', |
|
|
|
type: 3, |
|
|
|
type: 3, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -228,7 +228,7 @@ export const columnList = [ |
|
|
|
fixed: false, |
|
|
|
fixed: false, |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
isshowSummary: true, //开启统计
|
|
|
|
isshowSummary: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'warehouseServiceName', |
|
|
|
prop: 'warehouseServiceName', |
|
|
@ -255,7 +255,7 @@ export const columnList = [ |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'overTime', |
|
|
|
prop: 'overTime', |
|
|
|
label: '完结时间', //审核时间
|
|
|
|
label: '完结时间', |
|
|
|
type: 1, |
|
|
|
type: 1, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
|
width: '150', |
|
|
|
width: '150', |
|
|
@ -319,179 +319,6 @@ export const columnList = [ |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'customerServiceName',
|
|
|
|
|
|
|
|
// label: '归属客服名称',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'operator',
|
|
|
|
|
|
|
|
// label: '操作人',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'deliverGoodsTime',
|
|
|
|
|
|
|
|
// label: '送货时间',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'discoveryTime',
|
|
|
|
|
|
|
|
// label: '发现时间',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'warehousingTime',
|
|
|
|
|
|
|
|
// label: '入库时间',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'deliveryTime',
|
|
|
|
|
|
|
|
// label: '配送时间',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'deliveryDriver',
|
|
|
|
|
|
|
|
// label: '配送司机',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'trainNumber',
|
|
|
|
|
|
|
|
// label: '车次号',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'vehicleRoute',
|
|
|
|
|
|
|
|
// label: '车辆线路',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'auditTime',
|
|
|
|
|
|
|
|
// label: '审核时间', //审核时间
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'investigationProcess',
|
|
|
|
|
|
|
|
// label: '调查经过',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// // {
|
|
|
|
|
|
|
|
// // prop: 'personResponsible',
|
|
|
|
|
|
|
|
// // label: '责任人(库内作业环节)',
|
|
|
|
|
|
|
|
// // type: 2,
|
|
|
|
|
|
|
|
// // values: '',
|
|
|
|
|
|
|
|
// // width: '170',
|
|
|
|
|
|
|
|
// // checkarr: [],
|
|
|
|
|
|
|
|
// // fixed: false,
|
|
|
|
|
|
|
|
// // sortable: true,
|
|
|
|
|
|
|
|
// // head: false,
|
|
|
|
|
|
|
|
// // },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'reviewedBy',
|
|
|
|
|
|
|
|
// label: '审核人',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'ceator',
|
|
|
|
|
|
|
|
// label: '创建人',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// // {
|
|
|
|
|
|
|
|
// // prop: 'remarks',
|
|
|
|
|
|
|
|
// // label: '备注',
|
|
|
|
|
|
|
|
// // type: 1,
|
|
|
|
|
|
|
|
// // values: '',
|
|
|
|
|
|
|
|
// // width: '150',
|
|
|
|
|
|
|
|
// // checkarr: [],
|
|
|
|
|
|
|
|
// // fixed: false,
|
|
|
|
|
|
|
|
// // sortable: true,
|
|
|
|
|
|
|
|
// // head: false,
|
|
|
|
|
|
|
|
// // },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'createUserName', |
|
|
|
prop: 'createUserName', |
|
|
@ -524,7 +351,7 @@ export const columnList8 = [ |
|
|
|
fixed: true, |
|
|
|
fixed: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'workOrderTypeNameS', //workOrderType
|
|
|
|
prop: 'workOrderTypeNameS', |
|
|
|
label: '异常类型', |
|
|
|
label: '异常类型', |
|
|
|
type: 3, |
|
|
|
type: 3, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -535,7 +362,7 @@ export const columnList8 = [ |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'discoveryNodeNameS', //discoveryNode
|
|
|
|
prop: 'discoveryNodeNameS', |
|
|
|
label: '发现节点', |
|
|
|
label: '发现节点', |
|
|
|
type: 3, |
|
|
|
type: 3, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -635,20 +462,8 @@ export const columnList8 = [ |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'secondary',
|
|
|
|
|
|
|
|
// label: '二级品',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'workOrderStatusNameS', //workOrderStatus
|
|
|
|
prop: 'workOrderStatusNameS', |
|
|
|
label: '工单状态', |
|
|
|
label: '工单状态', |
|
|
|
type: 1, |
|
|
|
type: 1, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -779,221 +594,6 @@ export const columnList8 = [ |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'customerServiceName',
|
|
|
|
|
|
|
|
// label: '归属客服名称',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'totalAmount',
|
|
|
|
|
|
|
|
// label: '赔款金额',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'entryTime',
|
|
|
|
|
|
|
|
// label: '财务入账时间',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'operator',
|
|
|
|
|
|
|
|
// label: '操作人',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'deliverGoodsTime',
|
|
|
|
|
|
|
|
// label: '送货时间',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'discoveryTime',
|
|
|
|
|
|
|
|
// label: '发现时间',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'warehousingTime',
|
|
|
|
|
|
|
|
// label: '入库时间',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'deliveryTime',
|
|
|
|
|
|
|
|
// label: '配送时间',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'deliveryDriver',
|
|
|
|
|
|
|
|
// label: '配送司机',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'trainNumber',
|
|
|
|
|
|
|
|
// label: '车次号',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'vehicleRoute',
|
|
|
|
|
|
|
|
// label: '车辆线路',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'overTime',
|
|
|
|
|
|
|
|
// label: '完结时间',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'investigationProcess',
|
|
|
|
|
|
|
|
// label: '调查经过',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// // {
|
|
|
|
|
|
|
|
// // prop: 'personResponsible',
|
|
|
|
|
|
|
|
// // label: '责任人(库内作业环节)',
|
|
|
|
|
|
|
|
// // type: 2,
|
|
|
|
|
|
|
|
// // values: '',
|
|
|
|
|
|
|
|
// // width: '170',
|
|
|
|
|
|
|
|
// // checkarr: [],
|
|
|
|
|
|
|
|
// // fixed: false,
|
|
|
|
|
|
|
|
// // sortable: true,
|
|
|
|
|
|
|
|
// // head: false,
|
|
|
|
|
|
|
|
// // },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'processNumber',
|
|
|
|
|
|
|
|
// label: '钉钉流程号',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'reviewedBy',
|
|
|
|
|
|
|
|
// label: '审核人',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'auditTime',
|
|
|
|
|
|
|
|
// label: '审核时间',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'createTime',
|
|
|
|
|
|
|
|
// label: '录入时间',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'remarks',
|
|
|
|
|
|
|
|
// label: '备注',
|
|
|
|
|
|
|
|
// type: 1,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '150',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'createUserName', |
|
|
|
prop: 'createUserName', |
|
|
|
label: '操作', |
|
|
|
label: '操作', |
|
|
@ -1413,7 +1013,7 @@ export const columnList1 = [ |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'workOrderStatusNameS', //workOrderStatus
|
|
|
|
prop: 'workOrderStatusNameS', |
|
|
|
label: '工单状态', |
|
|
|
label: '工单状态', |
|
|
|
type: 1, |
|
|
|
type: 1, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -1688,7 +1288,7 @@ export const columnList4 = [ |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'workOrderStatusNameS', //workOrderStatus
|
|
|
|
prop: 'workOrderStatusNameS', |
|
|
|
label: '工单状态', |
|
|
|
label: '工单状态', |
|
|
|
type: 1, |
|
|
|
type: 1, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -1780,7 +1380,7 @@ export const columnList4 = [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'businessName', |
|
|
|
prop: 'businessName', |
|
|
|
label: '内部责任方', |
|
|
|
label: '内部责任方', |
|
|
|
type:2, |
|
|
|
type: 2, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
|
width: '150', |
|
|
|
width: '150', |
|
|
|
checkarr: [], |
|
|
|
checkarr: [], |
|
|
@ -1966,7 +1566,7 @@ export const columnList2 = [ |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'workOrderStatusNameS', //workOrderStatus
|
|
|
|
prop: 'workOrderStatusNameS', |
|
|
|
label: '工单状态', |
|
|
|
label: '工单状态', |
|
|
|
type: 1, |
|
|
|
type: 1, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -2530,7 +2130,7 @@ export const columnList9 = [ |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'workOrderStatusNameS', //workOrderStatus
|
|
|
|
prop: 'workOrderStatusNameS', |
|
|
|
label: '工单状态', |
|
|
|
label: '工单状态', |
|
|
|
type: 1, |
|
|
|
type: 1, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -2819,7 +2419,7 @@ export const columnList6 = [ |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'workOrderStatusNameS', //workOrderStatus
|
|
|
|
prop: 'workOrderStatusNameS', |
|
|
|
label: '工单状态', |
|
|
|
label: '工单状态', |
|
|
|
type: 1, |
|
|
|
type: 1, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -2951,6 +2551,17 @@ export const columnList6 = [ |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
prop: 'responsibleMoney', |
|
|
|
|
|
|
|
label: '赔款总金额', |
|
|
|
|
|
|
|
type: 1, |
|
|
|
|
|
|
|
values: '', |
|
|
|
|
|
|
|
width: '150', |
|
|
|
|
|
|
|
checkarr: [], |
|
|
|
|
|
|
|
fixed: false, |
|
|
|
|
|
|
|
sortable: true, |
|
|
|
|
|
|
|
head: false, |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'indemnitorInfo', |
|
|
|
prop: 'indemnitorInfo', |
|
|
|
label: '受款方信息', |
|
|
|
label: '受款方信息', |
|
|
@ -2962,6 +2573,17 @@ export const columnList6 = [ |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
prop: 'indemnitorMoney', |
|
|
|
|
|
|
|
label: '受款总金额', |
|
|
|
|
|
|
|
type: 1, |
|
|
|
|
|
|
|
values: '', |
|
|
|
|
|
|
|
width: '150', |
|
|
|
|
|
|
|
checkarr: [], |
|
|
|
|
|
|
|
fixed: false, |
|
|
|
|
|
|
|
sortable: true, |
|
|
|
|
|
|
|
head: false, |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'reasonArbitration', |
|
|
|
prop: 'reasonArbitration', |
|
|
|
label: '仲裁原因', |
|
|
|
label: '仲裁原因', |
|
|
@ -2985,7 +2607,7 @@ export const columnList6 = [ |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'appealStatusName',
|
|
|
|
prop: 'appealStatusName', |
|
|
|
label: '申诉状态', |
|
|
|
label: '申诉状态', |
|
|
|
type: 1, |
|
|
|
type: 1, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -2996,7 +2618,7 @@ export const columnList6 = [ |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'processNumber',
|
|
|
|
prop: 'processNumber', |
|
|
|
label: '钉钉号', |
|
|
|
label: '钉钉号', |
|
|
|
type: 1, |
|
|
|
type: 1, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -3346,17 +2968,6 @@ export const Claimsfield = [ |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'businessId',
|
|
|
|
|
|
|
|
// label: '营业部ID',
|
|
|
|
|
|
|
|
// type: 3,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '100',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'brandName', |
|
|
|
prop: 'brandName', |
|
|
|
label: '品牌', |
|
|
|
label: '品牌', |
|
|
@ -3390,17 +3001,6 @@ export const Claimsfield = [ |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'workOrderType',
|
|
|
|
|
|
|
|
// label: '异常类型',
|
|
|
|
|
|
|
|
// type: 3,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '100',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'workOrderTypeNameS', |
|
|
|
prop: 'workOrderTypeNameS', |
|
|
|
label: '异常类型', |
|
|
|
label: '异常类型', |
|
|
@ -3412,17 +3012,6 @@ export const Claimsfield = [ |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'resultType',
|
|
|
|
|
|
|
|
// label: '处理结果',
|
|
|
|
|
|
|
|
// type: 3,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '100',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'resultTypeName', |
|
|
|
prop: 'resultTypeName', |
|
|
|
label: '处理结果名称', |
|
|
|
label: '处理结果名称', |
|
|
@ -3434,28 +3023,6 @@ export const Claimsfield = [ |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'laprId',
|
|
|
|
|
|
|
|
// label: '处理结果ID',
|
|
|
|
|
|
|
|
// type: 3,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '100',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'discoveryNode',
|
|
|
|
|
|
|
|
// label: '发现环节',
|
|
|
|
|
|
|
|
// type: 3,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '100',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'discoveryNodeName', |
|
|
|
prop: 'discoveryNodeName', |
|
|
|
label: '发现环节', |
|
|
|
label: '发现环节', |
|
|
@ -3522,17 +3089,6 @@ export const Claimsfield = [ |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'lawoId',
|
|
|
|
|
|
|
|
// label: '异常工单ID',
|
|
|
|
|
|
|
|
// type: 3,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '100',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'processNumber', |
|
|
|
prop: 'processNumber', |
|
|
|
label: '钉钉流程号', |
|
|
|
label: '钉钉流程号', |
|
|
@ -3544,17 +3100,6 @@ export const Claimsfield = [ |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'workOrderStatus',
|
|
|
|
|
|
|
|
// label: '工单状态',
|
|
|
|
|
|
|
|
// type: 3,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '100',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'workOrderStatusNameS', |
|
|
|
prop: 'workOrderStatusNameS', |
|
|
|
label: '工单状态', |
|
|
|
label: '工单状态', |
|
|
@ -3750,19 +3295,6 @@ export const timeoutList = [ |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'warehouseId',
|
|
|
|
|
|
|
|
// label: '仓库ID',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '130',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'businessName', |
|
|
|
prop: 'businessName', |
|
|
|
label: '处理方名称', |
|
|
|
label: '处理方名称', |
|
|
@ -3774,19 +3306,6 @@ export const timeoutList = [ |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// prop: 'businessId',
|
|
|
|
|
|
|
|
// label: '处理方ID',
|
|
|
|
|
|
|
|
// type: 2,
|
|
|
|
|
|
|
|
// values: '',
|
|
|
|
|
|
|
|
// width: '130',
|
|
|
|
|
|
|
|
// checkarr: [],
|
|
|
|
|
|
|
|
// fixed: false,
|
|
|
|
|
|
|
|
// sortable: true,
|
|
|
|
|
|
|
|
// head: false,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'remarks', |
|
|
|
prop: 'remarks', |
|
|
|
label: '备注', |
|
|
|
label: '备注', |
|
|
|