提交代码

This commit is contained in:
2023-12-01 12:56:11 +08:00
parent 5b077bfa6f
commit 32c14198db
9 changed files with 13 additions and 13 deletions
@@ -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)