diff --git a/src/app/routes/order-management/modal/vehicle/sure-arrive/sure-arrive.component.ts b/src/app/routes/order-management/modal/vehicle/sure-arrive/sure-arrive.component.ts index e74a8c1a..3b037b45 100644 --- a/src/app/routes/order-management/modal/vehicle/sure-arrive/sure-arrive.component.ts +++ b/src/app/routes/order-management/modal/vehicle/sure-arrive/sure-arrive.component.ts @@ -499,7 +499,7 @@ export class VehicleSureArriveComponent implements OnInit { }); } else { if (!value?.time) { - this.service.msgSrv.warning('装货时间为空!'); + this.service.msgSrv.warning('卸货时间为空!'); return; } if (!this.data?.volume) {