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.
|
|
|
/** 包件明细表头 */
|
|
|
|
export const columnList = [
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '复选框',
|
|
|
|
type: 0,
|
|
|
|
width: 55,
|
|
|
|
fixed: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: '',
|
|
|
|
label: '序号',
|
|
|
|
type: 12,
|
|
|
|
values: '',
|
|
|
|
width: 55,
|
|
|
|
fixed: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'billladingCode',
|
|
|
|
label: '运单号',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: true,
|
|
|
|
width: '180',
|
|
|
|
sortable: true,
|
|
|
|
head: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'carNumber',
|
|
|
|
label: '货号',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
width: '180',
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'driverName',
|
|
|
|
label: '发站',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '180',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'driverPhone',
|
|
|
|
label: '到站',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
width: '180',
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'warehouseName',
|
|
|
|
label: '订单自编号',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
checkarr: [],
|
|
|
|
width: '180',
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'lineNameTitle',
|
|
|
|
label: '回单时间',
|
|
|
|
type: 1,
|
|
|
|
values: '',
|
|
|
|
width: '180',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: false,
|
|
|
|
sortable: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prop: 'createUserName',
|
|
|
|
label: '操作',
|
|
|
|
type: 6,
|
|
|
|
values: '',
|
|
|
|
width: '200',
|
|
|
|
checkarr: [],
|
|
|
|
fixed: 'right',
|
|
|
|
sortable: false,
|
|
|
|
},
|
|
|
|
];
|