Merge branch 'master' of http://47.104.102.122:3000/lpf/SGGL_SeDin_New
This commit is contained in:
@@ -465,11 +465,11 @@ namespace BLL
|
||||
public static ListItem[] GetBidType()
|
||||
{
|
||||
ListItem[] list = new ListItem[5];
|
||||
list[0] = new ListItem("公开招标", "公开招标");
|
||||
list[1] = new ListItem("邀请招标", "邀请招标");
|
||||
list[2] = new ListItem("询比价 ", "询比价");
|
||||
list[3] = new ListItem("竞争性谈判", "竞争性谈判");
|
||||
list[4] = new ListItem("单一来源", "单一来源");
|
||||
list[0] = new ListItem("招标", "公开招标");
|
||||
list[1] = new ListItem("谈判", "邀请招标");
|
||||
list[2] = new ListItem("询比 ", "询比价");
|
||||
list[3] = new ListItem("竞价", "竞争性谈判");
|
||||
list[4] = new ListItem("直接分包", "单一来源");
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
@@ -205,8 +205,8 @@ namespace BLL
|
||||
/// <param name="isShowPlease">是否显示请选择</param>
|
||||
public static void InitGetBidTypeDropDownList(FineUIPro.DropDownList dropName, bool isShowPlease)
|
||||
{
|
||||
dropName.DataValueField = "Text";
|
||||
dropName.DataTextField = "Value";
|
||||
dropName.DataValueField = "Value";
|
||||
dropName.DataTextField = "Text";
|
||||
dropName.DataSource = BLL.DropListService.GetBidType();
|
||||
dropName.DataBind();
|
||||
if (isShowPlease)
|
||||
|
||||
Reference in New Issue
Block a user