摘要: List list = companyDao.xyunitUserListByType(hash); Map<String, String> para = new HashMap<String, String>(); para.put("Unit_type", "612"); para.put("U 阅读全文
posted @ 2020-01-11 19:40 红尘沙漏 阅读(240) 评论(0) 推荐(0) 编辑
摘要: jsp代码 <tr> <td align="right">监测类别:</td> <td><select class="easyui-combotree" style="margin-top: 7px" name="monitoringCategory" id="monitoringCategory" 阅读全文
posted @ 2020-01-11 19:33 红尘沙漏 阅读(324) 评论(0) 推荐(0) 编辑
摘要: jsp代码 <table class="crud-content-info" > <tr > <td align="center" style="padding-left: 24%;"> <td><input type="button" onclick="addname()" value="添加"> 阅读全文
posted @ 2020-01-11 19:27 红尘沙漏 阅读(773) 评论(0) 推荐(0) 编辑
摘要: 1.连表子查询获取值 select bas.name,bas.id_card_num,bas.mobil_no,gender,bas.birthday,bas.height,bas.weight,province.value as province,city.value as city,area.v 阅读全文
posted @ 2020-01-08 18:50 红尘沙漏 阅读(1222) 评论(0) 推荐(0) 编辑
摘要: 1.日期框只能选择不能输入属性设置 data-options="editable:false" 2.列表中多出一列空白 .datagrid-view1{ width: 0px!important; } 3.页面加载之前执行 $(document).ready(function() { }); 阅读全文
posted @ 2020-01-06 12:39 红尘沙漏 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 方法1. <a href="otherpage.php" class="easyui-linkbutton" data-options="iconCls:'icon-search'">easyui</a> 方法2. <a href="#" id="reset" onclick="reset()">重 阅读全文
posted @ 2020-01-06 12:33 红尘沙漏 阅读(903) 评论(0) 推荐(0) 编辑
摘要: $("#start_date").datebox({ onSelect: function (beginDate) { $('#end_date').datebox().datebox('calendar').calendar({ validator: function (endDate) { va 阅读全文
posted @ 2020-01-04 17:53 红尘沙漏 阅读(196) 评论(0) 推荐(0) 编辑
摘要: b = (a == 1) ? 20: 30;//如果a等于1那么b就等于20,否则等于30 String remarked=null==req.getParameter("remarked")?"":req.getParameter("remarked"); String product_name= 阅读全文
posted @ 2020-01-04 17:31 红尘沙漏 阅读(619) 评论(0) 推荐(0) 编辑
摘要: { field : 'abj', title : '操作', align : 'center', resizable:false, width:'10%', formatter: function (value, row,index) { html = "<a href='javascript:;' 阅读全文
posted @ 2020-01-04 16:51 红尘沙漏 阅读(5482) 评论(0) 推荐(0) 编辑
摘要: //必选项背景色 手机号为必选项 function invoicedt(){ var areaSum = document.getElementById("phone_number").value; if(null!=areaSum || areaSum!=""){ document.getElem 阅读全文
posted @ 2019-12-31 16:02 红尘沙漏 阅读(232) 评论(0) 推荐(0) 编辑