Browse Source

审核培训计划

tiaosheng-zx
xuesinan 4 years ago
parent
commit
8fec427dca
  1. 7
      index.html

7
index.html

@ -193,23 +193,16 @@
btns.style.display = 'block';
} else if (data.checkStatus === 1 || data.checkStatus === 2) {
that.trainPlanHide.style.display = 'none';
// var trainPlanStatusReject = that.dom.querySelector('.reject-text');
// var trainPlanStatusPass = that.dom.querySelector('.pass-text');
if (data.checkStatus === 1) {
that.trainPlanCheck.style.display = 'block';
that.trainPlanReject.style.display = 'none';
// trainPlanStatusReject.style.display = 'none';
// trainPlanStatusPass.style.display = 'block';
pass.style.display = 'block';
btns.style.display = 'none';
} else {
that.dom.querySelector('.reason-box').innerHTML = data.rejectCause;
that.trainPlanCheck.style.display = 'none';
that.trainPlanReject.style.display = 'block';
// trainPlanStatusReject.style.display = 'block';
// trainPlanStatusPass.style.display = 'none';
}
}
}

Loading…
Cancel
Save