xuhy
9 天以前 f2057bd69558d42de70a4b8a169a2b86e49b9b19
ManagementOKTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver_edit.html
@@ -77,6 +77,14 @@
                                    <input type="checkbox" name="serverBox" id="serverBox2" value="2" ${2 == two ? 'checked=checked' : ''}>
                                    <label for="serverBox2"> 出租车 </label>
                                </div>
                                <div class="checkbox checkbox-success  checkbox-inline">
                                    <input type="checkbox" name="serverBox" id="serverBox3" value="3" ${2 == three ? 'checked=checked' : ''} onclick="YesDriverInfoDlg.checkBox()" >
                                    <label for="serverBox3"> 跨城 </label>
                                </div>
                                <div class="checkbox checkbox-success  checkbox-inline">
                                    <input type="checkbox" name="serverBox" id="serverBox4" value="4" ${2 == four ? 'checked=checked' : ''}  >
                                    <label for="serverBox4"> 同城小件物流 </label>
                                </div>
                            </div>
                        </fieldset>
                    </div>
@@ -125,7 +133,7 @@
                    </div>
                    <#input id="phone" name="*登录账号【手机号】" value="${item.phone}"/>
                    <#input id="password" name="*密码" type="password" />
                    <#input id="password" name="密码" type="password" />
                    <#input id="rePassword" name="确认密码" type="password"  />
                    <#input id="driverNationality" name="国籍" value="${item.driverNationality}"/>