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
8636fd23
Commit
8636fd23
authored
Jul 13, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
约带看时间修改
parent
f520ce7e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
user.js
public/resource/js/user.js
+15
-1
No files found.
public/resource/js/user.js
View file @
8636fd23
...
@@ -65,6 +65,20 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
...
@@ -65,6 +65,20 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
e
.
stopPropagation
();
e
.
stopPropagation
();
$
(
this
).
parent
().
remove
();
$
(
this
).
parent
().
remove
();
});
});
//点击input 出现时间控件
// _doc.on('click', '#look_shop_date', function(e) {
// $(".form_datetime").datetimepicker({
// //format: 'yyyy-mm-dd hh:ii:ss',
// format: 'yyyy-mm-dd hh:00:00',
// autoclose: true,
// language: 'zh-CN',
// minView: 1,
// //minuteStep: 30
// //hourStep: 1
// });
// });
_doc
.
on
(
'click'
,
'.take-look'
,
function
(
e
)
{
//点击约带看 获取 客户姓名 编号 电话
_doc
.
on
(
'click'
,
'.take-look'
,
function
(
e
)
{
//点击约带看 获取 客户姓名 编号 电话
e
.
preventDefault
();
e
.
preventDefault
();
e
.
stopPropagation
();
e
.
stopPropagation
();
...
@@ -326,7 +340,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
...
@@ -326,7 +340,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
}
}
var
_temp_date
=
new
Date
(
look_shop_date_val
+
':000'
);
//格式为2018-07-14 10:30:05:000
var
_temp_date
=
new
Date
(
look_shop_date_val
+
':000'
);
//格式为2018-07-14 10:30:05:000
console
.
log
(
_temp_date
);
console
.
log
(
_temp_date
);
var
start_time
=
_temp_date
.
getTime
();
var
start_time
=
_temp_date
.
getTime
()
*
0.001
;
console
.
log
(
start_time
);
console
.
log
(
start_time
);
if
(
!
user
.
isAjaxSaving
){
if
(
!
user
.
isAjaxSaving
){
user
.
isAjaxSaving
=
true
;
user
.
isAjaxSaving
=
true
;
...
...
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