From a587ac31054736a465320e3ab5a63da6a5ea7b95 Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Tue, 9 Sep 2025 16:37:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(wms):=20=E6=B7=BB=E5=8A=A0=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E4=BF=9D=E8=B4=A8=E6=9C=9F=E7=AE=A1=E7=90=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在库存列表中添加保质期天数和保质期状态列 - 实现保质期计算和状态提示功能 - 在入库订单中添加相关参数处理 - 更新API接口定义,增加保质期提醒时间字段 --- src/views/wms/baseMaterialInfo/index.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/views/wms/baseMaterialInfo/index.vue b/src/views/wms/baseMaterialInfo/index.vue index 3e1885a..36a73b5 100644 --- a/src/views/wms/baseMaterialInfo/index.vue +++ b/src/views/wms/baseMaterialInfo/index.vue @@ -85,7 +85,7 @@ - +