Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
210dd9df
Commit
210dd9df
authored
Jul 31, 2023
by
wenyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
潜在客户功能调整为手机号与微信号填一个即可保存(律家保潜在客户只有微信号无手机号)
parent
e152bfa7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
7 deletions
+19
-7
src/app/my/my-business-detail/my-business-detail.component.html
+7
-5
src/app/my/my-business-detail/my-business-detail.component.ts
+10
-0
src/app/my/my-business/my-business.component.html
+1
-1
src/index.html
+1
-1
No files found.
src/app/my/my-business-detail/my-business-detail.component.html
View file @
210dd9df
...
...
@@ -85,13 +85,15 @@
<div
class=
"wrapper_item"
>
<div
class=
"contentItem"
>
<span>
手机
</span>
<
a
*
ngIf=
"opportunityId!=0"
style=
"text-decoration:none;color: #333;margin-right: 12px;"
href=
"tel:{{editBusiness.mobileNo}}"
>
<
div
style=
"display: flex;justify-content: flex-end;align-items: center;"
>
<a
*
ngIf=
"opportunityId!=0"
style=
"text-decoration:none;color: #333;margin-right: 12px;"
href=
"tel:{{editBusiness.mobileNo}}"
>
<i
class=
"iconfont icon-dianhua"
style=
"color: #e10d0d;"
></i>
{{editBusiness.mobileNo}}
</a>
<input
class=
"form-control"
type=
"text"
[(
ngModel
)]="
editBusiness
.
mobileNo
"
*
ngIf=
"opportunityId==0"
<!--{{editBusiness.mobileNo}}-->
</a>
<input
class=
"form-control"
style=
"width:55%;padding:6px 12px 6px 0"
type=
"text"
[(
ngModel
)]="
editBusiness
.
mobileNo
"
placeholder=
"请输入手机号"
maxlength=
"11"
(
blur
)="
inputBlur
()"
/>
</div>
</div>
<div
class=
"contentItem"
>
<span>
微信
</span>
<input
class=
"form-control"
type=
"text"
placeholder=
"{{readonlyFlag ?'暂无微信':'请输入微信'}}"
...
...
@@ -325,7 +327,7 @@
(
onChange
)="
editBusiness
.
name =
$event"
>
姓名:
</InputItem>
</div>
<div
class=
"am-list-item"
>
<InputItem
[
type
]="'
phone
'"
[
value
]="
editBusiness
.
mobileNo
"
<InputItem
[
type
]="'
text
'"
[
value
]="
editBusiness
.
mobileNo
"
(
onChange
)="
editBusiness
.
mobileNo =
$event"
>
手机号码:
</InputItem>
</div>
<div
class=
"am-list-line"
style=
"color: #999;font-size:12px"
>
...
...
src/app/my/my-business-detail/my-business-detail.component.ts
View file @
210dd9df
...
...
@@ -23,6 +23,7 @@ export class MyBusinessDetailComponent implements OnInit {
opportunitySurveyAnswersList
:
Array
<
any
>
;
tagList
:
Array
<
any
>
;
editBusiness
:
BusinessQuery
=
new
BusinessQuery
();
retMobileNo
:
string
;
//商机状态
businessStatusList
:
Array
<
any
>
;
//经纪人输入商机来源类型
...
...
@@ -225,6 +226,7 @@ export class MyBusinessDetailComponent implements OnInit {
&userId=
${
res
[
'data'
][
'opportunityBasicInformationInfo'
][
'sfpUserId'
]}
&systemType=ydLife`
this
.
opportunitySurveyAnswersList
=
res
[
'data'
][
'opportunityConsultationInfo'
][
'opportunitySurveyAnswersList'
]
this
.
editBusiness
=
res
[
'data'
][
'opportunityBasicInformationInfo'
];
this
.
retMobileNo
=
res
[
'data'
][
'opportunityBasicInformationInfo'
][
'mobileNo'
];
this
.
opportunityCustomerTags
=
res
[
'data'
][
'opportunityBasicInformationInfo'
][
'opportunityCustomerTags'
]
this
.
opportunityRecordInfos
=
res
[
'data'
][
'opportunityRecordSituationInfo'
][
'opportunityRecordInfos'
];
this
.
isCompletedQuestionnaire
=
res
[
'data'
][
'opportunityConsultationInfo'
][
'isCompletedQuestionnaire'
];
...
...
@@ -716,6 +718,14 @@ export class MyBusinessDetailComponent implements OnInit {
// 发送电子客户告知书,opportunityIdID = CustomerId
sendENotice
()
{
if
(
!
this
.
retMobileNo
){
alert
(
'请在商机中补充手机号!'
);
return
;
}
if
(
!
this
.
editBusiness
.
mobileNo
)
{
alert
(
'手机号不能为空!'
);
return
;
}
this
.
eNoticeState
=
false
;
if
(
this
.
deviceType
!=
3
)
{
alert
(
'请在微信公众号中发送邀请'
);
...
...
src/app/my/my-business/my-business.component.html
View file @
210dd9df
...
...
@@ -31,7 +31,7 @@
<span
class=
"iconfont icon-ar-r"
style=
"font-size: 10px;position: relative; right: -2px;"
*
ngIf=
"pageType=='business'"
></span>
</div>
<div
class=
"line"
>
<div>
手机号:{{businessItem.mobile
No}}
</div>
<div>
{{businessItem.mobileNo ? '手机号:'+businessItem.mobileNo :'微信号:'+businessItem.wechat
No}}
</div>
<div>
{{businessItem.mdDropOptionName ? businessItem.mdDropOptionName:'待跟进'}}
</div>
</div>
<div
class=
"line"
>
...
...
src/index.html
View file @
210dd9df
...
...
@@ -7,7 +7,7 @@
<meta
http-equiv=
"Cache-Control"
content=
"no-cache, no-store, must-revalidate"
/>
<meta
http-equiv=
"Pragma"
content=
"no-cache"
/>
<meta
http-equiv=
"Expires"
content=
"0"
/>
<meta
name=
"viewport"
content=
"width=device-width
"
/>
<meta
name=
"viewport"
content=
"width=device-width
,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"
/>
<meta
name=
"keywords"
content=
"银盾保险在线,健康保险,出国旅行保险,户外运动保险,意外保险,国内旅行保险,留学游学保险,邮轮保险"
>
<meta
name=
"description"
content=
"银盾保险在线,提供全球多家知名保险公司产品网上投保,甄选并推荐最适合您的保险产品。"
/>
<title>
银盾保险经纪
</title>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment