|
|
@@ -248,7 +248,7 @@ namespace UAS_MES_NEW.Packing
|
|
|
{
|
|
|
pa_id = dt.Rows[0]["pa_id"].ToString();
|
|
|
}
|
|
|
- palletcode_KeyDown(sender, e);
|
|
|
+ //palletcode_KeyDown(sender, e);
|
|
|
string error;
|
|
|
if (int.Parse(pa_totalqty.Text == "" ? "0" : pa_totalqty.Text) > 0)
|
|
|
{
|
|
|
@@ -296,7 +296,6 @@ namespace UAS_MES_NEW.Packing
|
|
|
pa_makecode.Text = carton_macode;
|
|
|
dh.ExecuteSql("update package set pa_makecode='" + carton_macode + "' where pa_outboxcode='" + pa_outboxcode.Text + "'", "update");
|
|
|
}
|
|
|
-
|
|
|
//如果是线内并且下一工序等于当前岗位资源工序
|
|
|
if (pa_nextstep != "" && pa_nextstep == User.CurrentStepCode)
|
|
|
{
|