|
|
|
@ -81,6 +81,7 @@ namespace FactorySystemBll
|
|
|
|
TFS_FTeamwork teamwork = db.Queryable<TFS_FTeamwork>().Where(s => s.FID == teamId).First();
|
|
|
|
TFS_FTeamwork teamwork = db.Queryable<TFS_FTeamwork>().Where(s => s.FID == teamId).First();
|
|
|
|
List<int> viewType = new List<int>
|
|
|
|
List<int> viewType = new List<int>
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
(int)Constant.ViewType.成品视图,
|
|
|
|
(int)Constant.ViewType.半成品视图,
|
|
|
|
(int)Constant.ViewType.半成品视图,
|
|
|
|
(int)Constant.ViewType.中间品视图,
|
|
|
|
(int)Constant.ViewType.中间品视图,
|
|
|
|
(int)Constant.ViewType.香基视图
|
|
|
|
(int)Constant.ViewType.香基视图
|
|
|
|
|