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', });