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 @@
-
- 成本标准配置 - - 查看历史明细 -