|
@@ -147,7 +147,7 @@ let pageObj = {
|
147
|
147
|
$('#ITP_FORM_STOCKMNG04011_VIEW_STORE_ID').val(fn_make_user_info.get('storeId'));
|
148
|
148
|
|
149
|
149
|
// 공통코드 표시
|
150
|
|
- fn_make_select(CODE_LIST, 'WHS_ST_CD', 'ITP_FORM_STOCKMNG04011_DETAIL_WHS_ST_CD', true, '선택');
|
|
150
|
+ //fn_make_select(CODE_LIST, 'WHS_ST_CD', 'ITP_FORM_STOCKMNG04011_DETAIL_WHS_ST_CD', true, '선택');
|
151
|
151
|
},
|
152
|
152
|
form: function() {
|
153
|
153
|
itp_fn_form_event.onKeyup('#ITP_FORM_STOCKMNG04011_DETAIL');
|
|
@@ -177,8 +177,8 @@ let pageObj = {
|
177
|
177
|
case 'ITP_BTN_STOCKMNG04011_MODIFY' : modifyObj.button.modify(); break; // 수정 버튼
|
178
|
178
|
case 'ITP_BTN_STOCKMNG04011_CANCELLIST' : modifyObj.button.cancel(); break; // 취소/목록 버튼
|
179
|
179
|
case 'ITP_BTN_STOCKMNG04011_SAVE' : modifyObj.button.save(); break; // 저장 버튼
|
180
|
|
- case 'ITP_BTN_STOCKMNG04011_DETAIL_ADDROW' : locInfoObj.button.addRow(); break; // 상세:추가버튼
|
181
|
|
- case 'ITP_BTN_STOCKMNG04011_DETAIL_DELROW' : locInfoObj.button.delRow(); break; // 상세:삭제버튼
|
|
180
|
+ //case 'ITP_BTN_STOCKMNG04011_DETAIL_ADDROW' : locInfoObj.button.addRow(); break; // 상세:추가버튼
|
|
181
|
+ //case 'ITP_BTN_STOCKMNG04011_DETAIL_DELROW' : locInfoObj.button.delRow(); break; // 상세:삭제버튼
|
182
|
182
|
case 'ITP_BTN_STOCKMNG04011_DETAIL_ADDRESS_SEARCH' : modifyObj.button.address(); break; // 신규등록 주소 찾기
|
183
|
183
|
}
|
184
|
184
|
});
|
|
@@ -393,6 +393,10 @@ let modifyObj = {
|
393
|
393
|
$('#ITP_FORM_STOCKMNG04011_DETAIL .fnRegDtm').text(result.sysRegDttm);
|
394
|
394
|
|
395
|
395
|
$('#ITP_FORM_STOCKMNG04011_DETAIL #ITP_FORM_STOCKMNG04011_DETAIL_WHS_ST_CD').val(result.whsStCd);
|
|
396
|
+ $('#ITP_FORM_STOCKMNG04011_DETAIL .fnWhsStNm').text(result.whsStNm);
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
396
|
400
|
$('#ITP_FORM_STOCKMNG04011_DETAIL #ITP_FORM_STOCKMNG04011_DETAIL_WHS_NM').val(result.whsNm);
|
397
|
401
|
$('#ITP_FORM_STOCKMNG04011_DETAIL #ITP_FORM_STOCKMNG04011_DETAIL_WHS_NM').val(result.whsNm);
|
398
|
402
|
$('#ITP_FORM_STOCKMNG04011_DETAIL #ITP_FORM_STOCKMNG04011_DETAIL_MGR_TEL_NO').val(result.mgrTelNo);
|
|
@@ -482,12 +486,10 @@ let locInfoObj = {
|
482
|
486
|
},
|
483
|
487
|
button: {
|
484
|
488
|
addRow: function() {
|
485
|
|
- // $(STOCKMNG04011_DETAIL_GRID_ID).jqGrid('addRow', {position: 'last'});
|
486
|
|
- // $(STOCKMNG04011_DETAIL_GRID_EMPTY).hide();
|
487
|
|
- STOCKMNG04011_DETAIL_GRID_LAST_ROW_ID = itp_fn_add_grid_row(STOCKMNG04011_DETAIL_GRID_ID, undefined, ['location'],'STOCKMNG04011_DETAIL');
|
|
489
|
+ //STOCKMNG04011_DETAIL_GRID_LAST_ROW_ID = itp_fn_add_grid_row(STOCKMNG04011_DETAIL_GRID_ID, undefined, ['location'],'STOCKMNG04011_DETAIL');
|
488
|
490
|
},
|
489
|
491
|
delRow: function() {
|
490
|
|
- itp_fn_grid_del_row(STOCKMNG04011_DETAIL_GRID_ID);
|
|
492
|
+ //itp_fn_grid_del_row(STOCKMNG04011_DETAIL_GRID_ID);
|
491
|
493
|
}
|
492
|
494
|
},
|
493
|
495
|
make: function() {
|