|
@@ -224,6 +224,8 @@ namespace UAS_MES.Warehouse
|
|
|
}
|
|
}
|
|
|
if (!checkinsertprodiomac("栈板号"))
|
|
if (!checkinsertprodiomac("栈板号"))
|
|
|
return;
|
|
return;
|
|
|
|
|
+ //更新箱号对应的出货单号
|
|
|
|
|
+ dh.UpdateByCondition("package", "pa_outno = '" + pi_inoutno.Text + "'", "pa_outboxcode = '" + input.Text + "'");
|
|
|
}
|
|
}
|
|
|
else if (bigboxBtn.Checked)
|
|
else if (bigboxBtn.Checked)
|
|
|
{
|
|
{
|