From 3ad540ed62f3bb18d0e250567cb2ac4471f72692 Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Tue, 15 Jul 2025 11:11:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=9A=80=20=E6=96=B0=E6=97=A7?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components.d.ts | 30 ------------------- .../outboundOrderList/index.vue | 3 ++ .../outboundTaskList/index.vue | 3 ++ src/views/export/list/index.vue | 2 ++ .../boxModificationsList/index.vue | 3 ++ .../constant/list/search.ts | 9 +++++- .../inboundOutboundRollbackList/index.vue | 3 ++ .../movingBoxesList/index.vue | 3 ++ src/views/inventory/inventoryList/index.vue | 3 ++ .../ofInboundInstructionsList/index.vue | 3 ++ .../warehouseReceiptList/index.vue | 3 ++ src/views/reportForm/boxStorage/index.vue | 4 +++ .../reportForm/finishedProduct/index.vue | 3 ++ src/views/reportForm/immediately/index.vue | 3 ++ src/views/reportForm/material/index.vue | 3 ++ src/views/setUp/boxMark/index.vue | 3 ++ src/views/setUp/subscription/index.vue | 3 ++ 17 files changed, 53 insertions(+), 31 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index c3899ee..abec193 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -7,14 +7,6 @@ export {} declare module 'vue' { export interface GlobalComponents { - 403: typeof import('./components/ErrorMessage/403.vue')['default'] - 404: typeof import('./components/ErrorMessage/404.vue')['default'] - 500: typeof import('./components/ErrorMessage/500.vue')['default'] - Add: typeof import('./components/DetailsBtns/components/Add.vue')['default'] - ColSetting: typeof import('./components/ProTable/components/ColSetting.vue')['default'] - Del: typeof import('./components/ListBtns/components/Del.vue')['default'] - DetailsBtns: typeof import('./components/DetailsBtns/index.vue')['default'] - DetailsSearch: typeof import('./components/DetailsSearch/index.vue')['default'] ElAside: typeof import('element-plus/es')['ElAside'] ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete'] ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb'] @@ -47,11 +39,6 @@ declare module 'vue' { ElTabs: typeof import('element-plus/es')['ElTabs'] ElTag: typeof import('element-plus/es')['ElTag'] ElTooltip: typeof import('element-plus/es')['ElTooltip'] - Export: typeof import('./components/ListBtns/components/Export.vue')['default'] - ExprotSelect: typeof import('./components/ListBtns/components/ExprotSelect.vue')['default'] - Generate: typeof import('./components/DetailsBtns/components/Generate.vue')['default'] - Grid: typeof import('./components/Grid/index.vue')['default'] - GridItem: typeof import('./components/Grid/components/GridItem.vue')['default'] IEpArrowDown: typeof import('~icons/ep/arrow-down')['default'] IEpCircleClose: typeof import('~icons/ep/circle-close')['default'] IEpFolderDelete: typeof import('~icons/ep/folder-delete')['default'] @@ -60,24 +47,7 @@ declare module 'vue' { IEpRemove: typeof import('~icons/ep/remove')['default'] IEpSearch: typeof import('~icons/ep/search')['default'] IEpSwitchButton: typeof import('~icons/ep/switch-button')['default'] - ImportExcel: typeof import('./components/ImportExcel/index.vue')['default'] - ListBtns: typeof import('./components/ListBtns/index.vue')['default'] - ListResultDig: typeof import('./components/ListResultDig/index.vue')['default'] - Loading: typeof import('./components/Loading/index.vue')['default'] - Merge: typeof import('./components/ListBtns/components/Merge.vue')['default'] - NoToVoid: typeof import('./components/ListBtns/components/noToVoid.vue')['default'] - Pagination: typeof import('./components/ProTable/components/Pagination.vue')['default'] - Print: typeof import('./components/DetailsBtns/components/Print.vue')['default'] - ProTable: typeof import('./components/ProTable/index.vue')['default'] - Refresh: typeof import('./components/ListBtns/components/Refresh.vue')['default'] - Retransmission: typeof import('./components/ListBtns/components/Retransmission.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] - Search: typeof import('./components/Search/index.vue')['default'] - Submit: typeof import('./components/DetailsBtns/components/Submit.vue')['default'] - Switch: typeof import('./components/DetailsBtns/components/Switch.vue')['default'] - Synchronous: typeof import('./components/ListBtns/components/Synchronous.vue')['default'] - TableColumn: typeof import('./components/ProTable/components/TableColumn.vue')['default'] - ToVoid: typeof import('./components/ListBtns/components/ToVoid.vue')['default'] } } diff --git a/src/views/deliveryAndOutbound/outboundOrderList/index.vue b/src/views/deliveryAndOutbound/outboundOrderList/index.vue index ea4ad33..8bc0116 100644 --- a/src/views/deliveryAndOutbound/outboundOrderList/index.vue +++ b/src/views/deliveryAndOutbound/outboundOrderList/index.vue @@ -40,6 +40,9 @@