自动化立体仓库 - WMS系统
#
Junjie
1 天以前 6f01b51fc0770fda7787076caf0314be7a7f6656
src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -11,6 +11,7 @@
import com.zy.asrs.service.BasQualityTestingService;
import com.zy.asrs.service.OrderService;
import com.zy.asrs.service.StoreTypeService;
import com.zy.asrs.utils.MathUtils;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
@@ -565,8 +566,9 @@
    }
    public Double getEnableQty() {
        if (null != this.anfme && this.workQty != null) {
            return this.anfme - this.workQty;
            return MathUtils.subtract(this.anfme, this.workQty);
        }
//        if (null != this.anfme && this.qty != null) {
//            return this.anfme - this.qty;