启航的风帆

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

导航