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: {