From c2e8facf26a66f589f84080b22b78e0f61b0c8bb Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期一, 27 十二月 2021 23:20:13 +0800 Subject: [PATCH] SRM送货单上 预计到货日期,批次号,物流单号设为不是必填项(根据系统参数判断安瑞为必填,其他为非必填) --- WebSRM/App_Data/MssqlReportData.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebSRM/App_Data/MssqlReportData.cs b/WebSRM/App_Data/MssqlReportData.cs index 75fe363..f478b4d 100644 --- a/WebSRM/App_Data/MssqlReportData.cs +++ b/WebSRM/App_Data/MssqlReportData.cs @@ -14,9 +14,9 @@ //杩炴帴SQL Server鏁版嵁搴撶殑杩炴帴涓诧紝搴旇淇敼涓轰笌瀹為檯涓�鑷淬�傚鏋滄槸杩愯Grid++Report鏈韩鐨勪緥瀛愶紝搴旇棣栧厛闄勫姞渚嬪瓙鏁版嵁搴撳埌 //SQL Server2000/2005鏁版嵁搴撲笂銆� //public const string SqlConnStr = "Data Source=(local);Initial Catalog=gridreport;Persist Security Info=True;User ID=sa;Password=;"; - public const string SqlConnStr = "Data Source=47.96.97.237,15127;Initial Catalog=HX_LMESsys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;"; + //public const string SqlConnStr = "Data Source=47.96.97.237,15127;Initial Catalog=HX_LMESsys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;"; //澶忓疂 - //public const string SqlConnStr = "Data Source=192.168.1.239;Initial Catalog=HX_LimsSys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;"; + public const string SqlConnStr = "Data Source=192.168.1.239;Initial Catalog=HX_LimsSys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;"; //public string sServer; //public string sDataBase; -- Gitblit v1.9.1