생산계획&생산실적 등록일, 등록자 추가
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user