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 @@ - +