Commit 8d987d80 authored by wei's avatar wei 🎱

借阅单常量

parent 59f03f80
...@@ -196,7 +196,10 @@ public class Constants { ...@@ -196,7 +196,10 @@ public class Constants {
* 已完成 * 已完成
*/ */
public static final String COMPLETED = "completed"; public static final String COMPLETED = "completed";
/**
* 借阅单已完成
*/
public static final String RETURNED = "returned";
/** /**
* 移交单已完成 * 移交单已完成
*/ */
......
...@@ -15,6 +15,7 @@ public final class SignConstants { ...@@ -15,6 +15,7 @@ public final class SignConstants {
//签名取值 //签名取值
public static final String SIGN_KEY_PREPARED = "编制"; public static final String SIGN_KEY_PREPARED = "编制";
public static final String SIGN_KEY_DAZSH = "档案组审核"; public static final String SIGN_KEY_DAZSH = "档案组审核";
public static final String SIGN_KEY_DAZGHQR = "档案组归还确认";
public static final String SIGN_KEY_TSSH = "同室审核"; public static final String SIGN_KEY_TSSH = "同室审核";
public static final String SIGN_KEY_FXTZSSH = "分系统总师审核"; public static final String SIGN_KEY_FXTZSSH = "分系统总师审核";
public static final String SIGN_KEY_GY = "工艺"; public static final String SIGN_KEY_GY = "工艺";
...@@ -70,7 +71,7 @@ public final class SignConstants { ...@@ -70,7 +71,7 @@ public final class SignConstants {
/** /**
* 定义流程判断节点常量 * 定义流程判断节点常量
*/ */
public final static List WfResultList = Arrays.asList("通过", "提交签审", "提交审阅", "提交", "提交提资审阅", "不需要总体室会签", "外协采购单位(过工程部)", "设计协同单位及其他"); public final static List WfResultList = Arrays.asList("同意", "通过", "提交签审", "提交审阅", "提交", "提交提资审阅", "不需要总体室会签", "外协采购单位(过工程部)", "设计协同单位及其他");
/** /**
* 定义NCR审查单流程节点常量 * 定义NCR审查单流程节点常量
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment