|
|
|
@ -47,6 +47,17 @@ export const columnList = [
|
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'warehouseName', |
|
|
|
|
label: '中转仓', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'brand', |
|
|
|
|
label: '品牌', |
|
|
|
@ -82,6 +93,18 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, //开启统计
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'noOutNum', |
|
|
|
|
label: '未出库件数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, //开启统计
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'outOnTimeNum', |
|
|
|
|
label: '中转准时出库件数', |
|
|
|
@ -94,6 +117,18 @@ export const columnList = [
|
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, //开启统计
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'noOutOverNum', |
|
|
|
|
label: '未出库超时件数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, //开启统计
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'outOnTimeRate', |
|
|
|
|
label: '中转准时出库率', |
|
|
|
|