0923-03-gaofei
This commit is contained in:
parent
0bfbeeb079
commit
b538f1eb58
|
@ -114,7 +114,7 @@ go
|
||||||
-- GO
|
-- GO
|
||||||
|
|
||||||
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
|
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
|
||||||
VALUES('92CBD072-20F8-45B1-9D17-6F7494DD2020','数据导入','',60,'0','Menu_JDGL',0,1,1)
|
VALUES('92CBD072-20F8-45B1-9D17-6F7494DD2020','数据导入','',60,'0','Menu_JDGL',0,0,1)
|
||||||
GO
|
GO
|
||||||
|
|
||||||
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
|
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
|
||||||
|
|
|
@ -53,6 +53,7 @@ namespace FineUIPro.Web.JDGL.WBS
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Funs.FineUIPleaseSelect(this.drpWeek);
|
Funs.FineUIPleaseSelect(this.drpWeek);
|
||||||
|
this.drpWeek.SelectedValue = BLL.Const._Null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue