Parcourir la source

查找定位,负变更

MaiXinRong il y a 3 ans
Parent
commit
fbd510355b
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      app/public/js/stage.js

+ 5 - 0
app/public/js/stage.js

@@ -3938,6 +3938,11 @@ $(document).ready(() => {
                                 }
                             }
                         }, {
+                            key: 'minus_qc_qty', title: '负变更', valid: true,
+                            check: function (node) {
+                                return node.end_minus_qc_qty;
+                            }
+                        }, {
                             key: 'estimate', title: '预计变更', valid: true,
                             check: function (node) {
                                 const posRange = stagePos.ledgerPos[itemsPre + node.id] || [];