From 15d392b751d9c3128d56c05df21af18382043cb9 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期日, 31 七月 2022 15:01:20 +0800 Subject: [PATCH] 生产任务单 默认全部车间 打印模板屏蔽新增删除 按钮 进出站保存后 数据字段不可编辑 --- WebTM/App_Data/MssqlReportData.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/WebTM/App_Data/MssqlReportData.cs b/WebTM/App_Data/MssqlReportData.cs index 6d68a25..ec5dfe4 100644 --- a/WebTM/App_Data/MssqlReportData.cs +++ b/WebTM/App_Data/MssqlReportData.cs @@ -21,7 +21,8 @@ //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;";//YL娴嬭瘯 //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.0.200;Initial Catalog=HX_LimsSys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;";//涓镐簳鍦板潃 - public const string SqlConnStr = "Data Source=192.168.0.175;Initial Catalog=HX_LimsSys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;";//闆呯惇璇烘祴璇� + //public const string SqlConnStr = "Data Source=192.168.0.175;Initial Catalog=HX_LimsSys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;";//闆呯惇璇烘祴璇� + public const string SqlConnStr = "Data Source=183.129.128.86:26589;Initial Catalog=HX_LimsSys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;";//鍑礉濂堢壒 //public string sServer; //public string sDataBase; @@ -83,6 +84,7 @@ ReportConn.Open(); ReportDataAdapter.Fill(ReportDataSet); ReportConn.Close(); + LogService.Write("SqlConnStr:"+ SqlConnStr); LogService.Write("ReportDataSet:" + ReportDataSet.Tables[0].Rows.Count); if (IsJSON) -- Gitblit v1.9.1