zentaopms/extension/max/makeup/ext/view/edit.oa.html.hook.php
2023-05-16 10:50:42 +08:00

7 lines
106 B
PHP

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