|
|
|
@ -408,9 +408,9 @@ $(document).ready(function(){
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$P.checkCrdnList = (element, bool) => {
|
|
|
|
|
Grid.checkbox.sync(element, bool);
|
|
|
|
|
GRID.checkbox.sync(element, bool);
|
|
|
|
|
|
|
|
|
|
var atLeastOne = Grid.checkbox.countChecked(element) > 0;
|
|
|
|
|
var atLeastOne = GRID.checkbox.countChecked(element) > 0;
|
|
|
|
|
$("#btnExecuteAnswer--${pageName}").prop("disabled", !atLeastOne);
|
|
|
|
|
$("#btnAnswerComplete--${pageName}").prop("disabled", !atLeastOne);
|
|
|
|
|
$("#btnExecuteDisabledTagInfoInquire--${pageName}").prop("disabled", !atLeastOne);
|
|
|
|
|