对接采购侧新采购方式字典值
This commit is contained in:
@ -51,20 +51,33 @@ public class EbpProjectCommonUtil {
|
||||
*/
|
||||
public static final String PURC_MODE_002 = "002";
|
||||
|
||||
|
||||
/**
|
||||
* 采购方式 003 竞争性谈判
|
||||
*/
|
||||
public static final String PURC_MODE_003 = "003";
|
||||
/**
|
||||
* 谈判采购
|
||||
*/
|
||||
public static final String PURC_MODE_023 = "023";
|
||||
|
||||
/**
|
||||
* 采购方式 004 单一来源采购
|
||||
*/
|
||||
public static final String PURC_MODE_004 = "004";
|
||||
/**
|
||||
* 直接采购
|
||||
*/
|
||||
public static final String PURC_MODE_024 = "024";
|
||||
|
||||
/**
|
||||
* 采购方式 005 公开比选
|
||||
*/
|
||||
public static final String PURC_MODE_005 = "005";
|
||||
/**
|
||||
* 022询比采购
|
||||
*/
|
||||
public static final String PURC_MODE_022 = "022";
|
||||
|
||||
/**
|
||||
* 001 货物 标的类型
|
||||
@ -233,11 +246,11 @@ public class EbpProjectCommonUtil {
|
||||
put(PURC_MODE_001, ProjectCommonUtil.PROCUREMENT_MODE_1);
|
||||
put(PURC_MODE_002, ProjectCommonUtil.PROCUREMENT_MODE_2);
|
||||
put(PURC_MODE_003, ProjectCommonUtil.PROCUREMENT_MODE_5);
|
||||
//put(PURC_MODE_003, ProjectCommonUtil.PROCUREMENT_MODE_15);待定
|
||||
put(PURC_MODE_023, ProjectCommonUtil.PROCUREMENT_MODE_15);
|
||||
put(PURC_MODE_004, ProjectCommonUtil.PROCUREMENT_MODE_6);
|
||||
//put(PURC_MODE_004, ProjectCommonUtil.PROCUREMENT_MODE_16);待定
|
||||
put(PURC_MODE_024, ProjectCommonUtil.PROCUREMENT_MODE_16);
|
||||
put(PURC_MODE_005, ProjectCommonUtil.PROCUREMENT_MODE_3);
|
||||
//put(PURC_MODE_005, ProjectCommonUtil.PROCUREMENT_MODE_13);待定
|
||||
put(PURC_MODE_022, ProjectCommonUtil.PROCUREMENT_MODE_13);
|
||||
}};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user