diff --git a/src/option/reportforms/CreateOrderTimelinessRatioReport.js b/src/option/reportforms/CreateOrderTimelinessRatioReport.js index a59226d8..9c75a0b2 100644 --- a/src/option/reportforms/CreateOrderTimelinessRatioReport.js +++ b/src/option/reportforms/CreateOrderTimelinessRatioReport.js @@ -59,6 +59,30 @@ export const columnList = [ head: false, isshowSummary: false, //开启统计 }, + { + prop: 'noOpenHasFreezeNum', + label: '未开单已冻结数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'needOpenNum', + label: '应开单数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, { prop: 'hasOpenNum', label: '已开单数', @@ -84,8 +108,20 @@ export const columnList = [ isshowSummary: false, //开启统计 }, { - prop: 'noOpenRate', - label: '未开单占比', + prop: 'onTimeNum', + label: '准时开单数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'onTimeRate', + label: '开单准时率', type: 6, values: '', width: '150', @@ -93,18 +129,31 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, //开启统计 }, + { - prop: 'noOpenHasFreezeNum', - label: '未开单已冻结数', + prop: 'avgTime', + label: '平均开单时效(小时)', type: 1, values: '', + width: '160', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: false, //开启统计 + }, + { + prop: 'noOpenRate', + label: '未开单占比', + type: 6, + values: '', width: '150', checkarr: [], fixed: false, sortable: true, head: false, - isshowSummary: true, //开启统计 }, { prop: 'noOpenHasFreezeRate', @@ -166,18 +215,6 @@ export const columnList = [ head: false, isshowSummary: false, //开启统计 }, - { - prop: 'onTimeNum', - label: '准时开单数', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - isshowSummary: true, //开启统计 - }, { prop: 'overTimeNum', label: '超期开单数', @@ -190,28 +227,4 @@ export const columnList = [ head: false, isshowSummary: true, //开启统计 }, - { - prop: 'onTimeRate', - label: '开单准时率', - type: 6, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - isshowSummary: true, //开启统计 - }, - { - prop: 'avgTime', - label: '平均开单时效(小时)', - type: 1, - values: '', - width: '160', - checkarr: [], - fixed: false, - sortable: true, - head: false, - isshowSummary: false, //开启统计 - }, ];