yxj
2023-02-16 488a01bbc585d06ff0dd2342f21b23cac5f73843
奇瑞箱条码生成规则中供应商代码值修改
1个文件已修改
2 ■■■ 已修改文件
SCM/条码打印/Gy_BarCodeBill.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/ÌõÂë´òÓ¡/Gy_BarCodeBill.cs
@@ -1578,7 +1578,7 @@
                            LSH = ClsPub.isInt(Ds.Tables[0].Rows[0][0]);
                            HModel = DBUtility.ClsPub.isStrNull(grdMain.Rows[j].Cells[HMaterModelCol].Value);
                            HCusNumber = "8PD";     //供应商代码固定为8PD
                            HCusNumber = "8DP";     //供应商代码固定为8DP
                            HCusBatchNo = DBUtility.ClsPub.isStrNull(grdMain.Rows[j].Cells[HCustomBatchNoCol].Value);
                            //客户条码前缀 = 10#规格型号$+11#供应商代码$
                            sCusTMNumber = "10#" + HModel + "$11#" + HCusNumber + "$";