提交代码
This commit is contained in:
@@ -18,7 +18,7 @@ namespace BLL
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 现场安装库存
|
||||
/// 现场施工库存
|
||||
/// </summary>
|
||||
public static List<Model.MaterialStockItem> materialStockItems_FIELD
|
||||
{
|
||||
|
||||
@@ -83,7 +83,7 @@ namespace BLL
|
||||
return result;
|
||||
}
|
||||
/// <summary>
|
||||
/// 现场安装完成数
|
||||
/// 现场施工完成数
|
||||
/// </summary>
|
||||
/// <param name="projectId"></param>
|
||||
/// <returns></returns>
|
||||
@@ -109,7 +109,7 @@ namespace BLL
|
||||
return result;
|
||||
}
|
||||
/// <summary>
|
||||
/// 现场安装未完成数
|
||||
/// 现场施工未完成数
|
||||
/// </summary>
|
||||
/// <param name="projectId"></param>
|
||||
/// <returns></returns>
|
||||
|
||||
@@ -22,7 +22,7 @@ namespace BLL
|
||||
/// </summary>
|
||||
public const string PipeArea_SHOP = "1";
|
||||
/// <summary>
|
||||
/// 现场安装
|
||||
/// 现场施工
|
||||
/// </summary>
|
||||
public const string PipeArea_FIELD = "2";
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace BLL
|
||||
{
|
||||
ListItem[] list = new ListItem[2];
|
||||
list[0] = new ListItem("工厂预制", PipeArea_SHOP);
|
||||
list[1] = new ListItem("现场安装", PipeArea_FIELD);
|
||||
list[1] = new ListItem("现场施工", PipeArea_FIELD);
|
||||
return list;
|
||||
}
|
||||
public static void RestPipelineAndJoints(string projectid)
|
||||
|
||||
Reference in New Issue
Block a user