南骏 池
2025-09-21 4c1f4d48607b10b3c42b1577a9f384ca8ff38e4c
H5/Js/BarCfBefore.js
@@ -115,12 +115,12 @@
                that.$toast.fail("拆分数量不能为空!");
                return;
            }
            // ... existing code ...
            if (parseFloat(that.formData.cfNum) > parseFloat(that.formData.sumQuantity)) {
                that.$toast.fail("拆分数量不能大于条码数量!");
                return;
            }
            // ... existing code ...
            if (that.formData.barcode.length * 1 <= 0) {
                that.$toast.fail("物料条码不能为空!");
                return;