上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页
摘要: SM4565 $(this).parent().siblings("td[colname='ZPYGID']").find("input").val(item.YGID)改成 $(this).parent().siblings("td[colname='ZPYGID']").find("input" 阅读全文
posted @ 2025-06-25 15:05 知行一体2 阅读(7) 评论(0) 推荐(0)
摘要: HY20702btnSCCGD 没有单据编号,写了一个存储过程HY20702btnSCCGD_SP using ClsPub; using Salien.Utility; using Salien.Utility.SUWF; using System; using System.Collection 阅读全文
posted @ 2025-06-25 14:28 知行一体2 阅读(12) 评论(0) 推荐(0)
摘要: 原文链接:https://blog.csdn.net/black_cat7/article/details/145777832 // 示例一:解析单层 JSON 数据生成 HTML 列表 function renderSimpleJson(jsonData) { const container = 阅读全文
posted @ 2025-06-18 10:05 知行一体2 阅读(39) 评论(0) 推荐(0)
摘要: 自动补全输入提示查询提示,XM35,细敏系统35 $(function () { $(document.body).append("<div id='result' align='left' style='z-index:999;position:absolute;display:none;'> < 阅读全文
posted @ 2025-06-10 14:41 知行一体2 阅读(9) 评论(0) 推荐(0)
摘要: using System; using Salien.Utility.SUWF; using Salien.Utility; using ClsPub; namespace SM260331btnQD { public class SM260331btnQD : ISuwfBus { private 阅读全文
posted @ 2025-01-05 18:41 知行一体2 阅读(11) 评论(0) 推荐(0)
摘要: using Salien.Utility; using Salien.Utility.SUWF; using System; using System.Collections.Generic; using System.Data; namespace SM3200btnGBSCDDMX { clas 阅读全文
posted @ 2025-01-05 16:59 知行一体2 阅读(13) 评论(0) 推荐(0)
摘要: 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:32 知行一体2 阅读(9) 评论(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 阅读(11) 评论(0) 推荐(0)
摘要: /*HY20701*/ $().ready(function () { $("td[colname='SCJL'] a").click(function () { /* if (!confirm("是否确定删除记录?")) return false;*/ $(this).parent().sibli 阅读全文
posted @ 2024-12-26 11:37 知行一体2 阅读(9) 评论(0) 推荐(0)
摘要: 这是一个bug,看到勾选中是第一行,实际对应的主键可能是第2行。所见不是所得。 勾选的主键与实际的主键不一样。如果不一样,就要把实际的主键设置成一样。 $('#btnSCHC,#btnMXCF').click(function () { var $checked = $("td[colname='M 阅读全文
posted @ 2024-12-23 16:28 知行一体2 阅读(4) 评论(1) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页