Commit f0c29b37 authored by liudong1993's avatar liudong1993
parents 6dac1521 c8a09855
......@@ -2738,8 +2738,8 @@ namespace Property.WebApi.Controllers.User
new ExcelColumn(value:item.WModel.Name){ },
new ExcelColumn(value:item.SModel.BrandName){ },
new ExcelColumn(value:((item.Type == 1 ? "增加" : "减少")+item.DetailNum+item.SModel.Units)){ },
new ExcelColumn(value:( CacheManager.User.UserReidsCache.GetEmployee(item.DetailBy)?.EmName ?? "")){ },
new ExcelColumn(value:item.DetailDate.ToString("yyyy-MM-dd HH:mm:ss")){ },
new ExcelColumn(value:( CacheManager.User.UserReidsCache.GetEmployee(item.DetailBy)?.EmName ?? "")){ },
}
};
slist.Add(datarow);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment