|
@@ -1628,7 +1628,6 @@ function tableDataRemake(changeListData) {
|
|
|
}
|
|
|
continue;
|
|
|
}
|
|
|
- $('#table-list-select tr[data-index="'+ clinfo.lid +'"]').addClass('table-success');
|
|
|
let pushbwmx = '0*;*0';
|
|
|
if (listinfo.leafXmjs !== undefined) {
|
|
|
const leafInfo = listinfo.leafXmjs.find(function (item) {
|
|
@@ -1667,8 +1666,8 @@ function tableDataRemake(changeListData) {
|
|
|
} else {
|
|
|
$('#table-list-select tr[data-index="'+ clinfo.lid +'"]').attr('data-bwmx', pushbwmx);
|
|
|
}
|
|
|
+ $('#table-list-select tr[data-index="'+ clinfo.lid +'"]').addClass('table-success');
|
|
|
} else {
|
|
|
- $('#table-list-select tr[data-lid="'+ clinfo.lid +'"]').addClass('table-success');
|
|
|
let pushbwmx = '0*;*0';
|
|
|
if (listinfo.leafXmjs !== undefined) {
|
|
|
const leafInfo = listinfo.leafXmjs.find(function (item) {
|
|
@@ -1709,6 +1708,7 @@ function tableDataRemake(changeListData) {
|
|
|
} else {
|
|
|
$('#table-list-select tr[data-lid="'+ clinfo.lid +'"]').attr('data-bwmx', pushbwmx);
|
|
|
}
|
|
|
+ $('#table-list-select tr[data-lid="'+ clinfo.lid +'"]').addClass('table-success');
|
|
|
}
|
|
|
|
|
|
if (info && _.findIndex(changeLedgerList, { id: clinfo.gcl_id }) !== -1) {
|