• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
素蔓、无暇至永恒
承诺总是那么不堪一击~
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 7 下一页
2015年11月27日
框架-弹出选择框(Jquery传递Json数组)
摘要: 给一个button按钮,执行方法Json传值$("body").on("click", "#btnsure", function() { var cblInfo = $.asGetValuesOfCtrlName("gridform_myTable", "gridSel", "|"); if (cb... 阅读全文
posted @ 2015-11-27 09:24 pain1033 阅读(618) 评论(0) 推荐(0)
框架-弹出选择框(传编号名称)
摘要: 弹出选择框1.显示页面(列表页)Jquery方法//选择课件CorrespondingA $("body").on("click", "#btnCourseware", function() { var sUrlParam = "&selectcourseware=1"; var dlgParam ... 阅读全文
posted @ 2015-11-27 09:24 pain1033 阅读(222) 评论(0) 推荐(0)
框架-上传附件(单个、多个)
摘要: $("body").on("click", "#btnStudentName", function() { $.asUpLoadFile("/", "StudentName", function (ctrlId, value) { return false; }); }); $("body").o... 阅读全文
posted @ 2015-11-27 09:24 pain1033 阅读(220) 评论(0) 推荐(0)
框架-Jquerychange事件数值计算
摘要: //优惠率计算优惠价 $("body").on("change", "#Rate", function() { var ratePrice = 0; var rate=$("#Rate").val(); var sUrl = "/manage/BaseDoMove/GetJsonProduct?Pr... 阅读全文
posted @ 2015-11-27 09:23 pain1033 阅读(276) 评论(0) 推荐(0)
多数据库数据导入
摘要: --导入项目,在PublicFund数据库中执行INSERT INTO AdfV2_PublicFund.dbo.AgileCorp_Fund_Project(ProjectCode,ProjectName,ProjectPrice,ProjectTypeCode,ProjectInviteType... 阅读全文
posted @ 2015-11-27 09:21 pain1033 阅读(225) 评论(0) 推荐(0)
临时表导入产品、采购价格
摘要: --导入产品表insert into AgileCorp_Pro_Product(ProductId,ProductName,ProductTypeCode,Specification,Units,Price,Remark,EmployeeCode)(select ProductCode,Produ... 阅读全文
posted @ 2015-11-27 09:21 pain1033 阅读(182) 评论(0) 推荐(0)
2015年8月6日
sql多表更新
摘要: --sql多表更新update PMS_Financial_Gathering set ShouldMoney=PMS_Contract_RentScheme.Rentfrom PMS_Financial_Gatheringinner join PMS_Contract_RentScheme on ... 阅读全文
posted @ 2015-08-06 20:12 pain1033 阅读(148) 评论(0) 推荐(0)
sql删除重复数据
摘要: --删除重复数据delete from PMS_Contract_LeasedRoom where LeasedRoomId not in(select max(LeasedRoomId) from PMS_Contract_LeasedRoom group by ContractCode,Room... 阅读全文
posted @ 2015-08-06 19:22 pain1033 阅读(166) 评论(0) 推荐(0)
2014年5月14日
选择框输入内容增加时拼接,修改时判断是否在拼接的字符串内
摘要: @using System.Data@using Adf.App.Interface.Entity@using Adf.App.Service.Service@using Adf.Core.Database@using Adf.Core.Util@using Adf.Core.Web@{ /****... 阅读全文
posted @ 2014-05-14 15:25 pain1033 阅读(1353) 评论(0) 推荐(0)
上传文件
摘要: 一.页面数据@using System.Data@using Adf.App.Interface.Entity@using Adf.App.Service.Service@using Adf.Core.Database@using Adf.Core.Util@using Adf.Core.Web@{... 阅读全文
posted @ 2014-05-14 15:12 pain1033 阅读(662) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3