fix bug
This commit is contained in:
@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user