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
2a6e3d33
Commit
2a6e3d33
authored
May 09, 2020
by
Chao Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商机新增字段
parent
af6ad8c2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
src/app/my/my-business-detail/my-business-detail.component.html
+12
-3
src/app/my/my-center-home/my-center-home.component.ts
+2
-2
No files found.
src/app/my/my-business-detail/my-business-detail.component.html
View file @
2a6e3d33
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
<i
class=
"iconfont icon-bianji"
*
ngIf=
"readonlyFlag"
(
click
)="
editInfo
()"
></i>
<i
class=
"iconfont icon-bianji"
*
ngIf=
"readonlyFlag"
(
click
)="
editInfo
()"
></i>
<i
class=
"iconfont icon-save"
*
ngIf=
"!readonlyFlag"
(
click
)="
saveInfo
()"
></i>
<i
class=
"iconfont icon-save"
*
ngIf=
"!readonlyFlag"
(
click
)="
saveInfo
()"
></i>
<div
class=
"contentDetail"
>
<div
class=
"contentDetail"
>
<div
class=
"first"
>
<div
class=
"contentItem"
>
<div
class=
"contentItem"
>
<span>
姓名
</span>
<span>
姓名
</span>
<input
class=
"form-control"
type=
"text"
placeholder=
"{{readonlyFlag ?'暂无姓名':'请输入姓名'}}"
<input
class=
"form-control"
type=
"text"
placeholder=
"{{readonlyFlag ?'暂无姓名':'请输入姓名'}}"
...
@@ -54,14 +55,22 @@
...
@@ -54,14 +55,22 @@
[(
ngModel
)]="
editBusiness
.
otherContacts
"
[
disabled
]="
readonlyFlag
"
(
blur
)="
inputBlur
()"
/>
[(
ngModel
)]="
editBusiness
.
otherContacts
"
[
disabled
]="
readonlyFlag
"
(
blur
)="
inputBlur
()"
/>
</div>
</div>
<div
class=
"contentItem"
>
<div
class=
"contentItem"
>
<span>
商机来源
</span>
<span>
城市
</span>
<input
class=
"form-control"
type=
"text"
[(
ngModel
)]="
editBusiness
.
sourceChannel
"
disabled
/>
<input
class=
"form-control"
type=
"text"
placeholder=
"{{readonlyFlag ?'暂无城市信息':'请输入城市'}}"
[(
ngModel
)]="
editBusiness
.
address
"
[
disabled
]="
readonlyFlag
"
(
blur
)="
inputBlur
()"
/>
</div>
</div>
</div>
<div
class=
"second"
>
<div
class=
"contentItem"
>
<div
class=
"contentItem"
>
<span>
城市
</span>
<span>
城市
</span>
<input
class=
"form-control"
type=
"text"
placeholder=
"{{readonlyFlag ?'暂无城市信息':'请输入城市'}}"
<input
class=
"form-control"
type=
"text"
placeholder=
"{{readonlyFlag ?'暂无城市信息':'请输入城市'}}"
[(
ngModel
)]="
editBusiness
.
address
"
[
disabled
]="
readonlyFlag
"
(
blur
)="
inputBlur
()"
/>
[(
ngModel
)]="
editBusiness
.
address
"
[
disabled
]="
readonlyFlag
"
(
blur
)="
inputBlur
()"
/>
</div>
</div>
<div
class=
"contentItem"
>
<span>
商机来源
</span>
<input
class=
"form-control"
type=
"text"
[(
ngModel
)]="
editBusiness
.
sourceChannel
"
disabled
/>
</div>
</div>
<div
class=
"contentItem"
>
<div
class=
"contentItem"
>
<span>
商机时间
</span>
<span>
商机时间
</span>
...
...
src/app/my/my-center-home/my-center-home.component.ts
View file @
2a6e3d33
...
@@ -66,8 +66,8 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
...
@@ -66,8 +66,8 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
title
:
'我的团队'
,
title
:
'我的团队'
,
content
:
[
content
:
[
{
no
:
15
,
subtitle
:
'我的团队'
,
icon
:
'icon-tuandui'
,
path
:
''
,
routerLink
:
'teamRank'
},
{
no
:
15
,
subtitle
:
'我的团队'
,
icon
:
'icon-tuandui'
,
path
:
''
,
routerLink
:
'teamRank'
},
{
no
:
16
,
subtitle
:
'团队增员'
,
icon
:
'icon-tuanduiguanlisvg'
,
path
:
''
,
routerLink
:
''
},
//
{ no: 16, subtitle: '团队增员', icon: 'icon-tuanduiguanlisvg', path: '', routerLink: '' },
//
{ no: 16, subtitle: '团队增员', icon: 'icon-tuanduiguanlisvg', path: '', routerLink: 'recruiting' },
{
no
:
16
,
subtitle
:
'团队增员'
,
icon
:
'icon-tuanduiguanlisvg'
,
path
:
''
,
routerLink
:
'recruiting'
},
{
no
:
18
,
subtitle
:
'招募海报'
,
icon
:
'icon-haibao-1'
,
path
:
''
,
routerLink
:
''
},
{
no
:
18
,
subtitle
:
'招募海报'
,
icon
:
'icon-haibao-1'
,
path
:
''
,
routerLink
:
''
},
{
no
:
''
,
subtitle
:
''
,
icon
:
''
,
path
:
''
,
routerLink
:
''
}
{
no
:
''
,
subtitle
:
''
,
icon
:
''
,
path
:
''
,
routerLink
:
''
}
],
],
...
...
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