2024-02-19 试车分包管理修改
This commit is contained in:
@@ -206,6 +206,19 @@
|
||||
list[3] = new ListItem("开车队", "4");
|
||||
return list;
|
||||
}
|
||||
/// <summary>
|
||||
/// 开车分包状态
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public static ListItem[] drpDriverSubPlanStateList()
|
||||
{
|
||||
ListItem[] list = new ListItem[3];
|
||||
list[0] = new ListItem("已招标完成", "0");
|
||||
list[1] = new ListItem("实施中", "1");
|
||||
list[2] = new ListItem("实施完成", "2");
|
||||
return list;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user