diff --git a/src/app/routes/partner/channel-sales/components/list/list.component.html b/src/app/routes/partner/channel-sales/components/list/list.component.html index 1183199e..35ebff8a 100644 --- a/src/app/routes/partner/channel-sales/components/list/list.component.html +++ b/src/app/routes/partner/channel-sales/components/list/list.component.html @@ -4,10 +4,12 @@ * @Author : Shiming * @Date : 2022-04-21 13:49:22 * @LastEditors : Shiming - * @LastEditTime : 2022-04-26 09:47:43 + * @LastEditTime : 2022-05-16 13:30:12 * @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\channel-sales\\components\\list\\list.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> + + - + + + 车牌号: {{ detailData?.carNo }} + +
+ + + + + + + +
+ + + +
+
+ + 车辆基础信息 +
+ + + +
+ + +
- - - - - - - - - - - + + + + + + + + - - - {{detailData?.driverLicenseSigningOrg }} - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + 行驶证信息 +
+ + + + + + + + + + + {{detailData?.carBrand }} + + + + - - - - - - - - - - - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + {{detailData?.driverLicenseSigningOrg }} + + + + + + + + + + + + - - - {{detailData?.carOwner }} - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{detailData?.carOwner }} + + + + + + - - - - - - - - + + + +
+
+
+ + 道路运输证信息 + + +
+ + + + + + + + + + + - - - - - - - - - - - + + + + + - - - - - + + + +
+
+
+ + 认证司机 +
+ + + +
+ 未上传 + 草稿 + 待审核 + 已审核 + 已驳回 + 证件过期 +
+
+
+
+ - \ No newline at end of file + diff --git a/src/app/shared/services/business/shipper-base.service.ts b/src/app/shared/services/business/shipper-base.service.ts index 25e64bbb..73112c6a 100644 --- a/src/app/shared/services/business/shipper-base.service.ts +++ b/src/app/shared/services/business/shipper-base.service.ts @@ -162,8 +162,8 @@ export class ShipperBaseService extends BaseService { } const list = res.map((item: any) => { return { - label: item.partnerType == 1 ? item.enterpriseName : item.contactName + '/' + item.contactMobile , - value: item.id + label: item?.partnerType == 1 ? item?.enterpriseName : item?.contactName + '/' + item?.contactMobile , + value: item?.id }; }); const obj = [];