|
@@ -74,6 +74,7 @@ namespace OASystem.Infrastructure.Repositories.PersonnelModule
|
|
groupData.Insert(0, new { id = 0, groupName = "其他物资(公司内部物资)" });
|
|
groupData.Insert(0, new { id = 0, groupName = "其他物资(公司内部物资)" });
|
|
groupData.Insert(0, new { id = -1, groupName = "拜访客户所使用的物资" });
|
|
groupData.Insert(0, new { id = -1, groupName = "拜访客户所使用的物资" });
|
|
groupData.Insert(0, new { id = -2, groupName = "库存调整" });
|
|
groupData.Insert(0, new { id = -2, groupName = "库存调整" });
|
|
|
|
+ groupData.Insert(0, new { id = -3, groupName = "全部团组" });
|
|
|
|
|
|
var userData = await _sqlSugar.Queryable<Sys_Users>()
|
|
var userData = await _sqlSugar.Queryable<Sys_Users>()
|
|
.Where(x => x.IsDel == 0)
|
|
.Where(x => x.IsDel == 0)
|