3ab44cac by yangjianbin

init

1 parent 86603be7
......@@ -43,7 +43,6 @@
}
function getNowFormatDate(date) {
console.log(date)
if(!date){
date = new Date();
}
......
......@@ -59,7 +59,10 @@
{data: "userName"},//申请人
{data: "idCard"},//身份证
{data: "phoneNumber"},//手机号
{data: function (data) {
{data: function (data,a,b) {
console.log(a,b)
if(!data.createTime)
return '';
return getNowFormatDate(new Date(parseInt(data.createTime)));
}},//进件时间
{name: "departmentId", data: "departmentName"},//网点
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!