From 45946fd39b071183095829b2c6f3ff8fa446f61b Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 16 May 2022 13:30:26 +0800 Subject: [PATCH 1/2] fix bug --- .../partner/channel-sales/components/list/list.component.html | 4 +++- src/app/shared/services/business/shipper-base.service.ts | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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. --> + + { 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 = []; From 8802b49c959693ca4c167996e631b8e81043ab08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E6=99=93=E4=BA=91?= Date: Mon, 16 May 2022 15:21:29 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../list/detail/detail.component.html | 430 ++++++++++++------ 1 file changed, 279 insertions(+), 151 deletions(-) diff --git a/src/app/routes/vehicle/components/list/detail/detail.component.html b/src/app/routes/vehicle/components/list/detail/detail.component.html index 9ec011b5..eb675607 100644 --- a/src/app/routes/vehicle/components/list/detail/detail.component.html +++ b/src/app/routes/vehicle/components/list/detail/detail.component.html @@ -1,6 +1,6 @@ - + + + 车牌号: {{ detailData?.carNo }} + +
+ + + + + + + +
+ + + +
+
+ + 车辆基础信息 +
+ + + +
+ + +
- - - - - - - - - - - + + + + + + + + - - - {{detailData?.driverLicenseSigningOrg }} - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + 行驶证信息 +
+ + + + + + + + + + + {{detailData?.carBrand }} + + + + - - - - - - - - - - - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + {{detailData?.driverLicenseSigningOrg }} + + + + + + + + + + + + - - - {{detailData?.carOwner }} - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{detailData?.carOwner }} + + + + + + - - - - - - - - + + + +
+
+
+ + 道路运输证信息 + + +
+ + + + + + + + + + + - - - - - - - - - - - + + + + + - - - - - + + + +
+
+
+ + 认证司机 +
+ + + +
+ 未上传 + 草稿 + 待审核 + 已审核 + 已驳回 + 证件过期 +
+
+
+
+ - \ No newline at end of file +