From d92a44e67f195ad2964f584143985e102ac96053 Mon Sep 17 00:00:00 2001 From: zhangkaiios <499473442@qq.com> Date: Thu, 6 Nov 2025 14:25:31 +0800 Subject: [PATCH] =?UTF-8?q?table=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 8 +- package.json | 2 +- src/assets/css/layout.less | 3 + src/layout/module/content/index.vue | 2 +- src/view/announce/index.vue | 100 +-- src/view/config/index.vue | 4 +- src/view/dataSource/index.vue | 107 +-- src/view/dept/index.vue | 100 +-- src/view/dict/index.vue | 4 +- src/view/dict/modal/data.vue | 4 +- src/view/inbox/index.vue | 31 +- src/view/job/index.vue | 31 +- src/view/jobLog/index.vue | 28 +- src/view/log/auth.vue | 24 +- src/view/log/oper.vue | 117 ++- src/view/post/index.vue | 112 +-- src/view/role/index.vue | 4 +- src/view/tenant/index.vue | 108 +-- src/view/user/index.vue | 150 ++-- src/view/wms/baseInfo/customer/index.vue | 31 +- src/view/wms/baseInfo/deliverType/index.vue | 31 +- src/view/wms/baseInfo/request/index.vue | 774 ++++++++--------- src/view/wms/baseInfo/skuCategory/index.vue | 608 +++++++------ .../check/addCheckDetail/addCheckDetail.vue | 6 +- .../check/addCheckDetail/model/save.vue | 6 +- .../wms/billsInfo/check/checkPlt/checkPlt.vue | 6 +- src/view/wms/billsInfo/check/index.vue | 4 +- .../wms/billsInfo/check/modal/checkDetail.vue | 4 +- .../addInBillDetail/addInBillDetail.vue | 6 +- .../inBill/addInBillDetail/model/save.vue | 6 +- src/view/wms/billsInfo/inBill/index.vue | 4 +- .../billsInfo/inBill/modal/inBillDetail.vue | 4 +- .../addOutBillDetail/addOutBillDetail.vue | 6 +- .../outBill/addOutBillDetail/modal/save.vue | 6 +- src/view/wms/billsInfo/outBill/index.vue | 12 +- .../billsInfo/outBill/modal/outBillDetail.vue | 6 +- src/view/wms/billsInfo/outBill/pick/pick.vue | 6 +- src/view/wms/realTimeMonitor/task/index.vue | 9 +- .../wms/realTimeMonitor/taskLog/index.vue | 27 +- src/view/wms/report/base/index.vue | 4 +- src/view/wms/report/compoents/table.vue | 4 +- .../wms/stockInfo/getTallyPallet/index.vue | 6 +- .../wms/stockInfo/inventoryView/index.vue | 4 +- src/view/wms/stockInfo/pallet/index.vue | 4 +- .../stockInfo/pallet/modal/palletDetail.vue | 4 +- src/view/wms/stockInfo/palletLog/index.vue | 819 +++++++++--------- src/view/wms/warehouse/channel/index.vue | 31 +- src/view/wms/warehouse/list/index.vue | 2 +- src/view/wms/warehouse/loc/index.vue | 2 +- src/view/wms/warehouse/locExit/index.vue | 31 +- src/view/wms/warehouse/locGenerator/index.vue | 2 +- src/view/wms/warehouse/outbound/index.vue | 27 +- src/view/wms/warehouse/plan/index.vue | 31 +- src/view/wms/warehouse/seqNum/index.vue | 31 +- src/view/wms/warehouse/sn/index.vue | 31 +- src/view/wms/warehouse/snHis/index.vue | 31 +- src/view/wms/warehouse/snNoPlan/index.vue | 31 +- .../warehouse/statistics/inventory/index.vue | 27 +- .../warehouse/statistics/skuNeed/index.vue | 28 +- src/view/wms/warehouse/track/index.vue | 31 +- 60 files changed, 1698 insertions(+), 1984 deletions(-) diff --git a/package-lock.json b/package-lock.json index 364a1d8..c7de788 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@ant-design/icons-vue": "^6.0.1", "@antv/g2": "^4.1.20", - "@hwork/ant-design-vue": "^4.1.24", + "@hwork/ant-design-vue": "4.1.24", "@hwork/icon": "^1.0.0", "@tinymce/tinymce-vue": "^4.0.4", "axios": "^0.21.1", @@ -915,9 +915,9 @@ "license": "BSD-3-Clause" }, "node_modules/@hwork/ant-design-vue": { - "version": "4.1.25", - "resolved": "http://x-repo.haier.net/repository/npm-public/@hwork/ant-design-vue/-/ant-design-vue-4.1.25.tgz", - "integrity": "sha512-fgpwWpxVuAlCtpYspVVKS2JLily7Mq90Q9aQj8dr5gIlz56DHW8Tq2j+dIFN2wS5jcRugP5hbC7Wo9LNf23ElA==", + "version": "4.1.24", + "resolved": "http://x-repo.haier.net/repository/npm-public/@hwork/ant-design-vue/-/ant-design-vue-4.1.24.tgz", + "integrity": "sha512-A2jil/lqCdcsDY49XR0GMKRX5MQcnqDsjCEkOAbKBK1V96dLi7M4PJ6Xx8BrREQtmGjpfSy3/hRMhsjyk904iQ==", "license": "MIT", "dependencies": { "@ant-design/icons-vue": "^7.0.0", diff --git a/package.json b/package.json index a091b69..eea8591 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@ant-design/icons-vue": "^6.0.1", "@antv/g2": "^4.1.20", - "@hwork/ant-design-vue": "^4.1.24", + "@hwork/ant-design-vue": "4.1.24", "@hwork/icon": "^1.0.0", "@tinymce/tinymce-vue": "^4.0.4", "axios": "^0.21.1", diff --git a/src/assets/css/layout.less b/src/assets/css/layout.less index 57f831f..681ecb7 100644 --- a/src/assets/css/layout.less +++ b/src/assets/css/layout.less @@ -423,6 +423,9 @@ html { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); line-height: 30px; } +.ant-list-layout { + height: 100% !important; +} .ant-list-layout-content { height: 100%; display: flex; diff --git a/src/layout/module/content/index.vue b/src/layout/module/content/index.vue index 5bd61b9..214b518 100644 --- a/src/layout/module/content/index.vue +++ b/src/layout/module/content/index.vue @@ -40,4 +40,4 @@ export default { background-color: transparent; height: 100%; } - \ No newline at end of file + diff --git a/src/view/announce/index.vue b/src/view/announce/index.vue index 71eeea3..a179e7c 100644 --- a/src/view/announce/index.vue +++ b/src/view/announce/index.vue @@ -1,43 +1,23 @@ \ No newline at end of file + diff --git a/src/view/config/index.vue b/src/view/config/index.vue index 237f334..ce64fd7 100644 --- a/src/view/config/index.vue +++ b/src/view/config/index.vue @@ -151,7 +151,7 @@ /// 删除配置 const removeMethod = (record) => { - Modal.confirm({ + modal.confirm({ title: '您是否确定要删除此配置?', icon: createVNode(ExclamationCircleOutlined), okText: '确定', @@ -185,7 +185,7 @@ } const removeBatchMethod = (ids) => { - Modal.confirm({ + modal.confirm({ title: '您是否确定要删除选择配置?', icon: createVNode(ExclamationCircleOutlined), okText: '确定', diff --git a/src/view/dataSource/index.vue b/src/view/dataSource/index.vue index 36b218d..d4f8b11 100644 --- a/src/view/dataSource/index.vue +++ b/src/view/dataSource/index.vue @@ -1,43 +1,24 @@ \ No newline at end of file + diff --git a/src/view/dept/index.vue b/src/view/dept/index.vue index 196b065..0962e10 100644 --- a/src/view/dept/index.vue +++ b/src/view/dept/index.vue @@ -1,45 +1,25 @@ \ No newline at end of file + diff --git a/src/view/dict/index.vue b/src/view/dict/index.vue index 6ad0387..4ddaac1 100644 --- a/src/view/dict/index.vue +++ b/src/view/dict/index.vue @@ -107,7 +107,7 @@ /// 删除角色 const removeMethod = (record) => { - Modal.confirm({ + modal.confirm({ title: '您是否确定要删除此字典?', icon: createVNode(ExclamationCircleOutlined), okText: '确定', @@ -142,7 +142,7 @@ /// 批量删除 const removeBatchMethod = (ids) => { - Modal.confirm({ + modal.confirm({ title: '您是否确定要删除选择字典?', icon: createVNode(ExclamationCircleOutlined), okText: '确定', diff --git a/src/view/dict/modal/data.vue b/src/view/dict/modal/data.vue index ccced2a..4dc4496 100644 --- a/src/view/dict/modal/data.vue +++ b/src/view/dict/modal/data.vue @@ -109,7 +109,7 @@ /// 删除角色 const removeMethod = (record) => { - Modal.confirm({ + modal.confirm({ title: '您是否确定要删除此字典?', icon: createVNode(ExclamationCircleOutlined), okText: '确定', @@ -144,7 +144,7 @@ /// 批量删除 const removeBatchMethod = (ids) => { - Modal.confirm({ + modal.confirm({ title: '您是否确定要删除选择字典?', icon: createVNode(ExclamationCircleOutlined), okText: '确定', diff --git a/src/view/inbox/index.vue b/src/view/inbox/index.vue index c230fe5..4ab9534 100644 --- a/src/view/inbox/index.vue +++ b/src/view/inbox/index.vue @@ -1,26 +1,19 @@ \ No newline at end of file + diff --git a/src/view/log/auth.vue b/src/view/log/auth.vue index b5388a9..9114b9e 100644 --- a/src/view/log/auth.vue +++ b/src/view/log/auth.vue @@ -1,19 +1,14 @@ \ No newline at end of file + diff --git a/src/view/role/index.vue b/src/view/role/index.vue index daec4c8..d3d315d 100644 --- a/src/view/role/index.vue +++ b/src/view/role/index.vue @@ -119,7 +119,7 @@ /// 删除角色 const removeMethod = (record) => { - Modal.confirm({ + modal.confirm({ title: '您是否确定要删除此角色?', icon: createVNode(ExclamationCircleOutlined), okText: '确定', @@ -154,7 +154,7 @@ /// 批量删除 const removeBatchMethod = (ids) => { - Modal.confirm({ + modal.confirm({ title: '您是否确定要删除选择角色?', icon: createVNode(ExclamationCircleOutlined), okText: '确定', diff --git a/src/view/tenant/index.vue b/src/view/tenant/index.vue index d0e3597..fd8077d 100644 --- a/src/view/tenant/index.vue +++ b/src/view/tenant/index.vue @@ -1,40 +1,20 @@ \ No newline at end of file + diff --git a/src/view/user/index.vue b/src/view/user/index.vue index cdd7d52..e4270ff 100644 --- a/src/view/user/index.vue +++ b/src/view/user/index.vue @@ -1,45 +1,25 @@ \ No newline at end of file + diff --git a/src/view/wms/baseInfo/customer/index.vue b/src/view/wms/baseInfo/customer/index.vue index b2a982b..b9b7d7a 100644 --- a/src/view/wms/baseInfo/customer/index.vue +++ b/src/view/wms/baseInfo/customer/index.vue @@ -1,26 +1,19 @@ diff --git a/src/view/wms/baseInfo/skuCategory/index.vue b/src/view/wms/baseInfo/skuCategory/index.vue index 713cd8c..9f94ada 100644 --- a/src/view/wms/baseInfo/skuCategory/index.vue +++ b/src/view/wms/baseInfo/skuCategory/index.vue @@ -1,324 +1,316 @@ diff --git a/src/view/wms/billsInfo/check/addCheckDetail/addCheckDetail.vue b/src/view/wms/billsInfo/check/addCheckDetail/addCheckDetail.vue index 1af6888..583f16b 100644 --- a/src/view/wms/billsInfo/check/addCheckDetail/addCheckDetail.vue +++ b/src/view/wms/billsInfo/check/addCheckDetail/addCheckDetail.vue @@ -62,7 +62,7 @@ import save from './model/save.vue'; import { message, - Modal, + Modal as modal, } from '@hwork/ant-design-vue'; import { CheckOutlined, @@ -312,7 +312,7 @@ //删除 const removeMethod = (id) => { - Modal.confirm({ + modal.confirm({ title: '您是否确定要删除此条数据?', icon: createVNode(ExclamationCircleOutlined), okText: '确定', @@ -349,7 +349,7 @@ //批量删除 const removeactQtyMethod = (ids) => { - Modal.confirm({ + modal.confirm({ title: '您是否确定要删除选择数据?', icon: createVNode(ExclamationCircleOutlined), okText: '确定', diff --git a/src/view/wms/billsInfo/check/addCheckDetail/model/save.vue b/src/view/wms/billsInfo/check/addCheckDetail/model/save.vue index 4585834..e9377e5 100644 --- a/src/view/wms/billsInfo/check/addCheckDetail/model/save.vue +++ b/src/view/wms/billsInfo/check/addCheckDetail/model/save.vue @@ -20,7 +20,7 @@ diff --git a/src/view/wms/warehouse/channel/index.vue b/src/view/wms/warehouse/channel/index.vue index 3822a9b..183abf5 100644 --- a/src/view/wms/warehouse/channel/index.vue +++ b/src/view/wms/warehouse/channel/index.vue @@ -1,25 +1,18 @@