From dfc47094e8ec57dd9229d64be0702658c6065b9d Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期五, 06 六月 2025 15:29:42 +0800 Subject: [PATCH] 备件报废 --- lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java b/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java index 15c9210..0ab95d0 100644 --- a/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java +++ b/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java @@ -25,6 +25,8 @@ String SEAL_UP_CODE_RULE = "EquipmentSealUpCodeRule"; //璁惧璋冩嫧缂栫爜瑙勫垯 String TRANSFER_CODE_RULE = "EquipmentTransferCodeRule"; + //璁惧璋冩嫧缂栫爜瑙勫垯 + String SCRAP_CODE_RULE = "EquipmentScrapCodeRule"; /** * 澶囦欢璇疯喘鍗曠姸鎬� 1:宸插垱寤� 2:宸叉彁浜� 3:宸查�氳繃 4:宸查┏鍥� 5:宸插畬鎴� */ @@ -33,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 +64,9 @@ String PCR0004 = "PCR0004"; //璁惧鑳芥簮閮� String PCR0005 = "PCR0005"; + //鏈哄姩鍔炵鐞嗗憳 + String PCR0006 = "PCR0006"; + //澶囦欢绠$悊鍛� + String PCR0007 = "PCR0007"; } -- Gitblit v1.9.3