From a3c34fe7f73531515b63f3a516d29b00b9341558 Mon Sep 17 00:00:00 2001 From: Lingzi Date: Thu, 24 Mar 2022 20:46:15 +0800 Subject: [PATCH 1/2] fix bug --- .../components/freight/list/detail/detail.component.html | 9 +++++++++ .../components/freight/list/detail/detail.component.ts | 4 +++- .../components/freight/list/new/new.component.ts | 6 +++--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/app/routes/usercenter/components/freight/list/detail/detail.component.html b/src/app/routes/usercenter/components/freight/list/detail/detail.component.html index 9e474055..63a9276a 100644 --- a/src/app/routes/usercenter/components/freight/list/detail/detail.component.html +++ b/src/app/routes/usercenter/components/freight/list/detail/detail.component.html @@ -355,6 +355,15 @@ + + 服务评级 + (暂无评级) + + + + + + 合伙人信息 diff --git a/src/app/routes/usercenter/components/freight/list/detail/detail.component.ts b/src/app/routes/usercenter/components/freight/list/detail/detail.component.ts index bbdf2dc3..cd82f249 100644 --- a/src/app/routes/usercenter/components/freight/list/detail/detail.component.ts +++ b/src/app/routes/usercenter/components/freight/list/detail/detail.component.ts @@ -34,7 +34,7 @@ export class FreightComponentsListDetailComponent implements OnInit, OnDestroy { ltdId: any = []; roles: any = []; customerServices: any = []; - + billEvaluateList: any = []; approvalOpinion = ''; networkTransporter = null; roleId = null; @@ -90,6 +90,7 @@ export class FreightComponentsListDetailComponent implements OnInit, OnDestroy { this.scrollTop = document.documentElement.scrollTop; }); } + /** * 初始化数据列表 */ @@ -202,6 +203,7 @@ export class FreightComponentsListDetailComponent implements OnInit, OnDestroy { this.service.request(this.service.$api_get_freight_billEvaluate, res).subscribe(billEvaluate => { if (billEvaluate) { this.billEvaluate = billEvaluate.totalScore; + this.billEvaluateList = res; } }); } diff --git a/src/app/routes/usercenter/components/freight/list/new/new.component.ts b/src/app/routes/usercenter/components/freight/list/new/new.component.ts index 9b1cbc6e..59359454 100644 --- a/src/app/routes/usercenter/components/freight/list/new/new.component.ts +++ b/src/app/routes/usercenter/components/freight/list/new/new.component.ts @@ -715,15 +715,15 @@ export class FreightComponentsListNewComponent implements OnInit { } }, promotersTelephone: { - title: '推广业务员手机号', + title: '邀请码', type: 'string', minLength: 1, format: 'mobile', maxLength: 11, ui: { grid: { xxl: 13, xl: 18, lg: 24, md: 24 }, - placeholder: '请输入推广业务员手机号', - errors: { required: '请输入推广业务员手机号', format: '手机号格式错误' } + placeholder: '请输入邀请码', + errors: { required: '请输入邀请码', format: '手机号格式错误' } } }, networkTransporter: { From d785fb4ef8166241a436288fbe903090e4eddf47 Mon Sep 17 00:00:00 2001 From: Lingzi Date: Thu, 24 Mar 2022 21:19:34 +0800 Subject: [PATCH 2/2] fix bug --- .../components/freight/list/detail/detail.component.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/routes/usercenter/components/freight/list/detail/detail.component.html b/src/app/routes/usercenter/components/freight/list/detail/detail.component.html index 63a9276a..de3a37d1 100644 --- a/src/app/routes/usercenter/components/freight/list/detail/detail.component.html +++ b/src/app/routes/usercenter/components/freight/list/detail/detail.component.html @@ -367,16 +367,15 @@ 合伙人信息 - + {{partnerInfo.partnerEnterpriseName}} - +