修复项目任务列表新建时间戳
修复区域销售品类报表错误
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -243,7 +243,7 @@ $(function() {
|
||||
$document.on('click.datetime', '[data-toggle="datetime"]', function() {
|
||||
var data = $(this).data();
|
||||
var ops = {};
|
||||
ops['dateFmt'] = data['format'] || 'yyyy-MM-dd';
|
||||
ops['dateFmt'] = data['format'] || 'yyyy-MM-dd HH:mm';
|
||||
if (data['dchanging']) {
|
||||
ops['dchanging'] = data['dchanging'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user