Browse Source

关闭报表初始化查询

dev
qb 5 days ago
parent
commit
336a072b5a
  1. 2
      src/views/reportforms/AuditTimelinessRatioReport.vue
  2. 2
      src/views/reportforms/ConsigneeReport.vue
  3. 2
      src/views/reportforms/CreateOrderTimelinessRatioReport.vue
  4. 2
      src/views/reportforms/OrderAllTime.vue
  5. 2
      src/views/reportforms/PackageAllTrunklineTimePageReport.vue
  6. 2
      src/views/reportforms/PackageStartTimePageReport.vue
  7. 2
      src/views/reportforms/PackageTransferTimePageReport.vue
  8. 2
      src/views/reportforms/SalesDepartmentIncomeReport.vue
  9. 2
      src/views/reportforms/UpdateWaybillQualityPageReport.vue
  10. 2
      src/views/reportforms/ZeroAllTrunklineTimePageReport.vue
  11. 2
      src/views/reportforms/ZeroStartTimePageReport.vue
  12. 2
      src/views/reportforms/ZeroTransferTimePageReport.vue

2
src/views/reportforms/AuditTimelinessRatioReport.vue

@ -331,7 +331,7 @@ const init = () => {
dayjs(time).format('YYYY-MM-DD'),
];
onLoad();
// onLoad();
};
init();

2
src/views/reportforms/ConsigneeReport.vue

@ -377,7 +377,7 @@ const init = () => {
dayjs(time).format('YYYY-MM-DD'),
];
onLoad();
// onLoad();
};
init();

2
src/views/reportforms/CreateOrderTimelinessRatioReport.vue

@ -312,7 +312,7 @@ const init = () => {
dayjs(time).format('YYYY-MM-DD'),
];
onLoad();
// onLoad();
};
init();

2
src/views/reportforms/OrderAllTime.vue

@ -361,7 +361,7 @@ const init = () => {
dayjs(time).format('YYYY-MM-DD'),
];
onLoad();
// onLoad();
};
init();

2
src/views/reportforms/PackageAllTrunklineTimePageReport.vue

@ -331,7 +331,7 @@ const init = () => {
dayjs(time).format('YYYY-MM-DD'),
];
onLoad();
// onLoad();
};
init();

2
src/views/reportforms/PackageStartTimePageReport.vue

@ -331,7 +331,7 @@ const init = () => {
dayjs(time).format('YYYY-MM-DD'),
];
onLoad();
// onLoad();
};
init();

2
src/views/reportforms/PackageTransferTimePageReport.vue

@ -331,7 +331,7 @@ const init = () => {
dayjs(time).format('YYYY-MM-DD'),
];
onLoad();
// onLoad();
};
init();

2
src/views/reportforms/SalesDepartmentIncomeReport.vue

@ -372,7 +372,7 @@ const init = () => {
dayjs(time).format('YYYY-MM-DD'),
];
onLoad();
// onLoad();
};
init();

2
src/views/reportforms/UpdateWaybillQualityPageReport.vue

@ -331,7 +331,7 @@ const init = () => {
dayjs(time).format('YYYY-MM-DD'),
];
onLoad();
// onLoad();
};
init();

2
src/views/reportforms/ZeroAllTrunklineTimePageReport.vue

@ -331,7 +331,7 @@ const init = () => {
dayjs(time).format('YYYY-MM-DD'),
];
onLoad();
// onLoad();
};
init();

2
src/views/reportforms/ZeroStartTimePageReport.vue

@ -331,7 +331,7 @@ const init = () => {
dayjs(time).format('YYYY-MM-DD'),
];
onLoad();
// onLoad();
};
init();

2
src/views/reportforms/ZeroTransferTimePageReport.vue

@ -331,7 +331,7 @@ const init = () => {
dayjs(time).format('YYYY-MM-DD'),
];
onLoad();
// onLoad();
};
init();

Loading…
Cancel
Save