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

Loading…
Cancel
Save