|
|
@ -45,7 +45,7 @@ |
|
|
|
<div data-tname="考勤" data-pid="1433332016270811136" data-uid="1217647686598135808" data-rid="rid333" data-tid="tid444" data-did="did555" style="height:5.375rem;width:100%"> |
|
|
|
<div data-root="p1449944565028233216" style="height:100%;width:100%;"> |
|
|
|
<div class="title"></div> |
|
|
|
<div class="flex justify-between mt-4"> |
|
|
|
<div class="flex justify-between"> |
|
|
|
<div class="text-sm">培训计划审核</div> |
|
|
|
<div class="text-sm"> |
|
|
|
<button class="text-xs text-blue-400 border rounded w-10 h-5" onclick="p1449944565028233216.showReject()">驳回</button> |
|
|
@ -55,11 +55,11 @@ |
|
|
|
<div class="border-2 w-full mt-2.5 flex justify-between p-2 text-sm"> |
|
|
|
<p style="color: #999999;">山西跳协**培训红头文件</p> |
|
|
|
<div> |
|
|
|
<button class="text-xs text-white bg-blue-500 border rounded-full w-10 h-5">盖章</button> |
|
|
|
<button class="text-xs border rounded-full w-10 h-5">查看</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pl-7 pr-7 pt fixed z-10 statusChoose bg-black bg-opacity-50" style="display:none;top: 0;bottom: 0;left: 0;right: 0;"> |
|
|
|
<div class=" bg-white"> |
|
|
|
<div class="pl-7 pr-7 pt fixed z-10 statusChoose bg-black bg-opacity-50" style="display: none; top: 0; bottom: 0; left: 0; right: 0; padding-top: calc((100vh - 250px) / 2);"> |
|
|
|
<div class="bg-white"> |
|
|
|
<div style="height: 13rem;overflow-y: auto;"> |
|
|
|
<p class="mt-8 text-center">驳回原因</p> |
|
|
|
<div class="pl-6 pr-6"> |
|
|
@ -77,7 +77,6 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
var p1449944565028233216 = { |
|
|
|
token: '', |
|
|
@ -152,7 +151,7 @@ |
|
|
|
const pId = this.dom.parentNode.getAttribute('data-pid'); |
|
|
|
const uId = this.dom.parentNode.getAttribute('data-uid'); |
|
|
|
const rId = this.dom.parentNode.getAttribute('data-rid'); |
|
|
|
location.href = `https://www.tall.wiki/checkwork/?pid=${pId}&uid=${uId}&rid=${rId}`; |
|
|
|
location.href = `https://www.tall.wiki/tiaosheng/?pid=${pId}&uid=${uId}&rid=${rId}`; |
|
|
|
} |
|
|
|
} |
|
|
|
p1449944565028233216.init() |
|
|
|