diff --git a/src/option/reportforms/OrderAllTime.js b/src/option/reportforms/OrderAllTime.js index ab4321a4..df04620c 100644 --- a/src/option/reportforms/OrderAllTime.js +++ b/src/option/reportforms/OrderAllTime.js @@ -324,4 +324,16 @@ export const columnList = [ head: false, isshowSummary: true, //开启统计 }, + { + prop: 'dayTime', + label: '标准时效(天)', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, ]; diff --git a/src/option/reportforms/PackageAllTrunklineTimePageReport.js b/src/option/reportforms/PackageAllTrunklineTimePageReport.js index a3b967a0..159c0074 100644 --- a/src/option/reportforms/PackageAllTrunklineTimePageReport.js +++ b/src/option/reportforms/PackageAllTrunklineTimePageReport.js @@ -356,4 +356,15 @@ export const columnList = [ sortable: true, head: false, }, + { + prop: 'hoursTime', + label: '标准时效(小时)', + type: 6, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, ]; diff --git a/src/option/reportforms/PackageTransferTimePageReport.js b/src/option/reportforms/PackageTransferTimePageReport.js index 33cdefad..ba7f4a09 100644 --- a/src/option/reportforms/PackageTransferTimePageReport.js +++ b/src/option/reportforms/PackageTransferTimePageReport.js @@ -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: '中转准时出库率',