생산계획&생산실적 등록일, 등록자 추가

This commit is contained in:
2026-01-28 17:10:38 +09:00
parent dcc3938619
commit 5e3e9f81f5
4 changed files with 89 additions and 9 deletions

View File

@@ -1779,6 +1779,9 @@ public class ProductionPlanningController extends BaseService {
// 고객사 (SUPPLY_MNG + CLIENT_MNG 통합)
code_map.put("customer_cd", commonService.bizMakeOptionList("", CommonUtils.nullToEmpty((String)paramMap.get("customer_objid")), "common.getsupplyselect"));
// 등록자
code_map.put("writer", commonService.bizMakeOptionList("", "", "common.getUserselect"));
request.setAttribute("code_map", code_map);
}catch(Exception e){
e.printStackTrace();