摘要: ALTER VIEW [dbo].[view_TreeLevel] AS WITH cte AS ( SELECT a.ModuleID , a.Module_Name , a.Module_Description , a.Module_FatherID , a.Module_Url , a.Module_Order, 1 Le... 阅读全文
posted @ 2016-12-22 19:50 深南大道 阅读(314) 评论(0) 推荐(0)
摘要: /************************ Layer扩展 ****************************/ /* * Layer弹出Alert提示框 * @param message 提示信息 * @param type 类型 1成功 2失败 3疑问 7提示 * @param fn (可选)点击后回调方法 * @return */ function LayerAlert(me... 阅读全文
posted @ 2016-12-22 17:50 深南大道 阅读(510) 评论(0) 推荐(0)