Commit 8636fd23 authored by agping's avatar agping

约带看时间修改

parent f520ce7e
......@@ -65,6 +65,20 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
e.stopPropagation();
$(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) {//点击约带看 获取 客户姓名 编号 电话
e.preventDefault();
e.stopPropagation();
......@@ -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
console.log(_temp_date);
var start_time = _temp_date.getTime();
var start_time = _temp_date.getTime()*0.001;
console.log(start_time);
if(!user.isAjaxSaving){
user.isAjaxSaving = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment