南骏 池
2025-07-16 171e6dc39bb085184c0e0989b7b37b129c59e6ac
H5/Js/BarCf.js
@@ -115,6 +115,10 @@
                that.$toast.fail("拆分数量不能为空!");
                return;
            }
            if (that.formData.cfNum > that.formData.sumQuantity) {
                that.$toast.fail("拆分数量不能大于条码数量!");
                return;
            }
            if (that.formData.barcode.length * 1 <= 0) {
                that.$toast.fail("物料条码不能为空!");
                return;