From fda2238a9c3cd5839ec16650e7861ae4bbe3cc39 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 29 Jul 2025 14:31:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/lease/outBound/index.vue | 2 +- src/views/material/purchase/goodsArrived/component/home.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 2f605ff6..d449f801 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -812,7 +812,7 @@ export default { const diffTime = inputDate.getTime() - today.getTime() const diffDays = diffTime / (1000 * 60 * 60 * 24) - return diffDays <= 30 + return diffDays <= 90 }, // 字典数据加载完成后的回调 onDictReady(dict) { diff --git a/src/views/material/purchase/goodsArrived/component/home.vue b/src/views/material/purchase/goodsArrived/component/home.vue index 361238da..333ae10a 100644 --- a/src/views/material/purchase/goodsArrived/component/home.vue +++ b/src/views/material/purchase/goodsArrived/component/home.vue @@ -340,7 +340,7 @@ - +