|
|
|
@ -172,7 +172,7 @@ public class InventoryPartApi{ |
|
|
|
inParam.put("MIN_DURAB_DAYS_CO_DELIV", "0"); // 拼接固定参数 |
|
|
|
inParam.put("MIN_DURAB_DAYS_PLANNING", "0"); // 拼接固定参数 |
|
|
|
inParam.put("MANDATORY_EXPIRATION_DATE_DB", "FALSE"); // 拼接固定参数 |
|
|
|
//inParam.put("SUPPLY_CODE", "Inventory Order"); // 拼接固定参数 |
|
|
|
inParam.put("SUPPLY_CODE", "Inventory Order"); // 拼接固定参数 |
|
|
|
inParam.put("DOP_CONNECTION", "Automatic DOP"); // 拼接固定参数 |
|
|
|
inParam.put("DOP_NETTING", "No Netting"); // 拼接固定参数 |
|
|
|
inParam.put("QTY_CALC_ROUNDING", "16"); // 拼接固定参数 |
|
|
|
@ -181,7 +181,7 @@ public class InventoryPartApi{ |
|
|
|
inParam.put("STOCK_MANAGEMENT_DB", "SYSTEM MANAGED INVENTORY"); // 固定参数 |
|
|
|
inParam.put("SPECIAL_CONSUMPTION_TAX_DB", "FALSE"); // SPECIAL_CONSUMPTION_TAX_DB |
|
|
|
inParam.put("CUSTOMS_DECL_NO_LEVEL", "Not Used"); // CUSTOMS_DECL_NO_LEVEL |
|
|
|
inParam.put("SUPPLY_CODE", supplyCode); // 2025-12-22 新增IFS字段 |
|
|
|
//inParam.put("SUPPLY_CODE", supplyCode); // 2025-12-22 新增IFS字段 |
|
|
|
logger.info("insertInventoryPart inParam:" + JSON.toJSONString(inParam)); |
|
|
|
//执行存储过程 获取结果集 |
|
|
|
//执行check的操作 |
|
|
|
@ -266,7 +266,7 @@ public class InventoryPartApi{ |
|
|
|
inParam.put("ZERO_COST_FLAG", zeroCostFlag); // ZERO_COST_FLAG |
|
|
|
inParam.put("PART_COST_GROUP_ID", partCostGroupId); // PART_COST_GROUP_ID |
|
|
|
inParam.put("ENG_ATTRIBUTE", engAttribute); // 库存件模版 |
|
|
|
inParam.put("SUPPLY_CODE", supplyCode); // 2025-12-22 新增IFS字段 |
|
|
|
//inParam.put("SUPPLY_CODE", supplyCode); // 2025-12-22 新增IFS字段 |
|
|
|
//打印存储过程入参 |
|
|
|
logger.info("modifyInventoryPart inParam:" + JSON.toJSONString(inParam)); |
|
|
|
|
|
|
|
|