Explorar el Código

查找定位,负变更

MaiXinRong hace 3 años
padre
commit
fbd510355b
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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] || [];