yxj
6 天以前 5e92fb1a7a8789bfa5f261f6dae73cf7752ea831
比亚迪客户条码规则变更新增
2个文件已修改
14 ■■■■ 已修改文件
SCM/公用类/ClsPub1.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/条码打印/Gy_BarCodeBill_TeSiLa.cs 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/¹«ÓÃÀà/ClsPub1.cs
@@ -17,7 +17,8 @@
        public static string WEBSURL = "http://220.189.218.154:8092/WEBS-WMS/WebService1.asmx";   //四维尔    æ–°ä¸­é—´å±‚    å¤–网
        //public static string WEBSURL = "http://192.168.0.178:8099/WEBS-WMS/WebService1.asmx";          //四维尔    æ–°ä¸­é—´å±‚    å†…网
        //public static string WEBSURL = "http://192.168.0.178/WEBS-WMS/WebService1.asmx";          //四维尔    æ–°ä¸­é—´å±‚    å†…网(作废)
        //public static string WEBSURL = "http://220.189.218.155:9010//WEBS-WMS/WebService1.asmx";   //四维尔    æ–°ç³»ç»Ÿ
        //public static string WEBSURL = "http://220.189.218.155:9010//WEBS-WMS/WebService1.asmx";  //四维尔    æ–°ç³»ç»Ÿ    å¤–网
        //public static string WEBSURL = "http://192.168.0.236:9010//WEBS-WMS/WebService1.asmx";    //四维尔    æ–°ç³»ç»Ÿ    å†…网
        //public static string WEBSURL = "http://122.227.199.62:5050/LMESWEBS/WebService1.asmx";        //韩电    å¤–网JIT(不用)
        //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";               //韩电    å†…网宁波
SCM/ÌõÂë´òÓ¡/Gy_BarCodeBill_TeSiLa.cs
@@ -770,7 +770,16 @@
                            }
                            //比亚迪条码编码规则 = 6位供应商代码固定(127035)+ 4位零部件代码+ 4位生产日期代码+ 5位生产序列号(流水号)
                            sTMNumber = "127035" + HBYDModel + sYear + sPeriod + sDay;
                            if (HBYDModelbyteLen == 4)
                            {
                                sTMNumber = "127035" + HBYDModel + sYear + sPeriod + sDay;
                            }
                            //比亚迪条码新编码规则 = 8位供应商代码固定(00127035)+ 8位零部件代码+ 4位生产日期代码+ 5位生产序列号(流水号) 20260320
                            else
                            {
                                sTMNumber = "00127035" + HBYDModel + sYear + sPeriod + sDay;
                            }
                            Ds = oWeb.getDataSetBySQL("exec h_p_WMS_GetMaxNo  '" + sTMNumber + "'", "h_p_WMS_GetMaxNo", ref DBUtility.ClsPub.sExeReturnInfo);//获取最大流水号
                            LSH = ClsPub.isInt(Ds.Tables[0].Rows[0][0]);
                        }