Browse Source

修复部分报表显示

dev
qb 3 months ago
parent
commit
2591e6f529
  1. 2
      src/option/reportforms/PackageStartTimePageReport.js
  2. 4
      src/option/reportforms/PackageTransferTimePageReport.js
  3. 14
      src/option/reportforms/UpdateWaybillQualityPageReport.js

2
src/option/reportforms/PackageStartTimePageReport.js

@ -109,7 +109,7 @@ export const columnList = [
{
prop: 'onTimeRate',
label: '准时发运率',
type: 1,
type: 6,
values: '',
width: '150',
checkarr: [],

4
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: [],

14
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: [],

Loading…
Cancel
Save