|
|
@ -49,8 +49,8 @@ |
|
|
|
<div class="flex justify-between"> |
|
|
|
<div class="text-sm">培训计划审核</div> |
|
|
|
<div class="train-pass-btn text-sm flex"> |
|
|
|
<button class="mr-2 text-sm text-gray-400 border border-gray-400 rounded w-12 h-6" onclick="p1449944565028233216.showReject()">驳回</button> |
|
|
|
<button class="bg-blue-500 text-sm rounded w-12 h-6 text-white" onclick="p1449944565028233216.submit(1)">通过</button> |
|
|
|
<button class="mr-2 px-2.5 h-6 text-sm text-gray-400 border border-gray-400 rounded" onclick="p1449944565028233216.showReject()">驳回</button> |
|
|
|
<button class="px-2.5 h-6 bg-blue-500 text-sm rounded text-white" onclick="p1449944565028233216.submit(1)">通过</button> |
|
|
|
</div> |
|
|
|
<div class="text-sm train-pass-status" style="display: none;"> |
|
|
|
<span class="text-green-500 pass-text">已通过</span> |
|
|
@ -92,9 +92,7 @@ |
|
|
|
</div> |
|
|
|
<div class="border-2 w-full mt-2.5 flex justify-between p-2 text-sm reason-box"> |
|
|
|
<p class="w-20 flex-shrink-0" style="color: #999999;">驳回原因</p></p> |
|
|
|
<div> |
|
|
|
这里是驳回原因这里是驳回原因这里是驳回原因这里是驳回原因 |
|
|
|
</div> |
|
|
|
<div class="reason-box"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
@ -198,6 +196,7 @@ |
|
|
|
trainPlanStatusReject.style.display = 'none'; |
|
|
|
trainPlanStatusPass.style.display = 'block'; |
|
|
|
} else { |
|
|
|
that.dom.querySelector('.reason-box').innerHTML = data.rejectCause; |
|
|
|
trainPlanStatusReject.style.display = 'block'; |
|
|
|
trainPlanStatusPass.style.display = 'none'; |
|
|
|
} |
|
|
|