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