zentaopms/extension/lite/overtime/ext/view/edit.oa.html.hook.php
2023-05-16 10:47:08 +08:00

6 lines
97 B
PHP
Executable File

<script>
$(function()
{
$('#begin, #end, #hours').parent().addClass('required');
})
</script>