From 2591e6f529fc8a96e929cd8289c7deb203ee4505 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 26 Dec 2024 11:38:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reportforms/PackageStartTimePageReport.js | 2 +- .../reportforms/PackageTransferTimePageReport.js | 4 ++-- .../reportforms/UpdateWaybillQualityPageReport.js | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/option/reportforms/PackageStartTimePageReport.js b/src/option/reportforms/PackageStartTimePageReport.js index b6495891..d6ae17c6 100644 --- a/src/option/reportforms/PackageStartTimePageReport.js +++ b/src/option/reportforms/PackageStartTimePageReport.js @@ -109,7 +109,7 @@ export const columnList = [ { prop: 'onTimeRate', label: '准时发运率', - type: 1, + type: 6, values: '', width: '150', checkarr: [], diff --git a/src/option/reportforms/PackageTransferTimePageReport.js b/src/option/reportforms/PackageTransferTimePageReport.js index 942879ea..33cdefad 100644 --- a/src/option/reportforms/PackageTransferTimePageReport.js +++ b/src/option/reportforms/PackageTransferTimePageReport.js @@ -97,7 +97,7 @@ export const columnList = [ { prop: 'outOnTimeRate', label: '中转准时出库率', - type: 1, + type: 6, values: '', width: '150', checkarr: [], @@ -108,7 +108,7 @@ export const columnList = [ { prop: 'avgTime', label: '平均中转时效', - type: 6, + type: 1, values: '', width: '150', checkarr: [], diff --git a/src/option/reportforms/UpdateWaybillQualityPageReport.js b/src/option/reportforms/UpdateWaybillQualityPageReport.js index 15da303f..b7dcae83 100644 --- a/src/option/reportforms/UpdateWaybillQualityPageReport.js +++ b/src/option/reportforms/UpdateWaybillQualityPageReport.js @@ -132,7 +132,7 @@ export const columnList = [ { prop: 'personProbleRate', label: '人为操作错误率', - type: 1, + type: 6, values: '', width: '150', checkarr: [], @@ -143,7 +143,7 @@ export const columnList = [ { prop: 'financeUpdateNum', label: '财务修改数', - type: 6, + type: 1, values: '', width: '150', checkarr: [], @@ -155,7 +155,7 @@ export const columnList = [ { prop: 'financeUpdateRate', label: '财务修改率', - type: 1, + type: 6, values: '', width: '150', checkarr: [], @@ -167,7 +167,7 @@ export const columnList = [ { prop: 'merchantUpdateNum', label: '商家要求数', - type: 6, + type: 1, values: '', width: '150', checkarr: [], @@ -179,7 +179,7 @@ export const columnList = [ { prop: 'merchantUpdateRate', label: '商家要求率', - type: 1, + type: 6, values: '', width: '150', checkarr: [], @@ -190,7 +190,7 @@ export const columnList = [ { prop: 'businessUpdateNum', label: '业务调整数', - type: 6, + type: 1, values: '', width: '150', checkarr: [], @@ -202,7 +202,7 @@ export const columnList = [ { prop: 'businessUpdateRate', label: '业务调整率', - type: 1, + type: 6, values: '', width: '150', checkarr: [],