摘要: using Salien.Utility; using Salien.Utility.SUWF; using Salien.Utility.WebControls; using System; using System.Collections.Generic; using System.Data; 阅读全文
posted @ 2025-10-31 06:38 知行一体2 阅读(4) 评论(0) 推荐(0)
摘要: namespace QDZXBBCL.ZXBZ { class ZHFactorBCL : ISuwfBus { private pageMode _mode; private decimal? _userID = null; private string _rs_id = null; privat 阅读全文
posted @ 2025-09-02 10:20 知行一体2 阅读(3) 评论(0) 推荐(0)
摘要: 问题背景 波浪板物料编号重复 之前因波浪板的新物料编号重复,手动修改了另一个物料编号临时解决。 根本原因:波浪板未归类至“纸箱52”大类,其编号规则未包含尺寸规格(CCGG),导致不同尺寸的物料可能编号相同。 对比纸箱大类 纸箱类物料(52大类)的编号规则包含尺寸规格(CCGG),因此即使尺寸不同, 阅读全文
posted @ 2025-08-29 09:09 知行一体2 阅读(8) 评论(0) 推荐(0)
摘要: 平台下拉框不太好用,可以使用弹框,尤其是有少量数据的时候。 function Alert2(str,colname) { var msgw,msgh,bordercolor; msgw=500;//提示窗口的宽度 msgh=150;//提示窗口的高度 titleheight=25 //提示窗口标题高 阅读全文
posted @ 2025-08-26 11:37 知行一体2 阅读(6) 评论(0) 推荐(0)
摘要: /*PU3200中的脚本 $().ready(function (){ $("#btnJD2").click(function(){ var cpmc=document.getElementById("val_CPMC2").value; var sql = "SELECT ID,NAME FROM 阅读全文
posted @ 2025-08-26 09:40 知行一体2 阅读(6) 评论(0) 推荐(0)
摘要: Attributes.Add DropDownList dropWLLBID = (DropDownList)this._page.FindControl("val_WLLBID"); if (dropWLLBID != null) { dropWLLBID.Attributes.Add("styl 阅读全文
posted @ 2025-08-21 14:11 知行一体2 阅读(6) 评论(0) 推荐(0)
摘要: 刷新页面(父子页面、自身页码) using System; using System.Collections.Generic; using System.Linq; using System.Text; using Salien.Utility.SUWF; using System.Web.UI; 阅读全文
posted @ 2025-08-19 17:34 知行一体2 阅读(11) 评论(0) 推荐(0)
摘要: 后台页面操作汇总 页面操作(gridview) ClsOperatePage.cs namespace SLNPAGEPUB { /// <summary> /// 页面操作公共类 /// </summary> public class ClsOperatePage { public enum Fo 阅读全文
posted @ 2025-08-19 17:17 知行一体2 阅读(6) 评论(0) 推荐(0)
摘要: create or replace procedure SM341700btnQXSH( P_BCRWID in varchar2) is TYPE id_list IS TABLE OF VARCHAR2(100); v_ids id_list := id_list(); begin -- 批量处 阅读全文
posted @ 2025-08-14 10:51 知行一体2 阅读(4) 评论(0) 推荐(0)
摘要: SLSHTestEdit namespace SLSHTestEdit { public class Class1 : ISuwfBus { private SlnSuwfPage _page; GridView grd; void ISuwfBus.Initial(SlnSuwfPage page 阅读全文
posted @ 2025-08-13 15:31 知行一体2 阅读(5) 评论(0) 推荐(0)