<#include "/common/defaultEngine.html"/> <@pageTheme mark="${config.optimize()?string('true', 'false')}"> <@header title="新增公司" bodyClass="white-bg"/>
<@f.form id="form-comp-add" class="form-horizontal"> <@f.hidden name="type" value="0"/>
<@f.treeselect id="parentId" name="parentId" boxTitle="选择上级公司" url="sys/comp/treeData?type=0" expandLevel=true value="${comp.id}" labelValue="${comp.name?default('总公司')}" isParentIds=true parenIdsValue="${comp.id}${(comp.parentIds == '1')?string('',',${comp.parentIds}')}" placeholder="请选择上级公司" required=true/>
<@f.input name="name" required=true/>
<@f.input name="fullName" required=true/>
<@f.treeselect id="areaId" name="areaIds" boxTitle="请选择管理地区" url="sys/area/treeData" checked=true correlationId="parentId" placeholder="请选择管理地区"/>
<@f.radio name="status" dictType="sys_normal_disable"/>
<@f.textarea name="remark"/>
<@footer>