|
@@ -233,6 +233,13 @@ const gridColModel = {
|
233
|
233
|
sortable: false, editable: false, edittype: 'text',
|
234
|
234
|
hidden: false
|
235
|
235
|
},
|
|
236
|
+ {
|
|
237
|
+ index: 'RTN_DVSN', name: 'rtnDvsn',
|
|
238
|
+ label: '반품구분',
|
|
239
|
+ width: '6', fixed: false, align: 'left',
|
|
240
|
+ sortable: false, editable: false, edittype: 'text',
|
|
241
|
+ hidden: true
|
|
242
|
+ },
|
236
|
243
|
{
|
237
|
244
|
index: 'RTN_RSN_DVSN_NM', name: 'rtnRsnDvsnNm',
|
238
|
245
|
label: '사유구분',
|
|
@@ -240,6 +247,13 @@ const gridColModel = {
|
240
|
247
|
sortable: false, editable: false, edittype: 'text',
|
241
|
248
|
hidden: false
|
242
|
249
|
},
|
|
250
|
+ {
|
|
251
|
+ index: 'RTN_RSN_DVSN', name: 'rtnRsnDvsn',
|
|
252
|
+ label: '사유구분',
|
|
253
|
+ width: '7', fixed: false, align: 'left',
|
|
254
|
+ sortable: false, editable: false, edittype: 'text',
|
|
255
|
+ hidden: true
|
|
256
|
+ },
|
243
|
257
|
{
|
244
|
258
|
index: 'RTN_RSN', name: 'rtnRsn',
|
245
|
259
|
label: '사유',
|
|
@@ -970,9 +984,7 @@ let modifyObj = {
|
970
|
984
|
$('body').trigger('click');
|
971
|
985
|
const formId = (SCREEN_MODE == 'NPC' ? '#ITP_FORM_RTNMNG03010_NDETAIL' : '#ITP_FORM_RTNMNG03010_DETAIL');
|
972
|
986
|
itp_fn_form_clear_validate(null, formId);
|
973
|
|
- console.log("111111111111111111");
|
974
|
987
|
if (itp_fn_form_event.isValid(formId)) {
|
975
|
|
- console.log("222222222222222222");
|
976
|
988
|
if (SCREEN_MODE == 'NPC') {
|
977
|
989
|
const rowData1 = $(RTNMNG03010_NDETAIL_GRID_ID).getRowData();
|
978
|
990
|
|