自动化立体仓库 - WMS系统
zhang
昨天 e62569856fdfb0c7c31ee88cf96628af08eabf85
标准wms2.0
26个文件已修改
143 ■■■■■ 已修改文件
src/main/java/com/zy/asrs/entity/LocDetl.java 49 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/Mat.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/Order.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/OrderDetlPakin.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/OrderDetlPakinLog.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/OrderDetlPakout.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/OrderDetlPakoutLog.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/OrderLog.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/OrderPakin.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/OrderPakinLog.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/OrderPakout.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/OrderPakoutLog.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/WaitPakin.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/WrkDetl.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/WrkDetlLog.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/param/AbnormalLocDetlParam.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/result/LocDetlAll.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/task/handler/WorkMastHandler.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/common/config/AdminInterceptor.java 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/system/timer/LoadingConfigTimer.java 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-dev.yml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/orderPakin/order.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/orderPakout/order.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -5,6 +5,7 @@
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableName;
import com.baomidou.mybatisplus.enums.IdType;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.core.common.Cools;
import com.core.common.SpringUtils;
@@ -12,12 +13,12 @@
import com.zy.asrs.service.BasQualityTestingService;
import com.zy.asrs.service.LocMastService;
import com.zy.asrs.service.LocOwnerService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.experimental.Accessors;
import org.springframework.beans.BeanUtils;
import java.io.Serializable;
import java.text.SimpleDateFormat;
@@ -31,42 +32,49 @@
    private static final long serialVersionUID = 1L;
    @TableId
    private Long id;
    @TableId(value = "loc_id", type = IdType.AUTO)
    @TableField("loc_id")
    private Long locId;
    @ApiModelProperty(value = "库位号")
    @TableField("loc_no")
    private String locNo;
    @ApiModelProperty("area_id")
    @TableField
    private Long areaId;
    @ApiModelProperty("area_name")
    @TableField
    private String areaName;
    @ApiModelProperty(value = "托盘条码")
    @TableField
    private String zpallet;
    @ApiModelProperty(value = "数量")
    @TableField
    @ExcelProperty("数量")
    private Double anfme;
    @ApiModelProperty(value = "商品编号")
    @TableField
    @ExcelProperty("商品编号")
    private String matnr;
    @ApiModelProperty(value = "商品名称")
    @TableField
    @ExcelProperty("商品名称")
    private String maktx;
    @ApiModelProperty(value = "规格")
    @TableField
    @ExcelProperty("规格")
    private String specs;
    @ApiModelProperty(value = "货品特征")
    @TableField
    @ExcelProperty("货品特征")
    private String batch;
@@ -76,33 +84,43 @@
    private String orderNo;
    @ApiModelProperty(value = "型号")
    @TableField
    private String model;
    @ApiModelProperty(value = "颜色")
    @TableField
    private String color;
    @ApiModelProperty(value = "品牌")
    @TableField
    private String brand;
    @ApiModelProperty(value = "单位")
    @TableField
    private String unit;
    @ApiModelProperty(value = "单价")
    @TableField
    private Double price;
    @ApiModelProperty(value = "sku")
    @TableField
    private String sku;
    @ApiModelProperty(value = "单位量")
    @TableField
    private Double units;
    @ApiModelProperty(value = "条码")
    @TableField
    private String barcode;
    @ApiModelProperty(value = "产地")
    @TableField
    private String origin;
    @ApiModelProperty(value = "厂家")
    @TableField
    private String manu;
    @ApiModelProperty(value = "生产日期")
@@ -118,12 +136,15 @@
    private Double safeQty;
    @ApiModelProperty(value = "重量")
    @TableField
    private Double weight;
    @ApiModelProperty(value = "长度")
    private Double man_length;
    @TableField(value = "man_length")
    private Double manLength;
    @ApiModelProperty(value = "体积")
    @TableField
    private Double volume;
    @ApiModelProperty(value = "三方编码")
@@ -131,6 +152,7 @@
    private String threeCode;
    @ApiModelProperty(value = "供应商")
    @TableField
    private String supp;
    @ApiModelProperty(value = "供应商编码")
@@ -150,12 +172,15 @@
    private Integer deadWarn;
    @ApiModelProperty(value = "制购 1: 制造  2: 采购  3: 外协  ")
    @TableField
    private Integer source;
    @ApiModelProperty(value = "要求检验 1: 是  0: 否  ")
    @TableField
    private Integer inspect;
    @ApiModelProperty(value = "危险品 1: 是  0: 否  ")
    @TableField
    private Integer danger;
    @ApiModelProperty(value = "修改人员")
@@ -175,30 +200,35 @@
    private Date appeTime;
    @ApiModelProperty(value = "备注")
    @TableField
    private String memo;
    /**
     * 拥有者
     */
    @ApiModelProperty(value = "拥有者 1: 杰克   ")
    @TableField
    private Integer owner;
    /**
     * 备用1
     */
    @ApiModelProperty(value = "备用1")
    @TableField
    private String standby1 = "";
    /**
     * 备用2
     */
    @ApiModelProperty(value = "备用2")
    @TableField
    private String standby2 = "";
    /**
     * 备用3
     */
    @ApiModelProperty(value = "备用3")
    @TableField
    private String standby3 = "";
    /**
@@ -206,26 +236,27 @@
     */
    @ApiModelProperty(value = "备用1")
    @TableField("box_type1")
    private String boxType1 = "1";
    private String boxType1 = "";
    /**
     * 备用2
     */
    @ApiModelProperty(value = "备用2")
    @TableField("box_type2")
    private String boxType2 = "1";
    private String boxType2 = "";
    /**
     * 备用3
     */
    @ApiModelProperty(value = "备用3")
    @TableField("box_type3")
    private String boxType3 = "1";
    private String boxType3 = "";
    /**
     * 是否冻结
     */
    @ApiModelProperty(value = "是否冻结,0.未冻结,1.已冻结")
    @TableField
    private Integer frozen;
    public String getLocNo$() {
@@ -347,7 +378,7 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
    public String getFrozen$() {
src/main/java/com/zy/asrs/entity/Mat.java
@@ -9,11 +9,11 @@
import com.core.common.SpringUtils;
import com.zy.asrs.enums.ContainerType;
import com.zy.asrs.service.TagService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@@ -547,7 +547,7 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/Order.java
@@ -8,11 +8,11 @@
import com.core.common.SpringUtils;
import com.zy.asrs.service.DocTypeService;
import com.zy.asrs.service.OrderSettleService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@@ -527,7 +527,7 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/OrderDetlPakin.java
@@ -10,11 +10,11 @@
import com.zy.asrs.service.BasProcessProceduresService;
import com.zy.asrs.service.BasQualityTestingService;
import com.zy.asrs.service.OrderService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@@ -575,7 +575,7 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/OrderDetlPakinLog.java
@@ -10,11 +10,11 @@
import com.zy.asrs.service.BasProcessProceduresService;
import com.zy.asrs.service.BasQualityTestingService;
import com.zy.asrs.service.OrderService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@@ -575,7 +575,7 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/OrderDetlPakout.java
@@ -10,11 +10,11 @@
import com.zy.asrs.service.BasProcessProceduresService;
import com.zy.asrs.service.BasQualityTestingService;
import com.zy.asrs.service.OrderService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@@ -574,7 +574,7 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/OrderDetlPakoutLog.java
@@ -10,11 +10,11 @@
import com.zy.asrs.service.BasProcessProceduresService;
import com.zy.asrs.service.BasQualityTestingService;
import com.zy.asrs.service.OrderService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@@ -574,7 +574,7 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/OrderLog.java
@@ -8,11 +8,11 @@
import com.core.common.SpringUtils;
import com.zy.asrs.service.DocTypeService;
import com.zy.asrs.service.OrderSettleService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@@ -564,7 +564,7 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/OrderPakin.java
@@ -8,11 +8,11 @@
import com.core.common.SpringUtils;
import com.zy.asrs.service.DocTypeService;
import com.zy.asrs.service.OrderSettleService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@@ -486,7 +486,7 @@
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/OrderPakinLog.java
@@ -8,11 +8,11 @@
import com.core.common.SpringUtils;
import com.zy.asrs.service.DocTypeService;
import com.zy.asrs.service.OrderSettleService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@@ -488,7 +488,7 @@
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/OrderPakout.java
@@ -8,11 +8,11 @@
import com.core.common.SpringUtils;
import com.zy.asrs.service.DocTypeService;
import com.zy.asrs.service.OrderSettleService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@@ -488,7 +488,7 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/OrderPakoutLog.java
@@ -8,11 +8,11 @@
import com.core.common.SpringUtils;
import com.zy.asrs.service.DocTypeService;
import com.zy.asrs.service.OrderSettleService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@@ -488,7 +488,7 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/WaitPakin.java
@@ -289,6 +289,6 @@
    }
//    public void sync(Object source) {
//        Synchro.Copy(source, this);
//        BeanUtils.copyProperties(source, this);
//    }
}
src/main/java/com/zy/asrs/entity/WrkDetl.java
@@ -4,12 +4,12 @@
import com.baomidou.mybatisplus.annotations.TableName;
import com.core.common.Cools;
import com.core.common.SpringUtils;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.experimental.Accessors;
import org.springframework.beans.BeanUtils;
import java.io.Serializable;
import java.text.SimpleDateFormat;
@@ -409,7 +409,7 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/WrkDetlLog.java
@@ -4,11 +4,11 @@
import com.baomidou.mybatisplus.annotations.TableName;
import com.core.common.Cools;
import com.core.common.SpringUtils;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import java.io.Serializable;
import java.text.SimpleDateFormat;
@@ -407,6 +407,6 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/param/AbnormalLocDetlParam.java
@@ -7,11 +7,11 @@
import com.core.common.SpringUtils;
import com.zy.asrs.entity.LocMast;
import com.zy.asrs.service.LocMastService;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import java.text.SimpleDateFormat;
import java.util.Date;
@@ -276,7 +276,7 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/entity/result/LocDetlAll.java
@@ -5,8 +5,8 @@
import com.core.common.SpringUtils;
import com.zy.asrs.entity.LocOwner;
import com.zy.asrs.service.LocOwnerService;
import com.zy.common.utils.Synchro;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import java.util.Date;
@@ -54,6 +54,6 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -23,6 +23,7 @@
import com.zy.common.service.CommonService;
import com.zy.common.web.WcsController;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@@ -993,7 +994,7 @@
            }
            Mat mat = matService.selectByMatnr(adjust.getMatnr());
            LocDetl locDetl = new LocDetl();
            locDetl.sync(mat);
            BeanUtils.copyProperties(mat, locDetl);
            locDetl.setBatch(adjust.getBatch());
            locDetl.setLocNo(locMast.getLocNo());
            locDetl.setZpallet(locMast.getBarcode());
src/main/java/com/zy/asrs/task/handler/WorkMastHandler.java
@@ -688,7 +688,6 @@
                    .setAppeTime(new Date())
                    .setSpecs(pakin.getSpecs())
                    .setColor(pakin.getColor())
                    .setLocId(locCache.getId())
                    .setLocNo(locCache.getLocNo())
                    .setAreaId(locCache.getAreaId())
                    .setAreaName(locCache.getAreaName())
src/main/java/com/zy/common/config/AdminInterceptor.java
@@ -9,6 +9,7 @@
import com.zy.common.utils.Http;
import com.zy.system.entity.*;
import com.zy.system.service.*;
import com.zy.system.timer.LicenseTimer;
import com.zy.system.timer.LoadingConfigTimer;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
@@ -43,6 +44,8 @@
    private RolePermissionService rolePermissionService;
    @Autowired
    private LoadingConfigTimer loadingConfigTimer;
    @Autowired
    private LicenseTimer licenseTimer;
    @Override
    public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {
@@ -50,6 +53,10 @@
        if (handler instanceof org.springframework.web.servlet.resource.ResourceHttpRequestHandler) {
            return true;
        }
        if (!licenseTimer.getSystemSupport()) {
            Http.response(response, BaseRes.NO_ACTIVATION);
            return false;
        }
        // super账号
        String token = request.getHeader("token");
        if (token != null) {
src/main/java/com/zy/system/timer/LoadingConfigTimer.java
@@ -27,6 +27,10 @@
     * 删除天数
     */
    private Integer logDeleteDays = 360;
    /**
     * 托盘码是否管理
     */
    private Boolean zpalletManage = false;
    // erp上报
    private Boolean erpReport = false;
@@ -41,7 +45,7 @@
        tokenNumber = configService.getVal("tokenNumber", Integer.class, tokenNumber);
        logDeleteDays = configService.getVal("logDeleteDays", Integer.class, logDeleteDays);
        erpReport = configService.getVal("erpReport", Boolean.class, erpReport);
        zpalletManage = configService.getVal("zpalletManage", Boolean.class, zpalletManage);
    }
src/main/resources/application-dev.yml
@@ -44,7 +44,7 @@
#License相关配置
license:
  subject: integrationasrs
  subject: asrs2.0
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
src/main/resources/application.yml
@@ -3,4 +3,4 @@
    active: dev
logging:
  file:
    path: /stock/out/@pom.build.finalName@/logs
    path: /stock/out/wms/logs
src/main/webapp/static/js/common.js
@@ -189,7 +189,10 @@
    ,{field: 'color', align: 'center',title: '颜色', hide: true}
    ,{field: 'brand', align: 'center',title: '品牌', hide: true}
    ,{field: 'upQty', align: 'center',title: '组托上限'}
    ,{field: 'unit', align: 'center',title: '单位', hide: false}
    ,{field: 'storeMax', align: 'center',title: '库存预警数量上限'}
    ,{field: 'storeMin', align: 'center',title: '库存预警数量下限'}
    ,{field: 'storeMaxDate', align: 'center',title: '库龄预警上限'}
    ,{field: 'unit', align: 'center',title: '单位', hide: true}
    ,{field: 'price', align: 'center',title: '单价', hide: true}
    ,{field: 'sku', align: 'center',title: 'sku', hide: true}
    ,{field: 'units', align: 'center',title: '单位量', hide: true}
src/main/webapp/static/js/orderPakin/order.js
@@ -17,7 +17,8 @@
        url: baseUrl+"/docType/list/auth",
        headers: {'token': localStorage.getItem('token')},
        data: {
            limit: 9999
            limit: 9999,
            pakin: 1
        },
        method: 'POST',
        success: function (res) {
src/main/webapp/static/js/orderPakout/order.js
@@ -17,7 +17,8 @@
        url: baseUrl+"/docType/list/auth",
        headers: {'token': localStorage.getItem('token')},
        data: {
            limit: 9999
            limit: 9999,
            pakout: 1
        },
        method: 'POST',
        success: function (res) {