This commit is contained in:
wangshiming
2022-04-11 19:28:11 +08:00
parent 5294bc9228
commit 0e48a7ead2
6 changed files with 14 additions and 2 deletions

View File

@ -870,8 +870,10 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
this.totalTime = res.time;
});
}
return true
} else {
this.service.msgSrv.warning('请重新手动选择地址!')
return false
}
}
});

View File

@ -754,8 +754,10 @@ export class SupplyManagementBulkReleasePublishComponent implements OnInit {
this.totalTime = res.time;
});
}
return true
} else {
this.service.msgSrv.warning('请重新手动选择地址!')
return false
}
}
});

View File

@ -1114,8 +1114,10 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
this.getInsurersPrice(); // 计算保费金额
});
}
return true
} else {
this.service.msgSrv.warning('请重新手动选择地址!')
return false
}
}
});

View File

@ -1030,8 +1030,10 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
this.getInsurersPrice(); // 计算保费金额
});
}
return true
} else {
this.service.msgSrv.warning('请重新手动选择地址!')
return false
}
}
});