Browse Source

发货单复核增加批号存在判断

hu 1 year ago
parent
commit
bd1c19fa45
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/custom/restcontroller/webmanage/sale/dispatch/dispatch.java

+ 1 - 0
src/custom/restcontroller/webmanage/sale/dispatch/dispatch.java

@@ -788,6 +788,7 @@ public class dispatch extends Controller {
                                 .toString();
                     }
 
+
                }
 
                 SQLFactory sqlFactory1 = new SQLFactory(this, "商品发货数量汇总");