@layout("/common/_container.html"){
|
<div class="ibox float-e-margins">
|
<div class="ibox-content">
|
<div class="form-horizontal" id="franchiseeInfoForm">
|
|
<div class="row">
|
<div class="col-sm-10">
|
@if(roleType == 1){
|
<#select id="superiorId" name="所属分公司:" onchange="TOpenCityInfoDlg.provinceChange()">
|
<option value="">选择所属分公司</option>
|
@for(obj in companyList){
|
<option value="${obj.id}">${obj.name}</option>
|
@}
|
</#select>
|
@}else if(roleType == 2){
|
<#label id="companyName" name="所属分公司" value="${company.name}"/>
|
@}
|
<#input id="name" name="加盟商名称"/>
|
<#input id="detailAddress" name="加盟商地址"/>
|
|
<#input id="principalName" name="联系人" />
|
<#input id="principalPhone" name="联系电话" />
|
</div>
|
</div>
|
<div class="row">
|
<div class="col-sm-10">
|
<div class="form-group">
|
<label class="col-sm-3 control-label">经营业务:</label>
|
<div class="col-sm-9">
|
<fieldset>
|
<div class="checkbox checkbox-success">
|
<input name="checkbox" id="checkbox1" type="checkbox" value="1" onclick="FranchiseeInfoDlg.checkbox1()">
|
<label for="checkbox1">
|
专车
|
</label>
|
<fieldset>
|
<div class="row" style="display: none;" id="zcDiv">
|
<div class="col-sm-6">
|
<div class="checkbox checkbox-circle">
|
<input type="radio" name="zc" id="zc1" value="1" checked="">
|
<label for="zc1">
|
<div style="position: relative;top: -8px;">
|
<span>按比例抽成,每笔订单抽取</span>
|
<input style="width: 50%;display: inline-block;" type="text" class="form-control" id="zcPercent" name="zcPercent">
|
<span>%</span>
|
</div>
|
</label>
|
</div>
|
<div class="checkbox checkbox-circle">
|
<input type="radio" name="zc" id="zc2" value="2">
|
<label for="zc2">
|
<div style="position: relative;top: -8px;">
|
<span>按固定金额抽成,每笔订单抽取</span>
|
<input style="width: 50%;display: inline-block;" type="text" class="form-control" id="zcMoney" name="zcMoney">
|
<span>元</span>
|
</div>
|
</label>
|
</div>
|
</div>
|
</div>
|
</fieldset>
|
</div>
|
<div class="checkbox checkbox-primary">
|
<input name="checkbox" id="checkbox2" type="checkbox" value="2" onclick="FranchiseeInfoDlg.checkbox2()">
|
<label for="checkbox2">
|
出租车
|
</label>
|
<fieldset>
|
<div class="row" style="display: none;" id="czDiv">
|
<div class="col-sm-6">
|
<div class="checkbox checkbox-circle">
|
<input type="radio" name="cz" id="cz1" value="1" checked="">
|
<label for="cz1">
|
<div style="position: relative;top: -8px;">
|
<span>按比例抽成,每笔订单抽取</span>
|
<input style="width: 50%;display: inline-block;" type="text" class="form-control" id="czPercent" name="czPercent">
|
<span>%</span>
|
</div>
|
</label>
|
</div>
|
<div class="checkbox checkbox-circle">
|
<input type="radio" name="cz" id="cz2" value="2">
|
<label for="cz2">
|
<div style="position: relative;top: -8px;">
|
<span>按固定金额抽成,每笔订单抽取</span>
|
<input style="width: 50%;display: inline-block;" type="text" class="form-control" id="czMoney" name="czMoney">
|
<span>元</span>
|
</div>
|
</label>
|
</div>
|
</div>
|
</div>
|
</fieldset>
|
</div>
|
<div class="checkbox checkbox-success">
|
<input name="checkbox" id="checkbox3" type="checkbox" value="3" onclick="FranchiseeInfoDlg.checkbox3()">
|
<label for="checkbox3">
|
跨城出行
|
</label>
|
</div>
|
<div class="checkbox checkbox-info">
|
<input name="checkbox" id="checkbox4" type="checkbox" value="4" onclick="FranchiseeInfoDlg.checkbox4()">
|
<label for="checkbox4">
|
同城小件物流
|
</label>
|
<fieldset>
|
<div class="row" style="display: none;" id="tcxDiv">
|
<div class="col-sm-6">
|
<div class="checkbox checkbox-circle">
|
<input type="radio" name="tcx" id="tcx1" value="1" checked="">
|
<label for="tcx1">
|
<div style="position: relative;top: -8px;">
|
<span>按比例抽成,每笔订单抽取</span>
|
<input style="width: 50%;display: inline-block;" type="text" class="form-control" id="tcxPercent" name="tcxPercent">
|
<span>%</span>
|
</div>
|
</label>
|
</div>
|
<div class="checkbox checkbox-circle">
|
<input type="radio" name="tcx" id="tcx2" value="2">
|
<label for="tcx2">
|
<div style="position: relative;top: -8px;">
|
<span>按固定金额抽成,每笔订单抽取</span>
|
<input style="width: 50%;display: inline-block;" type="text" class="form-control" id="tcxMoney" name="tcxMoney">
|
<span>元</span>
|
</div>
|
</label>
|
</div>
|
</div>
|
</div>
|
</fieldset>
|
</div>
|
<div class="checkbox checkbox-warning">
|
<input name="checkbox" id="checkbox5" type="checkbox" value="5" onclick="FranchiseeInfoDlg.checkbox5()">
|
<label for="checkbox5">
|
跨城小件物流
|
</label>
|
<fieldset>
|
<div class="row" style="display: none;" id="kcxDiv">
|
<div class="col-sm-6">
|
<div class="checkbox checkbox-circle">
|
<input type="radio" name="kcx" id="kcx1" value="1" checked="">
|
<label for="kcx1">
|
<div style="position: relative;top: -8px;">
|
<span>按比例抽成,每笔订单抽取</span>
|
<input style="width: 50%;display: inline-block;" type="text" class="form-control" id="kcxPercent" name="kcxPercent">
|
<span>%</span>
|
</div>
|
</label>
|
</div>
|
<div class="checkbox checkbox-circle">
|
<input type="radio" name="kcx" id="kcx2" value="2">
|
<label for="kcx2">
|
<div style="position: relative;top: -8px;">
|
<span>按固定金额抽成,每笔订单抽取</span>
|
<input style="width: 50%;display: inline-block;" type="text" class="form-control" id="kcxMoney" name="kcxMoney">
|
<span>元</span>
|
</div>
|
</label>
|
</div>
|
</div>
|
</div>
|
</fieldset>
|
</div>
|
<div class="checkbox checkbox-danger">
|
<input name="checkbox" id="checkbox6" type="checkbox" value="6" onclick="FranchiseeInfoDlg.checkbox6()">
|
<label for="checkbox6">
|
包车
|
</label>
|
</div>
|
</fieldset>
|
</div>
|
</div>
|
<div class="form-group">
|
<label class="col-sm-3 control-label">是否需要摆渡车:</label>
|
<div class="col-sm-9" style="display: flex;align-items: center;">
|
<div class="radio radio-info radio-inline">
|
<input type="radio" id="isNeedFerry1" value="1" name="isNeedFerry" checked="" >
|
<label for="isNeedFerry1"> 是 </label>
|
</div>
|
<div class="radio radio-success radio-inline">
|
<input type="radio" id="isNeedFerry2" value="2" name="isNeedFerry" >
|
<label for="isNeedFerry2"> 否 </label>
|
</div>
|
</div>
|
</div>
|
<div class="form-group">
|
<label class="col-sm-3 control-label">登录账号:</label>
|
<div class="col-sm-9">
|
<input type="text" class="form-control" id="account" name="account" >
|
</div>
|
</div>
|
<div class="form-group">
|
<label class="col-sm-3 control-label">登录密码:</label>
|
<div class="col-sm-9">
|
<input type="password" class="form-control" id="password" name="password" >
|
</div>
|
</div>
|
<div class="form-group">
|
<label class="col-sm-3 control-label">确认密码:</label>
|
<div class="col-sm-9">
|
<input type="password" class="form-control" id="rePassword" name="rePassword" >
|
</div>
|
</div>
|
</div>
|
</div>
|
|
|
|
<div class="row btn-group-m-t">
|
<div class="col-sm-10 col-sm-offset-5">
|
<#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="FranchiseeInfoDlg.addFranchisee()"/>
|
<#button btnCss="danger" name="取消" id="cancel" icon="fa-eraser" clickFun="FranchiseeInfoDlg.close()"/>
|
</div>
|
</div>
|
</div>
|
|
</div>
|
</div>
|
<script src="${ctxPath}/static/modular/system/tCompany/franchisee_info.js"></script>
|
@}
|