自动化立体仓库 - WMS系统
1
zhang
5 天以前 7af1ffdd5af44733dc86a3d03e1f8543e87462d8
src/main/java/com/zy/asrs/entity/ReviewDetl.java
@@ -8,7 +8,6 @@
import com.core.common.Cools;
import com.core.common.SpringUtils;
import com.zy.asrs.service.BasBoxTypeService;
import com.zy.asrs.service.OrderService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
@@ -56,7 +55,7 @@
    /**
     * 作业数量
     *
     * <p>
     *  入库 : 组托完成,组托档、工作档、入库完成数量
     *  出库 : 工作档、出库完成数量
     */
@@ -66,7 +65,7 @@
    /**
     * 完成数量
     *
     * <p>
     *  入库 : qty 👆
     *  出库 : qty 👆
     */
@@ -310,7 +309,9 @@
    public String getStatus$(){
        if (null == this.status){ return null; }
        if (null == this.status) {
            return null;
        }
        switch (this.status){
            case 1:
                return "正常";
@@ -360,6 +361,17 @@
        return "未完成";
    }
    public String getInspect$() {
        if (Cools.isEmpty(this.inspect)) {
            return "未复核";
        }
        if (this.inspect == 1) {
            return "已复核";
        } else {
            return "未复核";
        }
    }
    public Double getEnableQty() {
        if (null != this.anfme && this.workQty != null) {
            return this.anfme - this.workQty;