|
|
|
|
@ -248,13 +248,14 @@
|
|
|
|
|
var allRows = self.instance.getData();
|
|
|
|
|
var rowKey = null;
|
|
|
|
|
allRows.forEach(function(row) {
|
|
|
|
|
if (row.selected && row.rrno !== '0000000000000' ) {
|
|
|
|
|
self.instance.check(row.rowKey);
|
|
|
|
|
if( Number(ImpltTaskPopup.impltTaskSeCd) > 3 ){
|
|
|
|
|
if (row.selected && row.rrno !== '0000000000000' ) {
|
|
|
|
|
self.instance.check(row.rowKey);
|
|
|
|
|
}
|
|
|
|
|
if( row.rrno === '0000000000000' ){
|
|
|
|
|
self.instance.disableRowCheck(row.rowKey);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if( row.rrno === '0000000000000' ){
|
|
|
|
|
self.instance.disableRowCheck(row.rowKey);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|