|
@@ -32,8 +32,8 @@ let ITP_FORM_STOCKMNG04010_DETAIL_IS_WRITING = false;
|
32
|
32
|
let STOCKMNG04010_DETAIL_GRID_LAST_ROW_ID;
|
33
|
33
|
|
34
|
34
|
/* 공통코드 리스트 */
|
35
|
|
-let ITP_COMMON_CD_STCK_DVSN = fn_make_common_cd_list(CODE_LIST, 'STCK_DVSN', true);
|
36
|
|
-let ITP_COMMON_CD_LOC_ST_CD = fn_make_common_cd_list(CODE_LIST, 'LOC_ST_CD', true);
|
|
35
|
+let ITP_COMMON_CD_STCK_DVSN = fn_make_common_cd_list(CODE_LIST, 'STCK_DVSN', false);
|
|
36
|
+let ITP_COMMON_CD_LOC_ST_CD = fn_make_common_cd_list(CODE_LIST, 'LOC_ST_CD', false);
|
37
|
37
|
|
38
|
38
|
/*API URL*/
|
39
|
39
|
let WHS_MNG_DETAIL_GRID_LIST = '/api/whs/mng/detail-grid-list';
|