From af1dc6dab0caee8c07e32e8a6e38295ebb2a9a3b Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 15 九月 2023 14:41:02 +0800
Subject: [PATCH] 特斯拉条码规则起始日期修改

---
 SCM/公用类/ClsPub1.cs                |    2 +-
 SCM/条码打印/Gy_BarCodeBill_TeSiLa.cs |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git "a/SCM/\345\205\254\347\224\250\347\261\273/ClsPub1.cs" "b/SCM/\345\205\254\347\224\250\347\261\273/ClsPub1.cs"
index c38cbd8..7879745 100644
--- "a/SCM/\345\205\254\347\224\250\347\261\273/ClsPub1.cs"
+++ "b/SCM/\345\205\254\347\224\250\347\261\273/ClsPub1.cs"
@@ -24,7 +24,7 @@
         //public static string WEBSURL = "http://120.195.29.36:1230/WEBS-WMS/WebService1.asmx";         //姹熻嫃榫欎酣
         //public static string WEBSURL = "http://60.191.27.141:8090/WEBS-WMS/WebService1.asmx";         //妫シ
         //public static string WEBSURL = "http://192.168.63.195/WEBS-WMS/WebService1.asmx";
-        //public static string WEBSURL = "http://192.168.110.51/WEBS-WMS/WebService1.asmx";              //鍏徃鍙板紡鏈�
+        //public static string WEBSURL = "http://192.168.63.20/WEBS-WMS/WebService1.asmx";              //鍏徃鍙板紡鏈�
         //public static string WEBSURL = "http://192.168.0.107/WEBS-WMS/WebService1.asmx";              //瀹�
 
         //public static string WEBSURL = "http://47.96.97.237/WEBS-WMS/WebService1.asmx";              //鍏徃鏈嶅姟鍣�
diff --git "a/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_TeSiLa.cs" "b/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_TeSiLa.cs"
index 56eed3d..cdfb05c 100644
--- "a/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_TeSiLa.cs"
+++ "b/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_TeSiLa.cs"
@@ -845,8 +845,8 @@
                                 {
                                     TeSiLaTMZS = "0" + TeSiLaTMZS;
                                 }
-                                //鑾峰彇褰撳墠鏃ユ湡鑷�2017骞�7鏈�1鏃ラ棿闅斿ぉ鏁帮紝杞崲鎴�36杩涘埗锛屼笉瓒�3浣嶆暟鍓嶉潰琛�0
-                                DateTime date1 = new DateTime(2017, 7, 1);
+                                //鑾峰彇褰撳墠鏃ユ湡鑷�2017骞�1鏈�1鏃ラ棿闅斿ぉ鏁帮紝杞崲鎴�36杩涘埗锛屼笉瓒�3浣嶆暟鍓嶉潰琛�0
+                                DateTime date1 = new DateTime(2017, 1, 1);
                                 TimeSpan span = DateTime.Now.Subtract(date1);
                                 TeSiLaTMDate = ConvertToBase(span.Days, 36);
                                 while (TeSiLaTMDate.Length < 3)

--
Gitblit v1.9.1