<#input id="name" name="调度名称" value="${item.name}"/>
@if(roleType == 1){
<#select id="oneId" name="所属分公司:" onchange="TDispatchInfoDlg.companyChange(this)">
@for(obj in companyList){
@}
#select>
<#select id="twoId" name="所属加盟商:" >
@for(obj in franchiseeList){
@}
#select>
@}
@if(roleType == 2){
<#select id="franchiseeId" name="所属加盟商:" >
@for(obj in franchiseeList){
@}
#select>
@}
<#input id="phone" name="联系电话" value="${item.phone}" />
<#input id="account" name="登录账号" value="${item.account}"/>
<#input id="password" name="登录密码" value="" type="password"/>
<#input id="rePassword" name="确认密码" value="" type="password"/>