|
|
|
@ -246,7 +246,8 @@ namespace FactorySystemApi.Controllers
|
|
|
|
columns = MaterialTeamworkBll.GetColumns(),
|
|
|
|
columns = MaterialTeamworkBll.GetColumns(),
|
|
|
|
rows = MaterialTeamworkBll.GetMaterialViewsByTeamId(teamId, teamWorkType, teamType, user.FID, true, out List<int> materialId),
|
|
|
|
rows = MaterialTeamworkBll.GetMaterialViewsByTeamId(teamId, teamWorkType, teamType, user.FID, true, out List<int> materialId),
|
|
|
|
infos = MaterialTeamworkBll.GetMaterialInfoList(materialId, user.FID),
|
|
|
|
infos = MaterialTeamworkBll.GetMaterialInfoList(materialId, user.FID),
|
|
|
|
types = MaterialTeamworkBll.GetMaterialTypeList()
|
|
|
|
types = MaterialTeamworkBll.GetMaterialTypeList(),
|
|
|
|
|
|
|
|
viewCols = MaterialTeamworkBll.GetViewColumns()
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|