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

6 lines
105 B
PHP
Executable File

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