Hcsy 8 年之前
父节点
当前提交
9d840a9a99

+ 0 - 1
UAS-MES/FunctionCode/Make/Make_PackageCollection.cs

@@ -92,7 +92,6 @@ namespace UAS_MES.Make
                 if (PR_CHECKCARTONW != "0")
                 {
                     checkweight.Checked = true;
-                    AutoPrint.Checked = false;
                 }
                 BaseUtil.SetFormValue(this.Controls, dt);
                 if (pa_standardqty.Text != "0")

+ 0 - 1
UAS-MES/FunctionCode/Make/Make_PackageCollectionWeigh.cs

@@ -163,7 +163,6 @@ namespace UAS_MES.Make
                 if (PR_CHECKCARTONW != "0")
                 {
                     checkweight.Checked = true;
-                    AutoPrint.Checked = false;
                 }
                 //赋值重量单位
                 Weight = double.Parse(_weight == "" ? "0" : _weight);