@layout("/common/_container.html"){
<#input id="name" name="调度名称" value="${item.name}"/> @if(roleType == 1){ <#select id="oneId" name="所属分公司:" onchange="TDispatchInfoDlg.companyChange(this)"> @for(obj in companyList){ @} <#select id="twoId" name="所属加盟商:" > @for(obj in franchiseeList){ @} @} @if(roleType == 2){ <#select id="franchiseeId" name="所属加盟商:" > @for(obj in franchiseeList){ @} @} <#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"/>
<#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="TDispatchInfoDlg.editSubmit()"/> <#button btnCss="danger" name="取消" id="cancel" icon="fa-eraser" clickFun="TDispatchInfoDlg.close()"/>
@}