From 25f2e39ef1d91e3baa32aa7b35e5773ef0324487 Mon Sep 17 00:00:00 2001 From: zch Date: Fri, 6 Jun 2025 23:02:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(ems):=20=E6=B7=BB=E5=8A=A0=E5=A4=87?= =?UTF-8?q?=E4=BB=B6=E5=BA=93=E5=AD=98=E9=A2=84=E8=AD=A6=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=B9=B6=E4=BC=98=E5=8C=96=E7=9B=B8=E5=85=B3=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 SparePartsInventory 模型中添加库存阈值字段 - 实现库存预警相关的前端展示和提示功能 - 优化日常故障记录中的处置时长计算逻辑 - 在备件盘点记录中添加创建时间字段 - 实现备件库存数量的自动更新机制 --- src/views/ems/info/dailyFaultRecord/index.vue | 27 ++- .../ems/info/sparePartsInventory/index.vue | 190 ++++++++++++++++-- 2 files changed, 195 insertions(+), 22 deletions(-) diff --git a/src/views/ems/info/dailyFaultRecord/index.vue b/src/views/ems/info/dailyFaultRecord/index.vue index 69ba46f..460d7bb 100644 --- a/src/views/ems/info/dailyFaultRecord/index.vue +++ b/src/views/ems/info/dailyFaultRecord/index.vue @@ -233,7 +233,7 @@ /> - +