Browse Source

检查项目增加

laiguoran 3 years ago
parent
commit
454bf88f30
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/public/js/change_revise.js

+ 2 - 0
app/public/js/change_revise.js

@@ -36,6 +36,7 @@ const checkOption = {
         fields: ['sgfh_qty', 'qtcl_qty', 'sjcl_qty', 'quantity'],
     },
     zero: { enable: 1 },
+    zeroPos: { enable: 1 },
     tp: {
         enable: 1,
         fields: [
@@ -46,6 +47,7 @@ const checkOption = {
             {qty: 'deal_qty', tp: 'deal_tp'},
         ],
     },
+    same_code: { enable: 1 },
 };
 
 $(document).ready(() => {