판매관리 검색필터부분 매출관리랑 맞춤

This commit is contained in:
Johngreen
2025-10-23 13:30:12 +09:00
parent 109d5b0501
commit fc2448eb6b
2 changed files with 101 additions and 72 deletions

View File

@@ -172,6 +172,8 @@ public class SalesNcollectMgmtController {
// 국내/해외
codeMap.put("nationList",
salesMgmtCommonService.bizMakeOptionList("AR", "", "salesMgmtCommon.getCodeList"));
// 고객사
codeMap.put("customer_cd", commonService.bizMakeOptionList("", CommonUtils.nullToEmpty((String)paramMap.get("customer_objid")), "common.getsupplyselect"));
// 수주상태
codeMap.put("orderStatusList",
commonService.bizMakeOptionList("0000932", "", "common.getCodeselect"));