{% load i18n static %} {% load iclock_tags %} {% load common %} {% comment %} % @Author: Boyce Gao % @Date: 2018-08-30 18:24:47 % @Last Modified by: Boyce Gao % @Last Modified time: 2018-09-04 17:02:28 {% endcomment %} {% comment %} % @Last Modified by: Damien.Yang % @Last Modified time: 2019-06-14 % @Modified Function: prepare_perm_data() % @Description: This refer from Auth Group Edit Form {% endcomment %}
{% csrf_token %}
{% autoescape off %} {% with adminform.form as f %} {{ f.salary_amount|layui_item_field }} {{ f.salary_formula|layui_item_field }} {{ f.effective_date|layui_item_field }} {{ f.salary_remark|layui_item_field }} {{ f.leaveformula|layui_item_field_ignore:'select' }} {{ f.overtimeformula|layui_item_field_ignore:'select' }} {{ f.exceptionformula|layui_item_field_ignore:'select' }} {{ f.increasementformula|layui_item_field_ignore:'select' }} {{ f.deductionformula|layui_item_field_ignore:'select' }} {% endwith %} {% endautoescape %}