Browse Source

调整常用字段显示顺序

pre-production
马远东 1 year ago
parent
commit
55e4d57252
  1. 78
      src/option/aftersales/vueTvemp.js

78
src/option/aftersales/vueTvemp.js

@ -70,8 +70,8 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'brandName', prop: 'first',
label: '品', label: '一级品',
type: 2, type: 2,
values: '', values: '',
width: '150', width: '150',
@ -81,8 +81,8 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'trainNumber', prop: 'secondary',
label: '车次号', label: '二级品',
type: 2, type: 2,
values: '', values: '',
width: '150', width: '150',
@ -92,8 +92,8 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'first', prop: 'waybillMall',
label: '一级品', label: '运单商场',
type: 2, type: 2,
values: '', values: '',
width: '150', width: '150',
@ -103,9 +103,9 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'secondary', prop: 'workOrderStatusNameS', //workOrderStatus
label: '二级品', label: '工单状态',
type: 2, type: 3,
values: '', values: '',
width: '150', width: '150',
checkarr: [], checkarr: [],
@ -114,8 +114,8 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'vehicleRoute', prop: 'brandName',
label: '车辆线路', label: '品牌',
type: 2, type: 2,
values: '', values: '',
width: '150', width: '150',
@ -125,8 +125,8 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'deliverGoodsTime', prop: 'trainNumber',
label: '送货时间', label: '车次号',
type: 2, type: 2,
values: '', values: '',
width: '150', width: '150',
@ -137,8 +137,8 @@ export const columnList = [
}, },
{ {
prop: 'discoveryTime', prop: 'vehicleRoute',
label: '发现时间', label: '车辆线路',
type: 2, type: 2,
values: '', values: '',
width: '150', width: '150',
@ -148,8 +148,8 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'warehousingTime', prop: 'deliverGoodsTime',
label: '入库时间', label: '送货时间',
type: 2, type: 2,
values: '', values: '',
width: '150', width: '150',
@ -158,9 +158,10 @@ export const columnList = [
sortable: true, sortable: true,
head: false, head: false,
}, },
{ {
prop: 'waybillMall', prop: 'discoveryTime',
label: '运单商场', label: '发现时间',
type: 2, type: 2,
values: '', values: '',
width: '150', width: '150',
@ -170,8 +171,8 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'deliveryTime', prop: 'warehousingTime',
label: '配送时间', label: '入库时间',
type: 2, type: 2,
values: '', values: '',
width: '150', width: '150',
@ -180,9 +181,10 @@ export const columnList = [
sortable: true, sortable: true,
head: false, head: false,
}, },
{ {
prop: 'deliveryDriver', prop: 'deliveryTime',
label: '配送司机', label: '配送时间',
type: 2, type: 2,
values: '', values: '',
width: '150', width: '150',
@ -191,11 +193,10 @@ export const columnList = [
sortable: true, sortable: true,
head: false, head: false,
}, },
{ {
prop: 'workOrderStatusNameS', //workOrderStatus prop: 'deliveryDriver',
label: '工单状态', label: '配送司机',
type: 3, type: 2,
values: '', values: '',
width: '150', width: '150',
checkarr: [], checkarr: [],
@ -203,6 +204,7 @@ export const columnList = [
sortable: true, sortable: true,
head: false, head: false,
}, },
{ {
prop: 'customerServiceName', prop: 'customerServiceName',
label: '归属客服名称', label: '归属客服名称',
@ -236,17 +238,17 @@ export const columnList = [
sortable: true, sortable: true,
head: false, head: false,
}, },
{ // {
prop: 'personResponsible', // prop: 'personResponsible',
label: '责任人(库内作业环节)', // label: '责任人(库内作业环节)',
type: 2, // type: 2,
values: '', // values: '',
width: '170', // width: '170',
checkarr: [], // checkarr: [],
fixed: false, // fixed: false,
sortable: true, // sortable: true,
head: false, // head: false,
}, // },
// { // {
// prop: 'processNumber', // prop: 'processNumber',
// label: '钉钉流程号', // label: '钉钉流程号',

Loading…
Cancel
Save