Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
70e249b7
Commit
70e249b7
authored
Apr 11, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业绩查询日期调整
parent
5e40a9f4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
achieve_region.js
public/app/js/achieve_region.js
+2
-1
achieve_ywy.js
public/app/js/achieve_ywy.js
+3
-2
No files found.
public/app/js/achieve_region.js
View file @
70e249b7
...
@@ -112,7 +112,8 @@ require(['vue', 'css!style/achieve_temp.css', 'jquery0325', 'common'], function(
...
@@ -112,7 +112,8 @@ require(['vue', 'css!style/achieve_temp.css', 'jquery0325', 'common'], function(
}
else
{
}
else
{
//获取当前时间
//获取当前时间
var
_currentDate
=
new
Date
(),
var
_currentDate
=
new
Date
(),
_year
=
_currentDate
.
getFullYear
(),
_currentDate
.
setDate
(
_currentDate
.
getDate
()
-
1
);
var
_year
=
_currentDate
.
getFullYear
(),
_moon
=
dealDate
(
_currentDate
.
getMonth
()
+
1
),
_moon
=
dealDate
(
_currentDate
.
getMonth
()
+
1
),
_end_day_temp
=
_currentDate
.
getDate
(),
_end_day_temp
=
_currentDate
.
getDate
(),
_end_day
=
dealDate
(
_end_day_temp
),
_end_day
=
dealDate
(
_end_day_temp
),
...
...
public/app/js/achieve_ywy.js
View file @
70e249b7
...
@@ -217,8 +217,9 @@ require(['vue', 'css!style/achieve_tonglian_ac.css', 'jquery0325', 'common'], fu
...
@@ -217,8 +217,9 @@ require(['vue', 'css!style/achieve_tonglian_ac.css', 'jquery0325', 'common'], fu
callback
(
_session_startdate
,
_session_enddate
);
callback
(
_session_startdate
,
_session_enddate
);
}
else
{
}
else
{
//获取当前时间
//获取当前时间
var
_currentDate
=
new
Date
(),
var
_currentDate
=
new
Date
();
_year
=
_currentDate
.
getFullYear
(),
_currentDate
.
setDate
(
_currentDate
.
getDate
()
-
1
);
var
_year
=
_currentDate
.
getFullYear
(),
_moon
=
dealDate
(
_currentDate
.
getMonth
()
+
1
),
_moon
=
dealDate
(
_currentDate
.
getMonth
()
+
1
),
_end_day_temp
=
_currentDate
.
getDate
(),
_end_day_temp
=
_currentDate
.
getDate
(),
_end_day
=
dealDate
(
_end_day_temp
),
_end_day
=
dealDate
(
_end_day_temp
),
...
...
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