章政 6 years ago
parent
commit
44a1c3150a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS-出货标签管理(贸易版)/UAS_出货标签管理.cs

+ 1 - 1
UAS-出货标签管理(贸易版)/UAS_出货标签管理.cs

@@ -2598,7 +2598,7 @@ namespace UAS_LabelMachine
                             continue;
                         }
                         //如果导入行的数量小于改明细的出货数量
-                        if (outsumqty[pr_spec][pd_pdno] >= outqty && outqty > 0)
+                        if (outsumqty[pr_spec][pd_pdno] >= outqty)
                         {
                             //使用导入明细行数量
                             pd_outqty = outqty;