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
2ac0b6bd
Commit
2ac0b6bd
authored
Mar 26, 2020
by
Chao Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
龙虎榜初始化
parent
5ac4c453
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
src/app/common/picker/picker.component.ts
+0
-1
src/app/my/my-business-detail/my-business-detail.component.ts
+0
-2
src/app/my/sales-rank/sales-rank.component.ts
+2
-4
No files found.
src/app/common/picker/picker.component.ts
View file @
2ac0b6bd
...
@@ -31,7 +31,6 @@ export class PickerComponent implements OnInit {
...
@@ -31,7 +31,6 @@ export class PickerComponent implements OnInit {
}
}
ngOnInit
()
{
ngOnInit
()
{
console
.
log
(
this
.
provinceLists
)
if
(
this
.
isNeedDistrict
)
{
if
(
this
.
isNeedDistrict
)
{
this
.
areaLimitStep
=
3
;
this
.
areaLimitStep
=
3
;
}
else
if
(
this
.
isNeedCity
)
{
}
else
if
(
this
.
isNeedCity
)
{
...
...
src/app/my/my-business-detail/my-business-detail.component.ts
View file @
2ac0b6bd
...
@@ -240,8 +240,6 @@ export class MyBusinessDetailComponent implements OnInit {
...
@@ -240,8 +240,6 @@ export class MyBusinessDetailComponent implements OnInit {
ownOpportunityRecordSave
()
{
ownOpportunityRecordSave
()
{
const
oppDate
=
new
Date
(
this
.
opportunityRecordNoticeDate
+
' 23:59:59'
).
getTime
();
const
oppDate
=
new
Date
(
this
.
opportunityRecordNoticeDate
+
' 23:59:59'
).
getTime
();
const
createDate
=
new
Date
(
this
.
editBusiness
.
opportunityDate
).
getTime
();
const
createDate
=
new
Date
(
this
.
editBusiness
.
opportunityDate
).
getTime
();
console
.
log
(
'创建'
,
createDate
)
console
.
log
(
'跟进'
,
oppDate
)
// if (nowDate < oppDate) {
// if (nowDate < oppDate) {
// this.toastDialog = true;
// this.toastDialog = true;
// this.toastInfo = {
// this.toastInfo = {
...
...
src/app/my/sales-rank/sales-rank.component.ts
View file @
2ac0b6bd
...
@@ -34,8 +34,8 @@ export class SalesRankComponent implements OnInit {
...
@@ -34,8 +34,8 @@ export class SalesRankComponent implements OnInit {
ngOnInit
()
{
ngOnInit
()
{
this
.
dateType
=
this
.
activatedRoute
.
snapshot
.
queryParams
.
searchType
;
this
.
dateType
=
this
.
activatedRoute
.
snapshot
.
queryParams
.
searchType
;
this
.
allPerformanceInfo
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'allPerformanceInfo'
));
this
.
allPerformanceInfo
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'allPerformanceInfo'
));
this
.
selectRang
(
this
.
dateType
,
'online'
,
'fyp'
)
//初始化查询本月+线上+fyp
console
.
log
(
this
.
allPerformanceInfo
)
this
.
selectRang
(
'month'
,
'online'
,
'fyp'
)
}
}
selectRang
(
dateType
,
lineType
,
rankType
)
{
selectRang
(
dateType
,
lineType
,
rankType
)
{
...
@@ -64,8 +64,6 @@ export class SalesRankComponent implements OnInit {
...
@@ -64,8 +64,6 @@ export class SalesRankComponent implements OnInit {
}
else
{
}
else
{
return
;
return
;
}
}
console
.
log
(
this
.
performanceListShow
)
}
}
}
else
{
}
else
{
this
.
performanceListShow
=
[];
this
.
performanceListShow
=
[];
...
...
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