Browse Source

出入库采集装入栈板的箱进行采集时状态更新修改

Hcsy 8 years ago
parent
commit
5c12b5b71a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      UAS-MES/FunctionCode/Warehouse/Warehouse_FinishedProductOut.cs

+ 4 - 4
UAS-MES/FunctionCode/Warehouse/Warehouse_FinishedProductOut.cs

@@ -348,10 +348,10 @@ namespace UAS_MES.Warehouse
                                                 return;
                                             }
                                         }
-                                        if (needMakeIn != "0")
-                                        {
-                                            dh.UpdateByCondition("package", "pa_iostatus = 1", "pa_outboxcode = '" + input.Text + "'");
-                                        }
+                                        //if (needMakeIn != "0")
+                                        //{
+                                        //    dh.UpdateByCondition("package", "pa_iostatus = 1", "pa_outboxcode = '" + input.Text + "'");
+                                        //}
                                     }
                                     else
                                     {