فهرست منبع

中间计量,变更令号问题

MaiXinRong 5 سال پیش
والد
کامیت
f535c972ec
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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) {