86603be7 by yangjianbin

init

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