From 4193a7b909f0244ba3d62b808e695d5f23c31f97 Mon Sep 17 00:00:00 2001 From: lixiangyu <lixiangyu@xalxzn.com> Date: 星期五, 22 八月 2025 22:36:30 +0800 Subject: [PATCH] feat(cms): 刀具库存列表增加库存统计功能 --- src/views/mes/modules/MesProductionWorkOrderForm.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/mes/modules/MesProductionWorkOrderForm.vue b/src/views/mes/modules/MesProductionWorkOrderForm.vue index ce6941f..99228ef 100644 --- a/src/views/mes/modules/MesProductionWorkOrderForm.vue +++ b/src/views/mes/modules/MesProductionWorkOrderForm.vue @@ -112,9 +112,9 @@ validatorRules: { }, url: { - add: "/mesproductionworkorder/mesProductionWorkOrder/add", - edit: "/mesproductionworkorder/mesProductionWorkOrder/edit", - queryById: "/mesproductionworkorder/mesProductionWorkOrder/queryById" + add: "/mes/mesProductionWorkOrder/add", + edit: "/mes/mesProductionWorkOrder/edit", + queryById: "/mes/mesProductionWorkOrder/queryById" } } }, -- Gitblit v1.9.3