南骏 池
2025-04-14 b8e49f7a79a880726e459d59c4044d1dc6c159e6
H5/Js/Cpbdsj.js
@@ -242,8 +242,8 @@
            }
    
            // 计算可装数和已装数
            const oldqty = +(that.KbBarInfo.oldqty ?? 0);
            const ySum = +(that.KbBarInfo.ySum ?? 0);
            const oldqty = +(that.KbBarInfo.oldqty || 0);
            const ySum = +(that.KbBarInfo.ySum || 0);
            
            if (oldqty !== ySum) {
                that.$toast.fail(`装板未完成,待装数:${oldqty - ySum}`);