2d56e7c7 by yangjianbin

init

1 parent fb53eab8
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
60 {data: "idCard"},//身份证 60 {data: "idCard"},//身份证
61 {data: "phoneNumber"},//手机号 61 {data: "phoneNumber"},//手机号
62 {data: function (createTime) { 62 {data: function (createTime) {
63 return getNowFormatDate(new Date(createTime)); 63 return getNowFormatDate(new Date(parseInt(createTime)));
64 }},//进件时间 64 }},//进件时间
65 {name: "departmentId", data: "departmentName"},//网点 65 {name: "departmentId", data: "departmentName"},//网点
66 {name: "productId", data: "productName"},//产品名称 66 {name: "productId", data: "productName"},//产品名称
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!