启航的风帆

随笔分类 -  asp.net 开发经验

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

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

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 启航的风帆 阅读(163) 评论(0) 推荐(0)

easyui datagrid 在模态框中显示问题
摘要:$('#CustomEditForm_Prescribe').on("shown.bs.modal", function () { $('#NAME_').combogrid('resize'); $('#_datagrid').datagrid('resize');}); 阅读全文

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

导航