diff --git a/src/app/routes/order-management/components/bulk-detail-change/bulk-detail-change.component.ts b/src/app/routes/order-management/components/bulk-detail-change/bulk-detail-change.component.ts index 8de03795..337fa6ce 100644 --- a/src/app/routes/order-management/components/bulk-detail-change/bulk-detail-change.component.ts +++ b/src/app/routes/order-management/components/bulk-detail-change/bulk-detail-change.component.ts @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2021-12-24 16:58:02 * @LastEditors : Shiming - * @LastEditTime : 2022-03-04 14:15:21 + * @LastEditTime : 2022-03-07 17:26:41 * @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. */ @@ -495,7 +495,6 @@ loadTime: any; // 货源单设置回显 this.service.request(this.service.$api_set_modifyBulkOrder, params).subscribe((res: any) => { if(res) { this.service.msgSrv.success('修改成功!'); - this.router.navigate(['/order-management/bulk']); } else { this.service.msgSrv.error(res?.msg); } diff --git a/src/app/routes/order-management/components/vehicle-detail-change/vehicle-detail-change.component.ts b/src/app/routes/order-management/components/vehicle-detail-change/vehicle-detail-change.component.ts index 49a3a278..bdeac811 100644 --- a/src/app/routes/order-management/components/vehicle-detail-change/vehicle-detail-change.component.ts +++ b/src/app/routes/order-management/components/vehicle-detail-change/vehicle-detail-change.component.ts @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2021-12-23 13:39:58 * @LastEditors : Shiming - * @LastEditTime : 2022-03-04 10:48:50 + * @LastEditTime : 2022-03-07 17:27:38 * @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. */ @@ -545,7 +545,6 @@ export class OrderManagementVehicleDetailChangeComponent implements OnInit { console.log(res); if (res) { this.service.msgSrv.success('修改成功!'); - this.router.navigate(['/order-management/vehicle']); } else { this.service.msgSrv.error(res?.msg); } diff --git a/src/app/routes/supply-management/components/onecar-publish/onecar-publish.component.html b/src/app/routes/supply-management/components/onecar-publish/onecar-publish.component.html index a3fc1b2d..23ed8a52 100644 --- a/src/app/routes/supply-management/components/onecar-publish/onecar-publish.component.html +++ b/src/app/routes/supply-management/components/onecar-publish/onecar-publish.component.html @@ -177,6 +177,7 @@ + 货物信息 @@ -187,47 +188,32 @@ - + - + - + + + + + + + + 服务信息 @@ -239,34 +225,8 @@ - 推荐投保,填写货值自动估保费,司机接单后不可退保。详见《投保告知》 - - - - - - - - - - - 注意事项: - ①请仔细阅读《投保告知函》; - ②香港、澳门、台湾、西藏、新疆不在投保范围内,不予承保; - ③最低保费12元/每单;单次运输保额仅限200万元以内; - ④本保险只限于货物起运前投保,起运后投保无效,保险人不负赔偿责任; - - - + 香港、澳门、台湾、西藏、新疆不予承保,单次运输保额仅限200万元以内,详见《投保告知》 diff --git a/src/app/routes/supply-management/components/release-publish/release-publish.component.html b/src/app/routes/supply-management/components/release-publish/release-publish.component.html index 5b61cda9..7423108d 100644 --- a/src/app/routes/supply-management/components/release-publish/release-publish.component.html +++ b/src/app/routes/supply-management/components/release-publish/release-publish.component.html @@ -180,55 +180,43 @@ + 货物信息 - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + 服务信息 @@ -240,34 +228,8 @@ - 推荐投保,填写货值自动估保费,司机接单后不可退保。详见《投保告知》 - - - - - - - - - - - 注意事项: - ①请仔细阅读《投保告知函》; - ②香港、澳门、台湾、西藏、新疆不在投保范围内,不予承保; - ③最低保费12元/每单;单次运输保额仅限200万元以内; - ④本保险只限于货物起运前投保,起运后投保无效,保险人不负赔偿责任; - - - + 香港、澳门、台湾、西藏、新疆不予承保,单次运输保额仅限200万元以内,详见《投保告知》
注意事项:
①请仔细阅读《投保告知函》;
②香港、澳门、台湾、西藏、新疆不在投保范围内,不予承保;
③最低保费12元/每单;单次运输保额仅限200万元以内;
④本保险只限于货物起运前投保,起运后投保无效,保险人不负赔偿责任;