@@ -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")
@@ -163,7 +163,6 @@ namespace UAS_MES.Make
//赋值重量单位
Weight = double.Parse(_weight == "" ? "0" : _weight);