|
@@ -352,7 +352,7 @@ let listObj = {
|
352
|
352
|
$(POMNG03011_GRID_ID).jqGrid('setCell', rowId, 'dlvReqDt', '', css);
|
353
|
353
|
$(POMNG03011_GRID_ID).jqGrid('setCell', rowId, 'whsNm', '', css);
|
354
|
354
|
});
|
355
|
|
- $('.cbox.checkbox').each(function(idx) {
|
|
355
|
+ $('#ITP_POMNG03011_jqGrid_list .cbox.checkbox').each(function(idx) {
|
356
|
356
|
var tds=$(this).closest('tr').children('td'), td=tds.eq(2);
|
357
|
357
|
var rs=td.attr('rowspan'), ds=td.css('display');
|
358
|
358
|
if(rs) $(this).closest('td').attr('rowspan', rs);
|