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

@ -4,7 +4,7 @@
* @Author : Shiming * @Author : Shiming
* @Date : 2021-12-24 16:58:02 * @Date : 2021-12-24 16:58:02
* @LastEditors : Shiming * @LastEditors : Shiming
* @LastEditTime : 2022-04-11 19:03:20 * @LastEditTime : 2022-04-11 19:26:19
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail-change\\bulk-detail-change.component.ts * @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail-change\\bulk-detail-change.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved. * Copyright (C) 2022 huzhenhong. All rights reserved.
*/ */
@ -621,8 +621,10 @@ export class OrderManagementBulkDetailChangeComponent implements OnInit {
this.totalTime = res?.time; this.totalTime = res?.time;
}); });
} }
return true
} else { } else {
this.service.msgSrv.warning('请重新手动选择地址!') this.service.msgSrv.warning('请重新手动选择地址!')
return false
} }
} }
}); });

View File

@ -4,7 +4,7 @@
* @Author : Shiming * @Author : Shiming
* @Date : 2021-12-23 13:39:58 * @Date : 2021-12-23 13:39:58
* @LastEditors : Shiming * @LastEditors : Shiming
* @LastEditTime : 2022-04-11 19:03:47 * @LastEditTime : 2022-04-11 19:26:34
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail-change\\vehicle-detail-change.component.ts * @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail-change\\vehicle-detail-change.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved. * Copyright (C) 2022 huzhenhong. All rights reserved.
*/ */
@ -592,8 +592,10 @@ export class OrderManagementVehicleDetailChangeComponent implements OnInit {
this.totalTime = res?.time; this.totalTime = res?.time;
}); });
} }
return true
} else { } else {
this.service.msgSrv.warning('请重新手动选择地址!') this.service.msgSrv.warning('请重新手动选择地址!')
return false
} }
} }
}); });

View File

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

View File

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

View File

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

View File

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