구매관리 검색조건 추가, 컬럼 추가 등...
This commit is contained in:
@@ -1130,6 +1130,10 @@ public class PurchaseOrderController {
|
||||
code_map.put("category_cd", commonService.bizMakeOptionList("0000167", CommonUtils.nullToEmpty((String)paramMap.get("category_cd")),"common.getCodeselect"));
|
||||
//제품구분
|
||||
code_map.put("product_cd", commonService.bizMakeOptionList("0000001", CommonUtils.nullToEmpty((String)paramMap.get("product_cd")),"common.getCodeselect"));
|
||||
//구매유형 (0001814)
|
||||
code_map.put("purchase_type", commonService.bizMakeOptionList("0001814", (String)paramMap.get("purchase_type"), "common.getCodeselect"));
|
||||
//발주자(구매담당자)
|
||||
code_map.put("writer", commonService.bizMakeOptionList("", (String)paramMap.get("writer"), "common.getUserselect"));
|
||||
|
||||
if("excel".equals(actionType)){
|
||||
list = commonService.selectList("purchaseOrder.purchaseOrderMasterList_new", request, paramMap);
|
||||
|
||||
Reference in New Issue
Block a user