From 02347ff7b8913ba0597d35bcde02eb42bb95f5f7 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 24 Nov 2025 13:17:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/report/backReport.vue | 2 ++ src/views/material/report/goodsEntryReport.vue | 2 ++ src/views/material/report/leaseOutReport.vue | 2 ++ src/views/material/report/repairReport.vue | 2 ++ src/views/material/report/scrapReport.vue | 2 ++ src/views/material/report/testedInBoundReport.vue | 2 ++ src/views/material/standardBox/index.vue | 2 ++ src/views/material/stquery/deviceComparisonStatistical.vue | 2 ++ src/views/material/stquery/deviceInBound.vue | 2 ++ src/views/material/stquery/deviceOutBound.vue | 2 ++ src/views/material/stquery/deviceUsingHistory.vue | 2 ++ src/views/material/stquery/deviceUsingRecord.vue | 2 ++ .../materialsStation/equipment/equipmentTracking/index.vue | 6 ++++++ src/views/materialsStation/equipment/safetyWarn/index.vue | 2 ++ .../materialsStation/equipment/totalLeaseRecord/index.vue | 2 ++ .../materialsStation/equipment/totalReturnRecord/index.vue | 2 ++ .../straight/straightTransferReview/index.vue | 2 ++ .../materialsStation/toolsBack/back/component/home.vue | 2 ++ src/views/materialsStation/toolsBack/back/outRecord.vue | 2 ++ .../materialsStation/toolsBack/backAppointment/index.vue | 2 ++ .../toolsLease/apply/component/homeApply.vue | 2 ++ src/views/materialsStation/toolsLease/apply/leaseRecord.vue | 2 ++ .../toolsLease/outBound/component/homeApply.vue | 2 ++ src/views/repair-testing/material-return/index.vue | 2 ++ src/views/repair-testing/one-machine/index.vue | 2 ++ src/views/repair-testing/repair-accessory/index.vue | 2 ++ src/views/system/dict/index.vue | 2 ++ src/views/system/role/index.vue | 2 ++ src/views/system/user/index.vue | 3 ++- src/views/warning-analysis/engineering-in-use/index.vue | 2 ++ .../engineering-in-use/safetyToolEarlyWarning.vue | 2 ++ 31 files changed, 66 insertions(+), 1 deletion(-) diff --git a/src/views/material/report/backReport.vue b/src/views/material/report/backReport.vue index 29837dc2..7d03914d 100644 --- a/src/views/material/report/backReport.vue +++ b/src/views/material/report/backReport.vue @@ -7,6 +7,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -17,6 +18,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/material/report/goodsEntryReport.vue b/src/views/material/report/goodsEntryReport.vue index c874d2ad..56934fae 100644 --- a/src/views/material/report/goodsEntryReport.vue +++ b/src/views/material/report/goodsEntryReport.vue @@ -7,6 +7,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -17,6 +18,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/material/report/leaseOutReport.vue b/src/views/material/report/leaseOutReport.vue index 3c8710f8..333c1e52 100644 --- a/src/views/material/report/leaseOutReport.vue +++ b/src/views/material/report/leaseOutReport.vue @@ -7,6 +7,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -17,6 +18,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/material/report/repairReport.vue b/src/views/material/report/repairReport.vue index 68873935..6d66109f 100644 --- a/src/views/material/report/repairReport.vue +++ b/src/views/material/report/repairReport.vue @@ -7,6 +7,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -17,6 +18,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/material/report/scrapReport.vue b/src/views/material/report/scrapReport.vue index eb52ef83..bdf17acf 100644 --- a/src/views/material/report/scrapReport.vue +++ b/src/views/material/report/scrapReport.vue @@ -15,6 +15,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -25,6 +26,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/material/report/testedInBoundReport.vue b/src/views/material/report/testedInBoundReport.vue index 46816d31..2fea358c 100644 --- a/src/views/material/report/testedInBoundReport.vue +++ b/src/views/material/report/testedInBoundReport.vue @@ -7,6 +7,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -17,6 +18,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/material/standardBox/index.vue b/src/views/material/standardBox/index.vue index 554b97d8..d70ecec6 100644 --- a/src/views/material/standardBox/index.vue +++ b/src/views/material/standardBox/index.vue @@ -7,6 +7,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -17,6 +18,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/material/stquery/deviceComparisonStatistical.vue b/src/views/material/stquery/deviceComparisonStatistical.vue index d8512c86..ef00be4f 100644 --- a/src/views/material/stquery/deviceComparisonStatistical.vue +++ b/src/views/material/stquery/deviceComparisonStatistical.vue @@ -7,6 +7,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -17,6 +18,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/material/stquery/deviceInBound.vue b/src/views/material/stquery/deviceInBound.vue index 8e007e95..8d2d0568 100644 --- a/src/views/material/stquery/deviceInBound.vue +++ b/src/views/material/stquery/deviceInBound.vue @@ -7,6 +7,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -17,6 +18,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/material/stquery/deviceOutBound.vue b/src/views/material/stquery/deviceOutBound.vue index efd3eac7..062c6d50 100644 --- a/src/views/material/stquery/deviceOutBound.vue +++ b/src/views/material/stquery/deviceOutBound.vue @@ -7,6 +7,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -17,6 +18,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/material/stquery/deviceUsingHistory.vue b/src/views/material/stquery/deviceUsingHistory.vue index 408b593c..254d1f07 100644 --- a/src/views/material/stquery/deviceUsingHistory.vue +++ b/src/views/material/stquery/deviceUsingHistory.vue @@ -7,6 +7,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -17,6 +18,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/material/stquery/deviceUsingRecord.vue b/src/views/material/stquery/deviceUsingRecord.vue index 07151079..1cd2d984 100644 --- a/src/views/material/stquery/deviceUsingRecord.vue +++ b/src/views/material/stquery/deviceUsingRecord.vue @@ -7,6 +7,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -17,6 +18,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/materialsStation/equipment/equipmentTracking/index.vue b/src/views/materialsStation/equipment/equipmentTracking/index.vue index 62ac618d..3d3e646d 100644 --- a/src/views/materialsStation/equipment/equipmentTracking/index.vue +++ b/src/views/materialsStation/equipment/equipmentTracking/index.vue @@ -54,6 +54,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.checkEndTime = ''" style="width: 130px" /> @@ -64,6 +65,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.checkStartTime).getTime() - 86400000}" style="width: 130px" /> @@ -75,6 +77,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.nextEndTime = ''" style="width: 130px" /> @@ -85,6 +88,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.nextStartTime).getTime() - 86400000}" style="width: 130px" /> @@ -96,6 +100,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -106,6 +111,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/materialsStation/equipment/safetyWarn/index.vue b/src/views/materialsStation/equipment/safetyWarn/index.vue index 422f15af..aefbcc6a 100644 --- a/src/views/materialsStation/equipment/safetyWarn/index.vue +++ b/src/views/materialsStation/equipment/safetyWarn/index.vue @@ -10,6 +10,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -22,6 +23,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/materialsStation/equipment/totalLeaseRecord/index.vue b/src/views/materialsStation/equipment/totalLeaseRecord/index.vue index f5f8703c..60bc6773 100644 --- a/src/views/materialsStation/equipment/totalLeaseRecord/index.vue +++ b/src/views/materialsStation/equipment/totalLeaseRecord/index.vue @@ -11,6 +11,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -23,6 +24,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/materialsStation/equipment/totalReturnRecord/index.vue b/src/views/materialsStation/equipment/totalReturnRecord/index.vue index 5e07ccc7..898ee5f9 100644 --- a/src/views/materialsStation/equipment/totalReturnRecord/index.vue +++ b/src/views/materialsStation/equipment/totalReturnRecord/index.vue @@ -11,6 +11,7 @@ :clearable="false" value-format="yyyy-MM-dd" format="yyyy-MM-dd" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -23,6 +24,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/materialsStation/straight/straightTransferReview/index.vue b/src/views/materialsStation/straight/straightTransferReview/index.vue index 211c0016..1ea3c3ff 100644 --- a/src/views/materialsStation/straight/straightTransferReview/index.vue +++ b/src/views/materialsStation/straight/straightTransferReview/index.vue @@ -10,6 +10,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -22,6 +23,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/materialsStation/toolsBack/back/component/home.vue b/src/views/materialsStation/toolsBack/back/component/home.vue index e664b30b..f18288a6 100644 --- a/src/views/materialsStation/toolsBack/back/component/home.vue +++ b/src/views/materialsStation/toolsBack/back/component/home.vue @@ -9,6 +9,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -21,6 +22,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/materialsStation/toolsBack/back/outRecord.vue b/src/views/materialsStation/toolsBack/back/outRecord.vue index c2739db5..04bfdb54 100644 --- a/src/views/materialsStation/toolsBack/back/outRecord.vue +++ b/src/views/materialsStation/toolsBack/back/outRecord.vue @@ -10,6 +10,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -22,6 +23,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/materialsStation/toolsBack/backAppointment/index.vue b/src/views/materialsStation/toolsBack/backAppointment/index.vue index 053a9cb5..7142b3cc 100644 --- a/src/views/materialsStation/toolsBack/backAppointment/index.vue +++ b/src/views/materialsStation/toolsBack/backAppointment/index.vue @@ -55,6 +55,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -67,6 +68,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/materialsStation/toolsLease/apply/component/homeApply.vue b/src/views/materialsStation/toolsLease/apply/component/homeApply.vue index 03a4bb5d..b9b3aac4 100644 --- a/src/views/materialsStation/toolsLease/apply/component/homeApply.vue +++ b/src/views/materialsStation/toolsLease/apply/component/homeApply.vue @@ -9,6 +9,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -21,6 +22,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/materialsStation/toolsLease/apply/leaseRecord.vue b/src/views/materialsStation/toolsLease/apply/leaseRecord.vue index 519cd016..207f7d36 100644 --- a/src/views/materialsStation/toolsLease/apply/leaseRecord.vue +++ b/src/views/materialsStation/toolsLease/apply/leaseRecord.vue @@ -10,6 +10,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -22,6 +23,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue b/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue index c7f0ee3b..51a5d6d9 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue @@ -9,6 +9,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -21,6 +22,7 @@ clearable value-format="yyyy-MM-dd" format="yyyy-MM-dd" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/repair-testing/material-return/index.vue b/src/views/repair-testing/material-return/index.vue index 5e50e957..369aa21d 100644 --- a/src/views/repair-testing/material-return/index.vue +++ b/src/views/repair-testing/material-return/index.vue @@ -11,6 +11,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -21,6 +22,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/repair-testing/one-machine/index.vue b/src/views/repair-testing/one-machine/index.vue index df9fc0f5..1d914140 100644 --- a/src/views/repair-testing/one-machine/index.vue +++ b/src/views/repair-testing/one-machine/index.vue @@ -11,6 +11,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -21,6 +22,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/repair-testing/repair-accessory/index.vue b/src/views/repair-testing/repair-accessory/index.vue index c2de0d21..1f563553 100644 --- a/src/views/repair-testing/repair-accessory/index.vue +++ b/src/views/repair-testing/repair-accessory/index.vue @@ -11,6 +11,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -21,6 +22,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index c92caf0a..29ea3e6b 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -40,6 +40,7 @@ style="width: 130px" value-format="yyyy-MM-dd" type="date" + @change="() => queryParams.endTime = ''" placeholder="开始日期" /> @@ -50,6 +51,7 @@ style="width: 130px" value-format="yyyy-MM-dd" type="date" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" placeholder="结束日期" /> diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index 8a20b70a..851edd87 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -40,6 +40,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -50,6 +51,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index fda60083..c667af52 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -32,13 +32,14 @@ - diff --git a/src/views/warning-analysis/engineering-in-use/index.vue b/src/views/warning-analysis/engineering-in-use/index.vue index d902ae46..502a2e7e 100644 --- a/src/views/warning-analysis/engineering-in-use/index.vue +++ b/src/views/warning-analysis/engineering-in-use/index.vue @@ -8,6 +8,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -18,6 +19,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" /> diff --git a/src/views/warning-analysis/engineering-in-use/safetyToolEarlyWarning.vue b/src/views/warning-analysis/engineering-in-use/safetyToolEarlyWarning.vue index aa299d1b..7fc9666a 100644 --- a/src/views/warning-analysis/engineering-in-use/safetyToolEarlyWarning.vue +++ b/src/views/warning-analysis/engineering-in-use/safetyToolEarlyWarning.vue @@ -8,6 +8,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="开始日期" + @change="() => queryParams.endTime = ''" style="width: 130px" /> @@ -18,6 +19,7 @@ value-format="yyyy-MM-dd" type="date" placeholder="结束日期" + :picker-options="{ disabledDate: (t) => t.getTime() < new Date(queryParams.startTime).getTime() - 86400000}" style="width: 130px" />