86603be7 by yangjianbin

init

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