This commit is contained in:
wangshiming
2022-03-11 11:10:16 +08:00
parent d1e01fb203
commit 2f67f0ae0b
2 changed files with 4 additions and 4 deletions

View File

@ -424,7 +424,7 @@ export class VehicleSureArriveComponent implements OnInit {
save(value: any): void {
if(this.Status === 1) {
if(!value.time) {
this.service.msgSrv.warning('必填项为空!')
this.service.msgSrv.warning('卸货时间为空!')
return;
}
const params = {
@ -442,7 +442,7 @@ export class VehicleSureArriveComponent implements OnInit {
})
} else {
if(!value.time ) {
this.service.msgSrv.warning('必填项为空!')
this.service.msgSrv.warning('卸货时间为空!')
return;
}
const params = {