| SCM/公用类/ClsPub1.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| SCM/报表/KF_PonderationBillMain_ICMOReport.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
SCM/¹«ÓÃÀà/ClsPub1.cs
@@ -15,13 +15,13 @@ //public static string WEBSURL = "http://122.227.199.62:5050/WMSWEBS/WebService1.asmx"; //é©çµ å¤ç½ ï¼ä½åºï¼ //public static string WEBSURL = "http://192.168.10.60/WMSWEBS/WebService1.asmx"; //é©çµ å ç½å®æ³¢ï¼è½¦é´ï¼ï¼ä½åºï¼ public static string WEBSURL = "http://192.168.63.195/WEBS-WMS/WebService1.asmx"; //颿¬å°çµè //public static string WEBSURL = "http://192.168.63.195/WEBS-WMS/WebService1.asmx"; //颿¬å°çµè //public static string WEBSURL = "http://192.168.2.56/WEBS-WMS/WebService1.asmx"; //颿¬å°çµèï¼äºç»ï¼ //public static string WEBSURL = "http://192.168.10.61/WEB-WMS/WebService1.asmx"; //é©çµ å ç½æµè¯ //public static string WEBSURL = "http://192.168.10.222/WMSWEBS/WebService1.asmx"; //é©çµ MESæå¡å¨ï¼å ç½ï¼ //public static string WEBSURL = "http://122.227.199.62:5058/WMSWEBS/WebService1.asmx"; //é©çµ MESæå¡å¨ï¼å¤ç½ï¼ public static string WEBSURL = "http://122.227.199.62:5058/WMSWEBS/WebService1.asmx"; //é©çµ MESæå¡å¨ï¼å¤ç½ï¼ public static long HOrgID = 0; SCM/±¨±í/KF_PonderationBillMain_ICMOReport.cs
@@ -462,14 +462,14 @@ //夿å½åæ¶é´å䏿¬¡çåæ¶é´ï¼æ¯å¦å¨30ç§ä»¥ä¸ï¼å¦ææ²¡æå°30ç§åæ¥éå¹¶è¿åï¼æç¤º30ç§åæè½çå DateTime dxTime = DateTime.Now;//å½åæ¶é´ //妿䏿¬¡çåæ¶é´ä¸ºç©ºï¼æè è¶ è¿30ç§ï¼åå 许çå if (cmbTime != "æ²¡ææ¾å°ï¼") { TimeSpan schtime = new TimeSpan(dxTime.Ticks - DateTime.Parse(cmbTime).Ticks); TimeSpan schtime = new TimeSpan(dxTime.Ticks - DateTime.Parse(cmbTime).Ticks); //æ¶å·® //妿䏿¬¡çåæ¶é´ä¸ºç©ºï¼æè è¶ è¿30ç§ï¼åå 许çå if (schtime.TotalSeconds < 30) if (Math.Round(schtime.TotalSeconds,1) < 30) { MessageBox.Show("çæå¤±è´¥ï¼åå :è¿éè¦" + (30 - schtime.TotalSeconds) + "ç§åæè½çå"); MessageBox.Show("çæå¤±è´¥ï¼åå :è¿éè¦" + (30 - Math.Round(schtime.TotalSeconds, 1)) + "ç§åæè½çå"); return; } }