Browse Source

中间计量,变更令号问题

MaiXinRong 5 years ago
parent
commit
f535c972ec
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/lib/stage_im.js
  2. 1 1
      app/public/js/stage_im.js

+ 1 - 1
app/lib/stage_im.js

@@ -326,7 +326,7 @@ class StageIm {
                 }
             } else {
                 for (const pp of posRange) {
-                    if ((!pp.qc_tp || pp.qc_tp === 0)) {
+                    if ((!pp.qc_qty || pp.qc_qty === 0)) {
                         continue;
                     }
                     for (const c of this.changes) {

+ 1 - 1
app/public/js/stage_im.js

@@ -383,7 +383,7 @@ const stageIm = (function () {
                 }
             } else {
                 for (const pp of posRange) {
-                    if ((!pp.qc_tp || pp.qc_tp === 0)) {
+                    if ((!pp.qc_qty || pp.qc_qty === 0)) {
                         continue;
                     }
                     for (const c of changes) {