Commit 44213e31 hc

fix:NG料出库

1 个父辈 8a752532
......@@ -231,6 +231,9 @@ public class DataInitManager {
addNewFunctionMenu(5, wip, "transferInventory", "311转库", "transferInventory", "SemiFinishProducts/transferInventory/index", "transferInventory", functionMenuMap);
addNewFunctionMenu(6, wip, "ngMaterial", "NG料出箱", "ngMaterial", "SemiFinishProducts/ngMaterial/index", "ngMaterial", functionMenuMap);
addNewFunctionMenu(6, wip, "handMovementOut", "手动出箱", "handMovementOut", "SemiFinishProducts/handMovement/out/index", "handMovementOut", functionMenuMap);
addNewFunctionMenu(6, wip, "handMovementIn", "手动入箱", "handMovementIn", "SemiFinishProducts/handMovement/in/index", "handMovementIn", functionMenuMap);
//MSD管理:MSD库存.MSD追溯性.MSD设置
......
......@@ -1034,11 +1034,11 @@ public class LuxsanApi extends DefaultSmfApiListener {
}
}
} catch (ApiException e) {
log.error(String.format("接口返回值格式错误[%s]", getBoxNGsnListUrl));
throw new ValidateException("smfcore.api.error", "接口返回值格式错误[{0}]", new String[]{"getBoxNGsnList"});
log.error(String.format("接口请求失败[%s]", e.getMessage()));
throw new ValidateException("smfcore.api.error", "接口请求失败[{0}]", new String[]{e.getMessage()});
}
log.error(String.format("接口请求失败[%s]", getBoxNGsnListUrl));
throw new ValidateException("smfcore.api.error", "接口请求失败[{0}]", new String[]{"getBoxNGsnList"});
throw new ValidateException("smfcore.api.error", "[{0}]数据获取失败", new String[]{"getBoxNGsnList"});
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!