01 2020 档案

摘要:$('#healthResultCorrelationCompanyAddForm').form('submit', { onSubmit: function () { $.messager.progress({ title: '提示', msg: '数据提交中,请稍候……', text: '' } 阅读全文
posted @ 2020-01-20 11:33 红尘沙漏 阅读(268) 评论(0) 推荐(0) 编辑
摘要:$('#xyData_healthList').datagrid({ width: 'auto', height: 'auto', striped: true, fit: true, pagination: true, scrollbarSize: 0, singleSelect: true, ur 阅读全文
posted @ 2020-01-14 14:58 红尘沙漏 阅读(2257) 评论(0) 推荐(0) 编辑
摘要://产品名称 var productNameCategory=data.msg.productName; var listProductName={}, listProductName=productNameCategory.split(','); //加载多个产品类别名称 var productN 阅读全文
posted @ 2020-01-12 14:56 红尘沙漏 阅读(289) 评论(0) 推荐(0) 编辑
摘要:<table class="crud-content-info" id="showProductDialogFormstandrad"> </table> //请求路径 $('#showProductDialogFormstandrad').datagrid("options").url = '<% 阅读全文
posted @ 2020-01-12 13:09 红尘沙漏 阅读(1068) 评论(0) 推荐(0) 编辑
摘要:<tr> <td align="right">所在省:</td> <td> <select id="unitProvince" name="unitProvince" onchange="selectCompanyAddress2();selectCompanyAddress3();"> <opti 阅读全文
posted @ 2020-01-12 13:03 红尘沙漏 阅读(224) 评论(0) 推荐(0) 编辑
摘要: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 红尘沙漏 阅读(243) 评论(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 红尘沙漏 阅读(325) 评论(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 红尘沙漏 阅读(784) 评论(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 红尘沙漏 阅读(1239) 评论(0) 推荐(0) 编辑
摘要:1.日期框只能选择不能输入属性设置 data-options="editable:false" 2.列表中多出一列空白 .datagrid-view1{ width: 0px!important; } 3.页面加载之前执行 $(document).ready(function() { }); 阅读全文
posted @ 2020-01-06 12:39 红尘沙漏 阅读(190) 评论(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 红尘沙漏 阅读(907) 评论(0) 推荐(0) 编辑
摘要:$("#start_date").datebox({ onSelect: function (beginDate) { $('#end_date').datebox().datebox('calendar').calendar({ validator: function (endDate) { va 阅读全文
posted @ 2020-01-04 17:53 红尘沙漏 阅读(207) 评论(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 红尘沙漏 阅读(623) 评论(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 红尘沙漏 阅读(5519) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示