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..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
@@ -355,19 +355,27 @@
+
+ 服务评级
+ (暂无评级)
+
+
+
+
+
+
合伙人信息
-
+ {{partnerInfo.partnerEnterpriseName}}
-
+
{
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: {