qushaowei
2025-06-06 dfc47094e8ec57dd9229d64be0702658c6065b9d
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java
@@ -23,6 +23,10 @@
    String LEAN_OUT_CODE_RULE = "EquipmentLeanOutCodeRule";
    //设备封存启封
    String SEAL_UP_CODE_RULE = "EquipmentSealUpCodeRule";
    //设备调拨编码规则
    String TRANSFER_CODE_RULE = "EquipmentTransferCodeRule";
    //设备调拨编码规则
        String SCRAP_CODE_RULE = "EquipmentScrapCodeRule";
    /**
     * 备件请购单状态 1:已创建 2:已提交 3:已通过 4:已驳回 5:已完成
     */
@@ -31,6 +35,21 @@
    String SPARE_REQUISITION_STATUS_3 = "3";
    String SPARE_REQUISITION_STATUS_4 = "4";
    String SPARE_REQUISITION_STATUS_5 = "5";
    /**
     * 备件领用单状态 1:待领取 2:待审批 3:已领取 4:已领取 5:已领取
     */
    String receive_status_1 = "1"; //待领取
    String receive_status_2 = "2"; //待审批
    String receive_status_3 = "3"; //已领取
    String receive_status_4 = "4"; //待归还
    String receive_status_5 = "5"; //已归还
    /**
     * 备件报废单状态 1:待报废 2:已报废
     */
    String scrap_status_1 = "1"; //1:待报废
    String scrap_status_2 = "2"; //2:已报废
    /**
     * 岗位编码
@@ -47,5 +66,7 @@
    String PCR0005 = "PCR0005";
    //机动办管理员
    String PCR0006 = "PCR0006";
    //备件管理员
    String PCR0007 = "PCR0007";
}