摘要: using ClsPub; using Salien.Utility; using Salien.Utility.SUWF; using System; using System.Collections.Generic; using System.Data; using System.Web.UI. 阅读全文
posted @ 2024-12-28 11:31 知行一体2 阅读(2) 评论(0) 推荐(0) 编辑
摘要: using Salien.Utility; using Salien.Utility.SUWF; using System; using System.Data; using System.Web.UI.WebControls; namespace SM5604btnTJ { public clas 阅读全文
posted @ 2024-12-28 09:38 知行一体2 阅读(2) 评论(0) 推荐(0) 编辑
摘要: /*HY20701*/ $().ready(function () { $("td[colname='SCJL'] a").click(function () { /* if (!confirm("是否确定删除记录?")) return false;*/ $(this).parent().sibli 阅读全文
posted @ 2024-12-26 11:36 知行一体2 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 这是一个bug,看到勾选中是第一行,实际对应的主键可能是第2行。所见不是所得。 勾选的主键与实际的主键不一样。如果不一样,就要把实际的主键设置成一样。 $('#btnSCHC,#btnMXCF').click(function () { var $checked = $("td[colname='M 阅读全文
posted @ 2024-12-23 16:28 知行一体2 阅读(1) 评论(0) 推荐(0) 编辑
摘要: string CKID = this._page.GetControlValue("btnCKMC");pu10103,btnCKMC是一个下拉框 namespace XSYLKCGL { public class CKWLDY : ISuwfBus { /// <summary> /// init 阅读全文
posted @ 2024-12-16 15:40 知行一体2 阅读(1) 评论(0) 推荐(0) 编辑
摘要: /*双击无效脚本*/ 1 function GridRowOnDblClick(strFile,pkValue,rowIndex) {;} 阅读全文
posted @ 2024-12-14 11:39 知行一体2 阅读(2) 评论(0) 推荐(0) 编辑
摘要: /*SM5613网格日期控件自动保存*/ 1 function CalendarInputClick(gridId, rowIndex, columnName) { 2 var txt = event.target || event.srcElement; 3 var oldtext = txt.v 阅读全文
posted @ 2024-12-10 16:21 知行一体2 阅读(2) 评论(0) 推荐(0) 编辑
摘要: XS73111btnQDKCPD foreach (GridViewRow gridRow in grd.Rows) { if (_page.GridRowIsSelected(gridRow.RowIndex)) { if ( string.IsNullOrEmpty(_page.GetRowDa 阅读全文
posted @ 2024-12-10 15:58 知行一体2 阅读(3) 评论(0) 推荐(0) 编辑
摘要: wlid、nfyf 和ckid都相同 delete from sm_AQKC_tb where id in (select id from (select t.id, t.wlid,t.nfyf,t.ckid,ROW_NUMBER() OVER (PARTITION BY wlid, nfyf,ck 阅读全文
posted @ 2024-12-05 18:57 知行一体2 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://zzk.cnblogs.com/my/s/blogpost-p 阅读全文
posted @ 2024-12-04 16:06 知行一体2 阅读(3) 评论(0) 推荐(0) 编辑