Browse Source

Merge branch 'master' of ssh://10.10.101.21/source/mes-client

章政 8 years ago
parent
commit
207c1ea254
1 changed files with 2 additions and 0 deletions
  1. 2 0
      UAS-MES/FunctionCode/Warehouse/Warehouse_FinishedProductOut.cs

+ 2 - 0
UAS-MES/FunctionCode/Warehouse/Warehouse_FinishedProductOut.cs

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