@layout("/common/_container.html"){
<#input id="name" name="调度名称"/> @if(roleType == 1){ <#select id="oneId" name="所属分公司:" onchange="TDispatchInfoDlg.companyChange(this)"> @for(obj in companyList){ @} <#select id="twoId" name="所属加盟商:" > @} @if(roleType == 2){ <#select id="franchiseeId" name="所属加盟商:" > @for(obj in franchiseeList){ @} @} <#input id="phone" name="联系电话"/> <#input id="account" name="登录账号"/> <#input id="password" name="登录密码" type="password"/> <#input id="rePassword" name="确认密码" type="password"/>
<#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="TDispatchInfoDlg.addSubmit()"/> <#button btnCss="danger" name="取消" id="cancel" icon="fa-eraser" clickFun="TDispatchInfoDlg.close()"/>
@}