章政 6 년 전
부모
커밋
44a1c3150a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;