6 changed files with 358 additions and 213 deletions
@ -1,163 +1,192 @@ |
|||||||
export const columnList = [ |
|
||||||
// {
|
|
||||||
// prop: '',
|
|
||||||
// label: '复选框',
|
|
||||||
// type: 0,
|
|
||||||
// width: 55,
|
|
||||||
// fixed: true,
|
|
||||||
// },
|
|
||||||
{ |
|
||||||
prop: '', |
|
||||||
label: '序号', |
|
||||||
type: 12, |
|
||||||
values: '',
|
|
||||||
width: 55, |
|
||||||
fixed: true, |
|
||||||
}, |
|
||||||
{ |
|
||||||
prop: 'warehouseName', |
|
||||||
label: '仓库名称', |
|
||||||
type: 1, |
|
||||||
values: '', |
|
||||||
width: '100', |
|
||||||
checkarr: [], |
|
||||||
fixed: false, |
|
||||||
sortable: true, |
|
||||||
head: false, |
|
||||||
}, |
|
||||||
{ |
|
||||||
prop: 'waybillNumber', |
|
||||||
label: '运单号', |
|
||||||
type: 1, |
|
||||||
values: '', |
|
||||||
width: '150', |
|
||||||
checkarr: [], |
|
||||||
fixed: false, |
|
||||||
sortable: true, |
|
||||||
head: false, |
|
||||||
}, |
|
||||||
{ |
|
||||||
prop: 'orderCode', |
|
||||||
label: '订单自编号', |
|
||||||
type: 1, |
|
||||||
values: '', |
|
||||||
width: '150', |
|
||||||
checkarr: [], |
|
||||||
fixed: false, |
|
||||||
sortable: true, |
|
||||||
head: false, |
|
||||||
}, |
|
||||||
{ |
|
||||||
prop: 'orderPackageCode', |
|
||||||
label: '包条码', |
|
||||||
type: 1, |
|
||||||
values: '', |
|
||||||
width: '180', |
|
||||||
checkarr: [], |
|
||||||
fixed: false, |
|
||||||
sortable: true, |
|
||||||
head: false, |
|
||||||
}, |
|
||||||
{ |
|
||||||
prop: 'nodeName', |
|
||||||
label: '操作名称', |
|
||||||
type: 1, |
|
||||||
values: '', |
|
||||||
width: '100', |
|
||||||
checkarr: [], |
|
||||||
fixed: false, |
|
||||||
sortable: true, |
|
||||||
head: false, |
|
||||||
}, |
|
||||||
{ |
|
||||||
prop: 'allocationName', |
|
||||||
label: '所在库位', |
|
||||||
type: 1, |
|
||||||
values: '', |
|
||||||
width: '100', |
|
||||||
checkarr: [], |
|
||||||
fixed: false, |
|
||||||
sortable: true, |
|
||||||
head: false, |
|
||||||
}, |
|
||||||
{ |
|
||||||
prop: 'trayName', |
|
||||||
label: '托盘名称', |
|
||||||
type: 1, |
|
||||||
values: '', |
|
||||||
width: '100', |
|
||||||
checkarr: [], |
|
||||||
fixed: false, |
|
||||||
sortable: true, |
|
||||||
head: false, |
|
||||||
}, |
|
||||||
|
|
||||||
|
|
||||||
{ |
|
||||||
prop: 'tranNumber', |
|
||||||
label: '车次号', |
|
||||||
type: 1, |
|
||||||
values: '', |
|
||||||
width: '140', |
|
||||||
checkarr: [], |
|
||||||
fixed: false, |
|
||||||
sortable: true, |
|
||||||
head: false, |
|
||||||
}, |
|
||||||
{ |
|
||||||
prop: 'quantity', |
|
||||||
label: '数量', |
|
||||||
type: 1, |
|
||||||
values: '', |
|
||||||
width: '100', |
|
||||||
checkarr: [], |
|
||||||
fixed: false, |
|
||||||
sortable: true, |
|
||||||
head: false, |
|
||||||
}, |
|
||||||
{ |
|
||||||
prop: 'nodeControlsUserName', |
|
||||||
label: '操作人名称', |
|
||||||
type: 1, |
|
||||||
values: '', |
|
||||||
width: '100', |
|
||||||
checkarr: [], |
|
||||||
fixed: false, |
|
||||||
sortable: true, |
|
||||||
head: false, |
|
||||||
}, |
|
||||||
{ |
|
||||||
prop: 'nodeTime', |
|
||||||
label: '操作时间', |
|
||||||
type: 1, |
|
||||||
values: '', |
|
||||||
width: '150', |
|
||||||
checkarr: [], |
|
||||||
fixed: false, |
|
||||||
sortable: true, |
|
||||||
head: false, |
|
||||||
}, |
|
||||||
{ |
|
||||||
prop: 'description', |
|
||||||
label: '操作描述', |
|
||||||
type: 1, |
|
||||||
values: '', |
|
||||||
width: '200', |
|
||||||
checkarr: [], |
|
||||||
fixed: false, |
|
||||||
sortable: true, |
|
||||||
head: false, |
|
||||||
}, |
|
||||||
|
|
||||||
|
/** 流转节点 */ |
||||||
// {
|
export const columnList = [ |
||||||
// prop: 'createUserName',
|
// {
|
||||||
// label: '操作',
|
// prop: 'createUserName',
|
||||||
// type: 6,
|
// label: '复选框',
|
||||||
// values: '',
|
// type: 0,
|
||||||
// width: '100',
|
// values: '',
|
||||||
// checkarr: [],
|
// width: '55',
|
||||||
// fixed: 'right',
|
// checkarr: [],
|
||||||
// sortable: false,
|
// fixed: false,
|
||||||
// },
|
// },
|
||||||
] |
{ |
||||||
|
prop: 'createUserName', |
||||||
|
label: '序号', |
||||||
|
type: 12, |
||||||
|
values: '', |
||||||
|
width: '55', |
||||||
|
checkarr: [], |
||||||
|
fixed: false, |
||||||
|
}, |
||||||
|
{ |
||||||
|
prop: 'warehouseName', |
||||||
|
label: '仓库', |
||||||
|
type: 1, |
||||||
|
values: '', |
||||||
|
width: '130', |
||||||
|
checkarr: [], |
||||||
|
fixed: false, |
||||||
|
sortable: true, |
||||||
|
}, |
||||||
|
// {
|
||||||
|
// prop: 'createTime',
|
||||||
|
// label: '订单自编号',
|
||||||
|
// type: 1,
|
||||||
|
// values: '',
|
||||||
|
// width: '150',
|
||||||
|
// checkarr: [],
|
||||||
|
// fixed: false,
|
||||||
|
// sortable: true,
|
||||||
|
// },
|
||||||
|
{ |
||||||
|
prop: 'orderPackageCode', |
||||||
|
label: '包条码', |
||||||
|
type: 1, |
||||||
|
values: '', |
||||||
|
width: '150', |
||||||
|
checkarr: [], |
||||||
|
fixed: false, |
||||||
|
sortable: true, |
||||||
|
}, |
||||||
|
{ |
||||||
|
prop: 'operator', |
||||||
|
label: '操作人', |
||||||
|
type: 1, |
||||||
|
values: '', |
||||||
|
width: '130', |
||||||
|
checkarr: [], |
||||||
|
fixed: false, |
||||||
|
sortable: true, |
||||||
|
}, |
||||||
|
{ |
||||||
|
prop: 'content', |
||||||
|
label: '描述', |
||||||
|
type: 1, |
||||||
|
values: '', |
||||||
|
width: '250', |
||||||
|
checkarr: [], |
||||||
|
fixed: false, |
||||||
|
sortable: true, |
||||||
|
}, |
||||||
|
{ |
||||||
|
prop: 'createTime', |
||||||
|
label: '操作时间', |
||||||
|
type: 1, |
||||||
|
values: '', |
||||||
|
width: '250', |
||||||
|
checkarr: [], |
||||||
|
fixed: false, |
||||||
|
sortable: true, |
||||||
|
}, |
||||||
|
{ |
||||||
|
prop: 'workNodeName', |
||||||
|
label: '节点', |
||||||
|
type: 1, |
||||||
|
values: '', |
||||||
|
width: '130', |
||||||
|
checkarr: [], |
||||||
|
fixed: false, |
||||||
|
sortable: true, |
||||||
|
}, |
||||||
|
// {
|
||||||
|
// prop: 'createUserName',
|
||||||
|
// label: '是否干仓配',
|
||||||
|
// type: 1,
|
||||||
|
// values: '',
|
||||||
|
// width: '130',
|
||||||
|
// checkarr: [],
|
||||||
|
// fixed: false,
|
||||||
|
// sortable: true,
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// prop: 'createUserName',
|
||||||
|
// label: '服务类型',
|
||||||
|
// type: 1,
|
||||||
|
// values: '',
|
||||||
|
// width: '130',
|
||||||
|
// checkarr: [],
|
||||||
|
// fixed: false,
|
||||||
|
// sortable: true,
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// prop: 'createUserName',
|
||||||
|
// label: '流转节点',
|
||||||
|
// type: 1,
|
||||||
|
// values: '',
|
||||||
|
// width: '130',
|
||||||
|
// checkarr: [],
|
||||||
|
// fixed: false,
|
||||||
|
// sortable: true,
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// prop: 'createUserName',
|
||||||
|
// label: '库位',
|
||||||
|
// type: 1,
|
||||||
|
// values: '',
|
||||||
|
// width: '130',
|
||||||
|
// checkarr: [],
|
||||||
|
// fixed: false,
|
||||||
|
// sortable: true,
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// prop: 'createUserName',
|
||||||
|
// label: '托盘码',
|
||||||
|
// type: 1,
|
||||||
|
// values: '',
|
||||||
|
// width: '130',
|
||||||
|
// checkarr: [],
|
||||||
|
// fixed: false,
|
||||||
|
// sortable: true,
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// prop: 'createUserName',
|
||||||
|
// label: '一级品名称',
|
||||||
|
// type: 1,
|
||||||
|
// values: '',
|
||||||
|
// width: '130',
|
||||||
|
// checkarr: [],
|
||||||
|
// fixed: false,
|
||||||
|
// sortable: true,
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// prop: 'createUserName',
|
||||||
|
// label: '二级品名称',
|
||||||
|
// type: 1,
|
||||||
|
// values: '',
|
||||||
|
// width: '130',
|
||||||
|
// checkarr: [],
|
||||||
|
// fixed: false,
|
||||||
|
// sortable: true,
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// prop: 'createUserName',
|
||||||
|
// label: '三级品名称',
|
||||||
|
// type: 1,
|
||||||
|
// values: '',
|
||||||
|
// width: '130',
|
||||||
|
// checkarr: [],
|
||||||
|
// fixed: false,
|
||||||
|
// sortable: true,
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// prop: 'createUserName',
|
||||||
|
// label: '物料名称',
|
||||||
|
// type: 1,
|
||||||
|
// values: '',
|
||||||
|
// width: '130',
|
||||||
|
// checkarr: [],
|
||||||
|
// fixed: false,
|
||||||
|
// sortable: true,
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// prop: 'createUserName',
|
||||||
|
// label: '物料编码',
|
||||||
|
// type: 1,
|
||||||
|
// values: '',
|
||||||
|
// width: '130',
|
||||||
|
// checkarr: [],
|
||||||
|
// fixed: false,
|
||||||
|
// sortable: true,
|
||||||
|
// },
|
||||||
|
]; |
Loading…
Reference in new issue