启航的风帆

2021年12月3日

获取radio选中值

摘要: $("input[name='ISENABLED']:checked").val(); 阅读全文

posted @ 2021-12-03 10:21 启航的风帆 阅读(7) 评论(0) 推荐(0) 编辑

2021年12月1日

INPUT 元素 回车处理

摘要: <input type="text" class="form-control" id="_COMMODITYCODE" name="_COMMODITYCODE" maxlength="30" onkeydown="EnterKeyDown(event);" placeholder="请输入拼音码. 阅读全文

posted @ 2021-12-01 09:19 启航的风帆 阅读(304) 评论(0) 推荐(0) 编辑

2021年11月23日

Select input onchange 传递文本参数

摘要: onchange="typeChange($(this).find('option:selected').text());" 阅读全文

posted @ 2021-11-23 11:41 启航的风帆 阅读(232) 评论(0) 推荐(0) 编辑

2021年11月7日

easyui combogrid 赋值

摘要: $("#SUPPLYCOMPANYID_").combogrid("setValue", ""); $("#SUPPLYCOMPANYID_").combogrid("setValue", rows.SUPPLYCOMPANYID); 阅读全文

posted @ 2021-11-07 13:20 启航的风帆 阅读(389) 评论(0) 推荐(0) 编辑

2021年10月20日

easyui combogrid 获取焦点

摘要: 给combogrid上一个节点 设一个ID ,如下:<td id="role"><input class="easyui-combogrid" id="cbRoleAdd" style="width:185px;"></input></td>然后JS代码: $("#role input.valida 阅读全文

posted @ 2021-10-20 10:50 启航的风帆 阅读(136) 评论(0) 推荐(0) 编辑

easyui combobox 获取焦点

摘要: $('#spanZhudaociId').combobox('textbox').focus(); 阅读全文

posted @ 2021-10-20 10:38 启航的风帆 阅读(100) 评论(0) 推荐(0) 编辑

2021年10月15日

c# 执行sql语句返回表数据 并生成 easyui datagrid 接收数据

摘要: var sql = "select * from PrescribeCase where ID in (select CASEID from Prescribe where ISCHECK <> 1)"; DbParameter[] listParameter = new DbParameter[1 阅读全文

posted @ 2021-10-15 10:51 启航的风帆 阅读(128) 评论(0) 推荐(0) 编辑

easyui datagrid 在模态框中显示问题

摘要: $('#CustomEditForm_Prescribe').on("shown.bs.modal", function () { $('#NAME_').combogrid('resize'); $('#_datagrid').datagrid('resize');}); 阅读全文

posted @ 2021-10-15 10:13 启航的风帆 阅读(90) 评论(0) 推荐(0) 编辑

导航