上一页 1 2 3 4 5 6 7 ··· 17 下一页
摘要: /*sm341700 录入生产腔数*/ $("td[colname='SCQS_LR'] a").click(function () { var thisParent = $(parents($(this).get(0), 1)); var X = this.offsetTop + 10 + "px 阅读全文
posted @ 2025-08-07 13:15 知行一体2 阅读(7) 评论(0) 推荐(0)
摘要: 去掉下划线_前面的字符串,包括下划线第1步:用INSTR默认找到第一个出现的下划线的位置。第2步:用substr来截取 SELECT SUBSTR('37_注1', INSTR('37_注1', '_') + 1) FROM dual; select decode(JTSH, 0, '未审核', 1 阅读全文
posted @ 2025-08-05 08:30 知行一体2 阅读(10) 评论(0) 推荐(0)
摘要: select id, qmsl,qmje,pjdj from sm_ch_chcl7_tb where ckid=27 and to_char(nfyf,'yyyymm')='202507' and qmsl<>0 and qmje=0 and wlid in (select id from sm_ 阅读全文
posted @ 2025-08-04 09:23 知行一体2 阅读(5) 评论(0) 推荐(0)
摘要: /*SM31018文本框变成不可编辑*/ $().ready(function () { $("#grdTest td[colname='QGSL_LR'] a").each(function (index) { var thisID = $(this).parent().siblings("td[ 阅读全文
posted @ 2025-08-01 13:06 知行一体2 阅读(1) 评论(0) 推荐(0)
摘要: /*刷新上网格下网格,上网格4182,下网格41821*/ _page.Response.Write("<script>window.open(\"CommPage.aspx?PU=41821&DJLXID=" + strPK + "\", \"cardframe\")</script>"); _p 阅读全文
posted @ 2025-07-31 08:19 知行一体2 阅读(3) 评论(0) 推荐(0)
摘要: namespace YJSBCL.common { public class Refresh { #region 刷新父、子页面 /// <summary> /// 刷新父页面 /// </summary> public void RefreshParentPage(SlnSuwfPage _pag 阅读全文
posted @ 2025-07-31 08:10 知行一体2 阅读(11) 评论(0) 推荐(0)
摘要: private void RefreshParentPage() { StringBuilder sb = new StringBuilder(); sb.Append("<script>\n"); sb.Append("var pWindow = window.parent.opener;\n") 阅读全文
posted @ 2025-07-31 08:03 知行一体2 阅读(4) 评论(0) 推荐(0)
摘要: #region 刷新父页面 /// <summary> /// 刷新父页面 /// </summary> public void RefreshParentPage() { string strJS = "<script type='text/javascript'>" + "var pWindow 阅读全文
posted @ 2025-07-31 08:00 知行一体2 阅读(6) 评论(1) 推荐(0)
摘要: SM311001的排产按钮,排产之前,需要判断机台JTID是不是在用的?在后台中写出来 阅读全文
posted @ 2025-07-30 16:00 知行一体2 阅读(4) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-07-28 14:27 知行一体2 阅读(8) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 17 下一页