jquery表格排序(16)

来源:未知 责任编辑:责任编辑 发表时间:2015-09-16 20:03 点击:

     private PageService pageService;
     Log logWrite=new Log();
     public ActionForward executeAction(ActionMapping mapping, ActionForm form,
             HttpServletRequest request, HttpServletResponse response)
             throws Exception {
         logWrite.writeLog(LogPathUtil.getPath(), "开始加载数据维护信息查询页面", "info");
         String v_order_field=request.getParameter("order_field");
         String v_order_type=request.getParameter("ordertype");
         ConnectionPool connectionPool = ConnectionPool.getInstance();
         Connection conn = connectionPool.getConnection();
         WFEngine engine = new WFEngine();
         QueryDatapatchForm datapatchForm=(QueryDatapatchForm)form;
         DatapatchInfBO datapatchInf=datapatchForm.getDatapatchInf();
          //获得System
         SRService srService = new SRServiceImpl();
         List systemList = srService.getSystemList(conn, null);
         //获得SA和Developer
         List saList = engine.getOptionByName("tu_oaf_users", "user_id", "user_name", " where dept='IT' and enable=1  and is_leave=0 order by user_name", conn);
         //获得数据维护信息的分页数据
         String v_table_name="TU_OAF_DATA_PATCH_MAIN";//表名
         String v_get_fields = "DATAPATCH_ID,SA_USERID,SA_USERNAME,U_USERID,U_USERNAME,U_PRIORITY,ITD_DEV_USERID,ITD_DEV_USERNAME,ITD_STATUS,U_SUBMIT_DATE,SA_RECE_DATE,U_SYS,U_SYSTEM,SERIAL_NUMBER";//需要获得的字段
         if(StringUtil.isEmpty(v_order_field)){
         v_order_field = "DATAPATCH_ID";//排序字段
         }
         String v_page_size = "10";//每页的大小
         String v_current_page = request.getParameter("v_current_page");//当前页
         if (StringUtil.isEmpty(v_current_page) ){
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
用户名: 验证码:点击我更换图片
最新评论 更多>>

推荐热点

  • Gb2312转utf-8编码的方法(vbs+js)
  • 如何使用Ajax技术开发Web应用程序(1)
  • js跳转路径问题
  • JavaScript模仿桌面窗口
  • 2011年度最佳 jQuery 插件
  • jquery学习笔记---jqGrid学习笔记 完整整理
  • 我知道的JavaScript -- 设计模式(桥接)应用之 – 验证器
  • 运用JavaScript构建你的第一个Metro式应用程序(on Windows
  • 我是如何去了解jquery的(六),案例之幻灯片轮换
网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
Copyright © 2008-2015 计算机技术学习交流网. 版权所有

豫ICP备11007008号-1