南骏 池
2025-05-05 fbe0595485e2e7c0fde9c0d95f02e38b58e7b2d3
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}`);