From 7d76c0a58cd77fc863af9e7a7dbc5676dac19f97 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Tue, 7 Jan 2025 15:57:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BC=80=E5=8D=95=E5=8F=8A?= =?UTF-8?q?=E6=97=B6=E7=8E=87=E6=8A=A5=E8=A1=A8=E5=AD=97=E6=AE=B5=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CreateOrderTimelinessRatioReport.js | 95 +++++++++++-------- 1 file changed, 54 insertions(+), 41 deletions(-) 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, //开启统计 - }, ];