2013年1月23日
摘要: RmsEmployee emp = this.getCurrentEmployee();//创建一个员工对象 String comCode = emp.getCompany().getComCode();//得到员工的机构号 if("00".equals(comCode)){//超级管理员 provinces = basicService.findAllProvince("vehicle"); }else{ BcProvince province = basicService.findProvinceByCode(comCode.substring(0, 阅读全文
posted @ 2013-01-23 14:33 wendy_l 阅读(117) 评论(0) 推荐(0)
摘要: 页面提交function queryList(){var myurl = contextRootPath+"/arearule/arearuleAction_list.do";$("#fm").attr("action",myurl);//获取表单fm对象,用attr方法给form表单的action赋值,然后调用表单提交事件。$("#fm").submit();}通过鼠标点击事件进行action跳转(带参)window.location = contextRootPath+"/arearule/arear 阅读全文
posted @ 2013-01-23 09:46 wendy_l 阅读(343) 评论(0) 推荐(0)