jingh
2021-12-30 94fbfef7596ef9624c5cf0f8e4c30505c079787b
标签打印增加了自动打印
2个文件已修改
6 ■■■■ 已修改文件
SCM/公用类/ClsPub1.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/条码打印/FrmPrintLabel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/¹«ÓÃÀà/ClsPub1.cs
@@ -20,8 +20,8 @@
        //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://192.168.10.222/WMSWEBS/WebService1.asmx";          //韩电    MES服务器(内网)
        public static string WEBSURL = "http://122.227.199.62:5058/WMSWEBS/WebService1.asmx";     //韩电    MES服务器(外网)
        public static long HOrgID = 0;
SCM/ÌõÂë´òÓ¡/FrmPrintLabel.cs
@@ -81,7 +81,7 @@
            
                
            Sub_SetReport(cmbPrint.Text);
            Report.Print(true);
            Report.Print(false) ;
            //Report.PrintPreview(true);
            Thread.Sleep(500); 
        }