From 39861ec701fd002a569321381315ae90e61d03fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Wed, 3 Dec 2025 09:29:10 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E8=B7=AF=E7=94=B1):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=88=90=E6=9C=AC=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E7=9A=84=E8=B7=AF=E7=94=B1=E8=B7=AF=E5=BE=84=E5=B9=B6=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=86=97=E4=BD=99=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除成本明细页面的冗余操作按钮,并更新仪表盘页面的路由跳转路径,以匹配新的路由结构 --- klp-ui/src/views/wms/cost/dashboard/index.vue | 4 ++-- klp-ui/src/views/wms/cost/detail/index.vue | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/klp-ui/src/views/wms/cost/dashboard/index.vue b/klp-ui/src/views/wms/cost/dashboard/index.vue index 943d30e0..10f4c2aa 100644 --- a/klp-ui/src/views/wms/cost/dashboard/index.vue +++ b/klp-ui/src/views/wms/cost/dashboard/index.vue @@ -263,10 +263,10 @@ export default { } }, goToStandardConfig() { - this.$router.push('/wms/cost/standard') + this.$router.push('/cost/stockpile/standard') }, goToDetail() { - this.$router.push('/wms/cost/detail') + this.$router.push('/cost/stockpile/stockpile') }, formatMoney(value) { if (!value) return '0.00' diff --git a/klp-ui/src/views/wms/cost/detail/index.vue b/klp-ui/src/views/wms/cost/detail/index.vue index 5056e9c1..4aa5fddf 100644 --- a/klp-ui/src/views/wms/cost/detail/index.vue +++ b/klp-ui/src/views/wms/cost/detail/index.vue @@ -39,11 +39,6 @@
-
- 成本标准配置 - - 查看历史明细 -