From 365ca0cb0bb1d8dbdbf51e0049742293865422ab Mon Sep 17 00:00:00 2001 From: Xulinchuan <2026734208@qq.com> Date: Fri, 15 Aug 2025 16:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A2=84=E7=BA=A6=E7=94=A8?= =?UTF-8?q?=E8=BD=A6=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/warehouseLogistics/logistics/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sub-operation-service/src/views/warehouseLogistics/logistics/index.vue b/sub-operation-service/src/views/warehouseLogistics/logistics/index.vue index 99f3021..38c3655 100644 --- a/sub-operation-service/src/views/warehouseLogistics/logistics/index.vue +++ b/sub-operation-service/src/views/warehouseLogistics/logistics/index.vue @@ -271,10 +271,10 @@ const handleApply = () => { ElMessage.error('请填写卸货地址'); return; } - if (form.date === '') { - ElMessage.error('请选择预约用车时间'); - return; - } + // if (form.date === '') { + // ElMessage.error('请选择预约用车时间'); + // return; + // } router.push({ name: 'logistics-dispatch', });