自动化立体仓库 - WMS系统
#
Junjie
7 天以前 497366bb6b6075ba8fc8af43322f38c5d6697e5f
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;
@@ -358,6 +359,9 @@
    @TableField("remark")
    private String remark;
    //库存状态
    private String cstateid;
    public OrderDetl() {
    }
@@ -565,8 +569,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;