Przeglądaj źródła

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

章政 8 lat temu
rodzic
commit
207c1ea254

+ 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)
                         {