|
|
@@ -327,6 +327,7 @@ namespace UAS_MES_NEW.Packing
|
|
|
palletcode_KeyDown(sender, e);
|
|
|
if (pa_standardqty.Text == pa_totalqty.Text)
|
|
|
{
|
|
|
+ palletnum.Value = palletnum.Value + 1;
|
|
|
dh.ExecuteSql("update package set pa_status=1 where pa_outboxcode='" + pa_outboxcode.Text + "'", "update");
|
|
|
HttpServer.GetPalletInfo(pa_outboxcode.Text);
|
|
|
OperateResult.AppendText("栈板" + pa_outboxcode.Text + "已装满,封栈板成功\n");
|