From 77da5377f0f08dede84db339a62606109152f0ce Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Thu, 4 Sep 2025 18:23:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor(wms):=20=E4=BC=98=E5=8C=96=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E6=8A=A5=E8=AD=A6=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E5=92=8C=E5=88=86=E9=A1=B5=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除批次码、库位编码和仓库名称等不必要字段 - 添加物料编码和物料名称字段 - 修改库存上下限字段名称 - 优化表格样式和布局 - 重构分页逻辑,使用前端本地分页- 更新API调用,使用新的getListInventoryAlarm接口 --- src/views/wms/inventoryAlarm/index.vue | 85 ++++++++++++++++---------- 1 file changed, 52 insertions(+), 33 deletions(-) diff --git a/src/views/wms/inventoryAlarm/index.vue b/src/views/wms/inventoryAlarm/index.vue index 8ee2ec5..e8e44f5 100644 --- a/src/views/wms/inventoryAlarm/index.vue +++ b/src/views/wms/inventoryAlarm/index.vue @@ -72,18 +72,21 @@ 导出 - + - + - + + - - - + + + + + - + - + - - - + + + + - + + @@ -177,7 +182,7 @@