瀏覽代碼

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

章政 8 年之前
父節點
當前提交
207c1ea254
共有 1 個文件被更改,包括 2 次插入0 次删除
  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)
                         {