This commit is contained in:
wangshiming
2022-04-21 17:14:00 +08:00
parent 1d2a8fd134
commit 74feb43995

View File

@ -499,7 +499,7 @@ export class VehicleSureArriveComponent implements OnInit {
}); });
} else { } else {
if (!value?.time) { if (!value?.time) {
this.service.msgSrv.warning('货时间为空!'); this.service.msgSrv.warning('货时间为空!');
return; return;
} }
if (!this.data?.volume) { if (!this.data?.volume) {