From da39e83e4bfa69ad192f991ce45da5ec3458d0bf Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期一, 30 五月 2022 15:27:40 +0800
Subject: [PATCH] 条码生成模块,生成条码增加存入字段HInitSourceEntryID

---
 SCM/条码打印/Gy_BarCodeBill.cs |    4 ++--
 SCM/公用类/ClsPub1.cs         |    4 ++--
 2 files changed, 4 insertions(+), 4 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 476a827..ca04c4c 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"
@@ -25,9 +25,9 @@
         //public static string WEBSURL = "http://60.190.50.86:5050/WEBS_CE/WebService1.asmx";           //椋為緳
         //public static string WEBSURL = "http://192.192.192.13/WMSWEBS/WebService1.asmx";              //鍗撳姏
         //public static string WEBSURL = "http://120.195.29.36:1230/WEBS-WMS/WebService1.asmx";         //姹熻嫃榫欎酣
-        //public static string WEBSURL = "http://192.168.63.139/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.18/WEBS-WMS/WebService1.asmx";              //鍏徃鍙板紡鏈�
-        public static string WEBSURL = "http://192.168.0.107/WEBS-WMS/WebService1.asmx";              //瀹�
+        //public static string WEBSURL = "http://192.168.0.107/WEBS-WMS/WebService1.asmx";              //瀹�
         public static long HOrgID = 0;
         public static string HOrgNumber = "";
         public static long HPersonL = 2;   // 浠撳簱浜哄憳涓�1锛岃溅闂翠汉鍛樹负2
diff --git "a/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs" "b/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs"
index bfa135e..bb8a42e 100644
--- "a/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs"
+++ "b/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs"
@@ -1778,7 +1778,7 @@
                                     ",HPressModel,HCusModel,HMaterialModel,HColor,HBarCodeDate " +
                                     ",HLogo,HPackageSize,HMaterialJQty,HMaterialMQty,HCustomBatchNo " +
                                     ",HSTOCKORGID,HOWNERID,HBeginDate,HSeOrderBillNo,HGBBarCode " +
-                                    ",POOrderBillNo,HInterID " +
+                                    ",POOrderBillNo,HInterID,HInitSourceEntryID " +
                                     ",HMaterName,HMaterModel,HPinfan,HAuxPropID,HMTONo " +
                                     ") values ("
                                     + "'" + HBarCode + "','" + HBarCodeType + "'," + HMaterID.ToString() + "," + HUnitID.ToString() + "," + HQty2.ToString()
@@ -1789,7 +1789,7 @@
                                     + ",'" + HPressModel + "','" + HCusModel + "','" + HMaterialModel + "','" + HColor + "','" + sDate + "'"
                                     + ",'" + HLogo + "','" + HPackageSize + "'," + HMaterialJQty.ToString() + "," + HMaterialMQty.ToString() + ",'" + HCustomBatchNo + "'"
                                     + ", " + HOrgID.ToString() + "," + HOrgID.ToString() + ",'" + HBeginDate.ToShortDateString() + "','" + HSeOrderBillNo + "','" + HGBBarCode + "'"
-                                    + ",'" + POOrderBillNo + "'," + HInterID.ToString()
+                                    + ",'" + POOrderBillNo + "'," + HInterID.ToString() + "," + HSourceEntryID.ToString()
                                     + ",'" + HMaterName + "','" + HMaterModel + "','" + HPinfan + "'," + HAuxPropID.ToString() + ",'" + HMTONo + "')";
                         //oCn.RunProc("exec setLSH '" + ClsPub.GetServerDate(0) + "'");
                         mm = mm + 1;

--
Gitblit v1.9.1