From 74feb43995d926669945c60996d13607c1c697f1 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Thu, 21 Apr 2022 17:14:00 +0800 Subject: [PATCH] fix bug --- .../modal/vehicle/sure-arrive/sure-arrive.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {