Jelajahi Sumber

中间计量,部位明细数据

MaiXinRong 6 tahun lalu
induk
melakukan
8700dc88c2
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      app/public/js/stage_im.js

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

@@ -173,6 +173,7 @@ const stageIm = (function () {
             lx.pos = [];
         }
         const posRange = gsPos.getLedgerPos(node.id);
+        if (!posRange) { return }
         for (const p of posRange) {
             if (!p.gather_qty || checkZero(p.gather_qty)) { continue; }
             let lp = _.find(lx.pos, {name: p.name});