780132d1 by yangjianbin

init

1 parent f874303a
...@@ -59,7 +59,8 @@ ...@@ -59,7 +59,8 @@
59 {data: "userName"},//申请人 59 {data: "userName"},//申请人
60 {data: "idCard"},//身份证 60 {data: "idCard"},//身份证
61 {data: "phoneNumber"},//手机号 61 {data: "phoneNumber"},//手机号
62 {data: function (createTime) { 62 {data: function (createTime,b) {
63 console.log(createTime,b)
63 return getNowFormatDate(new Date(parseInt(createTime))); 64 return getNowFormatDate(new Date(parseInt(createTime)));
64 }},//进件时间 65 }},//进件时间
65 {name: "departmentId", data: "departmentName"},//网点 66 {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!