Commit 85414546 authored by agping's avatar agping

客方所属城市

parent 315c0623
...@@ -772,7 +772,7 @@ ...@@ -772,7 +772,7 @@
<tr> <tr>
<td> <td>
<div class="form-group"> <div class="form-group">
<span class="fore-span ld-Marheight">客方:</span> <span class="fore-span ld-Marheight"><span class="kefang-city"></span>客方:</span>
<div class="col-sm-9"> <div class="col-sm-9">
<input type="text" class="form-control btn6-1 ld-Marheight cus_fang" name="pwd" autocomplete="off"> <input type="text" class="form-control btn6-1 ld-Marheight cus_fang" name="pwd" autocomplete="off">
<ul class="user-ul2"></ul> <ul class="user-ul2"></ul>
......
...@@ -650,7 +650,7 @@ ...@@ -650,7 +650,7 @@
<tr> <tr>
<td> <td>
<div class="form-group"> <div class="form-group">
<span class="fore-span ld-Marheight">客方:</span> <span class="fore-span ld-Marheight"><span class="kefang-city"></span>客方:</span>
<div class="col-sm-9"> <div class="col-sm-9">
<input type="text" class="form-control btn6-1 ld-Marheight cus_fang" name="pwd" autocomplete="off"> <input type="text" class="form-control btn6-1 ld-Marheight cus_fang" name="pwd" autocomplete="off">
<ul class="user-ul2"></ul> <ul class="user-ul2"></ul>
......
...@@ -650,7 +650,7 @@ ...@@ -650,7 +650,7 @@
<tr> <tr>
<td> <td>
<div class="form-group"> <div class="form-group">
<span class="fore-span ld-Marheight">客方:</span> <span class="fore-span ld-Marheight"><span class="kefang-city"></span>客方:</span>
<div class="col-sm-9"> <div class="col-sm-9">
<input type="text" class="form-control btn6-1 ld-Marheight cus_fang" name="pwd" autocomplete="off"> <input type="text" class="form-control btn6-1 ld-Marheight cus_fang" name="pwd" autocomplete="off">
<ul class="user-ul2"></ul> <ul class="user-ul2"></ul>
......
...@@ -67,6 +67,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css' ...@@ -67,6 +67,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
//初始化城市 区域筛选 //初始化城市 区域筛选
user.initializationCityFunction(); user.initializationCityFunction();
user.event(); user.event();
var str_ = user_info_obj.city;
$('.kefang-city').html(str_.substr(0, str_.length-1));
//时间控件初始化 //时间控件初始化
//bootstrap 时间控件选择 //bootstrap 时间控件选择
......
...@@ -47,7 +47,8 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home ...@@ -47,7 +47,8 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
user.event(); user.event();
//时间控件初始化 //时间控件初始化
//bootstrap 时间控件选择 //bootstrap 时间控件选择
var str_ = user_info_obj.city;
$('.kefang-city').html(str_.substr(0, str_.length-1));
//汉化实现 //汉化实现
;(function($){ ;(function($){
$.fn.datetimepicker.dates['zh-CN'] = { $.fn.datetimepicker.dates['zh-CN'] = {
......
...@@ -67,6 +67,8 @@ define(['doT', 'text!temp/remark_follow_office_template_tpl.html', 'css!style/ho ...@@ -67,6 +67,8 @@ define(['doT', 'text!temp/remark_follow_office_template_tpl.html', 'css!style/ho
//初始化城市 区域筛选 //初始化城市 区域筛选
user.initializationCityFunction(); user.initializationCityFunction();
user.event(); user.event();
var str_ = user_info_obj.city;
$('.kefang-city').html(str_.substr(0, str_.length-1));
//时间控件初始化 //时间控件初始化
//bootstrap 时间控件选择 //bootstrap 时间控件选择
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment