提交 df4368fe 编写于 作者: doc_wei's avatar doc_wei

流程申请日期修改

上级 dafcbb8a
......@@ -25,12 +25,8 @@ layui.config({
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers'},
{ field: 'processInstanceId', title: '流程ID', width: 100 },
{ field: 'taskType', title: '类型', width: 100 },
{ field: 'createName', title: '申请人', width: 100},
{ field: 'createTime', title: '申请时间', align: 'center', width: 180, templet: function(d){
var str = d.createTime.toString();
str = str.substring(0, str.length - 3);
return date('Y-m-d H:i:s', str);
}},
{ field: 'createName', title: '申请人', width: 120},
{ field: 'createTime', title: '申请时间', align: 'center', width: 150 },
{ field: 'name', title: '当前节点', width: 130, templet: function(d){
return '[' + d.name + ']';
}},
......
......@@ -25,15 +25,8 @@ layui.config({
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers'},
{ field: 'processInstanceId', title: '流程ID', width: 100 },
{ field: 'taskType', title: '类型', width: 100 },
{ field: 'createName', title: '申请人', width: 100},
{ field: 'createTime', title: '申请时间', align: 'center', width: 180, templet: function(d){
if(!isNull(d.createTime)){
var str = d.createTime.toString();
str = str.substring(0, str.length - 3);
return date('Y-m-d H:i:s', str);
}
return "-";
}},
{ field: 'createName', title: '申请人', width: 120},
{ field: 'createTime', title: '申请时间', align: 'center', width: 150 },
{ field: 'name', title: '当前节点', width: 130, templet: function(d){
return '[' + d.name + ']';
}},
......
......@@ -36,16 +36,8 @@ layui.config({
return '<a lay-event="details" class="notice-title-click">' + d.processInstanceId + '</a>';
}},
{ field: 'taskType', title: '类型', width: 150 },
{ field: 'createName', title: '申请人', width: 140},
{ field: 'createTime', title: '申请时间', align: 'center', width: 140, templet: function(d){
if(!isNull(d.createTime)){
var str = d.createTime.toString();
str = str.substring(0, str.length - 3);
return date('Y-m-d H:i', str);
}else{
return "";
}
}},
{ field: 'createName', title: '申请人', width: 120},
{ field: 'createTime', title: '申请时间', align: 'center', width: 150 },
{ field: 'name', title: '当前节点', width: 130, templet: function(d){
return '[' + d.name + ']';
}},
......
......@@ -29,16 +29,8 @@ layui.config({
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers'},
{ field: 'processInstanceId', title: '流程ID', width: 100 },
{ field: 'taskType', title: '类型', width: 100 },
{ field: 'createName', title: '申请人', width: 100},
{ field: 'startTime', title: '申请时间', align: 'center', width: 140, templet: function(d){
if(!isNull(d.createTime)){
var str = d.createTime.toString();
str = str.substring(0, str.length - 3);
return date('Y-m-d H:i', str);
}else{
return "";
}
}},
{ field: 'createName', title: '申请人', width: 120},
{ field: 'createTime', title: '申请时间', align: 'center', width: 150 },
{ field: 'name', title: '我处理的节点', width: 130, templet: function(d){
return '[' + d.name + ']';
}},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册