|
|
@ -533,7 +533,7 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'warehouseEntryTimeEnd', |
|
|
|
prop: 'warehouseEntryTimeEnd', |
|
|
|
label: '入库时间', |
|
|
|
label: '最新入库时间', |
|
|
|
type: 4, |
|
|
|
type: 4, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
|
width: '180', |
|
|
|
width: '180', |
|
|
@ -550,6 +550,33 @@ export default { |
|
|
|
checkarr: [], |
|
|
|
checkarr: [], |
|
|
|
fixed: false, |
|
|
|
fixed: false, |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
|
|
|
|
}, { |
|
|
|
|
|
|
|
prop: 'sendWarehouseName', |
|
|
|
|
|
|
|
label: '发货仓', |
|
|
|
|
|
|
|
type: 2, |
|
|
|
|
|
|
|
values: '', |
|
|
|
|
|
|
|
width: '150', |
|
|
|
|
|
|
|
checkarr: [], |
|
|
|
|
|
|
|
fixed: false, |
|
|
|
|
|
|
|
sortable: true, |
|
|
|
|
|
|
|
}, { |
|
|
|
|
|
|
|
prop: 'dealerName', |
|
|
|
|
|
|
|
label: '经销商名称', |
|
|
|
|
|
|
|
type: 2, |
|
|
|
|
|
|
|
values: '', |
|
|
|
|
|
|
|
width: '150', |
|
|
|
|
|
|
|
checkarr: [], |
|
|
|
|
|
|
|
fixed: false, |
|
|
|
|
|
|
|
sortable: true, |
|
|
|
|
|
|
|
}, { |
|
|
|
|
|
|
|
prop: 'dealerCode', |
|
|
|
|
|
|
|
label: '经销商编码', |
|
|
|
|
|
|
|
type: 2, |
|
|
|
|
|
|
|
values: '', |
|
|
|
|
|
|
|
width: '150', |
|
|
|
|
|
|
|
checkarr: [], |
|
|
|
|
|
|
|
fixed: false, |
|
|
|
|
|
|
|
sortable: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: '', |
|
|
|
prop: '', |
|
|
|