<#include "/common/defaultEngine.html"/> <@pageTheme mark="${config.optimize()?string('true', 'false')}"> <@header title="新增岗位信息" bodyClass="white-bg" libs=["bootstrapSelect"]/>
<@f.form id="form-post-add" class="form-horizontal">
<@f.input name="postCode" required=true/>
<@f.input name="postName" required=true/>
<@f.input name="postSort" required=true/>
<@f.select name="postType" dictType="sys_post_type"/>
<@f.radio name="status" dictType="sys_status"/>
<@f.textarea name="remark"/>
<@footer>